| Commit message (Expand) | Author | Age | Files | Lines |
* | Give a more expected behavior to -[hns] options, defaulting to all | jamie | 2009-07-08 | 2 | -11/+18 |
* | Fix a typo in the examples. | jamie | 2009-07-08 | 1 | -2/+2 |
* | Add support for using a livefs from a USB disk. | cperciva | 2009-07-08 | 4 | -3/+33 |
* | Refactor code from installFixitCDROM into a new function, fixit_livefs_common. | cperciva | 2009-07-08 | 1 | -49/+70 |
* | Add a missing phrase. | brian | 2009-07-05 | 1 | -1/+1 |
* | Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox. | brian | 2009-07-05 | 1 | -0/+2 |
* | Add a new options (-s) that, when specified, skips the question about | attilio | 2009-07-04 | 2 | -24/+33 |
* | - Properly order headers, local variables and prototypes. [1] | stas | 2009-07-01 | 1 | -18/+11 |
* | - Fix the bug in write(2) called with incorrect parameters resulting in writes | stas | 2009-07-01 | 2 | -52/+64 |
* | Compiles without higher warn level | mbr | 2009-06-30 | 1 | -2/+0 |
* | Don't imply that only FTP urls are supported when we can't fetch | brian | 2009-06-30 | 1 | -1/+1 |
* | Add wake, a tool to send Wake on LAN frames to hosts on a local Ethernet network | mbr | 2009-06-30 | 4 | -0/+244 |
* | - Add support to atomically set/clear individual bits of a MSR register | stas | 2009-06-30 | 2 | -25/+136 |
* | - release/* update to use freebsd-doc-* packages instead of building | blackend | 2009-06-28 | 5 | -12/+211 |
* | Correct a typo (which you can use to in order -> which you can use in order | delphij | 2009-06-25 | 1 | -1/+1 |
* | Support shadow.byname and shadow.byuid maps, protecting them by | brian | 2009-06-25 | 3 | -27/+81 |
* | Raise the default size of the EFI partition on ia64 from 100MB to 400MB. | jhb | 2009-06-25 | 1 | -1/+1 |
* | Make sysinstall search for /dev/daXa and register such devices as USB disks. | cperciva | 2009-06-24 | 8 | -2/+180 |
* | This adds a new "stdio" mode to cxgbtool - it's an interactive mode | np | 2009-06-24 | 1 | -18/+83 |
* | 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 |