Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-19 | sync | Theo de Raadt | |
1999-08-19 | shorten | Theo de Raadt | |
1999-08-18 | sync | David Leonard | |
1999-08-18 | "-1" -> "PCMCIA_PRODUCT_INVALID" | David Leonard | |
1999-08-18 | sysbeep/pciide/atapiscsi | kstailey | |
1999-08-18 | Boot block changes. | Jason Downs | |
1999-08-18 | Default to loading bsd.rd from $OSREV/hp300/bsd.rd. | Jason Downs | |
1999-08-18 | Mention ``alias enable no'', not ``alias enable off''. | brian | |
1999-08-18 | some ifndef UVM | Artur Grabowski | |
1999-08-18 | formatting | Aaron Campbell | |
1999-08-18 | comma splices, formatting nits, et al | Aaron Campbell | |
1999-08-18 | Fix a printf() so `id' and `id username' produce similar output; inspired by | Aaron Campbell | |
NetBSD, millert@ok. | |||
1999-08-18 | sync | Theo de Raadt | |
1999-08-18 | another card | Theo de Raadt | |
1999-08-18 | Remove unneeded code. Use u_int16_t. | Federico G. Schwindt | |
1999-08-18 | regen | Federico G. Schwindt | |
1999-08-18 | add some RangeLAN2 devices | David Leonard | |
1999-08-18 | make most functions static | David Leonard | |
use defines from pcmciadevs remove some futile debugging and ancient detach code print configure message in `the new way' fix compile error where 'sc' wasn't defined | |||
1999-08-18 | enable ie0 | Michael Shalayeff | |
1999-08-18 | cleanup | Michael Shalayeff | |
1999-08-17 | factor out ie device definition; niklas@ ok | Michael Shalayeff | |
1999-08-17 | typo | Niklas Hallqvist | |
1999-08-17 | Implement a minimum idle time value as an optional second argument | brian | |
to ``set timeout''. This is useful for situations where your minimum call charge is (say) 5 minutes (like mine is) | |||
1999-08-17 | doesn't count down from 99 anymore | Todd C. Miller | |
1999-08-17 | missing flags in SYNOPSIS | Todd C. Miller | |
1999-08-17 | mention RIPEMD-160 in body, fix date | Todd C. Miller | |
1999-08-17 | mem_access_fault4m: init ftype earlier to avoid passing junk to trapsignal | Artur Grabowski | |
1999-08-17 | Use ``set openmode passive'' in the ssh VPN example | brian | |
1999-08-17 | Set the close-on-exec flag for all unused descriptors when | brian | |
exec()ing other programs. | |||
1999-08-17 | we're lucky that the return values from VOP_INACTIVE are ignored | Artur Grabowski | |
1999-08-17 | clearer description | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-08-17 | There was a line missing in the commit from rev 1.6 that resulted in | Todd C. Miller | |
an uninitialized variable; art@stacken.kth.se | |||
1999-08-17 | initialize an incorrectly uninitialized variable | Artur Grabowski | |
1999-08-17 | initialize an incorrectly uninitialized variable | Artur Grabowski | |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist | |
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right. | |||
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-08-17 | Fix a problem if midi at ym is defined but not mpu. | Federico G. Schwindt | |
1999-08-16 | Consistify so "rup host" and "rup -d host" produce similarly formatted output. | Aaron Campbell | |
1999-08-16 | point at isinff and isnanf | Theo de Raadt | |
1999-08-16 | doc isinff() and isnanf() | Theo de Raadt | |
1999-08-16 | sync | Theo de Raadt | |
1999-08-16 | Sync with NetBSD. Mostly FreeBSD related changes. | Federico G. Schwindt | |
Diffs sent to augustsson. | |||
1999-08-16 | remove space. | Federico G. Schwindt | |
1999-08-16 | fix includes | Artur Grabowski | |
1999-08-16 | include unistd.h | Artur Grabowski | |
1999-08-16 | fix includes | Artur Grabowski | |
1999-08-16 | inculde com_err.h | Artur Grabowski | |
1999-08-16 | inculude ctype.h for islower() | Artur Grabowski | |
1999-08-16 | include ctype.h for isspace() and fix some declarations | Artur Grabowski | |