summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-26HAVE_STRERROR for __OpenBSD__Theo de Raadt
1996-07-26fix a comment of mineTheo de Raadt
1996-07-25ypserv, ypbind, then rpc.yppasswddTheo de Raadt
1996-07-25search proper list, duhTheo de Raadt
1996-07-25rmtcr_outval used by xdr_bool, so must be bool_tTheo de Raadt
1996-07-25Kernel changes for ppp2.3a4.joshd
1996-07-25oops, floatconstants are in memory so wee need a .cpload to set gp-reg.Per Fogelstrom
1996-07-25openbsdTheo de Raadt
1996-07-25only report SS_CONNECTOUT socketsTheo de Raadt
1996-07-25mv to openbsd.cTheo de Raadt
1996-07-25SS_CONNECTOUT indicates socket was connect()ed at this end, accept()ed at ↵Theo de Raadt
other end
1996-07-25Partially revert back to the old behaviour of declaring sys_errlist here.Jason Downs
sys/errno.h can declare it as well.
1996-07-25Let's fix this more or less `correctly', rather then making it worse.Jason Downs
1996-07-25Updated to rdist 6.1.3. Used real snprintf() (instead of string lengthTodd C. Miller
in the format) since we have it.
1996-07-25Replaced sprintf() with snprintf() where buffer size is obvious.Todd C. Miller
Probably just paranoia but why take the chance? Just four occurences of sprintf() left.
1996-07-25readableTheo de Raadt
1996-07-25buffer overflow preventionTheo de Raadt
1996-07-24for sun-modified maxtor XT-8760S drives; from ivanenko@ctpa03.mit.eduTheo de Raadt
1996-07-24printf style functions now are int, explicitly return 0Niklas Hallqvist
1996-07-24normal uid before execvTheo de Raadt
1996-07-24bring vi/ex up to 1.71Michael Shalayeff
1996-07-24ep*Theo de Raadt
1996-07-24install /sys/scsi in /usr/include/scsiMichael Shalayeff
1996-07-24Actually, let's use straight defines instead of macros. Potentially aJason Downs
better approach.
1996-07-24Prevent the v8 style regexp library from clashing with the POSIX regex.Jason Downs
Inspired by the changes to BSD/OS (and the bug they caught), but I didn't go and look at the BSD/OS sources.
1996-07-24regexp.h no longer lives here.Jason Downs
1996-07-24OS is OpenBSDTodd C. Miller
1996-07-23make printf/addlog return 0, for compat to userlandTheo de Raadt
1996-07-23syncTheo de Raadt
1996-07-23require stderr to be > IPPORT_RESERVED/2 (hope this does not break anything...)Theo de Raadt
1996-07-23nicer error message; netbsd pr#2651; enami@ba2.so-net.or.jpTheo de Raadt
1996-07-23other icmp traffic can cause a timeout to occur so must be more careful;Theo de Raadt
from freebsd pr#612; fenner@parc.xerox.com
1996-07-23open sockets then revoke privs; and a strdup() solution from freebsdTheo de Raadt
1996-07-23treat -l and -f the sameTheo de Raadt
1996-07-23ptrace is safe; limit preload to rootTheo de Raadt
1996-07-23skip until ptrace problem is resolvedTheo de Raadt
1996-07-23OpenBSD'ifyetheisen
1996-07-23Backslash continuation of literal strings causes nawk to barf.etheisen
1996-07-23open socket as soon as possible, and then revoke privsTheo de Raadt
1996-07-22no overflow; from brian@saturn.netTheo de Raadt
1996-07-22comment on ^C handlingTheo de Raadt
1996-07-22rcsid cleanupTheo de Raadt
1996-07-22bzero sockaddr_inTheo de Raadt
1996-07-22kill (-1, SIGTERM) may find no other processes; netbsd pr#2619, cgdTheo de Raadt
1996-07-22make COPTS work in bsd.lib.mk tooTheo de Raadt
1996-07-22Add build of terminfo.db; note that the terminfo source has been modifiedThorsten Lockert
to have stock X11R6 xterm as the default "xterm" entry, and not the fixed XFree86 3.1.2E version
1996-07-22Properly overwrite the entire use= string after resolving itThorsten Lockert
1996-07-22finally half-readableTheo de Raadt
1996-07-22bzero sockaddr before useTheo de Raadt
1996-07-22Initial integration of pieces of Manuel's patch5. From the announce:Jason Downs
- integration of Milton Ngan's patch, which provide audio command support. ..with lots of cleaning up by me. Audio is still untested. This will change shortly.