Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-22 | socks5 support | Todd C. Miller | |
1997-09-22 | document SCSITERSE and SCSIDEBUG | Todd C. Miller | |
1997-09-22 | install -> ${INSTALL} | Todd C. Miller | |
1997-09-22 | Change some longs to ints for alpha. | Todd C. Miller | |
1997-09-22 | Some -Wall. | Todd C. Miller | |
1997-09-22 | Prototype __seekdir() before using. | Todd C. Miller | |
1997-09-22 | err.[ch] -> error.[ch] and fix err/warn usage. | Todd C. Miller | |
1997-09-22 | From FreeBSD: | Todd C. Miller | |
1) Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE 2) POSIX.2 fixes | |||
1997-09-21 | machdep.bios | Michael Shalayeff | |
1997-09-21 | new machdep.bios subtree | Michael Shalayeff | |
1997-09-21 | branch the bios tree inside the machdep | Michael Shalayeff | |
1997-09-21 | Stray %u, poof | Tobias Weingartner | |
1997-09-21 | sync | Theo de Raadt | |
1997-09-21 | first cut at using installboot in md_installboot() | Theo 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-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-21 | Accept WRKOBJDIR for NFS mounted ports tree and local objs. DEF_UMASK is | Niklas Hallqvist | |
different on OpenBSD. Was this OK to commit, imp? | |||
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas Hallqvist | |
entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags. | |||
1997-09-21 | mtree descriptions for the sake of ports, from FreeBSD | Niklas Hallqvist | |
1997-09-21 | Don't complain loudly about escaped single and double quotes found in | jdm | |
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-21 | bios0 | Niklas Hallqvist | |
1997-09-21 | Check if the MD subdir exists before adding it to SUBDIR | Niklas Hallqvist | |
1997-09-21 | bootapiver is unsigned | Michael Shalayeff | |
don'tprint entry point, which is valid at the moment don't support new CPU* sysctls being boot w/ old boots | |||
1997-09-21 | Remove cruft | Niklas Hallqvist | |
1997-09-21 | no this ugly hack, no more! | Michael Shalayeff | |
1997-09-21 | support new boots | Michael Shalayeff | |
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM) | |||
1997-09-21 | $OpenBSD$ | Niklas Hallqvist | |
1997-09-21 | Do not report RTM_MISS up on IP encapsulation implicit lookups. This should | Niklas 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-21 | Add missing #ifdef DEBUG statements so we can build a kernel with | Todd C. Miller | |
DIAGNOSTIC but without DEBUG. | |||
1997-09-21 | Make "fdformat fd0" work. | Todd C. Miller | |
1997-09-21 | Fix 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 consoles | flipk | |
- 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-20 | Support 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-20 | fix PORTAL comment. The "create sockets with open(2)" one was my fault. | kstailey | |
1997-09-20 | Don't strip trailing '/' in source, fts(3) now does this for us. | Todd C. Miller | |
1997-09-20 | Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de in | Todd 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-20 | Add some missing device (hd, sd, cd and st). -moj | Mats O Jansson | |
1997-09-20 | The only CVAX to reach this module is a VAXstation 3100 model 10-48. | Mats O Jansson | |
Let cpu_model be correct. -moj | |||
1997-09-20 | Rename rd to hd. OpenBSD uses rd for ramdisk. -moj | Mats O Jansson | |
1997-09-20 | Rename rd to hd. OpenBSD uses rd for ramdisk. -moj | Mats O Jansson | |
1997-09-20 | check for : before . ; wosch@cs.tu-berlin.de | Theo de Raadt | |
1997-09-20 | only eject root floppies | Theo de Raadt | |
1997-09-20 | do execle() using alloca() for use inside signal handlers (malloc is bad) | Theo de Raadt | |
1997-09-20 | fix extra "no such interface" messages | Theo de Raadt | |
1997-09-20 | re-attempt nfs mounts after named is started... | Theo de Raadt | |
1997-09-20 | syslog(3) | Theo de Raadt | |