Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-13 | Remove statics to ease DDB debugging | Niklas Hallqvist | |
1997-01-31 | off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.de | Theo de Raadt | |
1997-01-31 | if error, b_resid = b_bcount | Theo de Raadt | |
1996-12-19 | netbsd fix to problem found by m4@nts.umn.edu | Theo de Raadt | |
1996-05-10 | return an error | Theo de Raadt | |
1996-05-02 | no sys/cpu.h | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | Fix according to the last changes. | Michael Shalayeff | |
dev_conf.h deleted, longjmp proto changed. | |||
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-02 | From NetBSD: sync with 960217 sources | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1995-12-14 | from netbsd: | Theo de Raadt | |
Fix a race condition where if a process is asleep waiting on an exclusive lock of a ccd device while another process is unconfiguring that same device, the first process would never awaken (unless interrupted). | |||
1995-12-08 | unconfiguring of ccd causes system panic; fix from gdonl@gv.ssi1.com; netbsd ↵ | Theo de Raadt | |
pr#1820 | |||
1995-11-06 | In ccdstart(), only translate the block number from partition-relative | Theo de Raadt | |
to absolute if part != RAW_PART. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |