| Commit message (Expand) | Author | Age | Files | Lines |
* | This fixes bsdcpio's -R option to accept numeric | kientzle | 2009-07-03 | 2 | -20/+50 |
* | Support shadow.byname and shadow.byuid maps, protecting them by | brian | 2009-06-25 | 3 | -0/+3 |
* | Sync with NetBSD: | delphij | 2009-06-24 | 3 | -10/+10 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 1 | -1/+1 |
* | Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation | dfr | 2009-06-24 | 3 | -20/+18 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | jamie | 2009-06-24 | 2 | -13/+6 |
* | %.s expects an int as the length specifier, so cast properly. | delphij | 2009-06-23 | 1 | -1/+2 |
* | Use strlcpy() instead of manually setting the last byte of the array to \0. | delphij | 2009-06-23 | 1 | -8/+4 |
* | Use strlcpy() instead of explicitly set \0 on the tail of the array. | delphij | 2009-06-23 | 1 | -2/+1 |
* | Use C99 initialization when necessary; apply static to internal rountines. | delphij | 2009-06-23 | 1 | -5/+5 |
* | K&R -> ANSI | delphij | 2009-06-23 | 1 | -3/+1 |
* | Use getprogname() instead of referencing __progname. | delphij | 2009-06-23 | 1 | -3/+2 |
* | Usermode portion of the support for swap allocation accounting: | kib | 2009-06-23 | 1 | -13/+23 |
* | Add support for uncompressing pack(1)'ed files. Pack(1) is a program found | delphij | 2009-06-21 | 2 | -1/+359 |
* | Restore the check against running as root that I accidentally removed in | brooks | 2009-06-20 | 1 | -0/+9 |
* | Implement the -z (zero counters) option for the various bpf counters. | csjp | 2009-06-19 | 2 | -1/+9 |
* | Two fixes for SMALL case when compiling with WARNS=6: | delphij | 2009-06-19 | 1 | -1/+4 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 3 | -13/+34 |
* | When checking if we can write to a file, use access() instead of a | brooks | 2009-06-19 | 1 | -28/+2 |
* | Since the width is always 2, it is enough to put just one | ume | 2009-06-18 | 1 | -2/+2 |
* | Fix column width of weekday names for multibyte locales. | ume | 2009-06-17 | 1 | -9/+18 |
* | Add revoke(1). | ed | 2009-06-15 | 4 | -0/+123 |
* | Make the chpass Makefile honour NO_FSCHG. | ed | 2009-06-15 | 1 | -3/+4 |
* | Add volatile to sig_atomic_t where it was missing. | des | 2009-06-14 | 1 | -1/+1 |
* | Include <sys/module.h> for modfind(). | ed | 2009-06-14 | 1 | -0/+1 |
* | Fix bug in zphys offset calculation I introduced while retyping | bland | 2009-06-09 | 1 | -1/+1 |
* | Chase ZFS v13 import changes. | bland | 2009-06-09 | 1 | -1/+2 |
* | Change the behaviour of -F slightly; it now persists (forever) in | brian | 2009-06-05 | 7 | -107/+144 |
* | [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not Cali... | edwin | 2009-06-04 | 1 | -1/+1 |
* | Remove window(1) from the base system. | ed | 2009-06-02 | 103 | -16640/+0 |
* | Add support for the build options that are currently in the port: | dougb | 2009-06-01 | 1 | -0/+5 |
* | - Add Hungarian catalog | gabor | 2009-06-01 | 2 | -1/+186 |
* | Change the "-4" option flag to "-e" since it does not refer to IPv4 | rmacklem | 2009-06-01 | 2 | -5/+5 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -11/+14 |
* | Unbreak buildworld. | zec | 2009-05-31 | 1 | -0/+1 |
* | rm, find -delete: fix removing symlinks with uchg/uappnd set. | jilles | 2009-05-30 | 1 | -1/+1 |
* | Use prototype for usage(). This makes perror(1) WARNS=6 clean. | delphij | 2009-05-28 | 1 | -2/+2 |
* | Correct off-by-one issue in truss(1) which happens when system call number | delphij | 2009-05-28 | 9 | -9/+9 |
* | Update ee(1) in the base system to version 1.5.0. | ed | 2009-05-27 | 6 | -7/+9 |
* | Delete the old USB stack. The new stack has settled in and has all the | thompsa | 2009-05-27 | 1 | -4/+1 |
* | Add support for the arbitrary named jail parameters used by jail_set(2) | jamie | 2009-05-27 | 2 | -11/+22 |
* | Merge local changes to ee(1) into contrib space. | ed | 2009-05-26 | 8 | -6540/+6 |
* | Remove unused curses replacement implementation from ee(1) sources. | ed | 2009-05-26 | 2 | -3989/+0 |
* | Bump the document date to reflect the recent address range enhancements. | brian | 2009-05-25 | 1 | -1/+1 |
* | Fix kdump build when building it by hand. | ed | 2009-05-25 | 1 | -1/+1 |
* | Add the "-4" option to nfsstat, so that it will reports stats | rmacklem | 2009-05-25 | 2 | -7/+369 |
* | Implement "addr1,+N" ranges - not dissimilar to grep's -A switch. | brian | 2009-05-25 | 4 | -18/+39 |
* | A few more style changes as well as a more broad allowance for | gnn | 2009-05-20 | 1 | -27/+19 |
* | o style.Makefile(5): remove SRCS. | maxim | 2009-05-20 | 1 | -1/+0 |
* | Fix a few style(9) nits. | gnn | 2009-05-19 | 1 | -7/+9 |