| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities. | joerg | 2009-06-24 | 4 | -25/+5 |
* | Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation | dfr | 2009-06-24 | 7 | -77/+74 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | jamie | 2009-06-24 | 6 | -637/+176 |
* | Fix end-of-line issues that can come up when `lpq' reads information | gad | 2009-06-24 | 1 | -1/+102 |
* | Add detection of UFS filesystems. | cperciva | 2009-06-24 | 2 | -4/+61 |
* | When mountd.c parses the nfsv4 root line(s) in /etc/exports, it | rmacklem | 2009-06-23 | 1 | -1/+13 |
* | Add a limit for child jails via the "children.cur" and "children.max" | jamie | 2009-06-23 | 1 | -8/+15 |
* | Whitespace fix. | jamie | 2009-06-23 | 1 | -1/+1 |
* | Remove obsolete comment describing how the command line is | jamie | 2009-06-23 | 1 | -5/+0 |
* | o Fix usage() prototype [1] and correct its call. | maxim | 2009-06-23 | 1 | -2/+2 |
* | o style(9) usage() definition: it doesn't need an argument. | maxim | 2009-06-23 | 1 | -3/+2 |
* | o Remove unneeded argument in fprintf(3) call in usage(). | maxim | 2009-06-23 | 1 | -1/+1 |
* | If the label being printed by getpmac(8) is empty, then don't print a | rwatson | 2009-06-20 | 1 | -1/+2 |
* | - Include rpcv2.h before other NFS includes. That allows nfscbd to | stas | 2009-06-20 | 1 | -1/+1 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 2 | -4/+5 |
* | When running pkg_add -r, check & install our dependencies for each | brian | 2009-06-19 | 6 | -44/+81 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 5 | -11/+33 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | kan | 2009-06-18 | 1 | -7/+0 |
* | Use the right jail parameters for -v (cpuset has changed to cpuset.id). | jamie | 2009-06-17 | 1 | -1/+1 |
* | Add cas(4). | marius | 2009-06-15 | 1 | -0/+1 |
* | Add volatile to sig_atomic_t where it was missing. | des | 2009-06-14 | 2 | -2/+2 |
* | Include <sys/wait.h> and <signal.h> for wait() and kill(). | ed | 2009-06-14 | 1 | -0/+2 |
* | Add -m and -t options. | brian | 2009-06-14 | 2 | -2/+13 |
* | Remove "extern" from function prototypes, and fix some (but not all) | des | 2009-06-13 | 15 | -196/+154 |
* | Wrap some macros that needed wrapping. | des | 2009-06-13 | 1 | -8/+14 |
* | Remove casts from {c,m,re}alloc() and simplify sizeof(). | des | 2009-06-13 | 13 | -87/+87 |
* | nscd builds cleanly at WARNS level 3. | des | 2009-06-13 | 1 | -2/+1 |
* | Explain to the compiler why the aliasing we're doing is OK. | des | 2009-06-13 | 7 | -38/+33 |
* | Fix a large number of signed - unsigned comparison warnings. | des | 2009-06-13 | 6 | -34/+43 |
* | Change hashtable_index_t to unsigned. | des | 2009-06-13 | 2 | -5/+3 |
* | #include the right header so we get prototypes for our own functions. | des | 2009-06-13 | 1 | -1/+1 |
* | Further #include cleanup. | des | 2009-06-13 | 10 | -12/+25 |
* | Make the debugging macros expand to (void)0 instead of simply nothing | des | 2009-06-13 | 2 | -36/+36 |
* | #include cleanup | des | 2009-06-13 | 13 | -22/+28 |
* | Provide correct prototypes for functions with no arguments. | des | 2009-06-12 | 12 | -34/+34 |
* | _nss_cache_cycle_prevention_function doesn't actually need to be a function, | des | 2009-06-12 | 1 | -10/+10 |
* | Update the content of the nfsv4.4 man page to reflect the final | rmacklem | 2009-06-12 | 1 | -42/+56 |
* | syslog.conf(5): correct example | avg | 2009-06-11 | 1 | -4/+4 |
* | - Make pstat(8) WARNS=6 safe. | stas | 2009-06-11 | 2 | -22/+33 |
* | Lower WARNS due to alignment issues on sparc64. | des | 2009-06-11 | 1 | -1/+1 |
* | Correct my previous commit to pstat(8). | ed | 2009-06-11 | 1 | -1/+1 |
* | Make most of pstat(8) build with WARNS=6. | ed | 2009-06-11 | 1 | -6/+7 |
* | As of sam's r175206, arp builds cleanly at WARNS level 6, but the Makefile | des | 2009-06-11 | 2 | -4/+8 |
* | In the old-style jail command line, explicitly set parameters from the | jamie | 2009-06-10 | 1 | -2/+39 |
* | Fix typo. | yongari | 2009-06-10 | 1 | -1/+1 |
* | Add alc(4) to the list of supported network interface. | yongari | 2009-06-10 | 1 | -0/+1 |
* | 1. Update the message that prints out for -U when the mtree database does | dougb | 2009-06-09 | 1 | -7/+7 |
* | Get the other NG_PATHLEN while I'm here too :(. | imp | 2009-06-09 | 1 | -1/+1 |
* | Use NG_PATHSIZ instead of NG_PATHLEN + 1. | imp | 2009-06-09 | 1 | -1/+1 |
* | Fix grammar. | jkoshy | 2009-06-08 | 1 | -1/+1 |