Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: A better version of the same. | ru | 2003-05-16 | 2 | -3/+3 |
| | | | | Approved by: re (blanket) | ||||
* | mdoc(7) police: Fix document date. | ru | 2003-05-16 | 1 | -1/+1 |
| | | | | Approved by: re (blanket) | ||||
* | Note that -n and \c are implementation-defined as per TC1 to POSIX 2001. | schweikh | 2003-05-08 | 1 | -2/+11 |
| | | | | | Approved by: re@ (bmah) MFC after: 3 days | ||||
* | df(1) and ls(1) print units in 'four or fewer' not 'three or less'. | trhodes | 2003-05-06 | 2 | -3/+3 |
| | | | | | PR: 35523 Submitted by: Tomas Svensson <tsn@gbdev.net> | ||||
* | Centralize _PATH_* definitions. | obrien | 2003-05-05 | 3 | -40/+2 |
| | | | | Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me) | ||||
* | Fix long constant usage for i386. | markm | 2003-05-03 | 1 | -1/+1 |
| | | | | Tested by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Fix a broken reference to locale(5) and point to re_format(7) too for an | keramida | 2003-05-03 | 1 | -2/+3 |
| | | | | explanation of `collating elements'. | ||||
* | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 17 | -148/+161 |
| | | | | | | WARNS=6, std=c99 clean. Tested on: i386, alpha | ||||
* | WARNS cleaning for the Alpha. On alpha, size_t is a long, and it | markm | 2003-05-03 | 1 | -13/+17 |
| | | | | | solicits a warning when used for the '*' in printf("%*d"). Cast to u_int for universal use. | ||||
* | Fix a shedload of warnings, some memory leaks and clean up WARNS | markm | 2003-05-03 | 1 | -39/+61 |
| | | | | and lint. This is now WARNS=9, std=c99 clean on i386. | ||||
* | 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 |
| | | | | | Use return(0) for main() instead of exit(0). Makes it a wee bit smaller. | ||||
* | Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many | obrien | 2003-05-02 | 1 | -0/+1 |
| | | | | sized/unsigned comparisons. | ||||
* | 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 |
| | | | | | | Due to the use of signed vs. unsigned chars on our various platforms, one gets "warning: comparison is always true due to limited range of data type" from GCC 3.3. | ||||
* | fmt.c has a comparison between signed and unsigned that is unclear how | obrien | 2003-05-02 | 1 | -0/+1 |
| | | | | to properly fix. | ||||
* | 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 |
| | | | | | PR: docs/51480 (only a small part) Submitted by: Diomidis D. Spinellis <dds@aueb.gr> | ||||
* | 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 |
| | | | | | | | scripts parsing ls(1) output can still count columns. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories | ||||
* | 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 |
| | | | | | | zombie CPU times are valid. Adjust array size in strftime(3). Submitted by: Bruce | ||||
* | Include <signal.h> instead of depending on namespace pollution in | bde | 2003-04-13 | 1 | -1/+2 |
| | | | | | <sys/param.h>. Include <sys/types.h> instead of of <sys/param.h> so that further such dependencies don't develop. | ||||
* | 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 |
| | | | | | | | This is what the manual page says ps should do, and what OpenBSD and NetBSD do. Based on a patch from Ken Stailey. PR: 27433, 46232 | ||||
* | Refer to 1003.1-2001 in the Standards section now that TC1 allows the | tjr | 2003-04-12 | 1 | -4/+4 |
| | | | | traditional BSD behaviour (-n option) and FreeBSD extensions (\c). | ||||
* | 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 |
| | | | | | | mutually exclusive. The fact that the most recent one specified on the command line is the one that takes effect is an implementation detail and users should not rely on this. | ||||
* | 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 nodump flag. PR: 46912 Reported by: dave@syix.com <dave@syix.com> MFC after: 2 weeks | ||||
* | 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 |
| | | | | | | | the child process writing data that the parent should have written. PR: 50051 MFC after: 2 weeks | ||||
* | ssize_t is not required to be the same width as size_t by the | ru | 2003-03-15 | 1 | -4/+6 |
| | | | | | | specs, so cast to intmax_t where appropriate. Pointed out by: bde | ||||
* | 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 |
| | | | | | | | This option is present on most uuidgen(1) implementations even though normal file redirection can be used to achieve the same. Submitted by: Hiten Pandya <hiten@unixdaemons.com> | ||||
* | WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead of | markm | 2003-02-27 | 8 | -47/+50 |
| | | | | | | -ansi, due to 'long long'. Reviewed by: green (slightly earlier version) | ||||
* | Third attempt at removing machdep.h and using ALIGN from <sys/param.h>. | marcel | 2003-02-24 | 3 | -101/+54 |
| | | | | | | | | | | | | | | The initial stack_block is staticly allocated and will be aligned according to the alignment requirements of pointers, which does not necessarily match the alignment enforced by ALIGN. To solve this a more involved change is required: remove the static initial stack and deal with an initial condition of not having a stack at all. This change is therefore more risky than the previous ones, but unavoidable (other than not using the platform default alignment). Discussed with: tjr Approved and reviewed by: tjr Tested on: alpha, i386, ia64 and sparc64 | ||||
* | 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 |
| | | | | put from another. | ||||
* | chflags(1) repo copied, usr.bin->bin. | obrien | 2003-02-18 | 1 | -0/+1 |
| | | | | | We've been installing chflags(1) into /bin since 2000-11-10, so this shouldn't cause any problems. | ||||
* | Revert ALIGN change for the second and last time. I can't figure out | tjr | 2003-02-18 | 3 | -6/+56 |
| | | | | why this is breaking sparc64. | ||||
* | Second attempt at removing machdep.h and using ALIGN from <sys/param.h>. | tjr | 2003-02-17 | 3 | -56/+6 |
| | | | | | | The problem with the previous attempt, as noticed by Marcel, was that stacknxt was being aligned to a pointer boundary instead of an ALIGNBYTES + 1 boundary, which broke sparc64. | ||||
* | Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64, | tjr | 2003-02-16 | 3 | -4/+54 |
| | | | | | | using the alignment from sys/param.h (16) instead of the alignment from machdep.h (8) tickled a nasty bug in the memory allocator that I haven't been able to track down yet. |