Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-28 | Remove the ifconfig line again, it's in pflog(4), which is now linked, | Daniel Hartmeier | |
and in pflogd context (started from rc), the interface is up already. | |||
2002-02-28 | Document ethernet layer expressions. | Daniel Hartmeier | |
2002-02-28 | Up the pflog0 interface. alphabetize xrefs and add pflog(4) | Kjell Wooding | |
ok dhartmei@ | |||
2002-02-28 | Don't force /dev/pf to be opened read-write for pfctl -t/-m when values | Daniel Hartmeier | |
are only queried but not set. | |||
2002-02-27 | Instead of printing useless @0 rule numbers from pfctl -vR, increase a | Daniel Hartmeier | |
counter. Helps debugging rule sets that are not loaded. Suggested by John Kerbawy. | |||
2002-02-26 | Add optional pool memory hard limits, mainly as temporary solution | Daniel Hartmeier | |
until pool exhaustion causes problems no more. | |||
2002-02-24 | Vax O1 workaround no longer needed. | Hugh Graham | |
2002-02-23 | Add support for nwkey and powersave; from NetBSD | Todd C. Miller | |
2002-02-23 | getc() returns an int | Theo de Raadt | |
2002-02-23 | getc() returns an int | Theo de Raadt | |
2002-02-23 | allowaperture is no longer i386 only. Noted by Dries Schellekens. | Matthieu Herrb | |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt | |
2002-02-23 | add sun keyboard type | Jason Wright | |
2002-02-22 | typo; jslag@prop.walkerart.org | Theo de Raadt | |
2002-02-22 | Typo | Thierry Deval | |
2002-02-21 | i_nwid is not a NUL-terminated string. Use the length parameter for the | Todd C. Miller | |
length and sanity check against IEEE80211_NWID_LEN. | |||
2002-02-21 | Use dport instead of sport, shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-21 | Set the source port correctly, shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-21 | Fix signal handlers to take an int arg even though it is not used. | Todd C. Miller | |
This allows us to use real prototypes for rmtconnaborted and alarmcatch without causing a warning. | |||
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2002-02-20 | Tweak mvme88k and sparc64 specific settings. | Miod Vallat | |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-19 | no need to talk about parity re-write completion if no re-write was done. | Thierry Deval | |
2002-02-19 | don't do anything if #raid=0 (just return) | Thierry Deval | |
2002-02-19 | be QUIET by default, damn it | Theo de Raadt | |
2002-02-19 | Add support for sparc64 and sun keyboards. -moj | Mats O Jansson | |
2002-02-19 | when printing out the option list compare the option part only; fixes 802.11 ↵ | Michael Shalayeff | |
mediaopt printing | |||
2002-02-18 | sync SYNOPSIS with usage: | Thierry Deval | |
and some cleanups | |||
2002-02-18 | Don't accept -N flag for mount_mfs. This flag is turned on automatically | Todd C. Miller | |
when invoked as mount_mfs but it has different semantics from what is described in the man page. | |||
2002-02-18 | shorten usage | Theo de Raadt | |
2002-02-17 | raidctl can do some actions on 'all' configured raids now : | Thierry Deval | |
-B : CopyBack -G : Generate config -i : Initialize -p : Check parity -P : Check and re-write parity -s : Status -S : Progress status -u : Unconfigure | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | correct arithmetic brain damage; maxim@macomnet.ru | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-16 | Instead of #defining random() as arc4random(), just use arc4random() inline | Todd C. Miller | |
instead of srandom() / random(). | |||
2002-02-14 | Don't divide by zero. | Aaron Campbell | |
2002-02-12 | while im here; clean -Wall. | Federico G. Schwindt | |
2002-02-12 | _PATH_DEV already includes the trailing '/'; no need for it. | Federico G. Schwindt | |
2002-02-12 | Add Dell, Thinkpad maintenance partition types. | Kjell Wooding | |
2002-02-11 | ld dumps core on vax if we compile this -O0 | Theo de Raadt | |
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-02-10 | spelling | Theo de Raadt | |
2002-02-10 | back out the no reserved port option for nfs | Nathan Binkert | |
2002-02-06 | Oops, add sparc64 everywhere | Jason Wright | |
2002-02-06 | sparc64 needs this now | Jason Wright | |
2002-02-01 | machdep.led_blink works on sparc64, too | Jason Wright | |
2002-01-30 | atactl [ata device] dump | Constantine Sapuntzakis | |
will dump the ATA trace buffers | |||
2002-01-28 | Request enough buffer space to fit the maximum size of a packet. | Hugh Graham | |
Problem noticed by Art, and fix checked by Markus and Niels. | |||
2002-01-27 | Add the (former) AES candidate ESP ciphers for IKE, as of | Hakan Olsson | |
http://csrc.nist.gov/ipsec/papers/aes-draft.00.txt In particular, recognize a Twofish proposal with cipher number 253, as used by the SSH Sentinel. |