Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-26 | do not *NULL -- i think this patch is right | Theo de Raadt | |
1998-08-25 | off by one (dodges bullet) | kstailey | |
1998-08-25 | support \e in built-in printf | Theo de Raadt | |
1998-08-18 | people who fail to update man pages and usage lines will henceforth be shot ↵ | Theo de Raadt | |
on sight | |||
1998-08-17 | fix df -P on 0-size filesystems | Theo de Raadt | |
1998-08-15 | realloc bug fix and two other bugs found at the same time | Theo de Raadt | |
1998-08-15 | fix realloc | Theo de Raadt | |
1998-08-07 | fix exit code; problem reported by jsh@sun470.rd.qms.com; fix from freebsd | Theo de Raadt | |
1998-08-07 | repair | Theo de Raadt | |
1998-07-27 | pull in string.h for memset() proto | Todd C. Miller | |
1998-07-24 | fix spelling of separate; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-21 | fix +n description; jkoshy@freebsd | Theo de Raadt | |
1998-07-20 | Spelling, and omitted words for getNAME. | Marc Espie | |
1998-07-16 | support scsi better; fix another weird bug; mjacob | Theo de Raadt | |
1998-07-12 | typo | Todd T. Fries | |
1998-07-09 | why bother; msaitoh | Theo de Raadt | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-07-03 | Fix handling of trailing slashes. Don't ever strip them, because that's | Constantine Sapuntzakis | |
the way the user tells us that he really wants a directory. Also, a trailing slash does not mean that the last component is null (in fact, according to POSIX, a component can't be 0 bytes). Rather, the last component is the one directly preceding the trailing slashes. | |||
1998-07-03 | Xr mtio | Theo de Raadt | |
1998-07-03 | use 10 X in mkstemp string for improved speed at race winning | Theo de Raadt | |
1998-07-02 | indent | Theo de Raadt | |
1998-07-02 | Fix mv b/ a where a is a directory. | Constantine Sapuntzakis | |
1998-07-01 | Document BSD4.4 flags support | Marc Espie | |
1998-06-29 | overflow fix; michael@cs.mun.ca | Theo de Raadt | |
1998-06-27 | new ksh code stupidly did not permit ". /dev/null"; enable that again | Theo de Raadt | |
1998-06-25 | pdksh-5.2.13 + local changes | Todd C. Miller | |
1998-06-23 | snprintf returns bytes it wanted to print, not the number it actually did | Todd C. Miller | |
1998-06-23 | few fixes; msaitoh | Theo de Raadt | |
1998-06-09 | spelling | Theo de Raadt | |
1998-06-09 | bah | Theo de Raadt | |
1998-06-07 | use MAP_FAILED | Theo de Raadt | |
1998-06-03 | zero sigset_t before use | Theo de Raadt | |
1998-06-03 | correct crtscts docs; andrew@ugh.net.au | Theo de Raadt | |
1998-06-01 | doc = after socket; deberg@mit.edu | Theo de Raadt | |
1998-05-30 | modifiers apply to all things; msaitoh | Theo de Raadt | |
1998-05-29 | nice | Theo de Raadt | |
1998-05-29 | gcc 2.8.X.X fixed this bug, back to a sane Makefile. | Dale S. Rahn | |
1998-05-28 | /bin/login -> /usr/bin/login | Artur Grabowski | |
1998-05-18 | MAXPATHLEN not MAXPATHLEN+1 | Theo de Raadt | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1998-05-18 | MAXPATHLEN not MAXPATHLEN+1 | Theo de Raadt | |
1998-05-18 | buf oflows | Theo de Raadt | |
1998-05-18 | MAXPATHLEN not MAXPATHLEN+1, no buf oflow of targdir | Theo de Raadt | |
1998-05-18 | readlink(path, buf, sizeof buf-1). Never forget that -1. | Theo de Raadt | |
1998-05-17 | do not advance pointer that free() will happen to | Theo de Raadt | |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt | |
1998-05-13 | support POSIX "kill [-s signame] pid" syntax, fix the "kill -l [exitstatus]" | Theo de Raadt | |
syntax, sync documentation, no longer permit of full signal names in the "kill [-sig] pid" syntax, e.g. -SIGHUP; kleink | |||
1998-04-30 | Wall | Theo de Raadt | |
1998-04-28 | Xr madvise not vadvise | Theo de Raadt | |
1998-04-26 | Use the physmem variable to get at the physical memory size (instead of the | Theo de Raadt | |
avail_end - avail_start difference which is only correct on machines with contiguous memory); is@netbsd |