summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-15Add a RaidFrame bucket typeNiklas Hallqvist
1999-02-15must include <sys/types.h> before <sys.socket.h>Todd C. Miller
1999-02-15regenTodd C. Miller
1999-02-15sendto(2) takes a socklen_t as wellTodd C. Miller
1999-02-15socklen_t is used in struct msghdr and struct cmsghdrTodd C. Miller
1999-02-15Update HASHKEY macro from db 1.8.6. I didn't update that initially as I ↵Todd C. Miller
thought it related to the new hash code--it does not
1999-02-15lower case even moreMichael Shalayeff
1999-02-15missed this in the libc/db updateTodd C. Miller
1999-02-15more definitions from apm 1.2Michael Shalayeff
1999-02-15regenTodd C. Miller
1999-02-15use socklen_tTodd C. Miller
1999-02-15sockargs() uses socklen_t for length paramTodd C. Miller
1999-02-15pastoTodd C. Miller
1999-02-15more uses of socklen_tTodd C. Miller
1999-02-15Use and document socklen_tTodd C. Miller
1999-02-15add socklen_tTodd C. Miller
1999-02-15reorder some flag handling in unmount for safer lockingArtur Grabowski
1999-02-15Fail correctly when trying to match a filesystem on the old typenumArtur Grabowski
and the typenum is out of range
1999-02-15better promisc/allmulti handlingJason Wright
1999-02-15sp or stack, not both.Todd T. Fries
1999-02-15Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0.Federico G. Schwindt
1999-02-15 o Minor changes from db.1.86 (sleepycat). Does not include the new hashTodd C. Miller
routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage
1999-02-15We don't need to include xfs_extern.hArtur Grabowski
1999-02-15fix building without make dependArtur Grabowski
1999-02-15use an empty VIOCSETTOK instead of the probe callArtur Grabowski
1999-02-15when allocating sack blocks check for failing malloc(), if it failsNiels Provos
just ignore the sack block + fix misleading comment. tomh@CS.Berkeley.EDU
1999-02-14Use IOV_MAX, not the deprecated UIO_MAXIOVTodd C. Miller
1999-02-14place a bin-patcheable z_verbose here for -DDEBUGMichael Shalayeff
1999-02-14make z_error be a panicMichael Shalayeff
1999-02-14Don't retain "clear" state after an argument as been processed;Todd C. Miller
andreas@infosys.heitec.net
1999-02-14fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.Michael Shalayeff
another obvious fix would be porting stdio file functions into stand library, so code would go smooth from -lz, but former seems to be a minimal-change-compliant approach.
1999-02-14inherit DEBUGFLAGS form Makefile.incMichael Shalayeff
1999-02-14Don't do range checking on namelen unless name is non-NULL, otherwiseTodd C. Miller
namelen is uninitialized.
1999-02-14readv/writev with iov_len == 0 is legal (was already ok in uipc_syscalls.c).Todd C. Miller
Make the check more readable by comparing against SSIZE_MAX instead of checking for wraparound. This is safe because SSIZE_MAX * 2 <= SIZE_T_MAX. Fixes recno problems in the db routines exposed by a perl test.
1999-02-14add disassembler, mainly HP code, tamed to ddb by meMichael Shalayeff
1999-02-14Make this compile.Federico G. Schwindt
1999-02-14Describe manual dialing in greater detail.brian
Mention more rfc numbers. Don't ``.Nm Ppp'' (just use ``.Nm'').
1999-02-13Always check that "range->start" and "range->len" is within the bounds ofFederico G. Schwindt
"h->sc->iobase" and "h->sc->iosize" before call bus_space_alloc.
1999-02-13update to -currentMichael Shalayeff
remove stuff i would avoid to use add recent stuff, and not recent stuff adjustments in ccd,vnd,bpf to accomodate above changes
1999-02-13remove local cvs IdMichael Shalayeff
1999-02-13pass esym to the kernelMichael Shalayeff
1999-02-13If the card is not present be sure to always call bus_space_unmap on exit.Federico G. Schwindt
1999-02-13If the card is not present be sure to always call bus_space_unmap on exit.Federico G. Schwindt
1999-02-13Verify that keys and IVs are in hex.Angelos D. Keromytis
1999-02-12Added recommended key lengths for variable ciphers. Cleaned up BUGS.Kjell Wooding
1999-02-12Mention that MD4 is pretty much broken, and MD5 may follow. A coupleAngelos D. Keromytis
more references to the attacks. From FreeBSD.
1999-02-12do not accept T_TRCTRAP DDB inside the osyscall stub; weingartTheo de Raadt
1999-02-12Note that vacation can now use the Return-PathMarco S Hyman
header as well as UNIX From to find the sender
1999-02-12do not go past end of packet; abs@netbsdTheo de Raadt
1999-02-12It's always a good idea to test those last minute changes to make sure they ↵Todd C. Miller
compile...