Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-03 | no more rogue(6); | Jason McIntyre | |
2011-07-03 | Remove rogue. Its license is not acceptable for our tree; been | Martynas Venckus | |
unlinked from the builds for 8 years. I've been talking with the author 2 years ago, he didn't release a proper license. It's clear that the issue won't be resolved. OK tedu@. | |||
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze | |
discussed with lots of people, tested by naddy@, "move fast" deraadt@ | |||
2011-06-23 | delete unused stupid code; Daniel Dickman | Theo de Raadt | |
2011-06-20 | Do not compare a `char' variable to EOF, which does not fit if `char' defaults | Miod Vallat | |
to unsigned (e.g. arm, powerpc); ok guenther@ matthew@ looks good deraadt@ | |||
2011-06-10 | typo; from Doug Barton (freebsd r222890) | Jason McIntyre | |
2011-05-16 | some spelling fixes from Lucas De Marchi, via freebsd; | Jason McIntyre | |
2011-04-25 | Fix "-d delay" option and convert to use strtonum() | Todd C. Miller | |
OK martynas@ a while ago. | |||
2011-04-03 | Hide the cursor during game. From NetBSD. | David Coppa | |
OK nicm@ | |||
2011-03-16 | Use the help pager code, but repair it in various ways. | Theo de Raadt | |
(I had to fix the $PAGER support beyond the patch supplied by Simon) from Simon.Nicolussi@student.uibk.ac.at | |||
2011-01-24 | In roff, the escape sequence \: is an optional line break, | Ingo Schwarze | |
so escape a literal non-punctuation colon correctly as \&:. Required for correct formatting with groff-1.20.1 and Heirloom troff; strangely, groff-1.15 and mandoc have the same bug here, hiding the error. "fine" jmc@ While here, change .Dq to .Sq which looks better for single-character quoting, as suggested by jmc@. | |||
2011-01-03 | - plug mem leak. | Jasper Lievisse Adriaanse | |
ok chl@ | |||
2010-12-15 | as of 1989, fread/fwrite take void *, so there's no need to cast to char *. | Ted Unangst | |
2010-11-03 | fix errx() usage. | David Coppa | |
OK henning@ | |||
2010-10-29 | remove the "-*- nroff -*-" lines; | Jason McIntyre | |
2010-09-19 | put HISTORY in the right place; | Jason McIntyre | |
2010-09-04 | Update 'Fastest Defeat In Chess' fortune, trying to dispel Gibaud | Kenneth R Westerback | |
- Lazard 1924 myth. prompted by and ok jmc@ | |||
2010-07-31 | fix a capitalisation error; | Jason McIntyre | |
2010-07-26 | fix the Cecil Beaton quote; from Rob Farmer, freebsd pr #148916 | Jason McIntyre | |
2010-07-20 | sub-function needs const, too | Theo de Raadt | |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze | |
who asked me to commit because he is just running out of the door. | |||
2010-07-02 | update to modern regex code and remove libcompat. ok deraadt phessler | Ted Unangst | |
2010-05-10 | Rename use of some builtins that makes gcc4 warn. | Nicholas Marriott | |
ok millert | |||
2010-04-30 | shuffle some things around to deal with incomplete types | Jonathan Gray | |
gcc4 gets upset about. based on suggestions from miod@, ok millert@ | |||
2010-04-08 | some minor repair, from kristaps; | Jason McIntyre | |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2010-02-22 | compute intermediate results in double precision; from pjanzen@, ok | Otto Moerbeek | |
sobrado@ | |||
2010-02-21 | fix display formatting; ok schwarze sobrado | Jason McIntyre | |
2010-02-20 | drop nested display, fixing the build with mandoc(1); | Ingo Schwarze | |
feedback and ok jmc@ | |||
2010-01-17 | default output file ends in ".dat", not ".out"; | Ingo Schwarze | |
reported by Lars Nooden <lars dot curator at gmail dot com> while here, - change .Pa .dat to .Sy .dat in one place for uniformity and to avoid ambiguity - fix the files section, too committing right away because this is not installed by default, and unstr(8) is not even built by default... | |||
2010-01-10 | fold in content from the usd docs; diff from Daniel Dickman | Jason McIntyre | |
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-12-31 | remove superfluous bracket level from time representation. | Igor Sobrado | |
ok jmc@ | |||
2009-12-10 | fix potential bugs spotted by parfait | Bob Beck | |
ok millert@ pjanzen@ | |||
2009-11-22 | Typo fixed. | Tobias Stoeckmann | |
ok jmc, pjanzen | |||
2009-11-14 | Use getopt() to parse the argument list, shrinking the code and | Philip Guenthe | |
permitting options to be grouped ok deraadt@ | |||
2009-11-13 | no need for seperate snscore command; ok pjanzen | Theo de Raadt | |
2009-11-13 | Correct fix for rev 1.8 from pjanzen. | Jonathan Gray | |
2009-11-13 | 1.8 broke things, back it out, correct fix coming from pjanzen | Jonathan Gray | |
2009-11-12 | fix an off by one in loop termination | Jonathan Gray | |
found by parfait ok deraadt@ | |||
2009-11-12 | fix comparison, from NetBSD PR/42177 | Dariusz Swiderski | |
ok miod@ | |||
2009-11-05 | fortunes fix from dougb@freebsd, revision 198921 | Jason McIntyre | |
2009-10-30 | typo from dholland@netbsd (-r1.38); | Jason McIntyre | |
2009-10-29 | various fixes from netbsd -r1.35 and -r1.36 (snj@netbsd) | Jason McIntyre | |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze | |
survived a full make build on i386; "sure" deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. spotted by schwarze | |||
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-10-22 | arguments to name description (.Nd) macros are usually lower case; | Igor Sobrado | |
fix superfluous double space in manual page body; fix typo. from Alan R. S. Bueno. ok jmc@ | |||
2009-10-17 | synchronize synopsis and usage. | Igor Sobrado | |