Age | Commit message (Expand) | Author |
2002-03-19 | Fix unitialized variable in non-setgid case; Gregory Steuck | Todd C. Miller |
2002-03-14 | Fix 'cat -se'; the '$' was not being printed for blank lines. | Todd C. Miller |
2002-03-14 | kill more registers. | Mike Pechkin |
2002-03-12 | o Remove local prototypes for group_from_gid() and user_from_uid() | Todd C. Miller |
2002-03-01 | this is needed too | Marc Espie |
2002-03-01 | Kill hand-made memory allocation code, that is definitely buggy. | Marc Espie |
2002-02-27 | Fix three off-by-one errors. ok espie@, millert@, miod@ | Daniel Hartmeier |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-18 | change -pr to -PRp (ok mpech@, millert@) | Mark Grimes |
2002-02-17 | Mention deprecated '-' flag (same as -s) since it is listed in the | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-17 | A couple temporary workarounds for vax toolchain bugs. | Hugh Graham |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-16 | Add '#' to the list of escaped characters during vi/emacs filename completion. | Todd C. Miller |
2002-02-14 | Avoid overflow in usage percent calculation. ok deraadt@ | Thomas Nordin |
2002-02-14 | spelling | Theo de Raadt |
2002-02-11 | Initial patch. | Mike Pechkin |
2002-02-10 | remove pre-ansi, SCCS workaround cruft; ok deraadt@ | Christian Weisgerber |
2002-02-01 | avoid SEGV on out-of-range argument reference ("echo $020129163642"). | Jun-ichiro itojun Hagino |
2002-01-30 | right, just check more for nulls; from Dan Harnett <danh@wzrd.com> | Michael Shalayeff |
2002-01-30 | always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar i... | Michael Shalayeff |
2002-01-25 | Put space back at the end of the line, it's required there. | Aaron Campbell |
2002-01-25 | Stat source path at the top of do_move() and return an error if | Todd C. Miller |
2002-01-24 | as early as v3 it seems to be | Michael Shalayeff |
2002-01-24 | fix the history refs | Michael Shalayeff |
2002-01-24 | this both were in v4, before v6 | Michael Shalayeff |
2002-01-24 | restore a little bit of historical material | Michael Shalayeff |
2002-01-20 | Swap TEST_BLOCK_LEN and TEST_BLOCK_COUNT in benchmark printf. | Camiel Dobbelaar |
2002-01-16 | missed some registers, kill'em! | Mike Pechkin |
2002-01-16 | A better way to escape the punctuation chars in the examples. | Marco S Hyman |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2002-01-15 | sometimes trailing spaces are required for proper formating | Marco S Hyman |
2002-01-02 | Grammar. deraadt@ ok | Thomas Nordin |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin |
2001-12-19 | When writing tar and ustar archives, zero out the header before we | Todd C. Miller |
2001-12-19 | More strlcpy() backout. Various tar programs require ustar header | Todd C. Miller |
2001-12-19 | Back out a strncpy -> strlcpy conversion. When writing old style | Todd C. Miller |
2001-12-18 | another errno save situation | Theo de Raadt |
2001-12-09 | Fix an incorrect example, reported by Gaƫl Queri <gqueri@mail.dotcom.fr> | Miod Vallat |
2001-12-05 | Get MAXSLP from kvm/sysctl. It's patchable in the kernel now. | Artur Grabowski |
2001-12-02 | add -a to use adjtime(), like rdate(1) does | Theo de Raadt |
2001-12-01 | KNF | Theo de Raadt |
2001-12-01 | wrong printf spec for a field | Theo de Raadt |
2001-11-21 | 2GB fix (int->off_t) similar to scp; daniel@lucq.org | Markus Friedl |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt |
2001-11-14 | in a signal handler, change errx() to warnx() + _exit; millert ok | Theo de Raadt |
2001-11-13 | o) start new sentence on a new line; | Mike Pechkin |
2001-11-11 | indent | Theo de Raadt |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat |
2001-11-07 | Doh, bring the correct header, this is userland... | Miod Vallat |