Age | Commit message (Expand) | Author |
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 |
2001-11-07 | Use uvm headers. | Miod Vallat |
2001-11-05 | mark a zone of signal races | Theo de Raadt |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-10-29 | add RFC 3174 to SEE ALSO section | Todd C. Miller |
2001-10-25 | Make -h and -L follow symlinks on extraction of directories. | Niklas Hallqvist |
2001-10-06 | Fix ``echo foo |dd'' which was broken by the last commit. | Todd C. Miller |
2001-10-06 | s/standrad/standard/ | Niklas Hallqvist |
2001-10-04 | Grammar; also, document the true behaviour of the examples. | Paul Janzen |
2001-10-04 | Move check for count=0 into dd's main. We want to do normal setup | Todd C. Miller |
2001-10-01 | skip filenames containing \n; report jdamery@chiark.greenend.org.uk | Markus Friedl |
2001-09-27 | If kvm_openfiles() fail the systctl() should work. | Mike Pechkin |
2001-09-24 | The 'newgrp' alias is explicitly disabled in our ksh, so do not mention | Camiel Dobbelaar |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-09-15 | Fix typo--have a cow not a monkey; bk@rt.fm | Todd C. Miller |
2001-09-06 | install relative symlinks, not absolute | Michael Shalayeff |
2001-09-06 | o) fix bogus .St usage; | Mike Pechkin |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-09-02 | Typo; addresses pr/2038 from tim@robbins.dropbear.id.au | Aaron Campbell |
2001-08-29 | clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t... | Markus Friedl |
2001-08-26 | remove excess Xr | Theo de Raadt |
2001-08-25 | OpenBSD doesn't have RLIMIT_VMEM or RLIMIT_SWAP, so we don't | Heikki Korpela |
2001-08-23 | Add a CAVEATS section explaining that a hard link cannot be made to a file | Aaron Campbell |
2001-08-23 | fix a typo; tim@robbins.dropbear.id.au | Peter Valchev |
2001-08-13 | Typo in comments: 'interuptable' => 'interruptible' | Heikki Korpela |