aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove the config file line length restriction.Ruslan Ermilov2000-02-251-13/+10
* Use libcrypto instead of libdes.Mark Murray2000-02-244-9/+11
* Security fixes. (Just same as sbin/ping and usr.sbin/traceroute)Yoshinobu Inoue2000-02-241-3/+8
* Add an scope index embedded IPv6 link local addr creation support, by routeYoshinobu Inoue2000-02-231-0/+4
* Don't scare the users.Alfred Perlstein2000-02-222-8/+0
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased toKenneth D. Merry2000-02-201-2/+35
* detect deleted tty lines in /etc/ttys.Alfred Perlstein2000-02-191-1/+25
* Change IPv6 scoped addr format again based on recent standard discussion.Yoshinobu Inoue2000-02-191-1/+1
* Committed changes to restore(8) for previously undocumented -N option.Bill Swingle2000-02-171-5/+9
* With the kind permission of Marconi Communications (Formerly "Fore Communicat...Poul-Henning Kamp2000-02-155-12/+1906
* Use correct field for dst_port when displaying masks on dynamic pipes.Luigi Rizzo2000-02-131-1/+1
* Add ata(4) support.Ruslan Ermilov2000-02-112-2/+2
* Support and document new stateful ipfw features.Luigi Rizzo2000-02-102-15/+290
* Support IPv6 scoped addr in ifconfig and routeYoshinobu Inoue2000-02-102-32/+128
* Add ipl.4 manpageGuido van Rooij2000-02-091-0/+1
* Repair incorrect ``first appeared in'' reference, which originally statedChris Costello2000-02-091-1/+1
* ping -S option was missing from IPsec merge, so enable it again.Yoshinobu Inoue2000-02-081-2/+2
* Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more.Peter Wemm2000-02-062-2/+2
* Fix a couple of typos in the 'camcontrol negotiate' output.Kenneth D. Merry2000-02-041-2/+2
* Add Xref to camcontrol(8) (replacing previously-removed scsiformat(8)).Kris Kennaway2000-01-301-0/+1
* Remove unused #include and prototype declaration.Luoqi Chen2000-01-301-2/+0
* Typo fix. While I am at it, remove the name translation from block to rawLuoqi Chen2000-01-301-26/+3
* Add ip6fw.Yoshinobu Inoue2000-01-295-0/+1803
* Changed setflags() to set_flags(). This fixes part of the world breakageBruce Evans2000-01-281-3/+3
* Fix return value check for inet_pton().Munechika SUMIKAWA2000-01-251-1/+1
* Now that kernel is capable of notifying user processes aboutRuslan Ermilov2000-01-251-8/+6
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-238-12/+12
* Do some intptr_t casting for alpha.Matt Jacob2000-01-212-8/+8
* Specify the system directory for which we put in our include pathMatt Jacob2000-01-211-1/+3
* If a directory on the command line doesn't exist, warn about itJohn Polstra2000-01-211-2/+2
* Brucify:Bill Fumerola2000-01-202-8/+16
* Fix insecure tempfile handlingKris Kennaway2000-01-161-8/+4
* use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while backMatt Jacob2000-01-161-12/+12
* Handle GetResponse errors correctly.Mike Spengler2000-01-151-5/+17
* This is another in Martin Blapp's N-series of mount-related cleanups :)Brian Feldman2000-01-152-6/+12
* More style fixes, both to code and man page.Boris Popov2000-01-152-60/+69
* Add '-t X' which times out after pinging for X seconds.Bill Fumerola2000-01-142-4/+18
* Adjust paths after repository copy.Bruce Evans2000-01-142-2/+2
* Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are notPeter Wemm2000-01-1410-874/+3
* Removed yet another vestige of the ft driver.Bruce Evans2000-01-141-7/+0
* Thresh-out the nfs manual page references a bitMatthew Dillon2000-01-133-1/+5
* Unremoved used include of <sys/stat.h> (don't depend on pollution inBruce Evans2000-01-121-1/+1
* Backed out removal of vendor id and gratuitous change of tmpfile prefixBruce Evans2000-01-112-2/+4
* Fix the use of an uninitialized variable in the previous commit.Peter Wemm2000-01-103-6/+6
* Add `.Nm rrestore' to NAME section.Alexey Zelkin2000-01-101-1/+2
* Add `.Nm fastboot' and `.Nm fasthalt' to NAME section.Alexey Zelkin2000-01-101-3/+4
* Add `.Nm rdump' to NAME section.Alexey Zelkin2000-01-101-1/+2
* 10 X's for mktemp(). This seems to be free from race conditions.Kris Kennaway2000-01-102-2/+2
* 10 X's for mkstemp(), and don't redefine _PATH_TMPKris Kennaway2000-01-104-8/+6
* - Style/bde changes.Peter Wemm2000-01-103-96/+114