summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1997-08-05When using /var/yp/securenet the local host running ypserv wasn't garanteedMats 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-05Make compile on alphaNiklas Hallqvist
1997-08-05pull errno.h inTheo de Raadt
1997-08-05pull errno.h inTheo de Raadt
1997-08-05pull errno.h inTheo de Raadt
1997-08-05pull errno.h inTheo de Raadt
1997-08-05Add cy0 (cyclades)dgregor
1997-08-04Add cyclades devices.dgregor
1997-08-04Add cyclades devicesdgregor
1997-08-04remember boot device geometryMichael Shalayeff
1997-08-04comment typoMichael Shalayeff
clean syntax
1997-08-04Hmmm... quick one-liner that makes the panic() in case of a Mac IIfx machinegene
class a lot more understandable.
1997-08-04do consdevMichael Shalayeff
1997-08-04dynamic crc32 table calculationMichael Shalayeff
1997-08-04remove that i386 defines, we can survive w/o 'emMichael Shalayeff
1997-08-04save errno in sigchld handlersTheo de Raadt