summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-01-06cleanDavid Leonard
2000-01-06cleanupDavid Leonard
2000-01-06clean docDavid Leonard
2000-01-06longer sleep, doc, get rid of bad signal handlerDavid Leonard
2000-01-06cleanupDavid Leonard
2000-01-06commentDavid Leonard
2000-01-06comment. cleanupDavid Leonard
2000-01-06repair commentDavid Leonard
2000-01-06test close() during a select()David Leonard
2000-01-06updateDavid Leonard
2000-01-06Xr's to pthread_attr_*(3)David Leonard
2000-01-06documentDavid Leonard
2000-01-06wording fix in net.inet6.icmp6.errratelim.Jun-ichiro itojun Hagino
2000-01-06add missing variables under net.inet6.ip6.Jun-ichiro itojun Hagino
2000-01-05sync with libkvmTheo de Raadt
2000-01-05update header requirements; bdeTheo de Raadt
2000-01-05allow reverse lookup for v4 loopbacknet (127.0.0.0/8).Jun-ichiro itojun Hagino
2000-01-05List another condition for which nanosleep returns EINVAL.Paul Janzen
2000-01-05Xr getnameinfo and friendsTheo de Raadt
2000-01-04Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.Alex Feldman
rse@engelschall.com via FreeBSD.
2000-01-04fix bugs in test. now succeedsDavid Leonard
2000-01-04a version separate from libc's to make things simpler.David Leonard
2000-01-04fleshDavid Leonard
2000-01-04libpthread lives again!David Leonard
This is part of an undertaking to eventually get rid of libc_r, but requires weak symbol overloading on all archs, which doesn't seem to be happening yet.
2000-01-04Test stdarg for fgsch@David Leonard
2000-01-04Test some signal handlingDavid Leonard
2000-01-03Grammar; deraadt@Aaron Campbell
2000-01-03always enable IPv6 address in /etc/hosts (via _gethtent()).Jun-ichiro itojun Hagino
clarify RES_USE_INET6. the use of this bit is not meaningful on openbsd (as we don't have mapped addr support in kernel).
2000-01-02Try to reopen socket if send fails. (perhaps syslogd restarted)Hugh Graham
Adapted from FreeBSD (N.B. NetBSD); millert@ OK.
2000-01-02+ corrected conversion from terminfo rs2 to termcap rs (cf: 980704)Todd C. Miller
+ make conversion to termcap ug (underline glitch) more consistently applied. + modify read_termtype(), fixing 'toe', which could dump core when it found an incomplete entry such as "dumb" because it did not initialize its buffer for _nc_read_file_entry(). + use explicit VALID_NUMERIC() checks in a few places that had been overlooked, and add a check to ensure that init_tabs is nonzero, to avoid divide-by-zero (reported by Todd C Miller).
2000-01-02add description for PF_INET6 (net.inet6.*).Jun-ichiro itojun Hagino
2000-01-01add NOPIC= in order to avoid to build the shared version of theMatthieu Herrb
library.
1999-12-31typo; busted ld does not report unresolved symbols from .s sourcesMichael Shalayeff
1999-12-31this is not used anywhere, since static variables are just not visibleMichael Shalayeff
1999-12-31SYSLIBC_SCCSMichael Shalayeff
1999-12-31like forkMichael Shalayeff
1999-12-31sigsuspendMichael Shalayeff
1999-12-31this was toughMichael Shalayeff
1999-12-31f_bavail is signed (sync with sys/mount.h)Todd C. Miller
1999-12-31do the deedMichael Shalayeff
1999-12-31according to brkMichael Shalayeff
1999-12-310 in child, pid in parentMichael Shalayeff
1999-12-31real fleshMichael Shalayeff
1999-12-31i dunno how ptrace gonna work, so just do an execve for nowMichael Shalayeff
1999-12-30VM_SWAPENCRYPTNiels Provos
1999-12-30add the _af versions to the NAME chunkTheo de Raadt
1999-12-30replace NRL get{addr,name}info with KAME get{addr,name}info.Jun-ichiro itojun Hagino
removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt
1999-12-28When reading an entry from terminfo.db, do not try to set a capabilityTodd C. Miller
to be 'not present' since that has already been done for us in _nc_init_entry(). This fixes some core dumps caused by a divide by 0 bug deep within ncurses that resulted from using the old way to specify that a capability was 'not present'.
1999-12-28document ncruses extensionsTodd C. Miller
1999-12-28neglected to update NCURSES_VERSION_PATCHTodd C. Miller