| Age | Commit message (Expand) | Author |
| 2007-06-21 | Add the newgrp(1) utility, which changes effective group ID. This | ginsbach |
| 2007-06-16 | Under DEBUG(VAR) report when the variable wasn't found. | dsl |
| 2007-06-13 | call setprogname(); from anon ymous. | christos |
| 2007-06-08 | Improve description of EXIT CODES. Based on the following OpenBSD commit, | wiz |
| 2007-06-06 | Dynamically allocate the buffer used for reading data from the input | briggs |
| 2007-06-05 | Add RCSID's to help files and centralize the function to cat the help files. | christos |
| 2007-06-05 | Enforce restriction that (http) proxied URL fetchs don't support | lukem |
| 2007-06-03 | make sure we have args before we try to parse numbers in the compat argument | christos |
| 2007-06-01 | When displaying 'KTR_USER' data, exclude the header from the length, don't | dsl |
| 2007-05-31 | Add a new command-line option "-n chunk_count", that splits the input | jschauma |
| 2007-05-29 | - getopt parsing | christos |
| 2007-05-28 | Since Christos cleaned up the use of libc internals here, we can switch | tls |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-05-26 | remove the rest of the libc cruft. | christos |
| 2007-05-26 | This does not appear to need rpc_generic.c | christos |
| 2007-05-24 | Add new keys to the help screen. | ad |
| 2007-05-24 | - Allow a single process to be selected by pid. | ad |
| 2007-05-24 | Display times in RFC2822 form rather than using ctime(3), since | lukem |
| 2007-05-24 | Revert previous "64bit fix" because it actually removed desired functionality. | lukem |
| 2007-05-23 | Delete some comments that refer to long-extinct code. | dsl |
| 2007-05-22 | Unbreak debug printf on 64-bit arches. | tnn |
| 2007-05-22 | * main: call tzset() to ensure TZ is setup for other <time.h> functions. | lukem |
| 2007-05-21 | fallout from si_sigval -> si_value | dogcow |
| 2007-05-19 | make this compile again. Thanks Kurt Schreiner. | christos |
| 2007-05-15 | * Modify parse_url() to consistently strip the leading `/' off ftp URLs. | lukem |
| 2007-05-13 | Using ${NETBSDSRCDIR} requires <bsd.own.mk> | veego |
| 2007-05-12 | Enable the code that adds global constants to every kernel object file | dsl |
| 2007-05-10 | Use '.equ' instead of '.set' when defining global constants. | dsl |
| 2007-05-10 | Switch from fparseln() to the internal getline() when parsing HTTP headers. | lukem |
| 2007-05-10 | Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659. | lukem |
| 2007-05-10 | Use getline() instead of fparseln() | lukem |
| 2007-05-10 | Implement copy_bytes() to copy bytes from one fd to another via the | lukem |
| 2007-05-09 | PR/36294: De Zeurkous: login(1) -- inconsistent exit behavior on EOF | christos |
| 2007-05-06 | Display a message indicating who's password is being changed, as per | jnemeth |
| 2007-05-05 | const-as-const-can: make the "suffixes" pointers const, as probably was | martin |
| 2007-05-05 | PR/36280: Christer Folkesson: Remove extra const | christos |
| 2007-05-05 | PR/36278: David A. Holland: hard-coded paths in finger | christos |
| 2007-05-01 | - Create sysctl nodes for AIO. | rmind |
| 2007-04-29 | fix typos | msaitoh |
| 2007-04-27 | Fall back to kvm interface for protocols that do not yet | mlelstv |
| 2007-04-23 | Correct documentation: | tron |
| 2007-04-21 | Fix 64bit build, strlen() doesn't return int. | dsl |
| 2007-04-21 | Add 'service level' security for L2CAP and RFCOMM connections, following | plunky |
| 2007-04-18 | Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible | christos |
| 2007-04-18 | fix rev 1.144: initconn() may be called with verbose==-1 (e.g., during remote | lukem |
| 2007-04-18 | Clean up use of confirm() and mbort() so that the current operation | lukem |
| 2007-04-17 | provide _POSIX2_LINE_MAX if not there. | christos |
| 2007-04-17 | * Implement -s srcaddr; uses srcaddr as the local IP address for all | lukem |
| 2007-04-16 | Replace a "while" with an "if" since the code path only gets executed once. | lukem |
| 2007-04-14 | use { | } for required alternates | plunky |