summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-12-10the real changes by niklas... I did not merge correctlyTheo de Raadt
1996-12-10clr TS_WOPEN if bailing on cua opensTheo de Raadt
As well, at this point I've also done fancy cvs repository mangling to ensure that the com* files in sys/dev/ic maintain the history we had before. (Yes, I cleaned up the 2.0 tags too..)
1996-12-09arc port can use the same disksubr code, whee!Theo de Raadt
1996-12-09Use new extent manager when mapping bus resourcesNiklas Hallqvist
1996-12-09Import extent manager from NetBSDNiklas Hallqvist
1996-12-09minor whoopsTheo de Raadt
1996-12-09brelse properlyTheo de Raadt
1996-12-09For the moment, use the same code that we use in the pmax port to generateimp
core files. This may change again as the gdb port progresses, but is my best current guess. Core files generated by OpenBSD/arc with this change are now known by the file command as being core files.
1996-12-08Disable quotasThorsten Lockert
1996-12-08fixed comment in union_advlockkstailey
1996-12-08Merge to NetBSD 961207Niklas Hallqvist
1996-12-08-Wcast-qual happinessNiklas Hallqvist
1996-12-08Forgotten files from NetBSD mergeNiklas Hallqvist
1996-12-08not needed anymoreTheo de Raadt
1996-12-08Merge to NetBSD 961107, i.e. mostly new bus.hNiklas Hallqvist
1996-12-08Merge to NetBSD 961107, i.e. mostly new bus.hNiklas Hallqvist
1996-12-07mem leak, short malloc; netbsd pr#3000, minoura@kw.netlaputa.or.jpTheo de Raadt
1996-12-07fake the isofs label only if other probes failTheo de Raadt
1996-12-07avoid race, avoid mbuf leakTheo de Raadt
1996-12-06sizeof(x)/sizeof(x[0]) is your friendTheo de Raadt
1996-12-06a temporary hack until i fix some confusing swapbsd.c handlingTheo de Raadt
1996-12-06Promise to not change arg 2 & 3 to scancNiklas Hallqvist
1996-12-06repair max sectorsTheo de Raadt
1996-12-06-Wcast-qual cleanupNiklas Hallqvist
1996-12-06duhTheo de Raadt
1996-12-05NetBSD PR#2910: Recognize Pentium Pro machinesdm
1996-12-05let us get this right finally...Theo de Raadt
1996-12-05whoops, correct d_nsectorsTheo de Raadt
1996-12-05mirror isa fd driver in disklabel handlingTheo de Raadt
1996-12-05remove duplicate code; nice readdisklabel warning messagesTheo de Raadt
1996-12-05fix locking on devices to work on diskless workstationskstailey
1996-12-05do setroot() based on wd.h/NWD and fd.h/NFDTheo de Raadt
1996-12-05pack cd9660 volume id into disklabel struct; very pretty resultTheo de Raadt
1996-12-05call iso_disklabelspoof() if neccessaryTheo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-05bring back partitionsTheo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-05if block size is > 2048, set it to 2048. atapi drives that lie!Theo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-05call iso_disklabelspoof() as needed...Theo de Raadt
1996-12-05proto iso_disklabelspoof() inside an #ifdef (no nicer place)Theo de Raadt
1996-12-05provide iso_disklabelspoof()Theo de Raadt
1996-12-05Implement 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-04DESTDIR fixingTheo de Raadt
1996-12-03Missing OpenBSD pieces, DOH!Niklas Hallqvist
1996-12-03clr TS_WOPEN if bailing on cua opensTheo de Raadt
1996-12-03clear sense buffer for mode sense 4, dms@celtech.comTheo de Raadt
1996-12-03DOH, com moved to icNiklas Hallqvist
1996-12-03partial merge with NetBSDkstailey
1996-12-03void cystop() -> int cystop()kstailey