summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-09-22socks5 supportTodd C. Miller
1997-09-22document SCSITERSE and SCSIDEBUGTodd C. Miller
1997-09-22install -> ${INSTALL}Todd C. Miller
1997-09-22Change some longs to ints for alpha.Todd C. Miller
1997-09-22Some -Wall.Todd C. Miller
1997-09-22Prototype __seekdir() before using.Todd C. Miller
1997-09-22err.[ch] -> error.[ch] and fix err/warn usage.Todd C. Miller
1997-09-22From FreeBSD:Todd C. Miller
1) Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE 2) POSIX.2 fixes
1997-09-21machdep.biosMichael Shalayeff
1997-09-21new machdep.bios subtreeMichael Shalayeff
1997-09-21branch the bios tree inside the machdepMichael Shalayeff
1997-09-21Stray %u, poofTobias Weingartner
1997-09-21syncTheo de Raadt
1997-09-21first cut at using installboot in md_installboot()Theo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-21$OpenBSDTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-21Accept WRKOBJDIR for NFS mounted ports tree and local objs. DEF_UMASK isNiklas Hallqvist
different on OpenBSD. Was this OK to commit, imp?
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirNiklas Hallqvist
entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags.
1997-09-21mtree descriptions for the sake of ports, from FreeBSDNiklas Hallqvist
1997-09-21Don't complain loudly about escaped single and double quotes found injdm
the message text source file (as in the greek .m file in the tcsh port). It is XPG4 valid to quietly ignore those backslashes. Also: 8-bit clean, -Wall (removed unused MCReadCat() & corrupt()), and spelling fixes.
1997-09-21/boot engine is in sys/stand/boot/ now (;Michael Shalayeff
use it, reuse it, i can't imagine any brokenness ...
1997-09-21bios0Niklas Hallqvist
1997-09-21Check if the MD subdir exists before adding it to SUBDIRNiklas Hallqvist
1997-09-21bootapiver is unsignedMichael Shalayeff
don'tprint entry point, which is valid at the moment don't support new CPU* sysctls being boot w/ old boots
1997-09-21Remove cruftNiklas Hallqvist
1997-09-21no this ugly hack, no more!Michael Shalayeff
1997-09-21support new bootsMichael Shalayeff
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM)
1997-09-21$OpenBSD$Niklas Hallqvist
1997-09-21Do not report RTM_MISS up on IP encapsulation implicit lookups. This shouldNiklas Hallqvist
fix RARP as well as improving performance. Chances are that it will fix an error having to do with renumbering net interfaces too. Thanks to Angelos and Theo for help with the fix, and Martin and Phil for reassuring it was a general bug.
1997-09-21Add missing #ifdef DEBUG statements so we can build a kernel withTodd C. Miller
DIAGNOSTIC but without DEBUG.
1997-09-21Make "fdformat fd0" work.Todd C. Miller
1997-09-21Fix some nits, including using fd0c, not fd0 as noted by toddf@openbsd.org.Todd C. Miller
1997-09-20- add 'stty [baudrate]' command to /boot, for serial consolesflipk
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages
1997-09-20Support for building libgmp only if something has changed.Tobias Weingartner
This helps me with not having root re-build libgmp every- time I install the system.
1997-09-20fix PORTAL comment. The "create sockets with open(2)" one was my fault.kstailey
1997-09-20Don't strip trailing '/' in source, fts(3) now does this for us.Todd C. Miller
1997-09-20Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de inTodd C. Miller
the form of an ls(1) bug and dm@reeducation-labor.lcs.mit.edu in the form of a cp(1) bug.
1997-09-20Add some missing device (hd, sd, cd and st). -mojMats O Jansson
1997-09-20The only CVAX to reach this module is a VAXstation 3100 model 10-48.Mats O Jansson
Let cpu_model be correct. -moj
1997-09-20Rename rd to hd. OpenBSD uses rd for ramdisk. -mojMats O Jansson
1997-09-20Rename rd to hd. OpenBSD uses rd for ramdisk. -mojMats O Jansson
1997-09-20check for : before . ; wosch@cs.tu-berlin.deTheo de Raadt
1997-09-20only eject root floppiesTheo de Raadt
1997-09-20do execle() using alloca() for use inside signal handlers (malloc is bad)Theo de Raadt
1997-09-20fix extra "no such interface" messagesTheo de Raadt
1997-09-20re-attempt nfs mounts after named is started...Theo de Raadt
1997-09-20syslog(3)Theo de Raadt