summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-20Tweak mvme88k and sparc64 specific settings.Miod Vallat
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-19no need to talk about parity re-write completion if no re-write was done.Thierry Deval
2002-02-19don't do anything if #raid=0 (just return)Thierry Deval
2002-02-19be QUIET by default, damn itTheo de Raadt
2002-02-19Add support for sparc64 and sun keyboards. -mojMats O Jansson
2002-02-19when printing out the option list compare the option part only; fixes 802.11 ↵Michael Shalayeff
mediaopt printing
2002-02-18sync SYNOPSIS with usage:Thierry Deval
and some cleanups
2002-02-18Don't accept -N flag for mount_mfs. This flag is turned on automaticallyTodd C. Miller
when invoked as mount_mfs but it has different semantics from what is described in the man page.
2002-02-18shorten usageTheo de Raadt
2002-02-17raidctl 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-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-17correct arithmetic brain damage; maxim@macomnet.ruTheo de Raadt
2002-02-16Part 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-16Instead of #defining random() as arc4random(), just use arc4random() inlineTodd C. Miller
instead of srandom() / random().
2002-02-14Don't divide by zero.Aaron Campbell
2002-02-12while 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-12Add Dell, Thinkpad maintenance partition types.Kjell Wooding
2002-02-11ld dumps core on vax if we compile this -O0Theo de Raadt
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2002-02-10spellingTheo de Raadt
2002-02-10back out the no reserved port option for nfsNathan Binkert
2002-02-06Oops, add sparc64 everywhereJason Wright
2002-02-06sparc64 needs this nowJason Wright
2002-02-01machdep.led_blink works on sparc64, tooJason Wright
2002-01-30atactl [ata device] dumpConstantine Sapuntzakis
will dump the ATA trace buffers
2002-01-28Request 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-27Add the (former) AES candidate ESP ciphers for IKE, as ofHakan 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.
2002-01-25Update. <mccreary@pch.net>Hakan Olsson
2002-01-25no static for sa_dump, explicit log cls/levelHakan Olsson
2002-01-25Typo. <mccreary@pch.net>Hakan Olsson
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-)
2002-01-24as early as v3, these isMichael Shalayeff
2002-01-24allow reinitializing mbr in the ext parts; from Matt Watson <mwatson@apple.com>Michael Shalayeff
2002-01-23Actually return the ESP/AH/COMP ground descriptions for policyAngelos D. Keromytis
comparisons -- from cjkim2000@yahoo.com
2002-01-23use sizeof instead of magic numbersMichael Shalayeff
2002-01-23the last few sprintf -> snprintfHakan Olsson
2002-01-23snprintf, and only dump exchange data if USE_DEBUG is definedHakan Olsson
2002-01-23sprintf->snprintf & bugfixHakan Olsson
2002-01-23no more strcpy/sprintfHakan Olsson
2002-01-23Another strcpy gone.Hakan Olsson
2002-01-23strcpy->strlcpy, sprintf->snprintfHakan Olsson
2002-01-23strcat->strlcat, sprintf->snprintfHakan Olsson
2002-01-23strcpy->strlcpyHakan Olsson
2002-01-23strncat->strlcat, sprintf->snprintfHakan Olsson
2002-01-23less sprintf/str[n]cpy/strcatHakan Olsson
2002-01-23less strcpy/strcatHakan Olsson