Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2002-01-25 | Update. <mccreary@pch.net> | Hakan Olsson | |
2002-01-25 | no static for sa_dump, explicit log cls/level | Hakan Olsson | |
2002-01-25 | Typo. <mccreary@pch.net> | Hakan Olsson | |
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd 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-24 | as early as v3, these is | Michael Shalayeff | |
2002-01-24 | allow reinitializing mbr in the ext parts; from Matt Watson <mwatson@apple.com> | Michael Shalayeff | |
2002-01-23 | Actually return the ESP/AH/COMP ground descriptions for policy | Angelos D. Keromytis | |
comparisons -- from cjkim2000@yahoo.com | |||
2002-01-23 | use sizeof instead of magic numbers | Michael Shalayeff | |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson | |
2002-01-23 | snprintf, and only dump exchange data if USE_DEBUG is defined | Hakan Olsson | |
2002-01-23 | sprintf->snprintf & bugfix | Hakan Olsson | |
2002-01-23 | no more strcpy/sprintf | Hakan Olsson | |
2002-01-23 | Another strcpy gone. | Hakan Olsson | |
2002-01-23 | strcpy->strlcpy, sprintf->snprintf | Hakan Olsson | |
2002-01-23 | strcat->strlcat, sprintf->snprintf | Hakan Olsson | |
2002-01-23 | strcpy->strlcpy | Hakan Olsson | |
2002-01-23 | strncat->strlcat, sprintf->snprintf | Hakan Olsson | |
2002-01-23 | less sprintf/str[n]cpy/strcat | Hakan Olsson | |
2002-01-23 | less strcpy/strcat | Hakan Olsson | |
2002-01-21 | deamon -> daemon, from Alexander Yurchenko | Daniel Hartmeier | |
2002-01-19 | Fix bogosity with sa_len value assignment...I wonder how this ever | Angelos D. Keromytis | |
worked (but it did, until very recently). | |||
2002-01-18 | Allow size values to be displayed in the user's choice of units. | Kjell Wooding | |
Idea borrowed from disklabel. i.e. Users can now type "print M" and be rewarded with partition sizes in Megs | |||
2002-01-18 | Add disklabel-style editing for size/offset values in | Kjell Wooding | |
the partition tables. These values may now contain units, such as "300k" "500M" or "2G". (sectors, bytes, and cylinders are also supported.) This should largely eliminate the need for a calculator when using fdisk on large disks. | |||
2002-01-18 | Do not truncate the cylinder value to 1023 until the MBR | Kjell Wooding | |
is actually written to disk. Cylinder values for disks >8G are instead "faked" from the LBA values in the partition table. These faked values are now displayed correctly after a save. | |||
2002-01-18 | print out the ctime of a mount when verbose; millert@ ok | Michael Shalayeff | |
2002-01-17 | Typo, from Måns Nilsson <mansaxel@sunet.se> | Marc Espie | |
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson | |
2002-01-11 | use bsearch() for keywords lookup, swap couple of entries to make the ↵ | Michael Shalayeff | |
keywords array sorted and add a comment to keep it that way; dhartmei@ ok | |||
2002-01-11 | document new sysctl for vfs.nfs.norsvport | Nathan Binkert | |