aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-246-637/+176
* Fix end-of-line issues that can come up when `lpq' reads informationGarance A Drosehn2009-06-241-1/+102
* Add detection of UFS filesystems.Colin Percival2009-06-242-4/+61
* When mountd.c parses the nfsv4 root line(s) in /etc/exports, itRick Macklem2009-06-231-1/+13
* Add a limit for child jails via the "children.cur" and "children.max"Jamie Gritton2009-06-231-8/+15
* Whitespace fix.Jamie Gritton2009-06-231-1/+1
* Remove obsolete comment describing how the command line isJamie Gritton2009-06-231-5/+0
* o Fix usage() prototype [1] and correct its call.Maxim Konovalov2009-06-231-2/+2
* o style(9) usage() definition: it doesn't need an argument.Maxim Konovalov2009-06-231-3/+2
* o Remove unneeded argument in fprintf(3) call in usage().Maxim Konovalov2009-06-231-1/+1
* If the label being printed by getpmac(8) is empty, then don't print aRobert Watson2009-06-201-1/+2
* - Include rpcv2.h before other NFS includes. That allows nfscbd toStanislav Sedov2009-06-201-1/+1
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-192-4/+5
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-196-44/+81
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-195-11/+33
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRAlexander Kabaev2009-06-181-7/+0
* Use the right jail parameters for -v (cpuset has changed to cpuset.id).Jamie Gritton2009-06-171-1/+1
* Add cas(4).Marius Strobl2009-06-151-0/+1
* Add volatile to sig_atomic_t where it was missing.Dag-Erling Smørgrav2009-06-142-2/+2
* Include <sys/wait.h> and <signal.h> for wait() and kill().Ed Schouten2009-06-141-0/+2
* 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