| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset UPTODATE gnodes after remaking makefiles when make | fjoe | 2009-10-18 | 1 | -15/+21 |
* | Exit with non-zero error code in case of errors | fjoe | 2009-10-18 | 1 | -0/+2 |
* | - If lstat()/stat() fails with an error other than ENOENT, don't ignore | jh | 2009-10-16 | 1 | -4/+11 |
* | Print routing statistics as unsigned short rather than unsigned int, | rwatson | 2009-10-15 | 1 | -5/+5 |
* | - Catch SIGHUP to perform cleanup before exiting. | jh | 2009-10-11 | 2 | -4/+8 |
* | Add the comment "(FreeBSD only)" to the altmonth_x keywords | edwin | 2009-10-07 | 1 | -12/+12 |
* | Belatedly add my calendar entry. | bcr | 2009-10-05 | 1 | -0/+1 |
* | netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were required | rwatson | 2009-10-05 | 3 | -7/+26 |
* | Backout changes for c_fmt, x_fmt and X_fmt, they were coming from | edwin | 2009-10-05 | 1 | -3/+0 |
* | Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. | edwin | 2009-10-05 | 2 | -8/+40 |
* | The 6bone was decommissioned on 6/6/06, so remove references to it. | dougb | 2009-10-03 | 2 | -19/+8 |
* | Use %zu for size_t, not %zd. | emaste | 2009-09-23 | 1 | -3/+3 |
* | In netstat -x, do not try to print out tcp timer status for udp sockets. | silby | 2009-09-23 | 1 | -8/+10 |
* | Update find(1) man page for -L/-delete interaction. | jilles | 2009-09-20 | 1 | -1/+2 |
* | IEEE Std 1003.1, 2004 Edition states: | dds | 2009-09-20 | 1 | -2/+1 |
* | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | dds | 2009-09-20 | 1 | -9/+12 |
* | Allow [ to be used as a delimiter. | dds | 2009-09-20 | 1 | -1/+1 |
* | Add the ability to see TCP timers via netstat -x. This can be a useful | silby | 2009-09-16 | 2 | -7/+20 |
* | Add C/c/f/p/v switches plus a bunch of minor fixes and cleanups. | rdivacky | 2009-09-08 | 2 | -42/+265 |
* | Constify format string pointer, otherwise this would trigger warning when | delphij | 2009-09-08 | 1 | -1/+1 |
* | Make sure to use up-to-date libarchive header files from source tree when | pjd | 2009-09-07 | 1 | -1/+1 |
* | Add NFSv4 ACL support to find(1). | trasz | 2009-09-04 | 1 | -25/+35 |
* | Remove single occurance of HAS_CTYPE ifdef, ctype functions | ache | 2009-09-04 | 1 | -1/+1 |
* | Add ARP statistics to the kernel and netstat. | gnn | 2009-09-03 | 3 | -0/+47 |
* | Fix the problem that the entry broke into two lines with multi-byte | ume | 2009-08-30 | 3 | -12/+24 |
* | Don't try to mmap the contents of empty files. This behaviour was harmless | cperciva | 2009-08-26 | 1 | -0/+4 |
* | 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 |