Age | Commit message (Expand) | Author |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2002-02-02 | tiny fixens from netbsd | Michael Shalayeff |
2002-02-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright |
2002-02-01 | use kenter/kremove in pagemove(), from netbsd | Michael Shalayeff |
2002-02-01 | Default kernel is bsd around these parts. | Jason Wright |
2002-02-01 | long arg int format fix, from netbsd | Michael Shalayeff |
2002-02-01 | clean the hppa leftover, from netbsd | Michael Shalayeff |
2002-02-01 | missing \n | Jason Wright |
2002-02-01 | Don't MALLOC/FREE with variable size. | Artur Grabowski |
2002-02-01 | Allocate kqueues with pool. | Artur Grabowski |
2002-02-01 | Don't MALLOC with variable size. | Artur Grabowski |
2002-02-01 | duplicate include | Artur Grabowski |
2002-02-01 | cdstrategy(): check that media is loaded before doing anything with the | Hans Insulander |
2002-02-01 | fix debugging printf | Michael Shalayeff |
2002-02-01 | redefine COM_FREQ to 7.272727MHz | Michael Shalayeff |
2002-01-31 | scsi_done() is unsafe, rearrange locking to compensate | Michael Shalayeff |
2002-01-31 | add USER_PCICONF | Jason Wright |
2002-01-31 | add support for USER_PCICONF | Jason Wright |
2002-01-31 | Whoops! Add back matching of 7951; Matthias Bauer <bauerm@immd1.informatik.u... | Jason Wright |
2002-01-31 | Move ioctl userland accessible stuff to <dev/sun/uperfio.h> | Jason Wright |
2002-01-31 | Don't need uperf_psychovar.h to define one structure, put it in psychovar.h | Jason Wright |
2002-01-31 | Fallout from moving SET/CLR/etc | Jason Wright |
2002-01-31 | Make comment more representative. | Hugh Graham |
2002-01-31 | Make comment more representative. | Hugh Graham |
2002-01-31 | A little KNF. | Hugh Graham |
2002-01-31 | Add support for VAX 4000 500A. | Hugh Graham |
2002-01-31 | zero out csum when re-using mbuf (cures 50% packet loss under load) | Jim Rees |
2002-01-31 | Ignore signals if/when we are exiting. | Tobias Weingartner |
2002-01-31 | drop the low drop bits number to 10 drop | Michael Shalayeff |
2002-01-31 | Don't need NFB (fb's aren't accessible this way) | Jason Wright |
2002-01-30 | Driver for getting at performance counters. These manifest them | Jason Wright |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-30 | Add proc0 to the PIDHASH table. art@ ok | Thomas Nordin |
2002-01-30 | TI 1410 PCI-CardBus support. | Federico G. Schwindt |
2002-01-30 | A bit of hacking on awacs to try to get audio input working. | Dale Rahn |
2002-01-30 | IOCTL for retrieving traces from the ATA subsystem | Constantine Sapuntzakis |
2002-01-29 | Don't install a handler for powerfail... this causes weird problems with | Jason Wright |
2002-01-29 | Remove the iov2pages/mbuf2pages API... All of the relevant arch's support | Jason Wright |
2002-01-29 | process the delayed-free queue more often; chs@netbsd.org | Todd C. Miller |
2002-01-29 | Honor the printf-like function argument in pool_printit(), instead of | Miod Vallat |
2002-01-28 | yes, there is no sense in double savectx here; from Brian J. Kifiak <bk@rt.fm> | Michael Shalayeff |
2002-01-28 | add NFS_VER4 | Jim Rees |
2002-01-28 | match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com> | Michael Shalayeff |
2002-01-28 | add hifn, ubsec, and autri (warning, autri's sound defaults are a bit | Jason Wright |
2002-01-28 | Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@. | Miod Vallat |
2002-01-28 | Try to share a common src/dst map where possible, and cope with that | Jason Wright |
2002-01-28 | First round of post-bus_dma cleanups: | Jason Wright |
2002-01-28 | Quick (and a little dirty) conversion to bus_dma(9). | Jason Wright |
2002-01-28 | Even more GC. | Artur Grabowski |
2002-01-28 | allocate vm pages with uvm_km_alloc (this code is ifdefed out anyway). | Artur Grabowski |