summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-2810-101/+105
* Fix a number of warnings. A gcc preprocessor bug relating to macrosiedowse2002-04-281-38/+53
* Oops, remove references to NLOCKED and NWANTED, now that they noiedowse2002-04-282-8/+0
* Include <netinet/in.h> to squash one more compile-time warning.gad2002-04-251-0/+2
* When using %p to print out pointers to struct's, first cast the valuesgad2002-04-251-7/+8
* PR: 33966hm2002-04-241-6/+6
* handle ECONNABORTED.ume2002-04-241-1/+3
* typo in connect(2) error handling.ume2002-04-241-2/+2
* Change the name of the 'bin' distribution to 'base'.obrien2002-04-236-26/+26
* Improve the error message the user sees if the startdaemon routine cannotgad2002-04-231-4/+6
* Implement new printcap option of "rc" aka "remote.resend_copies".gad2002-04-234-11/+70
* Add 'const' to some casts to fix two warnings that are printed by thegad2002-04-222-4/+4
* Add 'const' to some casts to fix two warnings that are printed by thegad2002-04-221-2/+2
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-2219-26/+26
* Don't needlessly redefine the afterinstall target.ru2002-04-221-6/+1
* Add a Makefile for this.jake2002-04-221-0/+6
* Underline the default value for rp=, the same way all the other string-typegad2002-04-221-1/+1
* Add description of `mc' (max copies), add short-form to long-form mappinggad2002-04-223-0/+6
* Turn blank lines into .Pp . This does not significantly change thefenner2002-04-211-1/+2
* Don't load the netgraph line discipline. When it's in use, TIOCMGETbrian2002-04-211-0/+7
* Improve the Bzip2 handling.obrien2002-04-204-19/+35
* sysinstall compiles on sparc64.jake2002-04-201-4/+1
* Use `The .Nm utility'charnier2002-04-2029-102/+181
* Add character translation table between Unix and NetWare accordingbp2002-04-201-9/+9
* Change lpd to recognize the '-s' parameter as a preferred synonymgad2002-04-192-13/+26
* Remove a safety-setting line which is unnecessary now that the previousgad2002-04-191-1/+0
* Fix 'deamon' -> 'daemon' in a comment.gad2002-04-191-1/+1
* Add a little detail to the syslog-msg that comes up when lpd can notgad2002-04-191-2/+3
* Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socketsuz2002-04-191-1/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-199-184/+78
* Clean up usage message: don't put optional parameter's in brackets.rwatson2002-04-191-7/+7
* Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN,brian2002-04-172-32/+136
* Make mppath and masterpasswd pointers instead of arrays, and initializedes2002-04-171-2/+4
* Don't display an extraneous ``: '' with some packets in/packets out diagnosticsbrian2002-04-161-1/+1
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-1612-731/+746
* Constify and stylify yppusherr_string().des2002-04-161-6/+11
* Correct spacing.dd2002-04-161-1/+1
* Remove bogus reference to _use_yp.des2002-04-151-9/+1
* When it's necessary to kldload tun(4), don't forget to re-try to openbrian2002-04-153-8/+15
* Make the MTRR code a bit more defensive - this should help peopledwmalone2002-04-141-0/+1
* Add support for an additional field to the packages/INDEX file. Ifmurray2002-04-131-8/+45
* Read the CD_VOLUME property from the cdrom.inf file and use it tomurray2002-04-131-0/+7
* Add the concept of a volume to the device and package structures. Ifmurray2002-04-132-0/+4
* Stop "make depend" from attempting to delete non-existent .depend.ru2002-04-111-1/+1
* Make kldxref work for Elf64 (which has 32 bit hash tables)peter2002-04-112-7/+7
* When binding to transports if getnetconfigent() fails then actuallyalfred2002-04-111-1/+2
* Only remove the '\n' at the end of a line if there is one.dwmalone2002-04-101-1/+2
* Close a very small window during which new (empty) instances of rotated logsheldonh2002-04-101-4/+13
* timed(8) manual page has some incorrect grammertrhodes2002-04-091-4/+2
* chown(8) was not describing symlinks correctly, fixed.trhodes2002-04-091-3/+6
OpenPOWER on IntegriCloud