Age | Commit message (Expand) | Author |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2019-07-15 | explicitly reference the textproc/vgrind port; | Ingo Schwarze |
2017-10-11 | Ensure that the tag and line number are always separated by at least a single | anton |
2015-12-31 | add mg to SEE ALSO. ok jmc@ | Mark Lumsden |
2015-10-25 | Decapitalize yyparse tag name here. | Vadim Zhukov |
2015-10-15 | Do not abuse .Nm for emphasis; | Ingo Schwarze |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | tame "stdio rpath wpath cpath" handles all the cases of opening files | Theo de Raadt |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-08-22 | tweak previous; | Jason McIntyre |
2015-08-22 | system(3) call remove for updating (ctags -u) | Sebastien Marie |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed | Theo de Raadt |
2014-12-10 | The macros endtoken and isgood aren't used anywhere... zap them and | Tobias Stoeckmann |
2014-12-08 | fix a crash with '(' at EOF found with the afl fuzzer | Jonathan Gray |
2014-02-01 | note which languages are extensions; ok millert | Jason McIntyre |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2010-11-04 | - fix a comma oopsie | Jason McIntyre |
2010-11-03 | POSIX specifies that ctags create tags for typedefs, structs, unions, | Todd C. Miller |
2010-10-19 | no more vgrind(1); ok deraadt | Jason McIntyre |
2010-10-01 | more EXIT STATUS tweaks; from Daniel Dickman | Jason McIntyre |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-10 | STANDARDS: | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre |
2006-02-11 | Initialize been_warned. From Benjamin Pineau in PR 5007. | Otto Moerbeek |
2005-04-18 | fix a potential use after free and plug some memory leaks. | Patrick Latifi |
2004-06-02 | Don't want text in err() call following malloc failures. | Tom Cosgrove |
2003-10-28 | prototype declared static, but function was not. add static to function. | Anil Madhavapeddy |
2003-06-12 | de-register and ansification; millert ok | Theo de Raadt |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | merge in NetBSD diffs: | Paul Janzen |
2003-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev |
2003-04-07 | replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran... | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
2001-08-23 | recieve -> receive | Aaron Campbell |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-07-26 | Still truncate too long identifiers, but avoid writing all over the stack. | Marc Espie |
2000-07-25 | deal with a number of overflows pointed out by fuzz; in most cases, we trunca... | Theo de Raadt |