Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-06 | clean | David Leonard | |
2000-01-06 | cleanup | David Leonard | |
2000-01-06 | clean doc | David Leonard | |
2000-01-06 | longer sleep, doc, get rid of bad signal handler | David Leonard | |
2000-01-06 | cleanup | David Leonard | |
2000-01-06 | comment | David Leonard | |
2000-01-06 | comment. cleanup | David Leonard | |
2000-01-06 | repair comment | David Leonard | |
2000-01-06 | test close() during a select() | David Leonard | |
2000-01-06 | update | David Leonard | |
2000-01-06 | Xr's to pthread_attr_*(3) | David Leonard | |
2000-01-06 | document | David Leonard | |
2000-01-06 | wording fix in net.inet6.icmp6.errratelim. | Jun-ichiro itojun Hagino | |
2000-01-06 | add missing variables under net.inet6.ip6. | Jun-ichiro itojun Hagino | |
2000-01-05 | sync with libkvm | Theo de Raadt | |
2000-01-05 | update header requirements; bde | Theo de Raadt | |
2000-01-05 | allow reverse lookup for v4 loopbacknet (127.0.0.0/8). | Jun-ichiro itojun Hagino | |
2000-01-05 | List another condition for which nanosleep returns EINVAL. | Paul Janzen | |
2000-01-05 | Xr getnameinfo and friends | Theo de Raadt | |
2000-01-04 | Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared. | Alex Feldman | |
rse@engelschall.com via FreeBSD. | |||
2000-01-04 | fix bugs in test. now succeeds | David Leonard | |
2000-01-04 | a version separate from libc's to make things simpler. | David Leonard | |
2000-01-04 | flesh | David Leonard | |
2000-01-04 | libpthread 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-04 | Test stdarg for fgsch@ | David Leonard | |
2000-01-04 | Test some signal handling | David Leonard | |
2000-01-03 | Grammar; deraadt@ | Aaron Campbell | |
2000-01-03 | always 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-02 | Try 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-02 | add description for PF_INET6 (net.inet6.*). | Jun-ichiro itojun Hagino | |
2000-01-01 | add NOPIC= in order to avoid to build the shared version of the | Matthieu Herrb | |
library. | |||
1999-12-31 | typo; busted ld does not report unresolved symbols from .s sources | Michael Shalayeff | |
1999-12-31 | this is not used anywhere, since static variables are just not visible | Michael Shalayeff | |
1999-12-31 | SYSLIBC_SCCS | Michael Shalayeff | |
1999-12-31 | like fork | Michael Shalayeff | |
1999-12-31 | sigsuspend | Michael Shalayeff | |
1999-12-31 | this was tough | Michael Shalayeff | |
1999-12-31 | f_bavail is signed (sync with sys/mount.h) | Todd C. Miller | |
1999-12-31 | do the deed | Michael Shalayeff | |
1999-12-31 | according to brk | Michael Shalayeff | |
1999-12-31 | 0 in child, pid in parent | Michael Shalayeff | |
1999-12-31 | real flesh | Michael Shalayeff | |
1999-12-31 | i dunno how ptrace gonna work, so just do an execve for now | Michael Shalayeff | |
1999-12-30 | VM_SWAPENCRYPT | Niels Provos | |
1999-12-30 | add the _af versions to the NAME chunk | Theo de Raadt | |
1999-12-30 | replace 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-28 | When reading an entry from terminfo.db, do not try to set a capability | Todd 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-28 | document ncruses extensions | Todd C. Miller | |
1999-12-28 | neglected to update NCURSES_VERSION_PATCH | Todd C. Miller | |