summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-18define bitmapped bootarg api versionMichael Shalayeff
1998-05-18add more signals to setuid part of cansignal()Theo de Raadt
1998-05-18support kernel notifies for setsockopt/getsockopt interface and fix variousNiels Provos
small bugs.
1998-05-18cleanupTheo de Raadt
1998-05-18short describtion of setsockopt/getsockopt interface for ipsec.Niels Provos
1998-05-18first step to the setsockopt/getsockopt interface as described inNiels Provos
draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal userland key management applications when security services are requested. this is only for outgoing connections at the moment, incoming packets are not yet checked against the selected socket policy.
1998-05-18MAXPATHLEN not MAXPATHLEN+1Theo de Raadt
1998-05-18readlink len-1Theo de Raadt
1998-05-18MAXPATHLEN not MAXPATHLEN+1Theo de Raadt
1998-05-18buf oflowsTheo de Raadt
1998-05-18readlink len-1Theo de Raadt
1998-05-18MAXPATHLEN not MAXPATHLEN+1, no buf oflow of targdirTheo de Raadt
1998-05-18readlink len-1Theo de Raadt
1998-05-18MAXPATHLEN not MAXPATHLEN+1Theo de Raadt
1998-05-18MAXHOSTNAMELEN not MAXHOSTNAMELEN+1Theo de Raadt
1998-05-18you want MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1Theo de Raadt
1998-05-18readlink len-1Theo de Raadt
1998-05-18insert a note about the cross-tools targetMichael Shalayeff
1998-05-18more links for binutils-new; hmm shouldn't this be single commit w/ the prev ↵Michael Shalayeff
one?
1998-05-18use .CURDIR-relative paths navigating within source tree.Michael Shalayeff
that is, instead of 'cd lib' use 'cd ${.CURDIR}/lib'. PS: what about strings and gdb for cross-binutils-old? those guys are present in the '-new target.
1998-05-18don't use 18136dyncall unless we are pic code and fast indirect calls are ↵Michael Shalayeff
disabled
1998-05-18ok, i steal this commit from niklas, just to make vax consistant w/ other ↵Michael Shalayeff
archs (;
1998-05-18setup links for new binutils in an old binutils cosistant wayMichael Shalayeff
1998-05-18understand makeoption as makeoptionsArtur Grabowski
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.Theo de Raadt
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.Theo de Raadt
1998-05-18ipfstat does not read from /vmunixArtur Grabowski
1998-05-18spellingArtur Grabowski
1998-05-18kedstroy from kth-krb-980514Artur Grabowski
1998-05-18<err.h>Artur Grabowski
1998-05-18don't forget the new prototypes.Artur Grabowski
1998-05-18The warnings shouldn't tell that this is ffs. It's confusing.Artur Grabowski
1998-05-18heavy-weight getoptArtur Grabowski
1998-05-18update to kth-krb4-980514Artur Grabowski
1998-05-18Container directory for everything used from libroken in kth-krb.Artur Grabowski
1998-05-18update to a fresher libkrbArtur Grabowski
1998-05-18install gdb and related info filesMarco S Hyman
1998-05-18s/cpp/m4/gTodd T. Fries
1998-05-18new cpureg.h from NetBSD plus modifications to use the changed macro namesTodd C. Miller
1998-05-18newer asc driver from NetBSDTodd C. Miller
1998-05-17update kth-tag (change already done here)Artur Grabowski
1998-05-17bus.h from NetBSD, does not implement OpenBSD extensions yet.Todd C. Miller
1998-05-17add openbsd configuration file to readline. The config file pulls inMarco S Hyman
unistd.h (for sys/unistd.h) to get _POSIX_VERSION so readline does not depend upon the 4.3 compatibility ioctls.
1998-05-17convert CANSIGNAL() macro into a function, and then add significant constraintsTheo de Raadt
regarding setuid/setgid targets (this is permitted by POSIX, and solves a number of security issues). This is due to a conversation months ago with dholland@hcs.harvard.edu.
1998-05-17do not advance pointer that free() will happen toTheo de Raadt
1998-05-17fix tdb_delete() when using SPI chains.Niels Provos
1998-05-17fix cpp predefines for openbsd/hppaMichael Shalayeff
1998-05-17update kth-tag (the change was not incorporated because it did not affect us)Artur Grabowski
1998-05-17for acct(), vn_open() with O_APPEND flag so that append-only files work;Theo de Raadt
problem pointed out by andrew@untraceable.net
1998-05-17Intercept all targets in cross-modeNiklas Hallqvist