summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-07O_ASYNC handling from NetBSD...Niklas Hallqvist
1997-08-07RCS tag + KNFNiklas Hallqvist
1997-08-07RCS tagNiklas Hallqvist
1997-08-07typoNiklas Hallqvist
1997-08-07aic and no serial console nowNiklas Hallqvist
1997-08-07Yes, -g is good on this oneNiklas Hallqvist
1997-08-07No -g on this one anymoreNiklas Hallqvist
1997-08-07Use DOCDIR (god this has been lying in my tree a long time)Niklas Hallqvist
1997-08-07Use DOCDIR (god this has been lying in my tree a long time)Niklas Hallqvist
1997-08-07syncTheo de Raadt
1997-08-07silence this thing againTheo de Raadt
1997-08-07no more {in,out}*, they are in machine/pio.hMichael Shalayeff
1997-08-07no more biosmem.SMichael Shalayeff
1997-08-07call BIOS from CMichael Shalayeff
1997-08-07right DOINT for CMichael Shalayeff
1997-08-06use -- instead; ericTheo de Raadt
1997-08-06fix grep memory leak due due to using valloc to grow line buffer and be more ↵grr
conservative about growing buffer in the face of arbitrarily long lines
1997-08-06print nice messageMichael Shalayeff
1997-08-06whooshTheo de Raadt
1997-08-06s/special file/configuration file/kstailey
1997-08-06"option INSECURE" is obsolete, edit /etc/rc.securelevel and setkstailey
securelevel=-1 instead.
1997-08-06indentTheo de Raadt
1997-08-06fix hd major basing on disklabel d_type infoMichael Shalayeff
1997-08-06cmd is global anyways, don't pass it to handlersMichael Shalayeff
add echo command
1997-08-06proper msgs display w/ -rMichael Shalayeff
1997-08-06doc booted_osflagskstailey
1997-08-06differentiate between logging in as root and using "su -"kstailey
1997-08-06reindent and remove extra crud. a program that is security sensitive must be ↵Theo de Raadt
readable
1997-08-06use so_uid, whee, another wicked payoffTheo de Raadt
1997-08-06OpenBSD customization. As we have DESTDIR as a maketime configuration option,Niklas Hallqvist
infodir and friends must be passed down dynamically to subdir makes. Also did some style nits in the wrapper for consistency.
1997-08-06add photuris stuffTheo de Raadt
1997-08-06SUBDIR += notesTheo de Raadt
1997-08-06attempt to clean/cleandir/obj in distribTheo de Raadt
1997-08-06fix cyclades mknod stuffTheo de Raadt
1997-08-06save errno in mangly handlersTheo de Raadt
1997-08-06do not clobber errno in signal handlersTheo de Raadt
1997-08-06Errno save/restore.Angelos D. Keromytis
1997-08-05Errno.Angelos D. Keromytis
1997-08-05More of errno.Angelos D. Keromytis
1997-08-05Remove duplicate inclusion of signal.hAngelos D. Keromytis
1997-08-05More errno saving.Angelos D. Keromytis
1997-08-05Save/restore the errno when handling interrupts.Angelos D. Keromytis
1997-08-05errno.hTheo de Raadt
1997-08-05make signal handlers errno safeTheo de Raadt
1997-08-05Fixes for a variety of pdksh problems:grr
1) pkksh in sh mode closed fd's other than [012] on exec'ing a command. this is a ksh'ism and POSIX sates that open files are part of the environment to be passed to the new process. 2) pdksh in sh mode interpets (( as meaning the start of arithmetic "quoting", which is incompatible with it's usage as a nested sub-shell invocation. The $(( form for arithmetic substitution is stil valid, however. PR user/59 millert@openbsd.org (Todd C. Miller) 3) pdksh sh.1 manpage isn't explicit about the range of input text that is subject to field splitting after a substitution. PR user/236 Mathieu.Herrb@mipnet.fr (Mathiew Herrb)
1997-08-05kentry proto is in the libsa.hMichael Shalayeff
change var name
1997-08-05Less verbose.Tobias Weingartner
1997-08-05Don't create /usr/share/locale/usr/src/gnu/usr.bin/texinfo/po and things.kstailey
[the newly consecrated /usr/share/locale glows black] You should probably "rm -rf /usr/share/locale/usr" if you have installed texinfo since 1-Aug-1997.
1997-08-05more debugsMichael Shalayeff
1997-08-05Add ahc. Reorganize some. Fix comments. Add out-commented aic entry,Niklas Hallqvist
it compiles but is not yet tested. Add commented-out attachments for cy and ahc, that has yet to be tested.