Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-09-20 | Fix a few minor nits, grammar and the location of a sentence. | Todd C. Miller | |
1997-09-20 | hmm, not ideal yet... | Theo de Raadt | |
1997-09-20 | create sa_handler and sa_sigaction stubs in struct sigaction, via a | Theo de Raadt | |
union and cpp. This permits use of either the old or new POSIX names, and gives proper typing for the argument handler. (Sorry for the name space whacking; I'd love to see a better way to do this). | |||
1997-09-19 | oops | Theo de Raadt | |
1997-09-19 | never before have i deleted an unused global variable out of a file with | Theo de Raadt | |
such prejudice (long story) | |||
1997-09-19 | Generic register dump from NetBSD | Niklas Hallqvist | |
1997-09-19 | Make newer gcc happy | Niklas Hallqvist | |
1997-09-19 | Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER) | Niklas Hallqvist | |
1997-09-19 | make ttyC0-C4 for all) | Theo de Raadt | |
1997-09-19 | sparc sync | Theo de Raadt | |
1997-09-19 | ignore SIGPIPE; not nearly as much of a problem as linux though | Theo de Raadt | |
1997-09-19 | disable VM86/USER_LDT by default, until checked again for h0l3z | Theo de Raadt | |
1997-09-19 | support for upcoming OpenBSD 2.2 | Theo de Raadt | |
1997-09-19 | filedes[2]; cgd | Theo de Raadt | |
1997-09-19 | Wall | Theo de Raadt | |
1997-09-19 | typo; sjr@home.net | Theo de Raadt | |
1997-09-19 | zboot went away | Theo de Raadt | |
1997-09-19 | forceful clean | Theo de Raadt | |
1997-09-19 | + distrib/special | Theo de Raadt | |
1997-09-18 | Match with current kernel; from NetBSD | Niklas Hallqvist | |
1997-09-18 | halt in debug mode only | Michael Shalayeff | |
1997-09-18 | installing special is dumb | Theo de Raadt | |
1997-09-18 | if we start at the top of distrib, we will end up in the right place... | Theo de Raadt | |
1997-09-18 | for architectures which go into src/distrib automatically, start at the | Theo de Raadt | |
top level there... | |||
1997-09-18 | set t_dev before tty_attach(), so that pstat -s doesn't see a dev_t of 0 | Theo de Raadt | |
when the device has not been opened yet. | |||
1997-09-18 | environment variables | Theo de Raadt | |
1997-09-18 | Merge of NetBSD changes upto last week or so, with the exception of stand/ | Niklas Hallqvist | |
1997-09-18 | it is definately wrong to initialize the pgid at open() time because the | Theo de Raadt | |
uid/euid used for checking in csignal() is controlled by whoever used TIOCSPGRP previously. | |||
1997-09-18 | make pstat -f columns line up | Theo de Raadt | |