summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-13document cmdlineTheo de Raadt
2000-08-13strings are NUL-terminated, not NULL-terminatedTheo de Raadt
2000-08-13usbec (heh, USB encryption? ;)Jason Wright
2000-08-13if COMPAT_OSF1 is defined, define COMPAT_OLDSOCKEric Jackson
and COMPAT_OLDTTY.
2000-08-13unbroken -A (workaround). repair LP64 problem. (sync with kame)Jun-ichiro itojun Hagino
2000-08-12Mention that mknod(2) will return EINVAL when chroot(2)'d.Todd C. Miller
2000-08-12emulate uname correctlyEric Jackson
2000-08-12use osf1_sigcodeEric Jackson
2000-08-12use osf sigcode for compat_osf1Eric Jackson
2000-08-12add osf1 specific sigcode, from NetBSDEric Jackson
2000-08-12syncTheo de Raadt
2000-08-12mcr aggregation now works, best i have seen yet is 5 (huh?)Theo de Raadt
2000-08-12simple typo; maligned@attcanada.netTheo de Raadt
2000-08-12update sample directory listing.jasoni
2000-08-12document cmdline.jasoni
2000-08-12add procfs_cmdline.cjasoni
2000-08-12Add 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-12Fix missing pluralization.Aaron Campbell
2000-08-11Fix lexer bug (bad handling of escaped double-quote).Angelos D. Keromytis
2000-08-11move mcr out of q; and write prelim mcr aggregation code, which does not yetTheo de Raadt
work for some reason or another, so it is currently disabled.
2000-08-11disable userland TCS access on winchip C6, it is busted; wd@ics.nara-wu.ac.jpTheo de Raadt
2000-08-11syncTheo de Raadt
2000-08-11itexpressTheo de Raadt
2000-08-11silence chatty messagesTheo de Raadt
2000-08-11If ``set title'' is given a `-' as the first character of thebrian
first arg, move it into the setproctitle() format string. This is only actually useful on FreeBSD.
2000-08-11Permit multiple -k <key> -v # arguments. Work by <binkertn@umich.edu> and me.Hakan Olsson
2000-08-11provide generic audio device nameMichael Shalayeff
2000-08-11DMA transfers should transition to completed state directly tooConstantine Sapuntzakis
2000-08-11Elf64_RelA -> Elf64_RelaTheo de Raadt
2000-08-10unfortunately, 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-10syncTheo de Raadt
2000-08-10simplifyTheo de Raadt
2000-08-10Whoops. Reapply Aaron's detach code fix. inadvertantly whacked in theKjell Wooding
3.3.18 import.
2000-08-10Mention that pppoe requires netgraph(4) and without it, an externalbrian
pppoe program must be used (such as pppoe(8)).
2000-08-10Import 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-09document that the current implementation is not thread-safe. sync with kame.Jun-ichiro itojun Hagino
From: "Greg Thompson" <johnnyteardrop@hotmail.com>
2000-08-09Allow leading ``!'' characters in authkeys and chat scripts tobrian
be doubled up to mean a single literaly ``!''.
2000-08-09More of the same.Aaron Campbell
2000-08-09For man pages that describe multiple functions, split the .Nm argumentsAaron Campbell
onto separate lines in the NAME section.
2000-08-09Insert missing period.Aaron Campbell
2000-08-09Remove trailing blank lines.Aaron Campbell
2000-08-09Death to acd_stub.c. No longer neededConstantine Sapuntzakis
2000-08-09Unnecessary headerConstantine Sapuntzakis
2000-08-09Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to dropConstantine 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-09Remove target file, only source should be "source" controlled.Dale S. Rahn
2000-08-08quietTheo de Raadt
2000-08-08print btlb params w/ BTLBDEBUG; from Havard.Eidnes@runit.sintef.noMichael Shalayeff
2000-08-08permit changing flagsTheo de Raadt
2000-08-08Big oops -- lucky us BLF and CAST are not used by anyone else (on theAngelos D. Keromytis
other hand, the problem would have been noticed much earlier) -- noticed by bugfix@163.net