Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-28 | typos; from Brian Poole | Jason McIntyre | |
2003-02-26 | clarify that eject works on other media | Ted Unangst | |
ok millert@ | |||
2003-02-26 | remove double word stuttering | David Krause | |
ok henning@ | |||
2003-02-20 | Fix a crash in the systrace found by form@ | Artur Grabowski | |
One is a kernel fix that changes the lockin and one is a userland fix that prevents dereferencing a freed pointer. From provos deraadt@ ok | |||
2003-02-19 | Back out documentation for (currently) non-existent -c option that | Todd C. Miller | |
got committed by accident in the license update. | |||
2003-02-19 | oops; delete it, don't just shuffle | Ted Unangst | |
2003-02-19 | LFS is dead. saves some space on install floppies too. | Ted Unangst | |
ok deraadt@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano | |||
2003-02-14 | Add a 2-clause BSD license. These files are based on the md5.1 | Todd C. Miller | |
from FreeBSD which says it is public domain so there should be no license conflict. | |||
2003-02-03 | typos; | Jason McIntyre | |
from netbsd(svs+pr@grep.ru) suggested by deraadt@ | |||
2003-01-14 | Report read() errors; noticed and OK by fgs@ | Todd C. Miller | |
2003-01-11 | Attempt to do something reasonable when overwrite mode is combined | Hugh Graham | |
with hard links, and document it. In consultation with dynamo and approved by millert. | |||
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller | |
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@ | |||
2003-01-08 | bring in strlcpy and strlcat-like things for dealing with Char types, | Theo de Raadt | |
this fixes at least 15 buffer overflows; some help from dhartmei. Anyone want to go do the same in ksh, and help with some of the while (*s++ = *p++) loops in here? | |||
2003-01-06 | Set directory mode/user/times on the post-order pass, not pre-order. | Todd C. Miller | |
Fixes a problem with "cp -R" (and probably cp -p) with directories that do not grant the owner write permission. However, we need to know whether or not we created the directory ourselves so stash that fact in fts_pointer (treat it as a boolean) but add a macro to access it for readability. This also allows me to remove the duplicated file times setting code for "cp -p". Closes PR 3058; deraadt@ OK | |||
2003-01-05 | work around a very rare div by 0 that should not happen, but can happen on | Theo de Raadt | |
non-IEEE systems apparently. like the vax. this is in the same area of code that has caused us problems with the 68060/68040 before; very curious, and i don't know why. | |||
2003-01-04 | spelling | Theo de Raadt | |
2002-12-19 | add dsiz and ssiz to accompany tsiz; millert@ ok | Michael Shalayeff | |
2002-12-12 | Allow the log directive to work for non-translated syscalls as well. | Anil Madhavapeddy | |
provos ok | |||
2002-12-11 | rename log->dolog, from thorpej@netbsd, ok provos | Anil Madhavapeddy | |
2002-12-09 | Restriction that -c args must be numeric. Motivation on privilege elevation. | Ian Darwin | |
Environment variables (HOME,USER,CWD). File name details. Style fixes. ok provos@ | |||
2002-12-09 | add support for regular expressions and pidname translations. from provos | Jun-ichiro itojun Hagino | |
2002-12-09 | better parsing of # comments. from provos | Jun-ichiro itojun Hagino | |
2002-12-09 | prevent the use of permit for aliases. from provos | Jun-ichiro itojun Hagino | |
2002-12-05 | spelling; niels ok. | Federico G. Schwindt | |
2002-12-04 | rename to a new ioctl | Michael Shalayeff | |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt | |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt | |
2002-11-27 | Make fc -e work in "sh-mode" (shell invoked as /bin/sh or -o sh option) | Peter Valchev | |
as well; matches Solaris. "can't hurt anything" marc@ Original report from PR user/2883 | |||
2002-11-26 | avoid symbol conflict with "errno" | Jun-ichiro itojun Hagino | |
2002-11-26 | performance improvement by omitting a redundant getcwd. | Jun-ichiro itojun Hagino | |
from provos | |||
2002-11-26 | error should go to stderr. from provos | Jun-ichiro itojun Hagino | |
2002-11-16 | rename translation tables. from provos | Jun-ichiro itojun Hagino | |
2002-11-15 | no need to check trans_size. from provos | Jun-ichiro itojun Hagino | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-11-12 | fix bug in determining execve name. from provos | Jun-ichiro itojun Hagino | |
2002-11-09 | doh, better now. | Federico G. Schwindt | |
2002-11-09 | uucp(1) doesn't exist anymore. | Federico G. Schwindt | |
2002-10-31 | typo, reported by avsm@openbsd | Jun-ichiro itojun Hagino | |
2002-10-28 | Seeking on a character device works fine. | Todd C. Miller | |
2002-10-28 | add missing "break". Alexander Yurchenko | Jun-ichiro itojun Hagino | |
2002-10-23 | Move a cast from LHS to RHS to quiet a "cast from pointer to integer | Todd C. Miller | |
of different size" warning on 64-bit platforms. | |||
2002-10-18 | Pull in some changes from NetBSD | Todd C. Miller | |
o When extracting GNU tar archives, honor @LongLink long links/files o Add an option to prevent pax from prompting for the next volume upon premature end of archive. | |||
2002-10-17 | little cleanup (intercept_getpid dies within the function on error). | Jun-ichiro itojun Hagino | |
from provos | |||
2002-10-16 | sprinkle const; mostly from NetBSD | Todd C. Miller | |
2002-10-16 | Slight KNF and return -1 on no match, not EOF | Todd C. Miller | |
2002-10-16 | Fix comment typos; most from NetBSD and FreeBSD | Todd C. Miller | |
2002-10-16 | kill register | Todd C. Miller | |
2002-10-16 | Sync date parsing code with that in date(1) (which is obviously what pax's | Todd C. Miller | |
date code was based on). It is now possible to specify 4 digit years. |