| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - correctly render the provided example | danger | 2009-11-28 | 1 | -1/+1 |
* | unifdef: fix invalid array access when nesting limit exceeded | fanf | 2009-11-27 | 1 | -4/+8 |
* | unifdefall: optimise the loop that builds the unifdef command. | fanf | 2009-11-26 | 1 | -9/+17 |
* | Remove debugging remnants from unifdefall. | fanf | 2009-11-26 | 1 | -2/+2 |
* | Update unifdef to my upstream version 1.188 | fanf | 2009-11-25 | 3 | -134/+300 |
* | Change gcore in order to get rid of the procfs accesses and use FreeBSD's | attilio | 2009-11-25 | 4 | -198/+185 |
* | Add the possibility to show informations about dropped packets on the | attilio | 2009-11-25 | 1 | -4/+13 |
* | When -n is specified, attempt to turn hostnames found in utmp into IP | ume | 2009-11-22 | 1 | -11/+31 |
* | The output of perror(1) is now showing local messages for locales | edwin | 2009-11-22 | 1 | -0/+2 |
* | Catch up with r144020's /Dir_FindFile/Path_FindFile/ | obrien | 2009-11-17 | 2 | -2/+2 |
* | Garbage collect some old #ifdef'ed code from 1994 that causes vi's '%' | obrien | 2009-11-17 | 2 | -27/+0 |
* | We should distinguish between a real truncated case and EOF after | delphij | 2009-11-16 | 1 | -3/+14 |
* | 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 |