Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-30 | config apm even if power mgmt is disengaged | Jim Rees | |
1997-11-30 | verbose eisa/pci | Theo de Raadt | |
1997-11-30 | add bios0 etc | Theo de Raadt | |
1997-11-23 | ok. add cdev_decl(ipl) | Michael Shalayeff | |
1997-11-11 | put protos inside #ifdef _KERNEL | Theo de Raadt | |
1997-11-11 | -g linking takes to much time | Niklas Hallqvist | |
1997-11-10 | Use vfs lite2 lockmanager. Add advisory locking. some KNF. | Niklas Hallqvist | |
some extra pathconf ops supported. | |||
1997-11-10 | "unused variable 'bia'" | flipk | |
when DEBUG defined and NAPM=0 is now gone. | |||
1997-11-10 | DOH! I stress out too much | Niklas Hallqvist | |
1997-11-10 | Be careful with names of local vars in macros | Niklas Hallqvist | |
1997-11-09 | Whoops a conflict crept in | Niklas Hallqvist | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-11-06 | oops | Theo de Raadt | |
1997-11-06 | mak kernel compiles w/o bios0 | Michael Shalayeff | |
1997-11-05 | flush tty queue when entering/exiting X; cgd & me | Theo de Raadt | |
1997-11-05 | tag it | Michael Shalayeff | |
1997-11-05 | Do not build in directories Mickey deleted | Theo de Raadt | |
1997-11-05 | who needs that junk (; | Michael Shalayeff | |
1997-11-05 | define puts() | Michael Shalayeff | |
1997-11-05 | define puts() | Michael Shalayeff | |
1997-11-05 | don't try #21 for a: only | Michael Shalayeff | |
1997-11-04 | fix ed0 irq | kstailey | |
1997-11-01 | don't try function #21 for floppies | Michael Shalayeff | |
1997-10-29 | Limit checksumming correctly at MAXBSIZE. | Niklas Hallqvist | |
Don't involve floppies or bad block disks ever in uniqueness tests | |||
1997-10-29 | Do not accept bad checksum lengths, bail out | Niklas Hallqvist | |
1997-10-28 | do not replace unit number in bootdev. please talk to me about this. | Theo de Raadt | |
this makes it so that when booting sd0 on a wd0/sd0/sd1 system the kernel doesn't get told we are booting from sd1 (ie. scsi, but it is hd1..). | |||
1997-10-28 | attempt to number the bsd_dev units of each drive uniquely for scsi and ide. | Theo de Raadt | |
hence ide 0, 1, 2, 3... scsi 0, 1, 2, 3... this makes the initial bsd_dev values closer to the correct value they will have inside the kernel after dkcsum has corrected them. XXX if a drive has no label, it becomes known as an IDE drive, and scsi drives after it get renumbered incorretcly. sorry. | |||
1997-10-28 | dkcsum is *really* mandatory. XXX will be done differently later. | Niklas Hallqvist | |
1997-10-28 | Do not checksum CD devices | Niklas Hallqvist | |
1997-10-28 | use RAW_PART, not 0 | Theo de Raadt | |
1997-10-28 | DOH s/btoc/i386_round_page/ | Niklas Hallqvist | |
1997-10-28 | MAKEBOOTDEV() on RAW_PART | Theo de Raadt | |
1997-10-27 | check bios_diskinfo for NULL in dkcsumattach() | Michael Shalayeff | |
1997-10-27 | Mandatory disk signature BIOS->BSD mapping enabled | Niklas Hallqvist | |
1997-10-27 | Kernel side of disk signature based BIOS->BSD disk number mapping | Niklas Hallqvist | |
(a.k.a checksumming). This is a solution for the otherwise hard problem of knowing what disk a certain BIOS geometry is for. PC BIOSes does not tell anything about where a certain disk is physically attached, and the ordering of drives in the BIOS area is not deterministic. for the moment it is not enabled in any kernel config file, but that will come RSN. | |||
1997-10-27 | A flag added to diskinfo used by the kernel to mark devices already mapped | Niklas Hallqvist | |
to BSD dittos. | |||
1997-10-26 | we have new features, bump boot version | Michael Shalayeff | |
1997-10-26 | smaller, faster, better (; | Michael Shalayeff | |
1997-10-26 | we don't need that extra var (st) | Michael Shalayeff | |
1997-10-26 | Max out checksumming at MAXBSIZE | Niklas Hallqvist | |
1997-10-26 | More info from attach, cleared by Mickey | Niklas Hallqvist | |
1997-10-26 | don't freak out on old kernels | Michael Shalayeff | |
1997-10-25 | fix install on unit!=0 | Michael Shalayeff | |
1997-10-25 | use geometry | Michael Shalayeff | |
1997-10-25 | hmm, copy&paste is evil | Michael Shalayeff | |
1997-10-25 | fix blk2chr,chr2blk | Michael Shalayeff | |
1997-10-25 | Boot args needs to be r/w | Niklas Hallqvist | |
1997-10-25 | treat a case bios0 is not attached | Michael Shalayeff | |
1997-10-25 | alloca needs frame pointer i guess | Michael Shalayeff | |
1997-10-25 | no ED_DEBUG | Michael Shalayeff | |