| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up markup. | ru | 2005-11-18 | 2 | -26/+38 |
* | -mdoc sweep. | ru | 2005-11-18 | 7 | -37/+38 |
* | Sync as close as possible with NetBSD. | pjd | 2005-11-16 | 1 | -92/+115 |
* | I often find myself doing: | pjd | 2005-11-16 | 2 | -15/+45 |
* | Eliminate coredump problem introduced by last commit. | rodrigc | 2005-11-14 | 1 | -2/+8 |
* | Eliminate build breakage due to warnings about const. | rodrigc | 2005-11-14 | 1 | -3/+3 |
* | Use ANSI definitions. | dwmalone | 2005-11-13 | 13 | -574/+352 |
* | len and len2 work better as size_t | dwmalone | 2005-11-13 | 1 | -1/+2 |
* | Const poision, deregister and use ANSI definitions. | dwmalone | 2005-11-13 | 1 | -23/+20 |
* | Declare find_err in indent_globs.h where the other shared variables | dwmalone | 2005-11-13 | 3 | -4/+1 |
* | Avoid shadowing a local scratch variable, | dwmalone | 2005-11-13 | 1 | -2/+2 |
* | Modify netstat -mb to use libmemstat when accessing a core dump or live | rwatson | 2005-11-13 | 3 | -178/+54 |
* | Add "-s" argument to kdump to suppress the display of I/O data. | rwatson | 2005-11-12 | 2 | -4/+11 |
* | Look through ext2fs file systems as well as ufs. | grog | 2005-11-12 | 1 | -1/+1 |
* | Align output. | ru | 2005-11-09 | 1 | -2/+2 |
* | Edit pathnames for -x but not for -t. Otherwise, people get confused | kientzle | 2005-11-06 | 1 | -1/+1 |
* | Un-break processing of device major/minor values with fstat -n. We do | csjp | 2005-11-05 | 1 | -3/+5 |
* | o Update list of holidays in Russia. | maxim | 2005-11-02 | 1 | -7/+10 |
* | Fix an erroneous description of the file descriptor assignments for | jdp | 2005-11-02 | 1 | -5/+3 |
* | Xref setlocale(3), bump document date. | trhodes | 2005-11-01 | 1 | -1/+3 |
* | Add a "-H" argument to kdump, which causes kdump to print an additional | rwatson | 2005-11-01 | 2 | -6/+33 |
* | In mode 'u', check for an error return from archive_read_open. | kientzle | 2005-11-01 | 1 | -2/+6 |
* | Include <sys/param.h> in order to get current __FreeBSD_version | kientzle | 2005-11-01 | 1 | -0/+1 |
* | Spell "--format" correctly in error message. (It hasn't been | kientzle | 2005-11-01 | 1 | -1/+1 |
* | new committer: added my birthday to the calendar | aaron | 2005-10-30 | 1 | -0/+1 |
* | Add some significant Ukrainian dates. | ru | 2005-10-28 | 6 | -1/+102 |
* | Fix misspelled 'argument' and try to make the sentence into English. | jhb | 2005-10-26 | 1 | -1/+1 |
* | Use the "builtin" shell function to make sure that the requested | cperciva | 2005-10-24 | 1 | -1/+1 |
* | 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 |