Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-07 | O_ASYNC handling from NetBSD... | Niklas Hallqvist | |
1997-08-07 | RCS tag + KNF | Niklas Hallqvist | |
1997-08-07 | RCS tag | Niklas Hallqvist | |
1997-08-07 | typo | Niklas Hallqvist | |
1997-08-07 | aic and no serial console now | Niklas Hallqvist | |
1997-08-07 | Yes, -g is good on this one | Niklas Hallqvist | |
1997-08-07 | No -g on this one anymore | Niklas Hallqvist | |
1997-08-07 | Use DOCDIR (god this has been lying in my tree a long time) | Niklas Hallqvist | |
1997-08-07 | Use DOCDIR (god this has been lying in my tree a long time) | Niklas Hallqvist | |
1997-08-07 | sync | Theo de Raadt | |
1997-08-07 | silence this thing again | Theo de Raadt | |
1997-08-07 | no more {in,out}*, they are in machine/pio.h | Michael Shalayeff | |
1997-08-07 | no more biosmem.S | Michael Shalayeff | |
1997-08-07 | call BIOS from C | Michael Shalayeff | |
1997-08-07 | right DOINT for C | Michael Shalayeff | |
1997-08-06 | use -- instead; eric | Theo de Raadt | |
1997-08-06 | fix 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-06 | print nice message | Michael Shalayeff | |
1997-08-06 | whoosh | Theo de Raadt | |
1997-08-06 | s/special file/configuration file/ | kstailey | |
1997-08-06 | "option INSECURE" is obsolete, edit /etc/rc.securelevel and set | kstailey | |
securelevel=-1 instead. | |||
1997-08-06 | indent | Theo de Raadt | |
1997-08-06 | fix hd major basing on disklabel d_type info | Michael Shalayeff | |
1997-08-06 | cmd is global anyways, don't pass it to handlers | Michael Shalayeff | |
add echo command | |||
1997-08-06 | proper msgs display w/ -r | Michael Shalayeff | |
1997-08-06 | doc booted_osflags | kstailey | |
1997-08-06 | differentiate between logging in as root and using "su -" | kstailey | |
1997-08-06 | reindent and remove extra crud. a program that is security sensitive must be ↵ | Theo de Raadt | |
readable | |||
1997-08-06 | use so_uid, whee, another wicked payoff | Theo de Raadt | |
1997-08-06 | OpenBSD 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-06 | add photuris stuff | Theo de Raadt | |
1997-08-06 | SUBDIR += notes | Theo de Raadt | |
1997-08-06 | attempt to clean/cleandir/obj in distrib | Theo de Raadt | |
1997-08-06 | fix cyclades mknod stuff | Theo de Raadt | |
1997-08-06 | save errno in mangly handlers | Theo de Raadt | |
1997-08-06 | do not clobber errno in signal handlers | Theo de Raadt | |
1997-08-06 | Errno save/restore. | Angelos D. Keromytis | |
1997-08-05 | Errno. | Angelos D. Keromytis | |
1997-08-05 | More of errno. | Angelos D. Keromytis | |
1997-08-05 | Remove duplicate inclusion of signal.h | Angelos D. Keromytis | |
1997-08-05 | More errno saving. | Angelos D. Keromytis | |
1997-08-05 | Save/restore the errno when handling interrupts. | Angelos D. Keromytis | |
1997-08-05 | errno.h | Theo de Raadt | |
1997-08-05 | make signal handlers errno safe | Theo de Raadt | |
1997-08-05 | Fixes 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-05 | kentry proto is in the libsa.h | Michael Shalayeff | |
change var name | |||
1997-08-05 | Less verbose. | Tobias Weingartner | |
1997-08-05 | Don'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-05 | more debugs | Michael Shalayeff | |
1997-08-05 | Add 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. |