summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't reinvent the wheel: Use setmode(3) to interpretyar2003-08-052-3/+15
* Exit with a non-zero status upon a block allocation failure.yar2003-08-051-3/+3
* Make this WARNS=6 clean by:johan2003-08-054-41/+41
* LANG->LC_ALLache2003-08-041-1/+1
* Fix problem differently, use ache2003-08-041-1/+1
* Use tr '[:lower:]' '[:upper:]' to work with any localeache2003-08-041-1/+1
* style.Makefile(5)'izeobrien2003-08-035-32/+15
* Spell "file system" correctly.ru2003-08-013-3/+3
* Make firmware version 4.1.12 the default for download to PCA-200E adapters.harti2003-07-313-11/+2073
* Fix the code with respect to the assumption that sizeof(long) == 4.harti2003-07-301-32/+32
* Fix what was a common idiom in PDP-11 days: declare a local int andharti2003-07-301-2/+2
* Make this compile with WARNS=6.harti2003-07-302-102/+78
* Fix warnings: a variable that was unused, a variable thatharti2003-07-301-4/+3
* Use size_t for buffer sizes. Improve error handling in some places.harti2003-07-298-148/+117
* Add support for CBR and VBR PVCs. Enhance the error handling forharti2003-07-283-39/+159
* Enable dhclient to poll the interface state and send onlymbr2003-07-281-1/+1
* Make atm WARNS=6 clean. The changes are mostly:harti2003-07-2810-382/+299
* o Fix usage(): remove '-l', add missed '-f', sort.maxim2003-07-261-1/+1
* Remove references to the '-l' option in synopsis. The rest of thesimon2003-07-261-2/+1
* Minor mdoc(7) cleanup, based on the PR below.simon2003-07-261-2/+4
* When deciding whether to download the microcode or not look at the API ratherharti2003-07-251-1/+1
* Due to a gcc bug, it doesn't like local variables with names like 'sin'.harti2003-07-251-3/+3
* Make ilmid WARNS=6 clean. The problem were a couple of unused functionharti2003-07-252-14/+14
* Build /sbin/gpt on amd64 for good luck as well.peter2003-07-241-1/+2
* Simplistic C comment re is wrong, use more correct oneimp2003-07-231-1/+1
* Remove old workaroundimp2003-07-231-3/+1
* Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specificluigi2003-07-221-0/+4
* Quote from a Problem Report:maxim2003-07-211-1/+1
* o Initialize do_pipe before command parsing.maxim2003-07-211-0/+1
* Take advantage of the use of file system IDs to simplify umount(8)iedowse2003-07-201-298/+144
* When mount(8) is invoked with the `-v' flag, display the filesystemiedowse2003-07-183-17/+54
* Don't call print_pdu() when we are not debugging. This would resultharti2003-07-181-1/+2
* Since checkmntlist() and getmntentry() return a struct statfs thatiedowse2003-07-181-24/+17
* When the file system to unmount is specified by device name insteadiedowse2003-07-181-45/+7
* Userland side of:luigi2003-07-152-14/+22
* Make sure that comments are printed at the end of a rule.luigi2003-07-151-2/+4
* Fix one typo in help() string, remove whitespace at end of line andluigi2003-07-141-24/+23
* o Rename local variables, do not shadow global declarations.maxim2003-07-141-7/+7
* o Kill MINICMPLEN, there is ICMP_MINLEN already.maxim2003-07-141-7/+6
* o Be ready to get a reply with length up to IP_MAXPACKET.maxim2003-07-141-11/+18
* ccept of empty lines when reading from a file (this fixes a bugluigi2003-07-141-25/+52
* Remove reference to max block size. dump no longer limits the block size.grog2003-07-141-13/+1
* Add a '-T' flag to print the timestamp as numeric value insteadluigi2003-07-122-5/+14
* Document the existence of comments in ipfw rules,luigi2003-07-121-4/+11
* In random order:luigi2003-07-121-218/+277
* Do not compare unsigned int values with ULONG_MAX. The comparison iskan2003-07-112-5/+5
* Correct to match reality regarding interface names.dannyboy2003-07-081-3/+7
* * introduce a section on SYNTAX to document the handlingluigi2003-07-081-44/+77
* A bunch of changes (mostly syntactic sugar, all backward compatible):luigi2003-07-081-251/+383
* Drop the pid file after we call the final daemon call. w/o -n wouldimp2003-07-051-2/+4
OpenPOWER on IntegriCloud