summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Add cas(4).marius2009-06-151-0/+1
* Add volatile to sig_atomic_t where it was missing.des2009-06-142-2/+2
* Include <sys/wait.h> and <signal.h> for wait() and kill().ed2009-06-141-0/+2
* Add -m and -t options.brian2009-06-142-2/+13
* Remove "extern" from function prototypes, and fix some (but not all)des2009-06-1315-196/+154
* Wrap some macros that needed wrapping.des2009-06-131-8/+14
* Remove casts from {c,m,re}alloc() and simplify sizeof().des2009-06-1313-87/+87
* nscd builds cleanly at WARNS level 3.des2009-06-131-2/+1
* Explain to the compiler why the aliasing we're doing is OK.des2009-06-137-38/+33
* Fix a large number of signed - unsigned comparison warnings.des2009-06-136-34/+43
* Change hashtable_index_t to unsigned.des2009-06-132-5/+3
* #include the right header so we get prototypes for our own functions.des2009-06-131-1/+1
* Further #include cleanup.des2009-06-1310-12/+25
* Make the debugging macros expand to (void)0 instead of simply nothingdes2009-06-132-36/+36
* #include cleanupdes2009-06-1313-22/+28
* Provide correct prototypes for functions with no arguments.des2009-06-1212-34/+34
* _nss_cache_cycle_prevention_function doesn't actually need to be a function,des2009-06-121-10/+10
* Update the content of the nfsv4.4 man page to reflect the finalrmacklem2009-06-121-42/+56
* syslog.conf(5): correct exampleavg2009-06-111-4/+4
* - Make pstat(8) WARNS=6 safe.stas2009-06-112-22/+33
* Lower WARNS due to alignment issues on sparc64.des2009-06-111-1/+1
* Correct my previous commit to pstat(8).ed2009-06-111-1/+1
* Make most of pstat(8) build with WARNS=6.ed2009-06-111-6/+7
* As of sam's r175206, arp builds cleanly at WARNS level 6, but the Makefiledes2009-06-112-4/+8
* In the old-style jail command line, explicitly set parameters from thejamie2009-06-101-2/+39
* Fix typo.yongari2009-06-101-1/+1
* Add alc(4) to the list of supported network interface.yongari2009-06-101-0/+1
* 1. Update the message that prints out for -U when the mtree database doesdougb2009-06-091-7/+7
* Get the other NG_PATHLEN while I'm here too :(.imp2009-06-091-1/+1
* Use NG_PATHSIZ instead of NG_PATHLEN + 1.imp2009-06-091-1/+1
* Fix grammar.jkoshy2009-06-081-1/+1
* The change r192913 has added dependency on IP_RECVDSTADDR beingkan2009-06-081-0/+7
* Import ACPICA 20090521.jkim2009-06-056-23/+64
* Do not force the mtu to 2290; this was done to insure large EAPOL framessam2009-06-051-12/+0
* Re-format the nfsv4.4 man page so that all sentences start on armacklem2009-06-031-10/+20
* Catch up with the times: "mozilla" -> "firefox".jkoshy2009-06-021-2/+2
* Add support for the build options that are currently in the port:dougb2009-06-011-1/+19
* Fix segfault when giving invalid long option to pkg_info.jilles2009-06-011-0/+1
* o) Restructure tcpdrop(8) to provide a facility to try to drop all establishedjmallett2009-06-012-56/+319
* Several cleanups to ipfwpcap(8).ed2009-05-312-63/+62
* Teach powerd how to query the PMU AC line state on PowerPC.nwhitehorn2009-05-311-10/+18
* Update BIND to version 9.6.1rc1. This version has better performance anddougb2009-05-314-1/+54
* Code cleanup for nfs4 utilities:delphij2009-05-295-62/+52
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-6/+16
* Fix some inaccuracies in the extensible parameter addition.jamie2009-05-291-2/+2
* Change the "-4" argument for nfsd and mountd to "-e" to avoidrmacklem2009-05-284-18/+18
* Modify mountd to handle the experimental nfs server as well as thermacklem2009-05-273-135/+358
* Fix xref name.thompsa2009-05-271-1/+1
* Merge final round of MLD changes from p4:bms2009-05-272-14/+12
* Add support for the arbitrary named jail parameters used by jail_set(2)jamie2009-05-278-820/+1586
OpenPOWER on IntegriCloud