Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent overflowing the buffer that stores the command arguments. | mikeh | 2002-01-20 | 1 | -4/+8 |
| | | | | | | PR: bin/19422 Not objected to by: -audit MFC after: 3 weeks | ||||
* | Add missed includes. | sobomax | 2002-01-15 | 3 | -0/+3 |
| | | | | Reviewed by: md5 | ||||
* | The fix for >/dev/stdout, including Tor Egge's fix for the bug in the | babkin | 2002-01-13 | 1 | -4/+4 |
| | | | | | | | | original attempt of the fix. And yes, this time I've tried to build world with it and it succeeded. Submitted by: Tor Egge MFC after: 1 week | ||||
* | mdoc(7) police: tidy up. | ru | 2002-01-09 | 1 | -54/+87 |
| | |||||
* | Put the "mtxname" keyword in alphabetical order (t comes after s) so | peter | 2002-01-05 | 1 | -1/+1 |
| | | | | that the keyword is recognized. | ||||
* | Bruce thought some of the comments I added were not clear enough. This is | mckay | 2002-01-01 | 1 | -8/+8 |
| | | | | a combination of my words and his. We will stop fiddling now. :-) | ||||
* | Fixed style bug (unsorting of SRCS) in rev.1.15. | bde | 2001-12-29 | 1 | -1/+1 |
| | |||||
* | Fixed style bugs in revs. 1.6, 1.10 and 1.12. | bde | 2001-12-29 | 1 | -3/+2 |
| | |||||
* | Fixed missing DPADD and disordered LDADD in rev.1.17 | bde | 2001-12-29 | 1 | -1/+2 |
| | | | | | | Fixed setting of WARNS in rev.1.16. Options should normally be set using using "?=", not using "=", so that the setting is easy to override on the command line, and setting WARNS to 0 should not be an exception. | ||||
* | LSCOLOURS should be spelt LSCOLORS. | joe | 2001-12-29 | 1 | -1/+1 |
| | | | | Submitted by: Jordan DeLong <fracture@allusion.net | ||||
* | Remove part of a diff committed at the end of the file. | ben | 2001-12-29 | 1 | -20/+0 |
| | |||||
* | Force raw printing of non-printable characters via the -w option. | joe | 2001-12-29 | 2 | -3/+12 |
| | | | | PR: bin/28007 | ||||
* | Restore these files to shiny KNF. | joe | 2001-12-29 | 2 | -82/+88 |
| | |||||
* | Convert some spaces into tabs that I missed first time around. | joe | 2001-12-28 | 1 | -30/+30 |
| | |||||
* | Revert most of rev 1.42, to restore KNF style. | joe | 2001-12-28 | 1 | -49/+49 |
| | | | | Requested by: bde | ||||
* | Add a new flag, -h which when combined with the -l option causes | joe | 2001-12-28 | 6 | -5/+107 |
| | | | | | | | | file sizes to be displayed with unit suffixes; Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of digits to three or less. Submitted by: nik | ||||
* | Make it clearer what changed to a user using the old format of LSCOLORS. | joe | 2001-12-28 | 1 | -3/+3 |
| | |||||
* | Mop up some warnings. | joe | 2001-12-28 | 4 | -4/+5 |
| | |||||
* | Make the style more consistent throughout the file. | joe | 2001-12-28 | 1 | -58/+71 |
| | |||||
* | Use the default colour instead if a bad colour specification is given. | joe | 2001-12-28 | 1 | -1/+1 |
| | |||||
* | Revamp the colour support to allow for bold characters. Colours | joe | 2001-12-28 | 4 | -24/+70 |
| | | | | | | | | are now defined using the characters a-h and A-H for the bold variants. The old way using 0-7 for the colours still works, but prints a message asking the user to switch. PR: bin/27374 | ||||
* | strtoq -> strtoll (strtoq is deprecated) | ache | 2001-12-25 | 1 | -5/+5 |
| | |||||
* | backout rev 1.14, it's breaking things. | alfred | 2001-12-24 | 1 | -1/+3 |
| | |||||
* | The previous fix caused cp to emit spurious warnings under some | mckay | 2001-12-23 | 1 | -22/+26 |
| | | | | | | | circumstances. This is a reworked version of the same fix, that does not have this defect, and which fixes some style bugs at the same time. Bug reported and fix reviewed by: bde | ||||
* | Added ability to do ">/dev/stdout". The apsfilter people are anxious | babkin | 2001-12-22 | 1 | -3/+1 |
| | | | | | | to get it MFCed in time for release 4.5. MFC after: 2 weeks | ||||
* | Make ``df -l'' work when no network filesystems are loaded. | ru | 2001-12-19 | 1 | -2/+4 |
| | | | | PR: bin/32397 | ||||
* | 1) Localize (LC_CTYPE) | ache | 2001-12-17 | 1 | -0/+11 |
| | | | | | 2) Catch "" to 0 conversion for OSes that not catch it in strto*() (f.e. -stable). It is needed because POSIX agrees with both variants. | ||||
* | POSIX strto*() functions MAY return EINVAL, so don't assume that only one | ache | 2001-12-14 | 1 | -2/+4 |
| | | | | errno from them allowed and it is always ERANGE | ||||
* | Add prototypes for main() so that these programs compile with -Werror | luigi | 2001-12-14 | 1 | -0/+1 |
| | | | | | | | | | | | | (which somehow now seems to be the default for compiling -current). This error popped up while doing a PicoBSD cross-compile on a 4.3-ish system, it may well be that there are other apps which have similar problems, but I did not spot them as they are not included in my picobsd config. Whether adding prototypes for main() is the correct solution or not I have no idea, a request to -current on the matter went basically unanswered. Those who have better ideas are welcome to back this out and replace it with the correct fix. | ||||
* | Do not dot terminate errx() strings | charnier | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Preserve directory timestamps with -p. Allow non-empty read-only | mckay | 2001-12-11 | 1 | -11/+39 |
| | | | | | | | | | | directories to be copied. Apply umask to newly created directories when -p is not specified. PR: 27970 PR: 31633 MFC after: 4 days | ||||
* | Typo in warning message (chown should be chmod). | mckay | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | -lcipher is an installable library. | ru | 2001-12-06 | 2 | -12/+2 |
| | |||||
* | Make a bit more clear the types of characters that -B option will | keramida | 2001-12-06 | 1 | -1/+3 |
| | | | | | | print in octal. Reviewed by: roam, silence on -doc | ||||
* | Spelling. | ru | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: s/LKM/KLD/, sort xrefs. | ru | 2001-12-04 | 2 | -5/+9 |
| | |||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 33 | -37/+12 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | Move the code merging ACL_USER and ACL_GROUP objects from under | jedgar | 2001-12-03 | 1 | -22/+33 |
| | | | | | | two nested while loops into a separate function. Obtained from: TrustedBSD Project | ||||
* | Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL) | jedgar | 2001-12-03 | 4 | -27/+31 |
| | | | | | | to enhance readability. Obtained from: TrustedBSD Project | ||||
* | style(9) cleanups mostly consisting of: | jedgar | 2001-12-03 | 6 | -87/+85 |
| | | | | | | | | | o explicitly check return values and variables against a value o return x; -> return (x); o fix inconsistent sysexits usage by nuking it (partially suggested by bde) Obtained from: TrustedBSD Project | ||||
* | Correct example to remove *all* extended ACL entries and | jedgar | 2001-12-03 | 1 | -3/+4 |
| | | | | clarify description. | ||||
* | Slight makefile style. | markm | 2001-12-02 | 2 | -7/+7 |
| | | | | Use __FBSDID(). | ||||
* | o Expand the explaination of the -b option WRT the resulting | jedgar | 2001-12-02 | 1 | -3/+13 |
| | | | | | | | | | group ACL entry in relation to the existing group and mask ACL entries. o Move the explanation of multiple ACL entries on the command line to the ACL ENTRIES section. Obtained from: TrustedBSD Project | ||||
* | o Correct error message forgotten in the last commit (malloc() -> calloc()) | jedgar | 2001-12-02 | 1 | -3/+2 |
| | | | | | | o Fix style nits Submitted by: bde | ||||
* | Use calloc(3) instead of rolling our own. | jedgar | 2001-12-02 | 1 | -2/+1 |
| | |||||
* | Note that stty is a utility and not... err... a program.... | green | 2001-11-29 | 1 | -1/+1 |
| | | | | Submitted by: ru | ||||
* | Stty is a program, not a function. | green | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | Add LOMAC options (the "Z" flag in both cases) to display extra information | green | 2001-11-26 | 16 | -17/+429 |
| | | | | | | in ls(1) and ps(1). Sponsored by: DARPA, NAI Labs | ||||
* | Remove the printf builtin command from sh(1), which command is not | knu | 2001-11-20 | 3 | -10/+5 |
| | | | | | | | | | | | | used so often that it's worth keeping it as a builtin. Now that all the printf invocations from within the system startup scripts, we can safely remove it. Urged by: sheldonh :) No MFC is planned so far because it may break compatibility and violate POLA. |