Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-20 | add missing #ifdef COMPAT_10 | Thomas Graichen | |
1996-12-18 | Make pccom compile. This stull really needs to be merged into the | Todd C. Miller | |
normal com driver. | |||
1996-12-15 | allow sd0a for root device prompt | Theo de Raadt | |
1996-12-12 | 32 bit cleanup, because this code is going to be copied by other ports soon | Theo de Raadt | |
1996-12-11 | TS_WOPEN on cua close, like com.c | Theo de Raadt | |
1996-12-11 | isadma belongs in files.isa | Niklas Hallqvist | |
1996-12-11 | fix eisa ultrastor config | Theo de Raadt | |
1996-12-10 | do not need isapnp0 | Theo de Raadt | |
1996-12-10 | Forgotten line in extent handling code | Niklas Hallqvist | |
1996-12-09 | arc port can use the same disksubr code, whee! | Theo de Raadt | |
1996-12-09 | Use new extent manager when mapping bus resources | Niklas Hallqvist | |
1996-12-09 | minor whoops | Theo de Raadt | |
1996-12-09 | brelse properly | Theo de Raadt | |
1996-12-08 | Disable quotas | Thorsten Lockert | |
1996-12-07 | fake the isofs label only if other probes fail | Theo de Raadt | |
1996-12-06 | sizeof(x)/sizeof(x[0]) is your friend | Theo de Raadt | |
1996-12-06 | a temporary hack until i fix some confusing swapbsd.c handling | Theo de Raadt | |
1996-12-05 | NetBSD PR#2910: Recognize Pentium Pro machines | dm | |
1996-12-05 | do setroot() based on wd.h/NWD and fd.h/NFD | Theo de Raadt | |
1996-12-05 | call iso_disklabelspoof() as needed... | Theo de Raadt | |
1996-12-05 | Implement a few more escape sequences that BSD/OS has defined for pccons; | Thorsten Lockert | |
fixes NetBSD PR 2947. Note that some of the new sequences are accepted but ignored | |||
1996-12-04 | DESTDIR fixing | Theo de Raadt | |
1996-11-30 | bus changes | Jason Downs | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-28 | Various configuration changes | Niklas Hallqvist | |
1996-11-25 | Sync with reality, + Serial console on COM2 | Niklas Hallqvist | |
1996-11-25 | Oops | Niklas Hallqvist | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-23 | remrq -> remrunqueue | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-22 | fix booting with serial console - i replaced the bios code from OpenBSD with | Thomas Graichen | |
FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting | |||
1996-11-12 | Arrival of new bus.h from NetBSD | Niklas Hallqvist | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-10 | Move fd back. | Jason Downs | |
1996-11-10 | comment | Jason Downs | |
1996-11-10 | Repair setroot() to at least have a chance of working after Theo's changes. | Jason Downs | |
1996-11-10 | Another change Theo missed, plus some stylistic changes | Jason Downs | |
1996-11-09 | Proper break handling | Thorsten Lockert | |
1996-11-07 | Conditinally unused variable (-Wall fix) | Niklas Hallqvist | |
1996-11-06 | fix for acd | Theo de Raadt | |
1996-11-06 | fd moves, acd gets added | Theo de Raadt | |
1996-11-06 | use dk_mountroot | Theo de Raadt | |
1996-11-06 | add blktochr() | Theo de Raadt | |
1996-11-06 | move floppy to split-major for 4 units | Theo de Raadt | |
1996-11-06 | fix mountroot decl | Theo de Raadt | |
1996-11-05 | Enable NFS | Thorsten Lockert | |
Add configuration for test machine | |||
1996-11-05 | Remove a ^G that should not be here | Thorsten Lockert | |
1996-10-29 | removed by accident | Michael Shalayeff | |
1996-10-29 | not int new libsa, or moved | Michael Shalayeff | |