summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Redo the way that fatal-error messages are done in the chkhost() routine,gad2002-06-241-64/+88
* C replacement for the Perl5 code.markm2002-06-249-680/+570
* Print a long with %ld not %d. (We possibly should be using %j here, butdwmalone2002-06-241-1/+1
* include if_ieee80211.h and if_wireg.h, don't know why that didn't work beforeimp2002-06-241-0/+2
* Document -L and -l.imp2002-06-242-3/+92
* Add a hack to handle RADIUS responses from peers that forget thatbrian2002-06-231-4/+20
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willgad2002-06-238-9/+7
* Add function name in error message.n_hibma2002-06-231-1/+1
* Don't expect NUL terminated data in all netgraph messages received.brian2002-06-221-2/+8
* Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it asjmallett2002-06-221-9/+9
* Unused macro.jmallett2002-06-221-1/+0
* Make it clear that this applies only to UFS1 file systems, as UFS2 willrwatson2002-06-221-3/+3
* __FBSDID() strategic insertion.jmallett2002-06-212-5/+6
* Kill __P, yuck.jmallett2002-06-213-46/+46
* Mark unused variables __unused.jmallett2002-06-212-5/+5
* Use __typeof__ instead of typeof.jmallett2002-06-211-1/+1
* Kill bad whitespace and do some style cleanups as a result of the protoize.jmallett2002-06-211-30/+20
* ANSI prototypes via protoize(1).jmallett2002-06-212-100/+64
* Clean up hex() and octal() to return and work with unsigned integers sincejmallett2002-06-211-8/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-53/+87
* Update for tcpdump 3.7.1fenner2002-06-212-47/+36
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian2002-06-175-29/+34
* Just rename two generic-queue init routines from 'init_*' to '*_gi'gad2002-06-163-7/+7
* Add a nearly complete rewrite of the lpc command 'down'. The only user-gad2002-06-164-3/+73
* Make the description of the 'down' command a little more readable.gad2002-06-151-2/+4
* Reorganize the way that arguments are processed in lpc's generic-queuegad2002-06-151-20/+24
* Add a new command to 'lpc' called 'setstatus', which would be used togad2002-06-156-28/+140
* Do not issue deprecated ioctl.ume2002-06-151-0/+8
* Don't install obsolete gifconfig(8). Please use ifconfig(8) instead.ume2002-06-151-1/+0
* Don't install obsolete prefix(8). We now have `ifconfig eui64'.ume2002-06-151-1/+0
* A better prinflike fix...brian2002-06-151-2/+2
* Remove whitespace at the end of lines.brian2002-06-1531-89/+89
* Fix a printflike format errorbrian2002-06-151-1/+1
* Remove a forgotten diagnosticbrian2002-06-151-1/+0
* Changed the behavior when an interface-direct prefix being advertisedume2002-06-138-45/+166
* Bah humbug. Fix another typo on the same comment line. It also hadgad2002-06-131-1/+1
* Fix a typo in a comment from the previous commit. I had a bullet-charactergad2002-06-131-1/+1
* Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',gad2002-06-135-14/+457
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anbrian2002-06-122-1/+20
* Bump the version number to reflect the recent RADIUS commitsbrian2002-06-121-1/+1
* Don't forget to process the Ident field on the front ofbrian2002-06-122-16/+26
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-124-8/+8
* de __Pimp2002-06-121-39/+30
* KNF.imp2002-06-121-87/+89
* Kill __P.imp2002-06-121-2/+2
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-128-55/+329
* Go back to taking the user's umask into account. Thanks to Alfred fordougb2002-06-101-23/+31
* Change our default XF86Config location from /etc/ to /etc/X11/,obrien2002-06-103-3/+5
* Don't depend on <pwd.h> to bogusly include <sys/types.h>.mike2002-06-091-0/+1
* Fix a bug where request_part_size() was hard-coded to check the rootSizejhb2002-06-072-2/+2
OpenPOWER on IntegriCloud