aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* "device" and "nodevice" lines can actually specify more than one deviceDag-Erling Smørgrav2005-02-101-0/+2
* The variable `ROOTKEY' has internal linkage in keyserv.c, don't declare it asStefan Farfeleder2005-02-101-3/+0
* The variable `arglist' has internal linkage in pw.c, don't declare it as externStefan Farfeleder2005-02-101-1/+1
* Turn K&R functions into prototypes.Stefan Farfeleder2005-02-101-12/+6
* Code cleanup:Xin LI2005-02-102-3/+2
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-0918-20/+25
* - Reduce the number of netgraph messages when listingRuslan Ermilov2005-02-091-11/+35
* Properly initialise the variable `deny'.Stefan Farfeleder2005-02-091-1/+1
* Pass -C to rpcgen.Stefan Farfeleder2005-02-091-3/+3
* Use CFLAGS+=.Stefan Farfeleder2005-02-091-1/+1
* Add a new sysctl, "security.jail.chflags_allowed", which controls theColin Percival2005-02-081-0/+9
* Next step on the road to IRPs: create and use an imitation of theBill Paul2005-02-081-0/+1
* Use the correct length when copying trailing data!!Brian Somers2005-02-081-1/+1
* Remove /stand when we are done with it.David E. O'Brien2005-02-072-0/+6
* Remove code, inherited from ipacctctl, which sets socket to non-blockingGleb Smirnoff2005-02-061-9/+1
* Remove the useless "version" number output.David E. O'Brien2005-02-061-5/+1
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)Maxim Konovalov2005-02-064-0/+161
* Backout rev. 1.17 per ru@ request: there are net.graph.recvspace andMaxim Konovalov2005-02-041-4/+2
* - Use svc_getrpccaller() rather than svc_getcaller() for usingJun Kuriyama2005-02-031-20/+16
* Utilize bsd.files.mk.Ruslan Ermilov2005-01-281-8/+4
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-2811-11/+0
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-278-8/+0
* WARNS?=6 cleanup for [gs]et[fp]mac:Xin LI2005-01-278-11/+11
* Add a radius_Flush() function that waits for the response (or timeout) toBrian Somers2005-01-274-0/+23
* Remove useless mode argument to open().Suleiman Souhlal2005-01-251-1/+1
* Add "NTP pool servers" to the list, including Worldwide, Asia, Europe,Makoto Matsushita2005-01-252-0/+30
* ntp.cyber-fleet.net is not in DNS database, remove it.Makoto Matsushita2005-01-252-6/+0
* o Reorganize the previous delta to make it more style(9) compliant.Maxim Konovalov2005-01-241-3/+5
* o Try hard to guess a buffer size for a fast growing routing table.Maxim Konovalov2005-01-241-5/+15
* Bump the default maximum on nfsd processes from 20 to 256. Real-worldRobert Watson2005-01-231-1/+1
* Fixed punctuation in xrefs.Ruslan Ermilov2005-01-212-3/+3
* Fixed xref.Ruslan Ermilov2005-01-212-2/+2
* Fixed xrefs.Ruslan Ermilov2005-01-215-7/+7
* Fixed .Xr call.Ruslan Ermilov2005-01-211-1/+2
* In crunchgen(1), when calling make(1), don't redirect stderr to stdout,Ruslan Ermilov2005-01-201-1/+1
* Fixed formatting in the AUTHORS section.Ruslan Ermilov2005-01-181-0/+1
* Sort sections.Ruslan Ermilov2005-01-18119-794/+793
* Remove redundant parameter inherited from ipacctctl.Gleb Smirnoff2005-01-181-8/+7
* One of the DIAGNOSTICS sections should be EXIT STATUS.Ruslan Ermilov2005-01-181-6/+6
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-1739-42/+46
* Add prototypes and remove unused variables for WARNS=6 compliance. AddPhilippe Charnier2005-01-161-25/+28
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-153-36/+16
* Fixed display type.Ruslan Ermilov2005-01-151-1/+1
* Removed bitrot.Ruslan Ermilov2005-01-132-10/+4
* WANRS=6 cleanup for vidcontrol(1):Xin LI2005-01-133-93/+95
* Fix typo %d -> %xMaksim Yevmenkin2005-01-121-1/+1
* Document the -U option a bit more clearly.Philip Paeps2005-01-111-0/+12
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-1111-67/+61
* Add -q to usage() and mark the "index" argument as optional.Ruslan Ermilov2005-01-111-1/+1
* - mdoc(7) cleanup.Simon L. B. Nielsen2005-01-111-17/+43