Age | Commit message (Expand) | Author |
1996-08-07 | seed rresvport() for aux channel with a known taken port; do not ask for | Theo de Raadt |
1996-08-07 | nroff mistakes; netbsd pr#2677; kstailey@dol-esa.gov | Theo de Raadt |
1996-08-07 | If the user have a TERMCAP variable with a full terminal description in it, | Thorsten Lockert |
1996-08-07 | Fix think-o in last change; cost padding now works | Thorsten Lockert |
1996-08-07 | poll is not a wrapper around select | Theo de Raadt |
1996-08-06 | say what the minherit flags are; from kstailey@dol-esa.gov | Theo de Raadt |
1996-08-05 | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | Theo de Raadt |
1996-08-05 | check for port 20 | Theo de Raadt |
1996-08-05 | if port 20 incoming, kill it and try again | Theo de Raadt |
1996-08-04 | typo | Todd C. Miller |
1996-08-03 | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org | Theo de Raadt |
1996-08-03 | We now define HAVE_STRERROR in CFLAGS instead | Niklas Hallqvist |
1996-08-03 | We have strerror(3) available | Niklas Hallqvist |
1996-08-02 | Document EINVAL errno value | Thorsten Lockert |
1996-08-02 | malloc(3) implementation from FreeBSD; uses mmap(2) to get memory | Thorsten Lockert |
1996-08-02 | Get padding output correct | Thorsten Lockert |
1996-08-01 | Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, with | Thorsten Lockert |
1996-07-31 | duh, theo | Theo de Raadt |
1996-07-31 | someone want to write login_fbtab.3? | Theo de Raadt |
1996-07-31 | login_fbtab() in libutil | Theo de Raadt |
1996-07-31 | Make typesafe and remove non-portable va_list tricks. | Niklas Hallqvist |
1996-07-31 | int not size_t, checked against K&R pg247; netbsd pr#2664, msaitoh@spa.is.uec... | Theo de Raadt |
1996-07-30 | Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT). | Per Fogelstrom |
1996-07-30 | errno restore was reversed. | Jason Downs |
1996-07-30 | if (beer-tonight) test-before-commit(); | Theo de Raadt |
1996-07-30 | only reset port-range if modified initially; if needed call getsockname | Theo de Raadt |
1996-07-30 | Update ECOFF nlist from NetBSD | Niklas Hallqvist |
1996-07-30 | ARGH! CVS was fooling me saying these files existed in NetBSD, they ARE NOT! | Niklas Hallqvist |
1996-07-30 | Oops, somehow these files had got removed. Resurrect and add OpenBSD tags | Niklas Hallqvist |
1996-07-30 | Sync with NetBSD + Add OpenBSD tags | Niklas Hallqvist |
1996-07-29 | Reset port range if bind() fails. | Jason Downs |
1996-07-29 | ensure bindresvport() is told to find a port | Theo de Raadt |
1996-07-29 | Use new bind() kernel semantics. | Jason Downs |
1996-07-29 | rresvport() in terms of bind() & bindresvport() | Theo de Raadt |
1996-07-27 | Fix typos on install of include files | Thorsten Lockert |
1996-07-27 | close all pipes in child; netbsd pr#2575 | Theo de Raadt |
1996-07-27 | typo | Theo de Raadt |
1996-07-27 | typo | Theo de Raadt |
1996-07-27 | be very careful in case of signed chars | Theo de Raadt |
1996-07-27 | fix from bde; Clean up the FP stack before returning. The i387 exp() | Theo de Raadt |
1996-07-27 | Integrate zlib v1.0.3 | Thorsten Lockert |
1996-07-26 | HAVE_STRERROR for __OpenBSD__ | Theo de Raadt |
1996-07-25 | oops, floatconstants are in memory so wee need a .cpload to set gp-reg. | Per Fogelstrom |
1996-07-24 | Actually, let's use straight defines instead of macros. Potentially a | Jason Downs |
1996-07-24 | Prevent the v8 style regexp library from clashing with the POSIX regex. | Jason Downs |
1996-07-22 | bzero sockaddr_in | Theo de Raadt |
1996-07-22 | bzero sockaddr before use | Theo de Raadt |
1996-07-22 | Add support for terminfo.db files; same format as termcap.db but with | Thorsten Lockert |
1996-07-20 | Correct return value | Thorsten Lockert |
1996-07-20 | bcopy->memcpy & tag | Theo de Raadt |