| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | A cooperative effort... | dougb | 2002-08-13 | 3 | -100/+150 |
* | Fix typing error in prev. commit | ache | 2002-08-12 | 1 | -1/+1 |
* | Fix style bug in prev. commit | ache | 2002-08-12 | 1 | -2/+1 |
* | Fix su job control (recently introduced for PAM cleanup purposes) to not | ache | 2002-08-12 | 1 | -3/+6 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 2 | -3/+3 |
* | main.c:450: warning: `targs' might be used uninitialized in this function | ru | 2002-08-11 | 1 | -1/+1 |
* | Locale environment variables influence wc(1) regardless of whether the | tjr | 2002-08-11 | 1 | -4/+1 |
* | Use the iswspace(3) function now that it's been implemented. | tjr | 2002-08-11 | 2 | -5/+5 |
* | Correct boundary condition error in `D' and `P' commands when the last | tjr | 2002-08-11 | 1 | -6/+3 |
* | Add #include <sys/sysctl.h>. In my tree, mount.h includes | mux | 2002-08-11 | 1 | -0/+1 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 3 | -12/+19 |
* | truss hasn't been ported to ia64 yet. | jake | 2002-08-10 | 1 | -2/+1 |
* | xlint seems to build fine on sparc64. | jake | 2002-08-10 | 1 | -1/+1 |
* | Put getconf in the right place. | jake | 2002-08-10 | 1 | -1/+1 |
* | The boottime variable in sys/kern/kern_tc.c is a struct timeval, not a | tmm | 2002-08-09 | 1 | -3/+4 |
* | Add a new flag (-l) that suppresses quota checks on NFS filesystems. | iedowse | 2002-08-09 | 2 | -7/+26 |
* | Fix a few compiler warnings, sort options and make the usage() | iedowse | 2002-08-09 | 2 | -27/+29 |
* | Pacify ``make -f /dev/null -V FOO''. | ru | 2002-08-07 | 1 | -34/+32 |
* | Remove an unnecessary cast. | mdodd | 2002-08-07 | 1 | -2/+2 |
* | Back out workaround of fixing "suspend/fg" by price of breaking "stop $$/fg". | ache | 2002-08-07 | 1 | -1/+3 |
* | - Use time.h not sys/time.h. | mdodd | 2002-08-06 | 9 | -13/+13 |
* | Remove Australia from list of locations supposedly having a bank | grog | 2002-08-05 | 1 | -2/+1 |
* | Remove extra space in output. | mdodd | 2002-08-05 | 1 | -1/+1 |
* | Diff reduction. | mdodd | 2002-08-05 | 6 | -140/+244 |
* | Use timespec not timeval. | mdodd | 2002-08-05 | 3 | -15/+24 |
* | Ported to sparc64. | jake | 2002-08-04 | 4 | -5/+372 |
* | Include <sys/time.h> for the declaration of struct timeval. Do not | bde | 2002-08-04 | 7 | -0/+7 |
* | Add options to print the argument and environment string parameters to | mdodd | 2002-08-04 | 10 | -6/+146 |
* | Add a "FreeBSD ELF32" entry to ex_types[]. | mdodd | 2002-08-04 | 1 | -0/+1 |
* | Terminate the output line when a non-returning syscall is printed. | mdodd | 2002-08-04 | 5 | -0/+5 |
* | Add options to print absolute and relative timestamps. | mdodd | 2002-08-04 | 4 | -5/+46 |
* | Allow tracking fork()ed children. | mdodd | 2002-08-04 | 11 | -10/+80 |
* | Parameterize globals. | mdodd | 2002-08-04 | 11 | -143/+196 |
* | Use a cast to `void *' before casting to a pointer to a structure | robert | 2002-08-02 | 1 | -5/+8 |
* | Don't depend on namespace pollution from <netinet/in_pcb.h>. | des | 2002-08-01 | 1 | -0/+2 |
* | Implement the -l and -c options, which I'd forgotten. | des | 2002-08-01 | 1 | -6/+17 |
* | Rewrite sockstat(1) in C. | des | 2002-07-31 | 4 | -257/+596 |
* | Fix some bugs in in-place editing: | fanf | 2002-07-30 | 1 | -28/+26 |
* | Ignore leading semicolons on commands; required by SUSv3. | tjr | 2002-07-30 | 1 | -2/+8 |
* | When translating and -C is specified, behave as if the complemented set was | tjr | 2002-07-29 | 1 | -0/+26 |
* | When translating and the -c option is specified, handle the case where the | tjr | 2002-07-29 | 1 | -6/+11 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 6 | -10/+10 |
* | Ignore -C, -p, and -S options of install(1) when used with the -d | ru | 2002-07-29 | 1 | -1/+1 |
* | fetch(1) is WARNS-5 clean (tested on i386 and Alpha) | des | 2002-07-28 | 1 | -0/+1 |
* | Use strtol(3) instead of a home-grown version, and fix a "possibly | des | 2002-07-28 | 1 | -36/+24 |
* | Add enough consts to keep everyone happy. | dwmalone | 2002-07-28 | 1 | -1/+1 |
* | Don't reuse a const char * when we really want a char *. | dwmalone | 2002-07-28 | 1 | -5/+7 |
* | Improve WARNS situation for kdump: | dwmalone | 2002-07-28 | 1 | -45/+58 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 9 | -54/+31 |
* | The return value of snprintf should be always nonnegative, so it should | dwmalone | 2002-07-28 | 1 | -1/+1 |