Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-16 | Start using new pipe code | Artur Grabowski | |
1999-02-16 | Move defining of PIPE_NODIRECT to pipe.h and conditionalize more code with it. | Artur Grabowski | |
This allows this code to compile on sparc. | |||
1999-02-16 | kludge to get rid of dbm_rdonly not being defined | imp | |
1999-02-16 | sync | Theo de Raadt | |
1999-02-16 | AEON is an encryption card | Theo de Raadt | |
1999-02-16 | sendto(2) takes socklen_t for length param | Todd C. Miller | |
1999-02-16 | daemon returns int | Theo de Raadt | |
1999-02-16 | update prototypes now that socket functions take socklen_t as a length parameter | Todd C. Miller | |
1999-02-16 | deal with socklen_t | Todd C. Miller | |
1999-02-16 | deal with socklen_t | Theo de Raadt | |
1999-02-16 | handle sa_len being 0 in SIOCGIFCONF | Theo de Raadt | |
1999-02-16 | localtime is in /etc | Theo de Raadt | |
1999-02-16 | hp300 sync | Theo de Raadt | |
1999-02-16 | sync | Theo de Raadt | |
1999-02-16 | Invertex products | Theo de Raadt | |
1999-02-16 | indent | Theo de Raadt | |
1999-02-16 | mention that SIOCGIFCONF with ifc_len = 0 is an extension | Todd C. Miller | |
1999-02-16 | Wait by default for one second after the login script | brian | |
is complete before checking carrier. If it's there, the device supports carrier. If it's not it doesn't. Add the ``set cd'' command for deciding how soon to check for carrier, and for deciding if carrier is REQUIRED. The default has changed: Pre 2.0 versions of ppp waited for 1 second. Version 2 didn't wait, but this causes problems with some (few?) modems that don't assert carrier immediately on reporting CONNECT. The one second delay is back now and can be removed with ``set cd 0''. Bump the ppp version number in case this needs to be changed again.... | |||
1999-02-16 | Merge from NetBSD, mostly indentation | Niklas Hallqvist | |
1999-02-15 | Add a RaidFrame bucket type | Niklas Hallqvist | |
1999-02-15 | must include <sys/types.h> before <sys.socket.h> | Todd C. Miller | |
1999-02-15 | regen | Todd C. Miller | |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller | |
1999-02-15 | socklen_t is used in struct msghdr and struct cmsghdr | Todd C. Miller | |
1999-02-15 | Update 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-15 | lower case even more | Michael Shalayeff | |
1999-02-15 | missed this in the libc/db update | Todd C. Miller | |
1999-02-15 | more definitions from apm 1.2 | Michael Shalayeff | |
1999-02-15 | regen | Todd C. Miller | |
1999-02-15 | use socklen_t | Todd C. Miller | |
1999-02-15 | sockargs() uses socklen_t for length param | Todd C. Miller | |
1999-02-15 | pasto | Todd C. Miller | |
1999-02-15 | more uses of socklen_t | Todd C. Miller | |
1999-02-15 | Use and document socklen_t | Todd C. Miller | |
1999-02-15 | add socklen_t | Todd C. Miller | |
1999-02-15 | reorder some flag handling in unmount for safer locking | Artur Grabowski | |
1999-02-15 | Fail correctly when trying to match a filesystem on the old typenum | Artur Grabowski | |
and the typenum is out of range | |||
1999-02-15 | better promisc/allmulti handling | Jason Wright | |
1999-02-15 | sp or stack, not both. | Todd T. Fries | |
1999-02-15 | Change 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 hash | Todd 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-15 | We don't need to include xfs_extern.h | Artur Grabowski | |
1999-02-15 | fix building without make depend | Artur Grabowski | |
1999-02-15 | use an empty VIOCSETTOK instead of the probe call | Artur Grabowski | |
1999-02-15 | when allocating sack blocks check for failing malloc(), if it fails | Niels Provos | |
just ignore the sack block + fix misleading comment. tomh@CS.Berkeley.EDU | |||
1999-02-14 | Use IOV_MAX, not the deprecated UIO_MAXIOV | Todd C. Miller | |
1999-02-14 | place a bin-patcheable z_verbose here for -DDEBUG | Michael Shalayeff | |
1999-02-14 | make z_error be a panic | Michael Shalayeff | |
1999-02-14 | Don't retain "clear" state after an argument as been processed; | Todd C. Miller | |
andreas@infosys.heitec.net | |||
1999-02-14 | fix -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. |