Age | Commit message (Expand) | Author |
2004-12-31 | typo | Theo de Raadt |
2004-12-31 | Enable Realtek RTL8180 driver (rtw) to get more testing feedback. | Jonathan Gray |
2004-12-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt |
2004-12-29 | Add commented entries for David Young's Realtek 8180 driver (rtw). | Jonathan Gray |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-25 | much space has been regained because of ramdisk fitting exercises in | Theo de Raadt |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell |
2004-12-20 | vge(4) in bsd.rd, only CD for now; ok deraadt | Peter Valchev |
2004-12-19 | single comment in GENERIC replaces a file that gets out of date; discussed by... | Theo de Raadt |
2004-12-19 | disable uyap by default, because it is that rare | Theo de Raadt |
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray |
2004-12-14 | fix a comment. | Hans-Joerg Hoexer |
2004-12-08 | add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remains | David Gwynne |
2004-12-06 | set granularity for data segment used for struct cpu_info to bytes. | Hans-Joerg Hoexer |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre |
2004-12-02 | We do not support 2MB machines, so don't bother taking them into account | Miod Vallat |
2004-12-01 | VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt | Peter Valchev |
2004-11-29 | plug memory leaks on error | Patrick Latifi |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-11-25 | crank ramdisk filesystem slightly to cope with firmwares inside the filesystem | Theo de Raadt |
2004-11-23 | Use pci_matchbyid() for matching crazy VIA power management controllers | Alexander Yurchenko |
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat |
2004-11-17 | proper autoconf attachments; grange@ testing; markus@ ok | Michael Shalayeff |
2004-11-17 | atu(4) on by default, since it is now smaller | Theo de Raadt |
2004-11-11 | no need to lock access for reading | joshua stein |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker |
2004-11-08 | commented out entry for atu | David Gwynne |
2004-11-07 | enable ath, iwi, and ipw | Theo de Raadt |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat |
2004-11-02 | imported Sam Leffler's ath driver for atheros multimode wireless nics | Reyk Floeter |
2004-10-21 | SIGFPE signal codes for SSE. | Mark Kettenis |
2004-10-20 | disable the intel wireless stuff by default | Theo de Raadt |
2004-10-20 | support for Intel 2100/2200BG/2915ABG wireless devices written by | Theo de Raadt |
2004-10-12 | remove text after #endif (errors out with gcc3) | Christian Weisgerber |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko |
2004-10-05 | Support for 6300ESB (timecounter, not SpeedStep of course). | Alexander Yurchenko |
2004-10-05 | Includes nit. | Alexander Yurchenko |
2004-10-05 | - check if pm space is enabled | Alexander Yurchenko |
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat |
2004-10-05 | grab the perflevel during init so it's synced with reality. | Ted Unangst |
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray |
2004-10-03 | nvram driver for i386 through /dev/nvram | joshua stein |
2004-10-03 | Kill <sys/types.h> | Alexander Yurchenko |
2004-09-26 | make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten Gla... | Michael Shalayeff |