| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | df(1) and ls(1) print units in 'four or fewer' not 'three or less'. | trhodes | 2003-05-06 | 2 | -3/+3 |
* | Centralize _PATH_* definitions. | obrien | 2003-05-05 | 3 | -40/+2 |
* | Fix long constant usage for i386. | markm | 2003-05-03 | 1 | -1/+1 |
* | Fix a broken reference to locale(5) and point to re_format(7) too for an | keramida | 2003-05-03 | 1 | -2/+3 |
* | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 17 | -148/+161 |
* | WARNS cleaning for the Alpha. On alpha, size_t is a long, and it | markm | 2003-05-03 | 1 | -13/+17 |
* | Fix a shedload of warnings, some memory leaks and clean up WARNS | markm | 2003-05-03 | 1 | -39/+61 |
* | Fix format warning. This is WARNS=9, std=c99 clean on i386. | markm | 2003-05-03 | 1 | -1/+1 |
* | Fix warnings. This is now WARNS=9, std=c99 clean in i386. | markm | 2003-05-03 | 1 | -9/+10 |
* | Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many | obrien | 2003-05-02 | 1 | -0/+1 |
* | Make count a size_t as that is what is compared against and how it is used. | obrien | 2003-05-02 | 1 | -1/+2 |
* | The is_name and is_in_name macros are FUBAR'ed. | obrien | 2003-05-02 | 1 | -0/+2 |
* | fmt.c has a comparison between signed and unsigned that is unclear how | obrien | 2003-05-02 | 1 | -0/+1 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-02 | 1 | -2/+2 |
* | Fix signed/unsigned mix comparisons involving sizeof. | obrien | 2003-05-02 | 3 | -11/+13 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 24 | -44/+47 |
* | Make GCC 3.3 STFU about copyright[]. | obrien | 2003-05-01 | 1 | -1/+1 |
* | Add the -j and -y options to the synopsis. | tjr | 2003-05-01 | 1 | -1/+1 |
* | Fix references to non-existing or obsoleted man pages. | schweikh | 2003-04-30 | 2 | -5/+2 |
* | We have to hide copyright[] for gcc33. :-( | obrien | 2003-04-30 | 1 | -0/+2 |
* | When mac_from_text() fails with -Z, print "-" rather than "" so that | rwatson | 2003-04-26 | 1 | -1/+1 |
* | Revert the zombie part of previous commit | charnier | 2003-04-15 | 1 | -1/+1 |
* | Correct style bugs. Don't skip zombies in cputime(), according to Bruce, | charnier | 2003-04-14 | 1 | -58/+42 |
* | Include <signal.h> instead of depending on namespace pollution in | bde | 2003-04-13 | 1 | -1/+2 |
* | Fixed some style bugs in rev.1.44. | bde | 2003-04-13 | 1 | -3/+2 |
* | Display residency and sleep times (re and sl fields) larger than 127 as 127. | tjr | 2003-04-12 | 3 | -3/+6 |
* | Refer to 1003.1-2001 in the Standards section now that TC1 allows the | tjr | 2003-04-12 | 1 | -4/+4 |
* | Document the -L and -P options as being mutually exclusive. | tjr | 2003-04-12 | 1 | -2/+2 |
* | Document the -L and -P options to the cd and pwd commands as being | tjr | 2003-04-12 | 1 | -3/+3 |
* | Use the correct data type and qualifier for signal flag. | mdodd | 2003-04-07 | 2 | -2/+2 |
* | Add a SIGINFO handler. | mdodd | 2003-04-07 | 4 | -0/+45 |
* | Document how to clear flags with negative-logic, currently only | johan | 2003-03-24 | 1 | -4/+9 |
* | The .Nm utility | charnier | 2003-03-24 | 1 | -2/+3 |
* | Flush the output buffers before forking a child process to avoid | tjr | 2003-03-17 | 1 | -0/+1 |
* | ssize_t is not required to be the same width as size_t by the | ru | 2003-03-15 | 1 | -4/+6 |
* | Fixed (soon might be fatal) -Wformat warnings. | ru | 2003-03-15 | 2 | -4/+5 |
* | Add an -o filename option to have the output written to a file. | marcel | 2003-03-15 | 2 | -6/+22 |
* | WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead of | markm | 2003-02-27 | 8 | -47/+50 |
* | Third attempt at removing machdep.h and using ALIGN from <sys/param.h>. | marcel | 2003-02-24 | 3 | -101/+54 |
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 1 | -31/+22 |
* | Grammar. | ru | 2003-02-23 | 1 | -1/+1 |
* | We can simplify this Makefile down to a single line now. | obrien | 2003-02-19 | 1 | -4/+0 |
* | Add an example to help one manually set the date on one machine taking the out | obrien | 2003-02-18 | 1 | -0/+5 |
* | chflags(1) repo copied, usr.bin->bin. | obrien | 2003-02-18 | 1 | -0/+1 |
* | Revert ALIGN change for the second and last time. I can't figure out | tjr | 2003-02-18 | 3 | -6/+56 |
* | Second attempt at removing machdep.h and using ALIGN from <sys/param.h>. | tjr | 2003-02-17 | 3 | -56/+6 |
* | Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64, | tjr | 2003-02-16 | 3 | -4/+54 |
* | Use the ALIGN macro from <sys/param.h> instead of defining our own | tjr | 2003-02-14 | 3 | -54/+4 |
* | Fix slight disorder that broke sorting. Put in bold warning about the | sobomax | 2003-02-05 | 1 | -2/+3 |
* | Add FBSDID. | charnier | 2003-02-05 | 1 | -1/+3 |