Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1997-08-05 | When using /var/yp/securenet the local host running ypserv wasn't garanteed | Mats O Jansson | |
access to ypserv. This has been fixed by always allowing the host 127.0.0.1 access when using /var/yp/securenet. This to keep compability with SunOS. When using the ypserv.acl(5) format access must be granted to 127.0.0.1 in the file. This to make it possible to disallow access to ypserv from the host running it. This has been documented in man page and example. Thanks to <Ulrich.Flegel@braunschweig.netsurf.de> for bringing this to my attention (again). -moj | |||
1997-08-05 | Make compile on alpha | Niklas Hallqvist | |
1997-08-05 | pull errno.h in | Theo de Raadt | |
1997-08-05 | pull errno.h in | Theo de Raadt | |
1997-08-05 | pull errno.h in | Theo de Raadt | |
1997-08-05 | pull errno.h in | Theo de Raadt | |
1997-08-05 | Add cy0 (cyclades) | dgregor | |
1997-08-04 | Add cyclades devices. | dgregor | |
1997-08-04 | Add cyclades devices | dgregor | |
1997-08-04 | remember boot device geometry | Michael Shalayeff | |
1997-08-04 | comment typo | Michael Shalayeff | |
clean syntax | |||
1997-08-04 | Hmmm... quick one-liner that makes the panic() in case of a Mac IIfx machine | gene | |
class a lot more understandable. | |||
1997-08-04 | do consdev | Michael Shalayeff | |
1997-08-04 | dynamic crc32 table calculation | Michael Shalayeff | |
1997-08-04 | remove that i386 defines, we can survive w/o 'em | Michael Shalayeff | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |