Age | Commit message (Expand) | Author |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-08-19 | No longer used | Thorsten Lockert |
1996-08-19 | Not part of current db distribution | Thorsten Lockert |
1996-08-19 | No longe rpart of the db package | Thorsten Lockert |
1996-08-19 | Add return values for sethostent, endhostent, herror (all are void). | Todd C. Miller |
1996-08-18 | Fix order of parameters to compare function. Man page says (key, element) | Todd C. Miller |
1996-08-18 | if setuid, no env variables | Theo de Raadt |
1996-08-16 | ipx. | Michael Shalayeff |
1996-08-15 | problems reported by freebsd pr#1493; schweikhardt@rus.uni-stuttgart.de | Theo de Raadt |
1996-08-15 | support descriptors > FD_SETSIZE and correct timeout handling | Theo de Raadt |
1996-08-14 | Install iso_addr(3) man page | Thorsten Lockert |
1996-08-14 | Add missing reference | Thorsten Lockert |
1996-08-13 | ((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR) | Theo de Raadt |
1996-08-13 | do not limit to FD_SETSIZE here, that is idiotic | Theo de Raadt |
1996-08-13 | fix some fn/arg decls; strengthen reminder that svc_fdset is readonly | Theo de Raadt |
1996-08-12 | Stupid bug fixed.. | Per Fogelstrom |
1996-08-12 | description fix; netbsd pr#2690; yoav@mit.edu | Theo de Raadt |
1996-08-10 | idle cleanup | Theo de Raadt |
1996-08-10 | Minor formatting fixes from Lite2 | Thorsten Lockert |
1996-08-10 | Fix typo; from Lite2 | Thorsten Lockert |
1996-08-10 | Formatting fix; from Lite2 | Thorsten Lockert |
1996-08-10 | idle cleanup | Theo de Raadt |
1996-08-10 | Import malloc(3) manual page from FreeBSD | Thorsten Lockert |
1996-08-09 | Add libm_i387. | Jason Downs |
1996-08-09 | Give people a choice; compile two libm's on the i386. They should be | Jason Downs |
1996-08-09 | pty from p to z, P to T. includes v | Theo de Raadt |
1996-08-07 | Document where the prototypes are. | Jason Downs |
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 |