summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
1997-02-25man page updates for passwd.confNiels Provos
1997-02-18Powerpc does not support pic, and for now because of a compiler bug,Dale S. Rahn
does not support profiling.
1997-02-14lowercase namesTheo de Raadt
1997-02-14Add IEEE Std 1387.2-1995 (POSIX.7.2)Thorsten Lockert
1997-02-10Fix typo.gvf
1997-02-09libcrypt went away a while backTheo de Raadt
1997-02-09add ${LIBZ}Michael Shalayeff
1997-02-06Add a LORDER make symbol and use itNiklas Hallqvist
1997-02-05document that ip_off and ip_len are now in network byte orderTheo de Raadt
1997-02-031003.1b mandoc hacksTheo de Raadt
1997-01-30xref a few thingsTheo de Raadt
1997-01-26use mktemp(1) to avoid /tmp race; spotted by dholland@eecs.harvard.eduTheo de Raadt
1997-01-24Xref acd/wdTheo de Raadt
1997-01-24more infoTheo de Raadt
1997-01-23correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.deTheo de Raadt
1997-01-20getopt returns -1 not EOF!Todd C. Miller
1997-01-15Add DESTDIR support for crt{begin,end}.o (powerpc only so far)Niklas Hallqvist
1997-01-14Update to tzdata1996nTodd C. Miller
1997-01-13back-panel LED control device derived from code by der Mousekstailey
1997-01-11Describe boolean capabilites betterand at a better place. It was ratherPer Fogelstrom
difficult to find before.
1997-01-11Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certainNiklas 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-08Include mk files specified in EXTRA_SYS_MK_FILES. Needed for the portsNiklas 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-05OpenBSD tagsThorsten Lockert
1997-01-05malloc(3) paper by phk; from FreeBSDThorsten Lockert
1997-01-05typo, kleink@layla.inka.deTheo de Raadt
1997-01-03Note that sb16 is treated as an sbpro.Todd C. Miller
1997-01-02rnd is random.etheisen
1996-12-30put entries back into alpha sorted orderkstailey
1996-12-30added info about /emulkstailey
1996-12-25Merge our chagnes with FreeBSD's latest changes. We should nowimp
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-22bring in bsd.own.mkNiklas Hallqvist
1996-12-22disklabels work nowTheo de Raadt
1996-12-18rnd -> randomTodd C. Miller
1996-12-18todd is under post-exam stress reliefTheo de Raadt
1996-12-17rnd -> random doncha knowTodd C. Miller
1996-12-16Implement 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-16fix .Nm stuff so that man -k worksTheo de Raadt
1996-12-10motorola stuff is similar to sunTheo de Raadt
1996-12-10Xr disklessTheo de Raadt
1996-12-10"the the" purgeTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-06back to 16 partitionsTheo de Raadt
1996-11-24Fix typo in last changeNiklas Hallqvist
1996-11-24Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-sNiklas Hallqvist
and add itself to CFLAGS and ASFLAGS
1996-11-23Add overrideable INSTALL variableNiklas Hallqvist
1996-11-14correct last fix.Michael Shalayeff
1996-11-14correct LINKS usageMichael Shalayeff
1996-11-10Revert.Jason Downs
1996-11-06describe new device nodesTheo de Raadt
1996-11-01kernel malloc()/MALLOC() man page from NetBSDTodd C. Miller