Age | Commit message (Expand) | Author |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-07-23 | portable bootstrap thing; lidl@eng.us.uu.net | Theo de Raadt |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-13 | Use SEEK_CUR as "whence" in fseek, not 1. | Todd C. Miller |
1998-07-03 | Better fix from Christos: | Todd C. Miller |
1998-07-02 | Check against suffNull, not the contents of name | Todd C. Miller |
1998-07-02 | better fix; may be a small memory leak though | Todd C. Miller |
1998-07-02 | back out last patch; it causes incorrect behavior | Todd C. Miller |
1998-07-02 | Fix a bug where make gets confused by targets beginning with a period (``.'') | Todd C. Miller |
1998-06-29 | make the bootstrap compile on modern compilers | Artur Grabowski |
1998-06-03 | zero sigaction before use | Theo de Raadt |
1998-05-13 | catch more commands that require a shell | Theo de Raadt |
1998-05-12 | emulate umask inside make, so that the value gets propogated; also ensure | Theo de Raadt |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1998-03-15 | fix possibility of null pointer deref when using make's "-j" option. | flipk |
1998-03-07 | Add -Wno-char-subscripts to CFLAGS | Todd C. Miller |
1998-03-07 | make gcc 2.8 happy | Todd C. Miller |
1998-02-22 | some ansi | Michael Shalayeff |
1998-01-28 | Use BSDmakefile in favour of [mM]akefile if existent. Good for | Niklas Hallqvist |
1998-01-02 | use _exit() | Theo de Raadt |
1997-12-18 | for the test following test case, do not output FOOBAR=bar (should be FOOBAR=) | Theo de Raadt |
1997-12-16 | do not overflow fd_set | Theo de Raadt |
1997-10-13 | powerpc ELF | Per Fogelstrom |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-09-18 | environment variables | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1997-06-15 | Avoid possible /tmp races by using mkstemp(3). | Todd C. Miller |
1997-04-28 | Back out newer .USE code as it caused problems. I've done a "make build" | Todd C. Miller |
1997-04-21 | nope, breaks other things | Theo de Raadt |
1997-04-20 | Back out the following change since it introduces an ordering problem: | Todd C. Miller |
1997-04-01 | Sync with NetBSD (mostly by christos initial substitution/regexp from Der Mouse) | Todd C. Miller |
1997-03-26 | s/main/listmain/; seebs@solon.com | Theo de Raadt |
1997-03-03 | changed to CFLAGS+=, closes PR user/116. | flipk |
1997-01-27 | Set MACHINE_ARCH only if it's not already in the environment. Update | briggs |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-22 | PowerPC port is ELF based, treat same as svr4, mips, and alpha. | Dale S. Rahn |
1996-11-30 | Sync with NetBSD: | Todd C. Miller |
1996-10-17 | Do not consider non-existent archives as up-to-date on non-a.out systems | Niklas Hallqvist |
1996-09-21 | Do not look for a.out t.o.c sections in the mips-based ports | Niklas Hallqvist |
1996-09-21 | document special MAKEOBJDIR/obj.$MACHINE/obj behaviour of make | Theo de Raadt |
1996-09-21 | From NetBSD (christos): | briggs |
1996-09-02 | Sync up with NetBSD: | briggs |
1996-08-24 | Conditionally define _PATH* vars so they can be overriden on the command line | imp |
1996-07-31 | RANLIBMAG should not be set on alphas, as make doesn't know ECOFF archives | Niklas Hallqvist |
1996-07-23 | nicer error message; netbsd pr#2651; enami@ba2.so-net.or.jp | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt |
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist |