| Commit message (Expand) | Author | Age | Files | Lines |
* | Update malloc utrace structure parsing to reflect the change (r199265) | cperciva | 2009-11-14 | 1 | -11/+8 |
* | Use ncursesw to output the date field of vmstat display | ume | 2009-11-13 | 2 | -2/+2 |
* | Although the file has "ex:ts=4", do some " " -> \t translations | edwin | 2009-11-12 | 1 | -23/+23 |
* | Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 files | delphij | 2009-11-09 | 1 | -5/+14 |
* | Use a safety belt for cases where corrupted narg can be passed to the | attilio | 2009-11-07 | 1 | -1/+1 |
* | Static'ify signal handler which is not called from outside. | delphij | 2009-11-03 | 1 | -1/+1 |
* | Use our canonical .Dd format. | brueffer | 2009-11-02 | 1 | -1/+1 |
* | When reading input from a file or device (via -f option) set the | mckusick | 2009-10-30 | 1 | -0/+1 |
* | Add notes pointing out that bsdiff does not store file hashes and | cperciva | 2009-10-30 | 2 | -0/+40 |
* | When fetching sum stats (vmstat -s) from a crash dump, fetch per-CPU counts | jhb | 2009-10-29 | 1 | -0/+81 |
* | 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 |