Age | Commit message (Expand) | Author |
1998-12-07 | No need to cast to they type we already are. Also minor KNF | Todd C. Miller |
1998-12-07 | remove bogus divide, fixes pr #656 | Todd C. Miller |
1998-12-05 | typo | Marc Espie |
1998-11-28 | .Xr strlcat, strlcpy | Marc Espie |
1998-11-25 | Changes from NetBSD: | Todd C. Miller |
1998-11-25 | clarify; d@ | Aaron Campbell |
1998-11-22 | bad long | Theo de Raadt |
1998-11-22 | detect truncation and overflow better | Theo de Raadt |
1998-11-22 | use %u for unsigned prints | Theo de Raadt |
1998-11-20 | crank major, just in case | Theo de Raadt |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-11-20 | Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org | Todd C. Miller |
1998-11-18 | check for negative numbers from strtol() | Theo de Raadt |
1998-11-18 | negative change strtol() | Theo de Raadt |
1998-11-17 | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ | Aaron Campbell |
1998-11-16 | doc EAFNOSUPPORT return | Theo de Raadt |
1998-11-15 | improve behaviour; ww@styx.org | Theo de Raadt |
1998-11-15 | ftok requires minor crank | Theo de Raadt |
1998-11-15 | ftok() takes int id; xpg | Theo de Raadt |
1998-11-11 | Fix `typo', proves that strlcpy/strlcat is a very good idea. | Marc Espie |
1998-11-10 | getenv() result is read-only, unless you're looking for trouble. | Marc Espie |
1998-11-10 | fix append mode; mason@primenet.com.au | Theo de Raadt |
1998-11-06 | add missing const to match prototype in string.h | Wim Vandeputte |
1998-11-04 | availiable -> available | Aaron Campbell |
1998-10-16 | Make sure we free the buffer in all error cases. Do the final | Todd C. Miller |
1998-10-05 | add a reference to fork(2) \ | Artur Grabowski |
1998-10-04 | For a.out, try mmap first (like we used to do) and only malloc() if that fail... | Todd C. Miller |
1998-09-27 | Add a missing note about asprintf | Todd C. Miller |
1998-09-24 | back out gzip support, it will not make it for 2.4 | Todd C. Miller |
1998-09-24 | note that the caller is responsible for freeing the pointer returned by setm... | Todd C. Miller |
1998-09-18 | need sys/stat.h; jon@chalk.oaktree.net.uk | Theo de Raadt |
1998-09-18 | bump minor for xfspioctl | Artur Grabowski |
1998-09-18 | make use of xfspioctl | Artur Grabowski |
1998-09-10 | thread-safer | Theo de Raadt |
1998-09-09 | Make RMD160Update a little less overzealous when fed small crumbs. | janjaap |
1998-09-08 | __alpha__, not alpha | Todd C. Miller |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell |
1998-09-07 | Nitpicking max filename length: add .Xr to pathconf/fpathconf. | Marc Espie |
1998-09-07 | make work on pmax | Todd C. Miller |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-09-05 | Add support for nlisting against a gzipped kernel, #ifdef'd out since | Todd C. Miller |
1998-08-31 | put back a security fix downsj removed ages ago | Theo de Raadt |
1998-08-30 | Fix UA cases in a MI way | Niklas Hallqvist |
1998-08-30 | v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove... | Todd C. Miller |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-08-29 | change pmap_set() protocol to u_int, similar to solaris; ref: casper | Theo de Raadt |
1998-08-28 | some libc parts; memmove.S to written | Michael Shalayeff |
1998-08-28 | define hppa as an ieee | Michael Shalayeff |
1998-08-28 | do not toss memory dribble into the output files (small performance loss) | Theo de Raadt |