Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-25 | man page updates for passwd.conf | Niels Provos | |
1997-02-18 | Powerpc does not support pic, and for now because of a compiler bug, | Dale S. Rahn | |
does not support profiling. | |||
1997-02-14 | lowercase names | Theo de Raadt | |
1997-02-14 | Add IEEE Std 1387.2-1995 (POSIX.7.2) | Thorsten Lockert | |
1997-02-10 | Fix typo. | gvf | |
1997-02-09 | libcrypt went away a while back | Theo de Raadt | |
1997-02-09 | add ${LIBZ} | Michael Shalayeff | |
1997-02-06 | Add a LORDER make symbol and use it | Niklas Hallqvist | |
1997-02-05 | document that ip_off and ip_len are now in network byte order | Theo de Raadt | |
1997-02-03 | 1003.1b mandoc hacks | Theo de Raadt | |
1997-01-30 | xref a few things | Theo de Raadt | |
1997-01-26 | use mktemp(1) to avoid /tmp race; spotted by dholland@eecs.harvard.edu | Theo de Raadt | |
1997-01-24 | Xref acd/wd | Theo de Raadt | |
1997-01-24 | more info | Theo de Raadt | |
1997-01-23 | correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de | Theo de Raadt | |
1997-01-20 | getopt returns -1 not EOF! | Todd C. Miller | |
1997-01-15 | Add DESTDIR support for crt{begin,end}.o (powerpc only so far) | Niklas Hallqvist | |
1997-01-14 | Update to tzdata1996n | Todd C. Miller | |
1997-01-13 | back-panel LED control device derived from code by der Mouse | kstailey | |
1997-01-11 | Describe boolean capabilites betterand at a better place. It was rather | Per Fogelstrom | |
difficult to find before. | |||
1997-01-11 | Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certain | Niklas Hallqvist | |
port except for certain architectures. If OBJMACHINE is set set WRKDIR to work.${MACHINE}. Fix a shell construct which pdksh interprets differently than ash as it was written. Make bsd.own.mk be auto-included in make(1) invocations below this one. | |||
1997-01-08 | Include mk files specified in EXTRA_SYS_MK_FILES. Needed for the ports | Niklas Hallqvist | |
mechanism. This was the least intrusive way we found to solve the problem of getting ports' Makefiles have bsd.own.mk included. | |||
1997-01-05 | OpenBSD tags | Thorsten Lockert | |
1997-01-05 | malloc(3) paper by phk; from FreeBSD | Thorsten Lockert | |
1997-01-05 | typo, kleink@layla.inka.de | Theo de Raadt | |
1997-01-03 | Note that sb16 is treated as an sbpro. | Todd C. Miller | |
1997-01-02 | rnd is random. | etheisen | |
1996-12-30 | put entries back into alpha sorted order | kstailey | |
1996-12-30 | added info about /emul | kstailey | |
1996-12-25 | Merge our chagnes with FreeBSD's latest changes. We should now | imp | |
have identical bsd.port.mk files again. This file has successfully compiled many of the archivers, gnu make, and emacs (althought the emacs deltas have not been merged back into the FreeBSD tree yet since I don't have it working yet). The FreeBSD Id line may be slightly off since I generated it by hand to match the commit I just made there. | |||
1996-12-22 | bring in bsd.own.mk | Niklas Hallqvist | |
1996-12-22 | disklabels work now | Theo de Raadt | |
1996-12-18 | rnd -> random | Todd C. Miller | |
1996-12-18 | todd is under post-exam stress relief | Theo de Raadt | |
1996-12-17 | rnd -> random doncha know | Todd C. Miller | |
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert | |
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags. | |||
1996-12-16 | fix .Nm stuff so that man -k works | Theo de Raadt | |
1996-12-10 | motorola stuff is similar to sun | Theo de Raadt | |
1996-12-10 | Xr diskless | Theo de Raadt | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-12-06 | back to 16 partitions | Theo de Raadt | |
1996-11-24 | Fix typo in last change | Niklas Hallqvist | |
1996-11-24 | Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-s | Niklas Hallqvist | |
and add itself to CFLAGS and ASFLAGS | |||
1996-11-23 | Add overrideable INSTALL variable | Niklas Hallqvist | |
1996-11-14 | correct last fix. | Michael Shalayeff | |
1996-11-14 | correct LINKS usage | Michael Shalayeff | |
1996-11-10 | Revert. | Jason Downs | |
1996-11-06 | describe new device nodes | Theo de Raadt | |
1996-11-01 | kernel malloc()/MALLOC() man page from NetBSD | Todd C. Miller | |