Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-16 | Compute openings value, out of boot-time count of devices. | Niklas Hallqvist | |
Add reentrancy check of gdt_exec_ccb. The latter change changes timing enough to not trigger a timing bug on really fast machines too often. A real fix is being worked on. | |||
2003-06-28 | supply missing argument to a panic string; ok tedu, deraadt | Anil Madhavapeddy | |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt | |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-02-25 | correct bounds check. yichen xie's bounds checker catch. | Ted Unangst | |
ok niklas@ | |||
2002-06-11 | Checkpoint my work. Register with bio, implement part of | Niklas Hallqvist | |
the FreeBSD iir driver ioctl set. Remove vtophys. Some style. | |||
2002-06-08 | Check result from malloc(9) when using M_NOWAIT. ok niklas@ | Thomas Nordin | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-05 | It is clear that I have not committed in a long time!!!! | Niklas Hallqvist | |
2002-03-05 | doh, thanks mickey! | Niklas Hallqvist | |
2002-03-05 | Deal gracefully with ccb starvation | Niklas Hallqvist | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski | |
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@. | |||
2001-08-12 | remove some of the redundant vm includes | Michael Shalayeff | |
2001-08-03 | confgiuration -> configuration. | Federico G. Schwindt | |
2001-07-04 | Use the right target when checking for out of bounds. | Niklas Hallqvist | |
2000-12-13 | better new timeouts | Michael Shalayeff | |
2000-12-13 | new timwouts; art@ ok | Michael Shalayeff | |
2000-11-10 | improved queue handling + some small bug fixes | Niklas Hallqvist | |
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ | Nathan Binkert | |
2000-08-05 | Use better (working) locking macros around critical regions. Implement | Niklas Hallqvist | |
SCSI_POLL operations. Implement SYNCHRONIZE_CACHE scsi operation emulation . Do not call busdma operations unless we are really either a READ or WRITE operation. | |||
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos | |
2000-03-01 | Proper bus_dma usage, fixes cache incosistencies | Niklas Hallqvist | |
2000-02-13 | Handle out-of-bounds errors correctly | Niklas Hallqvist | |
2000-02-13 | %u for unsigned | Niklas Hallqvist | |
2000-02-12 | Fix a locking bug, and a size boundary condition | Niklas Hallqvist | |
2000-02-07 | Rough but working driver for ICP-Vortex RAID | Niklas Hallqvist | |