Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-13 | document cmdline | Theo de Raadt | |
2000-08-13 | strings are NUL-terminated, not NULL-terminated | Theo de Raadt | |
2000-08-13 | usbec (heh, USB encryption? ;) | Jason Wright | |
2000-08-13 | if COMPAT_OSF1 is defined, define COMPAT_OLDSOCK | Eric Jackson | |
and COMPAT_OLDTTY. | |||
2000-08-13 | unbroken -A (workaround). repair LP64 problem. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-08-12 | Mention that mknod(2) will return EINVAL when chroot(2)'d. | Todd C. Miller | |
2000-08-12 | emulate uname correctly | Eric Jackson | |
2000-08-12 | use osf1_sigcode | Eric Jackson | |
2000-08-12 | use osf sigcode for compat_osf1 | Eric Jackson | |
2000-08-12 | add osf1 specific sigcode, from NetBSD | Eric Jackson | |
2000-08-12 | sync | Theo de Raadt | |
2000-08-12 | mcr aggregation now works, best i have seen yet is 5 (huh?) | Theo de Raadt | |
2000-08-12 | simple typo; maligned@attcanada.net | Theo de Raadt | |
2000-08-12 | update sample directory listing. | jasoni | |
2000-08-12 | document cmdline. | jasoni | |
2000-08-12 | add procfs_cmdline.c | jasoni | |
2000-08-12 | Add procfs/cmdline; to help with linux emulation. | jasoni | |
From NetBSD. | |||
2000-08-12 | - Convert to using getopt(). | Aaron Campbell | |
- Sync man page options with actual program/usage. - KNF. | |||
2000-08-12 | Fix missing pluralization. | Aaron Campbell | |
2000-08-11 | Fix lexer bug (bad handling of escaped double-quote). | Angelos D. Keromytis | |
2000-08-11 | move mcr out of q; and write prelim mcr aggregation code, which does not yet | Theo de Raadt | |
work for some reason or another, so it is currently disabled. | |||
2000-08-11 | disable userland TCS access on winchip C6, it is busted; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-08-11 | sync | Theo de Raadt | |
2000-08-11 | itexpress | Theo de Raadt | |
2000-08-11 | silence chatty messages | Theo de Raadt | |
2000-08-11 | If ``set title'' is given a `-' as the first character of the | brian | |
first arg, move it into the setproctitle() format string. This is only actually useful on FreeBSD. | |||
2000-08-11 | Permit multiple -k <key> -v # arguments. Work by <binkertn@umich.edu> and me. | Hakan Olsson | |
2000-08-11 | provide generic audio device name | Michael Shalayeff | |
2000-08-11 | DMA transfers should transition to completed state directly too | Constantine Sapuntzakis | |
2000-08-11 | Elf64_RelA -> Elf64_Rela | Theo de Raadt | |
2000-08-10 | unfortunately, i must undo this patch, since it causes client hangs on sparc ↵ | Theo de Raadt | |
machines, and only on them. until more is known, out this comes | |||
2000-08-10 | sync | Theo de Raadt | |
2000-08-10 | simplify | Theo de Raadt | |
2000-08-10 | Whoops. Reapply Aaron's detach code fix. inadvertantly whacked in the | Kjell Wooding | |
3.3.18 import. | |||
2000-08-10 | Mention that pppoe requires netgraph(4) and without it, an external | brian | |
pppoe program must be used (such as pppoe(8)). | |||
2000-08-10 | Import ipf 3.3.18. Fixes more problems with the in-kernel FTP proxy, | Kjell Wooding | |
some nat state bugs, and ups the default state table size. See sbin/ipf/HISTORY for details. | |||
2000-08-09 | document that the current implementation is not thread-safe. sync with kame. | Jun-ichiro itojun Hagino | |
From: "Greg Thompson" <johnnyteardrop@hotmail.com> | |||
2000-08-09 | Allow leading ``!'' characters in authkeys and chat scripts to | brian | |
be doubled up to mean a single literaly ``!''. | |||
2000-08-09 | More of the same. | Aaron Campbell | |
2000-08-09 | For man pages that describe multiple functions, split the .Nm arguments | Aaron Campbell | |
onto separate lines in the NAME section. | |||
2000-08-09 | Insert missing period. | Aaron Campbell | |
2000-08-09 | Remove trailing blank lines. | Aaron Campbell | |
2000-08-09 | Death to acd_stub.c. No longer needed | Constantine Sapuntzakis | |
2000-08-09 | Unnecessary header | Constantine Sapuntzakis | |
2000-08-09 | Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to drop | Constantine Sapuntzakis | |
both DRQ and BSY. The driver has been adjusted to ignore invalid/unexpected phases while traversing the state machine. This may break drives that do no set ireason correctly. | |||
2000-08-09 | Remove target file, only source should be "source" controlled. | Dale S. Rahn | |
2000-08-08 | quiet | Theo de Raadt | |
2000-08-08 | print btlb params w/ BTLBDEBUG; from Havard.Eidnes@runit.sintef.no | Michael Shalayeff | |
2000-08-08 | permit changing flags | Theo de Raadt | |
2000-08-08 | Big oops -- lucky us BLF and CAST are not used by anyone else (on the | Angelos D. Keromytis | |
other hand, the problem would have been noticed much earlier) -- noticed by bugfix@163.net |