Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-16 | handle larger time_t types | Theo de Raadt | |
2013-03-28 | Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN / | Nicholas Marriott | |
-1 == INT_MIN and % -1 == 0. ok matthew deraadt | |||
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt | |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze | |
All facts found on the CSRG CD 1 in the 2bsd directory. Feedback and ok jmc@, ok sobrado@. Note the large number of 3BSD -> 2BSD changes. Kirk McKusick asked Cynthia Livingston (cael@, of USENIX, who converted most manuals from man(7) to mdoc(7) for the 4.3BSD-Net/2 release and added lots of historical information around that time) what happened in this respect, and she answered that she often wrote "appeared in 3BSD" when she was unsure of when a utility was added. Thanks to Kirk and Cynthia for that clarification. | |||
2011-11-06 | union wait is dead, ancient history; stop using it | Philip Guenthe | |
ok deraadt@ | |||
2011-09-03 | make -column lists pretty again; | Jason McIntyre | |
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense. | |||
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre | |
2010-12-23 | spelling fixes; from Daniel Dickman | Jason McIntyre | |
2010-09-23 | remove reference to msgs(1) | Theo de Raadt | |
2010-08-12 | Use symbolic names for the file descriptors rather than numeric values. | Kevin Lo | |
Some from damien@, millert@ ok phessler@, millert@ | |||
2010-07-22 | remove some groff \s escapes, which we do not support; | Jason McIntyre | |
2010-07-20 | exp2() is a function in libm, so rename the csh one.. | Theo de Raadt | |
2010-07-15 | When the first argument or arguments of a macro are opening delimiters | Ingo Schwarze | |
(parentheses and/or square brackets), both modern groff and mandoc first output those leading delimiters as plain text, then start the macro scope after these opening delimiters. This is similar to printing trailing punctuation and trailing closing delimiters on a macro line outside and after the macro scope. For example, ".Sq ( text )" is "(`text')", not "`(text)'". Thus, we now need to quote leading opening delimiters when we want them inside the macro scope. These are the cases in src/bin. "makes sense" jmc@ | |||
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre | |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt | |
files. If any information found in these documents is worthwhile and you miss it, please make the time to work it into the manual pages (which people actually do read). ok guenther | |||
2009-11-11 | incorrect range check, > vs >=, on the error list, spotted by parfait | Theo de Raadt | |
ok otto jsg | |||
2009-10-28 | some includes got lost in the previous commit; | Ingo Schwarze | |
"go ahead, put it back" deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-07-22 | The last paragraphs of the "Built-in commands" section are properly | Philip Guenthe | |
part of the '@' command and not general section paragraphs and therefore should be indented with the others. ok jmc@ | |||
2009-03-06 | after some discussion with millert, pull in the character class info | Jason McIntyre | |
from glob(7) to the shell pages - they have their own glob stuff, and pointing to glob(7) is just not helpful. ok millert | |||
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller | |
2009-03-04 | from wiz@netbsd, -r1.44: | Jason McIntyre | |
Log Message: Remove weird backslash that somehow must have crept in. Found by joerg and mdocml. | |||
2008-10-03 | NUL not NULL | Theo de Raadt | |
2008-05-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2008-01-11 | providing MLINKS for shell builtins makes little sense: what we had was out | Jason McIntyre | |
of date for ever (no ksh builtins), and since we have two shells, pointing to one page or the other is never going to work; so remove MLINKS for csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing Xr's; please, there are tools like whence, man, and locate for finding this stuff; ok deraadt miod | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-16 | sort options and make -X a little clearer; mostly from Igor Sobrado | Jason McIntyre | |
2006-10-18 | do not name file descriptors fp, either | Theo de Raadt | |
2006-03-17 | off-by-one; inspired by a netbsd coverity fix; ok deraadt@ | Otto Moerbeek | |
2005-12-11 | unused code and variables | Theo de Raadt | |
2005-11-10 | document that csh will do fast mode startup if $HOME is not set | Alexander von Gernler | |
ok jmc@ fgsch@ | |||
2005-05-24 | -ansi considered harmful, even in comments | Todd C. Miller | |
2005-05-12 | .Xr script 7 | Jason McIntyre | |
2005-03-13 | Use pid_t where appropriate. From Bruno Rohee (thanks). | Chad Loder | |
2005-02-25 | no more Strncpy or Strncat, ever | Theo de Raadt | |
2005-02-25 | spacing | Theo de Raadt | |
2004-08-08 | print vmemoryuse immediately after vmemoryuse in limit output | Todd C. Miller | |
2004-08-07 | vmemsize -> vmemoryuse for consistency with tcsh and document. mickey@ OK | Todd C. Miller | |
2004-08-06 | conditional use of RLIMIT_VMEM (like ksh) | Michael Shalayeff | |
2004-08-03 | insure -> ensure; | Jason McIntyre | |
2004-05-15 | print the whole hint for bad limit modifiers. ok otto pedro | Ted Unangst | |
2004-04-21 | correct way to specify a numeric argument to pushd is `+n', not `n'; | Jason McIntyre | |
from NetBSD (-r1.43); | |||
2004-04-21 | - add margin when formatting w/ -Tascii | Jason McIntyre | |
- update doc w/ reality - grammar/punctuation fixes Thanks Todd Miller, who provided feedback, fixed some buggy examples, fixed some of my blunders, and sanity checked the diff (and ok'd it); | |||
2004-04-19 | point people to usd doc; | Jason McIntyre | |
2004-03-18 | wording/grammar improvements from Jared Yanovich; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2003-12-01 | Truncate the source string before copying during variable substitution | Todd C. Miller | |
so we copy the correct number of bytes. Fixes a bug introduced in revision 1.11. Closes PR 3591 | |||
2003-10-30 | double word from Tom Cosgrove; | Jason McIntyre | |
2003-09-25 | Fix a bug where one byte past the end of a buffer could be touched | Todd C. Miller | |
in certain cases; closes PR 3163 | |||
2003-09-19 | When sanity checking signal numbers, error out on signal >= NSIG, | Todd C. Miller | |
not > NSIG. This makes cvs give a nice error message for "kill -NSIG 666" instead of EINVAL. From aaron@monkey.org. |