| Commit message (Expand) | Author | Age | Files | Lines |
* | fstat: fix fsid comparison when executed on systems with 64-bit long | avg | 2009-08-20 | 2 | -2/+2 |
* | Add my birthday | fluffy | 2009-08-15 | 1 | -0/+1 |
* | Update procstat(1) for the fact that devfs paths are no longer unsupported. | rwatson | 2009-08-12 | 1 | -4/+2 |
* | Correct a stack underflow in gzip: | delphij | 2009-07-31 | 1 | -1/+5 |
* | Update less to v436. This is considered as a bugfix release from vendor. | delphij | 2009-07-29 | 1 | -4/+5 |
* | Introduce a new sysctl process mib, kern.proc.groups which adds the | brooks | 2009-07-24 | 1 | -2/+40 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -0/+3 |
* | Move the check to ensure the locate database has the minimum required size | jhb | 2009-07-24 | 2 | -3/+2 |
* | - Add my birthday | yzlin | 2009-07-21 | 1 | -0/+1 |
* | Remove no longer needed #include after removing the legacy | bz | 2009-07-18 | 1 | -1/+0 |
* | Make mklocale work again, now that fwrite()'s return codes are different. | ed | 2009-07-14 | 1 | -2/+2 |
* | Add manual page links to advertise procstat(1) a little better. | trasz | 2009-07-09 | 3 | -3/+6 |
* | Fix some uninitialise variables. | brian | 2009-07-08 | 1 | -4/+4 |
* | This addresses some issues with my earlier -R fix that | kientzle | 2009-07-06 | 2 | -66/+74 |
* | 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 |