Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2016-08-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2015-12-21 | remove NULL-check before free() | mmcc |
2014-04-12 | fix a bit test | Jonathan Gray |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2011-09-20 | report the "fix-active" flag, and print any other unknown flags in hex. | Theo de Raadt |
2011-06-06 | don't open /dev/mem to print the help, allowing mortals to read it | Ted Unangst |
2010-04-20 | 0x0 is a valid base address. | Marco Peereboom |
2008-06-11 | correctly enumerate MANSUBDIR | Peter Hessler |
2008-06-11 | enable memconfig on amd64 | Peter Hessler |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-18 | unneeded .Op; from Igor Sobrado | Jason McIntyre |
2006-03-14 | Some more usage of const and correct fmt string for a size_t. | Moritz Jodeit |
2003-12-04 | ansi | Theo de Raadt |
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt |
2003-06-26 | strict proto cleanups | Theo de Raadt |
2003-06-12 | - section reorder | Jason McIntyre |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2002-10-14 | Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@ | Matthieu Herrb |
2002-05-30 | minor KNF | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin |
2001-07-27 | Wall cleanup | Peter Valchev |
2000-10-14 | - Correct .Nm usage. | Aaron Campbell |
2000-05-18 | Prepare to recurse down usr.sbin to grab manpages | Marc Espie |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-04-12 | Remove all arguments to the .Os macro so that all of 2.7's man pages will | Aaron Campbell |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell |
1999-12-05 | prettier range check | Theo de Raadt |
1999-11-20 | add memconfig, an utility to manipulate MTRRs, from FreeBSD | Matthieu Herrb |