Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -2/+3 |
| | |||||
* | Add missing options required by SUSv3: | tjr | 2002-05-19 | 5 | -16/+100 |
| | | | | | | | | -m List files across the page, separated by commas. -p Print a slash after directory names -x Same as -C but sort across the columns rather than down Submitted by: Kyle Martin <mkm@ieee.org> | ||||
* | Consistancy check s/file system/filesystem/ | trhodes | 2002-05-16 | 1 | -1/+1 |
| | | | | Reviewed by: brian | ||||
* | restore missing default case removed in ls.c:r1.57 | billf | 2002-05-15 | 2 | -0/+4 |
| | | | | | | add break statements to default cases where missing. Submitted by: bde | ||||
* | Make 'user' and 'group' const as to not discard the qualifier from the | jmallett | 2002-05-15 | 1 | -1/+2 |
| | | | | | functions we use to assign them. Doesn't seem to be anything else that relies on these being non-const. | ||||
* | Remove an empty default case to make this syntactically correct. Not there | jmallett | 2002-05-15 | 1 | -1/+0 |
| | | | | is as good as blaknk. | ||||
* | ls(1) is utility not function | charnier | 2002-04-16 | 1 | -1/+1 |
| | |||||
* | Document option to option dependancy. Fix typo. | jwd | 2002-04-15 | 1 | -3/+7 |
| | | | | MFC after: 1 week | ||||
* | Install sys/security/lomac/*.h to /usr/include/security/lomac/. | ru | 2002-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. PR: docs/29534 Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Three years is enough to be aware of the change, and these weren't visible in the SHARED=symlinks case. Back out include/Makefile,v 1.160 that was a null change anyway due to the bug in the path, and we now don't want to install these headers because they would otherwise be invisible in the SHARED=symlinks case. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: bin/28002 Prodded by: bde MFC after: 2 weeks | ||||
* | NAI DBA update. | rwatson | 2002-03-14 | 2 | -2/+2 |
| | |||||
* | Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit locales | ache | 2002-02-28 | 1 | -1/+1 |
| | | | | PR: 35421 | ||||
* | #include <time.h> for the definition of time functions instead of | bde | 2002-02-25 | 1 | -2/+1 |
| | | | | | | depending on namespace pollution 2 layers deep in <sys/stat.h>. Removed unused includes. | ||||
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 1 | -0/+2 |
| | | | | | | | and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp | ||||
* | Correct inadvertent style botches in previous commit. | kris | 2002-02-04 | 1 | -2/+2 |
| | |||||
* | Lock down with WFORMAT=1 except those directories with unfixed warnings. | kris | 2002-02-04 | 1 | -0/+2 |
| | | | | Tested on i386 and alpha. | ||||
* | Use __FBSDID() and clean up the vendor tags. | markm | 2002-02-03 | 5 | -21/+27 |
| | |||||
* | WARNS=4 fixes, plus a healthy dose of fixes inspired by lint. | markm | 2002-02-03 | 7 | -72/+84 |
| | |||||
* | Fix unused variable. | imp | 2002-02-02 | 1 | -0/+1 |
| | |||||
* | o __P has been reoved | imp | 2002-02-02 | 6 | -109/+71 |
| | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. | ||||
* | mdoc(7) police: tidy up. | ru | 2002-01-09 | 1 | -54/+87 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | mdoc(7) police: s/LKM/KLD/, sort xrefs. | ru | 2001-12-04 | 1 | -3/+5 |
| | |||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | Add LOMAC options (the "Z" flag in both cases) to display extra information | green | 2001-11-26 | 8 | -13/+242 |
| | | | | | | in ls(1) and ps(1). Sponsored by: DARPA, NAI Labs | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | Don't use the pronoun "you". | dd | 2001-07-23 | 1 | -6/+7 |
| | | | | Reviewed by: sheldonh, mpp | ||||
* | Don't put a shell prompt in the example since none of the other man | dd | 2001-07-22 | 1 | -2/+8 |
| | | | | | pages do it. Also, don't use brackets to indicate optional options in the example; instead, add a paragraph below the example explaining it. | ||||
* | Add missing closing parenthesis. | ben | 2001-07-21 | 1 | -1/+1 |
| | |||||
* | Show an example of how to sort a file listing by size. Hopefully this | obrien | 2001-07-21 | 1 | -0/+9 |
| | | | | | will reduce the number of people calling for this functionality to be added to ls(1). | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in | ru | 2001-04-03 | 1 | -1/+1 |
| | | | | ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH. | ||||
* | Silence minor cc warning | ache | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | Use nl_langinfo instead of %Ef | ache | 2001-03-21 | 1 | -6/+7 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -2/+2 |
| |