summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1997-08-04Fix a problem in skin() that was introduced with the buffer oflowTodd C. Miller
fix. Could end up realloc'ing the wrong thing.
1997-08-04null terminate inputkstailey
1997-08-04And another.Jason Downs
1997-08-04Heh.Jason Downs
1997-08-04And another.Jason Downs
1997-08-04And another one bites the dust.Jason Downs
1997-08-04init net_entry properlyTheo de Raadt
1997-08-04Add Cyclades serial driver as character major number 38.dgregor
1997-08-04Change disable_intr()/enable_intr() to splhigh()/splx().dgregor
Fix bug of 'tp' not being initialized in cyopen - patch from Theo de Raadt. Thanks to Niklas Hallqvist and Theo de Raadt for finding this bug.
1997-08-04let us all try this for a while, and argue amongst ourselves.Theo de Raadt
make a read(2) on an open'd directory return 0 bytes. always.
1997-08-04Add 35 to the chrtoblktb.Jason Downs