| Commit message (Expand) | Author | Age | Files | Lines |
* | Document incorrect handling of multibyte characters. | tjr | 2005-10-23 | 1 | -1/+5 |
* | Fix obvious copy'n'paste-O in rev.1.36 While here nit style. | mlaier | 2005-10-22 | 1 | -3/+3 |
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | stefanf | 2005-10-19 | 1 | -1/+1 |
* | Make sure that files included using ".include <foo>" are really | ru | 2005-10-17 | 1 | -17/+16 |
* | Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec) | andre | 2005-10-17 | 2 | -25/+7 |
* | The kernel accepts sockaddrs with len set to zero for sockaddr_in | alfred | 2005-10-15 | 1 | -9/+20 |
* | Revise the manpage to a certain extent, mostly with respect to | yar | 2005-10-14 | 1 | -32/+68 |
* | Style: move .PATH to where it belongs. | ru | 2005-10-14 | 1 | -2/+2 |
* | __MAKE_CONF doesn't really belong here because it is | yar | 2005-10-12 | 1 | -10/+1 |
* | Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF. | yar | 2005-10-10 | 1 | -4/+13 |
* | Make sure that the created fifo gets deleted if the top level make instance | scottl | 2005-10-09 | 1 | -0/+2 |
* | Finish off style(9) fixes which I started two revisions ago. This basically | csjp | 2005-10-09 | 1 | -20/+24 |
* | Catch up with increasing the resolution suitable for high-res kernel | bde | 2005-10-07 | 1 | -3/+13 |
* | Do not ignore ENOENT | csjp | 2005-10-07 | 1 | -88/+68 |
* | Improve printing of self times in the flat profile for functions that | bde | 2005-10-07 | 1 | -1/+5 |
* | Sync usage screen with manpage. | yar | 2005-10-07 | 1 | -7/+6 |
* | Document the -d flag to mail(1) better, which comes handy when | yar | 2005-10-07 | 1 | -6/+15 |
* | Adding myself to calendar.freebsd | ehaupt | 2005-10-06 | 1 | -0/+1 |
* | Un-break handling of -t 0 which was broken in my previous commit. | csjp | 2005-10-05 | 1 | -5/+6 |
* | Fix long standing race condition associated with how lockf uses open(2) | csjp | 2005-10-05 | 1 | -30/+8 |
* | A minor overhaul: added comments, split cmds in 2, changed synopsis. | garys | 2005-09-30 | 1 | -105/+133 |
* | Oops, revert last commit (the manpage is still built in objdir). | ru | 2005-09-28 | 1 | -1/+0 |
* | Add NO_OBJ. | ru | 2005-09-28 | 1 | -0/+1 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 4 | -51/+2 |
* | - Print space character in show_stat(). Remove a lot of priuntf(" "). | glebius | 2005-09-27 | 1 | -37/+29 |
* | Remove redundant `\&' escapes. | ru | 2005-09-27 | 1 | -28/+28 |
* | Fixup previous commit. | ru | 2005-09-27 | 1 | -3/+2 |
* | Please ship the pointy hat to its home position. | phk | 2005-09-26 | 1 | -2/+0 |
* | Update coordinates for "mph" hash generator now that it lives in ports. | phk | 2005-09-26 | 1 | -1/+1 |
* | Add a .sinclude directive which does the exact same as .include, except | phk | 2005-09-26 | 4 | -20/+45 |
* | Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handling | kientzle | 2005-09-24 | 1 | -12/+12 |
* | Detect Mac OS X's broken ACL library. | kientzle | 2005-09-24 | 2 | -1/+8 |
* | The function inplace_edit() doesn't exist anymore, remove the prototype. | stefanf | 2005-09-24 | 1 | -1/+0 |
* | Add myself to FreeBSD calendar | mnag | 2005-09-23 | 1 | -0/+1 |
* | Fix vgrind(1) indexing I broke in previous revision. | ru | 2005-09-23 | 1 | -0/+2 |
* | Frank Lloyd Wright birth year is 1867, not 1869. | krion | 2005-09-23 | 1 | -1/+1 |
* | Fix typo, FRG and GDR became UNO members in 1973, not in 1993. | krion | 2005-09-23 | 1 | -1/+1 |
* | Style fix: Correct a compiler warning from GCC 4 | kientzle | 2005-09-21 | 1 | -0/+1 |
* | Setting .nofinger will not hide you from root. | dds | 2005-09-19 | 4 | -1/+6 |
* | Connect smbfs build on powerpc. | imura | 2005-09-19 | 1 | -0/+4 |
* | Use is '-' to imply that the flag is not set, rather than '.'. | csjp | 2005-09-15 | 1 | -1/+1 |
* | Print a warning if we fail to retrieve the process name for any reason. | csjp | 2005-09-13 | 1 | -1/+3 |
* | If there are'nt any bpf descriptors to process than dont bother attempting to | csjp | 2005-09-13 | 1 | -0/+2 |
* | Free the bpf descriptor array after we are done with it. This probably isnt | csjp | 2005-09-07 | 1 | -0/+1 |
* | Update usage to reflect the new option. | csjp | 2005-09-07 | 1 | -1/+2 |
* | Several changes: Added a BUGS section with several bugs. And | garys | 2005-09-07 | 1 | -26/+94 |
* | Merge bpfstat's functionality into the netstat(1) utility. This adds | csjp | 2005-09-07 | 5 | -3/+144 |
* | Mention that uuidgen(1) generates DCE version 1 UUIDs only | rse | 2005-09-07 | 1 | -2/+3 |
* | Fix the type of the variable 'debug'. It is used as a bitmap, so the | harti | 2005-09-07 | 1 | -1/+1 |
* | In version 1.8 I botched findval()'s type, fix. | stefanf | 2005-09-02 | 1 | -1/+1 |