summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Support shadow.byname and shadow.byuid maps, protecting them bybrian2009-06-253-27/+81
* Raise the default size of the EFI partition on ia64 from 100MB to 400MB.jhb2009-06-251-1/+1
* Make sysinstall search for /dev/daXa and register such devices as USB disks.cperciva2009-06-248-2/+180
* This adds a new "stdio" mode to cxgbtool - it's an interactive modenp2009-06-241-18/+83
* Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.joerg2009-06-244-25/+5
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-247-77/+74
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-246-637/+176
* Fix end-of-line issues that can come up when `lpq' reads informationgad2009-06-241-1/+102
* Add detection of UFS filesystems.cperciva2009-06-242-4/+61
* When mountd.c parses the nfsv4 root line(s) in /etc/exports, itrmacklem2009-06-231-1/+13
* Add a limit for child jails via the "children.cur" and "children.max"jamie2009-06-231-8/+15
* Whitespace fix.jamie2009-06-231-1/+1
* Remove obsolete comment describing how the command line isjamie2009-06-231-5/+0
* o Fix usage() prototype [1] and correct its call.maxim2009-06-231-2/+2
* o style(9) usage() definition: it doesn't need an argument.maxim2009-06-231-3/+2
* o Remove unneeded argument in fprintf(3) call in usage().maxim2009-06-231-1/+1
* If the label being printed by getpmac(8) is empty, then don't print arwatson2009-06-201-1/+2
* - Include rpcv2.h before other NFS includes. That allows nfscbd tostas2009-06-201-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-4/+5
* When running pkg_add -r, check & install our dependencies for eachbrian2009-06-196-44/+81
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-195-11/+33
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-181-7/+0
* Use the right jail parameters for -v (cpuset has changed to cpuset.id).jamie2009-06-171-1/+1
* 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
OpenPOWER on IntegriCloud