summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-12-11Do not allocate all of ports 0x80 - 0x8f for isadma (hint: delay)Niklas Hallqvist
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-12-11proto & column cleanupTheo de Raadt
1996-12-11generate reboot.o like other system callsTheo de Raadt
1996-12-11Sync headers to ld.so for gdb/arc supportimp
1996-12-11fix eisa ultrastor configTheo de Raadt
1996-12-10do not need isapnp0Theo de Raadt
1996-12-10Forgotten line in extent handling codeNiklas Hallqvist
1996-12-10the real changes by niklas... I did not merge correctlyTheo de Raadt
1996-12-10Flex 2.5.4Todd C. Miller
1996-12-10uhm...zap that column shitTheo 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-10do not use warnx, blank lines suckTheo de Raadt
1996-12-10motorola stuff is similar to sunTheo de Raadt
1996-12-10Xr disklessTheo de Raadt
1996-12-10Xr disklessTheo de Raadt
1996-12-10typo, jmg@nike.efn.orgTheo de Raadt
1996-12-10used to permit a single arg, which it ignored, now does usage(); fenner@freebsdTheo de Raadt
1996-12-10from netbsd; treat arrays used with XDR_INLINE as arrays of 'int32_t's,Theo de Raadt
rather than arrays of 'long's.
1996-12-10warnx, from netbsdTheo de Raadt
1996-12-10typo fix from netbsdTheo de Raadt
1996-12-10cleanup, some from netbsdTheo de Raadt
1996-12-10warnxTheo de Raadt
1996-12-10effect, danny@panda.hilink.com.auTheo de Raadt
1996-12-10"the the" purgeTheo de Raadt
1996-12-10crank SO_SNDBUF if needed, kml@nas.nasa.govTheo de Raadt
1996-12-10but -Wall is not neededTheo de Raadt
1996-12-10merge freebsd mtree diffs, plus -Wall cleanupTheo de Raadt
1996-12-10PPP autologin code from freebsd; do not use until pppd has been checked for ↵Theo de Raadt
security...
1996-12-10avoid close(-1) casesTheo de Raadt
1996-12-10use MAXHOSTNAMELENTheo de Raadt
1996-12-1064 bit & -Wall cleanupTheo de Raadt
1996-12-10blow away tmp dir on more trapsTheo de Raadt
1996-12-09arc port can use the same disksubr code, whee!Theo de Raadt
1996-12-09proto getgrouplist()Theo de Raadt
1996-12-09better error messagesTheo de Raadt
1996-12-09better error messagesTheo de Raadt
1996-12-09for -a option, refuse if disklabel type != fstab typeTheo de Raadt
1996-12-09support pax '-s replstr' option in tar mode too. this can be used toTheo de Raadt
deal with cleaning up absolute paths
1996-12-09revert to spawning compress-ing program. normally we want extracts usingTheo de Raadt
'z' to also work on .Z files, but libz does not deal with compressed data. Hacking the code to deal well with pipes has proven very hard.
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-09nicer usageTheo de Raadt
1996-12-09fsck floppy root before remounting itThorsten Lockert
1996-12-09readonly mount of msdos fsTheo de Raadt
1996-12-09Be smarter about running tgetent() multiple times; bump major as we haveThorsten Lockert
a binary incompatibility
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-08Install sample configuration files if none are presentThorsten Lockert