Age | Commit message (Expand) | Author |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-06-09 | convert sleep() calls to tsleep(). | Miod Vallat |
2002-05-30 | protect biodone with splbio. | Artur Grabowski |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-08-20 | Missed one timeout conversion. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-08 | New timeouts. | Miod Vallat |
2001-08-08 | New timeouts. | Miod Vallat |
2001-08-07 | Not used. | Miod Vallat |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-13 | Honor the ddb.console sysctl. | Miod Vallat |
2001-05-11 | unify | Theo de Raadt |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-01-25 | spelling | Todd T. Fries |
2001-01-04 | KNF, add prototypes to compile with -Wmissing-prototypes. | Miod Vallat |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-09-21 | Bad mickey doesn't know how to spell ``openings'' | Miod Vallat |
2000-09-21 | initialize sc_link.openings to it's (currently) default value of 4 | Michael Shalayeff |
2000-08-28 | Allocate memory for the correct size, not some forgotten constant | Miod Vallat |
2000-08-28 | Always claim scsi interrupts, prevents looping interrupts (from NetBSD) | Miod Vallat |
2000-08-28 | Use sparc version (more realistic settings) of header file for ie | Miod Vallat |
2000-08-28 | Repair badly looking printf | Miod Vallat |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson |
2000-07-02 | Silence annoying warnings when using type 4 or 5 keyboards on sun3 | Miod Vallat |
2000-06-06 | Make si compile with non-DDB kernels | Miod Vallat |
2000-05-02 | Add $OpenBSD$ | Miod Vallat |
1999-05-13 | Compensate for the check for onwership of unicast packets in promiscuous | Jason Wright |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1998-09-16 | o if_media'fied am7990 | Jason Wright |
1998-07-19 | do not force single if rd root | Theo de Raadt |
1997-09-11 | activate sun3 SCSI DVMA | kstailey |
1997-08-19 | sun3 is back up | kstailey |
1997-08-19 | temporary work around | kstailey |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist |
1997-08-08 | Initialize hwreset. | Jason Downs |
1997-06-23 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. | kstailey |
1997-04-29 | turn off DMA, it doesn't work | kstailey |
1997-01-16 | siprint() -> scsiprint() | kstailey |
1997-01-16 | all modified code can now compile with -Werror -Wall -Wstrict-prototypes | kstailey |
1997-01-07 | backed out prev. netbsd merge except for smaller proc table | kstailey |
1996-12-31 | sync with 17-Dec-1996 | kstailey |