Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-02 | Fix pasto | Todd C. Miller | |
1998-03-02 | "Whoops" last commit contained stuff not meant to be committed | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall explicit typing | Niklas Hallqvist | |
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt | |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt | |
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
1997-11-09 | swap definitions superceded by new endian.h | Niklas Hallqvist | |
1997-10-20 | Do not spoof OpenBSD partitions | Niklas Hallqvist | |
1997-10-02 | label "done" now unused | Niklas Hallqvist | |
1997-10-02 | typos | Niklas Hallqvist | |
1997-10-02 | no more ESRCH, but maybe EIO instead | Niklas Hallqvist | |
1997-08-08 | Use the new bounds_check_with_label API. Add generic support for reading | Niklas Hallqvist | |
both little and big endian BSD disklabels. Add a specific hook to read such a big-endian disklabel as it is found on amiga (normally, however, amiga uses the native RDB format, which still is not supported). | |||
1997-07-30 | Simplify ifdefs. Ensure a MBR-originated fake label will be chosen before the | Niklas Hallqvist | |
more minimal label that used to get precedence. Comment some more. | |||
1997-06-30 | Add MBR & i386/disklabel probing in a generic fashion usable for more | Niklas Hallqvist | |
disklabel types, and for other architectures if they chose. Both read/write supported for both alpha and i386/arc disklabels. ISO9660 spoofing kept and tested. Add "option DISKLABEL_ALL" to your config to use. | |||
1997-04-07 | 16 partitions | Todd C. Miller | |
1997-04-06 | support cd9660 disklabel spoofing; also fix block offset confusion | Theo de Raadt | |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist | |
1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | Niklas Hallqvist | |
-Wall -Wstrict-prototypes -Wmissing-prototypes too. | |||
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist | |
1996-06-18 | sync to 0616, retaining local diffs | Theo de Raadt | |
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-10-18 | initial import of NetBSD tree | Theo de Raadt | |