Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-01 | utmp.h not needed | Theo de Raadt | |
2002-03-12 | o Remove local prototypes for group_from_gid() and user_from_uid() | Todd C. Miller | |
since they are prototyped in grp.h and pwd.h. o Increase size of 'buf' to 21 since we store the string representation of a u_quad_t in it (max 20 chars + the NUL). o Minor KNF wrt pointers in boolean context. From Denis Afonin | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-07-09 | -Wall | Theo de Raadt | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-07-23 | oops, what was i thinking? | Eric Jackson | |
2000-07-23 | un .Xr chflags | Eric Jackson | |
2000-07-19 | bye-bye | Michael Shalayeff | |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff | |
2000-04-19 | Change the second sentence a bit so it doesn't seem like you're reading the | Aaron Campbell | |
same thing twice; noticed by angelos@, but no beer for him yet. :-) | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell | |
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790. | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
2000-01-06 | In multi-column output, don't bother filling up last column before '\n'. | Marc Espie | |
As a result, we gain one extra position to format multi-column output, since there is no added space at the end of the last column. For instance, 26 long filenames now print in 3 columns instead of 2. At first, both millert@ and I thought that ending the line on the last column might trigger trouble on some terminals, but then I realized that current ls may already fill the last column with a space, with no apparent grief anywhere, and Todd agreed. | |||
2000-01-05 | Document meaning of `p'-type file (FIFO) in long listing; FreeBSD PR/9117 | Aaron Campbell | |
2000-01-05 | Remove bogus chcnt assignments. | Marc Espie | |
2000-01-05 | Perform colwidth computation sooner, as there's no need for random | Marc Espie | |
access if we end up doing one column output. | |||
2000-01-05 | Factor column width computation out. | Marc Espie | |
1999-11-26 | fix flags_to_string() proto | Todd C. Miller | |
1999-09-08 | flags_to_string() and string_to_flags() should take pointers to a u_int | Todd C. Miller | |
not a u_long. Fixes PR #910. | |||
1999-08-17 | consistency | Aaron Campbell | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-05-30 | It's spelled "occurrence". Also a few other minor mods while I'm at it. | Paul Janzen | |
1999-05-23 | improve; kwesterback@home.com, myself | Aaron Campbell | |
1999-05-05 | indent | Theo de Raadt | |
1999-05-03 | Repair Theo's mayhem, put -o option together again. | Marc Espie | |
1999-05-01 | defer conversion of unprintable filenames till final display, permitting | Theo de Raadt | |
badly named symbolic links to be handled; bug noted by dm@ fixed by d@ | |||
1999-03-03 | remove duplicate description of -1 option | Aaron Campbell | |
1999-02-24 | save cpu cycles by being more sensible about how we check conditionals | Aaron Campbell | |
1999-02-23 | Break out main to an own file so we can include ls in ftpd. | Artur Grabowski | |
1999-02-20 | add -x, -p, and -m options, based on netbsd work | Theo de Raadt | |
1999-02-14 | Don't retain "clear" state after an argument as been processed; | Todd C. Miller | |
andreas@infosys.heitec.net | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell | |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-08-15 | realloc bug fix and two other bugs found at the same time | Theo de Raadt | |
1998-08-07 | fix exit code; problem reported by jsh@sun470.rd.qms.com; fix from freebsd | Theo de Raadt | |
1998-08-07 | repair | Theo de Raadt | |
1998-07-01 | Document BSD4.4 flags support | Marc Espie | |
1998-06-01 | doc = after socket; deberg@mit.edu | Theo de Raadt | |
1998-05-18 | MAXPATHLEN not MAXPATHLEN+1 | Theo de Raadt | |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt | |