summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-27oops MIPSEB was MIPSEL...Per Fogelstrom
1996-07-27jtk; One more fix as pointed out by enami tsugutomo <enami@ba2.so-net.or.jp>:Theo de Raadt
check slen before accessing cp[1] in GETNUM macro. fix PRs 219, 2295, 2612: speaker bugs on i386 port: remove overruns due to faulty bounds checking; repair faulty octave limiting.
1996-07-27mhitch; Don't flush the 53C94 fifo when starting dma_in. The fifo data isTheo de Raadt
valid at that point, and flushing the fifo will hang the system.
1996-07-27fvdl; Don't mistake a non-async block that needs to be commited for anTheo de Raadt
interrupted write.
1996-07-27fvdl; We're only handling uio with iovcnt == 1, so don't ever attempt toTheo de Raadt
increment uio_iov, this will get us into nasty trouble. (Thanks to Matthias Drochner for tracking this down).
1996-07-27use mtime for v3 setattrTheo de Raadt
1996-07-27various fixesTheo de Raadt
1996-07-27sec can be a longTheo de Raadt
1996-07-27pad for machines that do not pad structs outTheo de Raadt
1996-07-27+ahc, +stripTheo de Raadt
1996-07-27be very careful in case of signed charsTheo de Raadt
1996-07-27fix from bde; Clean up the FP stack before returning. The i387 exp()Theo de Raadt
leaked an FP register on its first call. Subsequent calls reused the register so the leak didn't accumulate. + some netbsd improvements after that.
1996-07-27Added support for vax, all code from NetBSD.Mats O Jansson
1996-07-27VMIN=1/VTIME=0; netbsd pr#2546Theo de Raadt
1996-07-27versatile baud rates; from netbsdTheo de Raadt
1996-07-27Some additions needed for the atari. Also use the getmaxpartitions() andTheo de Raadt
getrawpartition() functions from libutil.
1996-07-27edlabel on sparc/sun3/atariTheo de Raadt
1996-07-27sync to 0722Theo de Raadt
1996-07-27default file owner should be root for NFS diskless securityTheo de Raadt
1996-07-27default file owner should be root for NFS diskless securityTheo de Raadt
1996-07-27do not build docsTheo de Raadt
1996-07-27cy*Theo de Raadt
1996-07-27No more ftpd bounce attacks.joshd
1996-07-27split cy driver upTheo de Raadt
1996-07-27bounds check on argv and gargvjoshd
1996-07-27do texinfo last, for info/dir fileTheo de Raadt
1996-07-27Initial integration of G77.Jason Downs
Please do a make cleandir before rebuilding gcc!
1996-07-27Integrate zlib v1.0.3Thorsten Lockert
1996-07-27syslogd: -s goes away, becomes default. -u becomes insecure modeTheo de Raadt
1996-07-27snprintf some more; also change -s to -u (-u is insecure mode, opens udp port)Theo de Raadt
1996-07-26Install with 4554 permissions so people not in the dialer group can makedm
a non-setuid copy and run it.
1996-07-26Don't try to install man pages if NOMAN is defined, it will not work!Mats O Jansson
1996-07-26export non-constipated sys_errlist[] to userlandTheo de Raadt
1996-07-26Same as last commit, use snprintf, not sprintfjoshd
1996-07-26should not use sprintf unless input strings are of known valuejoshd
Doesn't look to be exploitable.
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.