Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-03 | Added support for m88k. | Steve Murphree | |
1999-03-03 | m88k addition. | Steve Murphree | |
1999-03-02 | Provide a method to do prerequisites needed before | Niklas Hallqvist | |
installation of includes can happen. Do these before and not run via ${SUDO}. | |||
1999-03-02 | EACESS -> EACCES; garath@code.ridgefield.org | Aaron Campbell | |
1999-03-02 | describe some additional things many people do not know | Theo de Raadt | |
1999-03-02 | doc timer{clear,add,sub,cmp,isset} | Theo de Raadt | |
1999-03-02 | ncurses-4.2-990301 | Todd C. Miller | |
1999-03-02 | getservbyport() takes a network byte order port # | Theo de Raadt | |
1999-03-01 | talk about positional arguments and sizes; james@oaktree.co.uk | Theo de Raadt | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-26 | Add EMLINK error message | Constantine Sapuntzakis | |
1999-02-26 | Use .Fn for dbopen() declaration and add from Dv for NULL | Todd C. Miller | |
1999-02-26 | .Ar -> .Fa and NULL is Dv | Todd C. Miller | |
1999-02-26 | convert to mdoc, document changes from db 1.8.6 | Todd C. Miller | |
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt | |
1999-02-25 | Don't segfault when sysctl fails | Artur Grabowski | |
1999-02-25 | constify getcap(3). This fixes a warning in libcurses and doesn't | Todd C. Miller | |
really change the API since those parameters that was been constified really are not modified by getcap(3) routines. | |||
1999-02-24 | doc cabsf; christos | Theo de Raadt | |
1999-02-24 | stderr is not always unbuffered... only initially; kleink | Theo de Raadt | |
1999-02-24 | updates from ncurses-4.2-990220 | Todd C. Miller | |
1999-02-24 | This is 5.0, not 4.2 | Todd C. Miller | |
1999-02-24 | ncurses-4.2-990220; this is a pre-release of 5.0 | Todd C. Miller | |
1999-02-24 | updates from ncurses-4.2-990220 | Todd C. Miller | |
1999-02-24 | ncurses-990213 | Todd C. Miller | |
1999-02-19 | when checking for weak keys, compare sizeof(des_cblock) bytes, not ↵ | Artur Grabowski | |
sizeof(key) bytes | |||
1999-02-17 | more errno values are possible; jon@oaktree.co.uk | Theo de Raadt | |
1999-02-17 | #undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not ↵ | Todd C. Miller | |
already defined). | |||
1999-02-16 | mandoc version | Theo de Raadt | |
1999-02-16 | real dbm_rdonly | Todd C. Miller | |
1999-02-16 | kludge to get rid of dbm_rdonly not being defined | imp | |
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 | localtime is in /etc | Theo de Raadt | |
1999-02-15 | must include <sys/types.h> before <sys.socket.h> | 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 | Use and document socklen_t | Todd C. Miller | |
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-12 | Mention that MD4 is pretty much broken, and MD5 may follow. A couple | Angelos D. Keromytis | |
more references to the attacks. From FreeBSD. | |||
1999-02-12 | It's always a good idea to test those last minute changes to make sure they ↵ | Todd C. Miller | |
compile... | |||
1999-02-12 | add old dbm-compatible interface from db-1.86 with minor changes by me ↵ | Todd C. Miller | |
(needs a man page) | |||
1999-02-11 | Update to ncurses-4.2-990206: | Todd C. Miller | |
suppress sc/rc capabilities from terminal description if they appear in smcup/rmcup. This affects only scrolling optimization, to fix a problem reported by several people with xterm's alternate screen, though the problem is more general. | |||
1999-02-09 | Fixed brk() and sbrk(). Removal of old mvme88k dir. | Steve Murphree | |
1999-02-07 | implement sparc atomic lock with LDSTUB | David Leonard | |
1999-02-05 | support MSG_BCAST and MSG_MCAST | Theo de Raadt | |
1999-02-04 | Save/restore the fp state setjmp/longjmp does not | Niklas Hallqvist | |
1999-02-04 | tidy | David Leonard | |
1999-02-04 | END -> SYSEND (typo fix) | David Leonard | |