Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok; | |||
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 | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
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 | |
millert@ ok | |||
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 | |
This means that existing symbolic links won't get overwritten with a directory, but instead the directory is created/updated with the privs from the archive at the end of the symlink chain. Great for unpacking OpenBSD release tarballs, where you have linked away stuff due to lack of space on a certain partition etc. | |||
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 | |
in this case and just don't want to actually copy any data. Fixes a problem noted by aaron@ where the time portion of the summary would be wrong and also gives us sane behavior when seek is non-zero but count is 0. | |||
2001-10-01 | skip filenames containing \n; report jdamery@chiark.greenend.org.uk | Markus Friedl | |
and matthew@debian.org | |||
2001-09-27 | If kvm_openfiles() fail the systctl() should work. | Mike Pechkin | |
Spotted by: mike <mike@gravitino.net> Patch from millert@ | |||
2001-09-24 | The 'newgrp' alias is explicitly disabled in our ksh, so do not mention | Camiel Dobbelaar | |
it in the manpage. ok millert@ | |||
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
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 | |
millert@ ok | |||
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
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 ↵ | Markus Friedl | |
theo@ | |||
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 | |
have ulimit -v or -w either. ok millert@ | |||
2001-08-23 | Add a CAVEATS section explaining that a hard link cannot be made to a file | Aaron Campbell | |
flagged immutable or append-only; pjanzen@ ok | |||
2001-08-23 | fix a typo; tim@robbins.dropbear.id.au | Peter Valchev | |
2001-08-13 | Typo in comments: 'interuptable' => 'interruptible' | Heikki Korpela | |
millert@ ok | |||
2001-08-13 | Document how to remove or rename a file that is a getopt(3) flag | Heikki Korpela | |
to mv(1) or rm(1) by preceding it with --. From ho@: Also give a sample of the ./-f way that is more portable ok millert@, ho@ | |||
2001-08-10 | Address PR 1993. This rewording has been deemed satisfactory by the | Hugh Graham | |
submitter's reportedly pedantic boss. | |||
2001-08-09 | Actually use the statf function pointer which I missed while hand-patching. | Todd C. Miller | |
Also, don't mention the -h and -n flags for the 2nd usage line since they are no-ops in that case. | |||
2001-08-09 | Add -h flag to prevent following a symlink to a dir as the dest. | Todd C. Miller | |
Also add -n as an alias for -h for compat with GNU ln. Patch from Phil.Pennock@globnix.org with minor changes by me. | |||
2001-08-07 | Modify timekeeping in an effort to produce a sane bandwidth measure | Hugh Graham | |
for a short running dd process. Some floating point is used so that microsecond precision can be kept without shortening the off_t excessively. millert says ok. | |||
2001-08-03 | Typo; heko@iki.fi | Aaron Campbell | |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2001-07-31 | Documentation fixes per PR 1979 by Kaspar Toomik. | Hugh Graham | |
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS; | |||
2001-07-19 | Back out last change, it caused problems with exit vals. | Todd C. Miller | |
2001-07-17 | Add a safe_print() function that uses vis(3) if output is a tty. | Todd C. Miller | |
Uses the vis C-style mode which is consistent with what GNU tar does (though GNU tar does vis(3) regardless of whether output is a tty). It may make sense to add a flag to force vis(3)ification like ls does but I have not done that here as I'm reticent to add more flags. | |||
2001-07-17 | make file-completion work with ~ (tilde) | Camiel Dobbelaar | |
tested by provos@ and me |