aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add a describtion for the '-d' flagChristian Brueffer2003-11-101-1/+3
* enable aes-xcbc-mac and aes-ctr, again.Hajimu UMEMOTO2003-11-101-3/+3
* Alphabetization braino.Dag-Erling Smørgrav2003-11-071-1/+1
* Whitespace cleanup.Dag-Erling Smørgrav2003-11-071-9/+9
* Add a command-line option to format output for human readability.Dag-Erling Smørgrav2003-11-072-13/+25
* - add explanation of what an active file system isKen Smith2003-11-051-2/+14
* Make sure argv[x] exists before using it.Johan Karlsson2003-11-051-9/+15
* Make this WARNS=6 clean by:Johan Karlsson2003-11-052-4/+14
* - do hexdump on send. set length field properlyHajimu UMEMOTO2003-11-056-920/+1220
* Add support for multibyte character conversions.Scott Long2003-11-053-18/+86
* Use 'const' in the copyright stamp, this is done in other utilities.Tom Rhodes2003-11-041-1/+2
* In mapdirs(), do not use the `dp' inode pointer after searchdir()Ian Dowse2003-11-041-3/+3
* Add missing prototype for cread().Ian Dowse2003-11-041-0/+1
* Create a .snap directory mode 770 group operator in the root ofKirk McKusick2003-11-041-6/+45
* Check that the user running mksnap_ffs has permission to create andKirk McKusick2003-11-041-1/+33
* Set exit code to 1 in case at least one of the input filesStefan Eßer2003-11-022-2/+13
* Style.Ruslan Ermilov2003-11-021-1/+1
* Revert the first part of my previous change.Tom Rhodes2003-11-011-4/+6
* The copywrite is not a 'static char', remove the #ifdefs and move the copywri...Tom Rhodes2003-11-011-6/+4
* Fix a few style glitches in the previous commit and make theMike Silbersack2003-11-011-5/+5
* We want the length of the string, not the size of its pointer.Brooks Davis2003-11-011-1/+1
* Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world.Brooks Davis2003-10-311-3/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-312-37/+18
* Use (char *)NULL to terminate the argument list for execlp().Hartmut Brandt2003-10-301-1/+1
* In check.c:Tom Rhodes2003-10-302-5/+2
* Remove a few unused variables.Tom Rhodes2003-10-301-3/+2
* style(9): sort functions.Tom Rhodes2003-10-291-8/+8
* Properly prototype C function usage().Tom Rhodes2003-10-291-1/+3
* When removing trailing slashes, don't remove the first characterIan Dowse2003-10-291-3/+3
* Bump WARNS level and add a '?' to WARNS=.Tom Rhodes2003-10-291-1/+1
* Remove redundant declaration of the perror() function, it's provided by stdio.h.Tom Rhodes2003-10-292-2/+0
* Defer allocation of the actual receive mbuf until the external bufferHartmut Brandt2003-10-291-0/+1
* Fix some 64 bit warnings. You can't fit a pointer in an int.Peter Wemm2003-10-261-4/+4
* Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t ratherPeter Wemm2003-10-261-2/+2
* Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, thenPeter Wemm2003-10-261-2/+7
* 64 bit fixes. in_addr_t is an uint32_t, not a u_long.Peter Wemm2003-10-261-1/+1
* Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff)Peter Wemm2003-10-261-2/+2
* style.Makefile: Add a '?' before '=' in WARNS.Tom Rhodes2003-10-261-1/+1
* Parse the ! lines that will soon be coming from the kernel. These areWarner Losh2003-10-245-10/+48
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-243-256/+263
* Fix several old bugs which got worse over time:Tom Rhodes2003-10-233-9/+10
* Move prototypes into their function.Tom Rhodes2003-10-221-3/+1
* Make WARNS=2 build without error.Tom Rhodes2003-10-222-2/+2
* Add back the commas ',' in usage to avoid a garbled usage message.Tom Rhodes2003-10-221-2/+2
* Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro"Sean Chittenden2003-10-222-4/+3
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-6/+1
* Wrap a long line in the previous commitMike Silbersack2003-10-211-1/+2
* Have sysctl print out a more useful error message when it detects that theMike Silbersack2003-10-211-1/+6
* Change the default mode for lost+found from 01777 to 0700. TheIan Dowse2003-10-191-1/+1
* Only automatically create an 'a' partition when there is nothingPoul-Henning Kamp2003-10-181-4/+22