summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1999-02-24doc cabsf; christosTheo de Raadt
1999-02-24stderr is not always unbuffered... only initially; kleinkTheo de Raadt
1999-02-24updates from ncurses-4.2-990220Todd C. Miller
1999-02-24This is 5.0, not 4.2Todd C. Miller
1999-02-24ncurses-4.2-990220; this is a pre-release of 5.0Todd C. Miller
1999-02-24updates from ncurses-4.2-990220Todd C. Miller
1999-02-24ncurses-990213Todd C. Miller
1999-02-19when checking for weak keys, compare sizeof(des_cblock) bytes, not sizeof(key...Artur Grabowski
1999-02-17more errno values are possible; jon@oaktree.co.ukTheo de Raadt
1999-02-17#undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not alrea...Todd C. Miller
1999-02-16mandoc versionTheo de Raadt
1999-02-16real dbm_rdonlyTodd C. Miller
1999-02-16kludge to get rid of dbm_rdonly not being definedimp
1999-02-16daemon returns intTheo de Raadt
1999-02-16update prototypes now that socket functions take socklen_t as a length parameterTodd C. Miller
1999-02-16deal with socklen_tTodd C. Miller
1999-02-16deal with socklen_tTheo de Raadt
1999-02-16localtime is in /etcTheo de Raadt
1999-02-15must include <sys/types.h> before <sys.socket.h>Todd 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-15Use and document socklen_tTodd C. Miller
1999-02-15 o Minor changes from db.1.86 (sleepycat). Does not include the new hashTodd C. Miller
1999-02-12Mention that MD4 is pretty much broken, and MD5 may follow. A coupleAngelos D. Keromytis
1999-02-12It's always a good idea to test those last minute changes to make sure they c...Todd C. Miller
1999-02-12add old dbm-compatible interface from db-1.86 with minor changes by me (needs...Todd C. Miller
1999-02-11Update to ncurses-4.2-990206:Todd C. Miller
1999-02-09Fixed brk() and sbrk(). Removal of old mvme88k dir.Steve Murphree
1999-02-07implement sparc atomic lock with LDSTUBDavid Leonard
1999-02-05support MSG_BCAST and MSG_MCASTTheo de Raadt
1999-02-04Save/restore the fp state setjmp/longjmp does notNiklas Hallqvist
1999-02-04tidyDavid Leonard
1999-02-04END -> SYSEND (typo fix)David Leonard
1999-02-04correct clnt_control() args; alex@freebsdTheo de Raadt
1999-02-03comment out broken float save stuff for the time beingDavid Leonard
1999-02-03wrong ret type for write define (millert@)David Leonard
1999-02-02arc fixes for libc_rimp
1999-02-02typoDavid Leonard
1999-02-01Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_fileTodd C. Miller
1999-02-01When compiling for ELF use .init and .fini sections instead of special syms.Per Fogelstrom
1999-02-01Should be taken care of but make it obviousPer Fogelstrom
1999-02-01There must be a better way...Per Fogelstrom
1999-02-01add test_sigsuspend test_sigwaitDavid Leonard
1999-02-01move tests togetherDavid Leonard
1999-02-01don't handle signals in the gc threadDavid Leonard
1999-02-01don't compute resource usage. this speeds things up a lotDavid Leonard
1999-02-01sync with tzcode1999aDavid Leonard
1999-02-01mi ptraceDavid Leonard
1999-02-01malloc can't use write() if it fails very early, so use the unwrapped syscall...David Leonard
1999-02-01remove PASSTHRUDavid Leonard