aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Add -m and -t options.Brian Somers2009-06-142-2/+13
* Remove "extern" from function prototypes, and fix some (but not all)Dag-Erling Smørgrav2009-06-1315-196/+154
* Wrap some macros that needed wrapping.Dag-Erling Smørgrav2009-06-131-8/+14
* Remove casts from {c,m,re}alloc() and simplify sizeof().Dag-Erling Smørgrav2009-06-1313-87/+87
* nscd builds cleanly at WARNS level 3.Dag-Erling Smørgrav2009-06-131-2/+1
* Explain to the compiler why the aliasing we're doing is OK.Dag-Erling Smørgrav2009-06-137-38/+33
* Fix a large number of signed - unsigned comparison warnings.Dag-Erling Smørgrav2009-06-136-34/+43
* Change hashtable_index_t to unsigned.Dag-Erling Smørgrav2009-06-132-5/+3
* #include the right header so we get prototypes for our own functions.Dag-Erling Smørgrav2009-06-131-1/+1
* Further #include cleanup.Dag-Erling Smørgrav2009-06-1310-12/+25
* Make the debugging macros expand to (void)0 instead of simply nothingDag-Erling Smørgrav2009-06-132-36/+36
* #include cleanupDag-Erling Smørgrav2009-06-1313-22/+28
* Provide correct prototypes for functions with no arguments.Dag-Erling Smørgrav2009-06-1212-34/+34
* _nss_cache_cycle_prevention_function doesn't actually need to be a function,Dag-Erling Smørgrav2009-06-121-10/+10
* Update the content of the nfsv4.4 man page to reflect the finalRick Macklem2009-06-121-42/+56
* syslog.conf(5): correct exampleAndriy Gapon2009-06-111-4/+4
* - Make pstat(8) WARNS=6 safe.Stanislav Sedov2009-06-112-22/+33
* Lower WARNS due to alignment issues on sparc64.Dag-Erling Smørgrav2009-06-111-1/+1
* Correct my previous commit to pstat(8).Ed Schouten2009-06-111-1/+1
* Make most of pstat(8) build with WARNS=6.Ed Schouten2009-06-111-6/+7
* As of sam's r175206, arp builds cleanly at WARNS level 6, but the MakefileDag-Erling Smørgrav2009-06-112-4/+8
* In the old-style jail command line, explicitly set parameters from theJamie Gritton2009-06-101-2/+39
* Fix typo.Pyun YongHyeon2009-06-101-1/+1
* Add alc(4) to the list of supported network interface.Pyun YongHyeon2009-06-101-0/+1
* 1. Update the message that prints out for -U when the mtree database doesDoug Barton2009-06-091-7/+7
* Get the other NG_PATHLEN while I'm here too :(.Warner Losh2009-06-091-1/+1
* Use NG_PATHSIZ instead of NG_PATHLEN + 1.Warner Losh2009-06-091-1/+1
* Fix grammar.Joseph Koshy2009-06-081-1/+1
* The change r192913 has added dependency on IP_RECVDSTADDR beingAlexander Kabaev2009-06-081-0/+7
* Import ACPICA 20090521.Jung-uk Kim2009-06-056-23/+64
* Do not force the mtu to 2290; this was done to insure large EAPOL framesSam Leffler2009-06-051-12/+0
* Re-format the nfsv4.4 man page so that all sentences start on aRick Macklem2009-06-031-10/+20
* Catch up with the times: "mozilla" -> "firefox".Joseph Koshy2009-06-021-2/+2
* Add support for the build options that are currently in the port:Doug Barton2009-06-011-1/+19
* Fix segfault when giving invalid long option to pkg_info.Jilles Tjoelker2009-06-011-0/+1
* o) Restructure tcpdrop(8) to provide a facility to try to drop all establishedJuli Mallett2009-06-012-56/+319
* Several cleanups to ipfwpcap(8).Ed Schouten2009-05-312-63/+62
* Teach powerd how to query the PMU AC line state on PowerPC.Nathan Whitehorn2009-05-311-10/+18
* Update BIND to version 9.6.1rc1. This version has better performance andDoug Barton2009-05-314-1/+54
* Code cleanup for nfs4 utilities:Xin LI2009-05-295-62/+52
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-6/+16
* Fix some inaccuracies in the extensible parameter addition.Jamie Gritton2009-05-291-2/+2
* Change the "-4" argument for nfsd and mountd to "-e" to avoidRick Macklem2009-05-284-18/+18
* Modify mountd to handle the experimental nfs server as well as theRick Macklem2009-05-273-135/+358
* Fix xref name.Andrew Thompson2009-05-271-1/+1
* Merge final round of MLD changes from p4:Bruce M Simpson2009-05-272-14/+12
* Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton2009-05-278-820/+1586
* MFV of tzcode2009h revision r192887Edwin Groothuis2009-05-275-6/+19
* Add two new utilities and two new daemons to /usr/src/usr.sbin thatRick Macklem2009-05-2613-0/+1813
* Fix a race that can stall the timer when we remove a timer that has anotherBrian Somers2009-05-261-14/+23