summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-12-14Install swapctl.2, not swapon.2. swapon.2 should probably go away.Todd C. Miller
1999-12-12sync KAME rcsid.Jun-ichiro itojun Hagino
1999-12-12inet6_rthdr_reverse() is not available yet.Jun-ichiro itojun Hagino
1999-12-12Update to ncurses-19991211:Todd C. Miller
o treat as untranslatable to termcap those terminfo strings which contain non-decimal formatting, e.g., hexadecimal or octal. o correct commented-out capabilities that cannot be translated to termcap, which did not check if a colon must be escaped. o correct termcap translation for "%>" and "%+", which did not check if a colon must be escaped, for instance. o use save_string/save_char for _nc_captoinfo() to eliminate fixed buffer (originally for _nc_infotocap() in 960301 -TD). o correct expression used for terminfo equivalent of termcap %B, adjust regent100 entry which uses this. o some cleanup and commenting of ad hoc cases in _nc_infotocap(). o eliminate a fixed-buffer in tic, used for translating comments. o add manpage for infotocap.
1999-12-11prevent bogus reverse query for 1.0.0.0.in-addr.arpa.Jun-ichiro itojun Hagino
this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1.
1999-12-11fix gethostbyname2(foo, AF_INET6).Jun-ichiro itojun Hagino
on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames.
1999-12-11add inet6_option_* and inet6_rthdr_*.Jun-ichiro itojun Hagino
increase shlib minor.
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
Fix prototypes, propagate const where applicable.
1999-12-08fix BIND820 bug in inet_pton(). it should bark if there's ambiguousJun-ichiro itojun Hagino
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8".
1999-12-08Don't use stdio since we don't want the password to end up in stdioTodd C. Miller
buffers that may not get zeroed.
1999-12-07fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵Theo de Raadt
fujiwara@rcac.tdi.co.jp
1999-12-06say how long the buffer needs to beTheo de Raadt
1999-12-06fd leakTheo de Raadt
1999-12-06update to ncurses-5.0-19991204Todd C. Miller
1999-12-05fix space regs load insns, also some tabs vs spacesMichael Shalayeff
1999-12-04Formatting fixes, suggested by ericj@Aaron Campbell
1999-12-02add setjmp testDavid Leonard
1999-12-02add _setjmp/_longjmp testDavid Leonard
1999-12-02better testsDavid Leonard
1999-12-02Minor repairs.Aaron Campbell
1999-12-01friendly towards uvm on i386, until it gets fixed; got it from artTheo de Raadt
1999-11-30garbage collect thread-specific dataDavid Leonard
1999-11-30clean up the poll fdsets in the garbage collector, not in exit()David Leonard
1999-11-30set state of new threads using correct macro. This makes debugging a bit easier.David Leonard
1999-11-30really remove all other threads when fork()ing. (bug was in removing ↵David Leonard
elements from a list whilest walking it)
1999-11-30make test a little bit more stressfulDavid Leonard
1999-11-30set the ulimit a little higher for test_preemptionDavid Leonard
1999-11-30enable test_select and test_pollDavid Leonard
1999-11-30fix include list; dogcow@redback.comTheo de Raadt
1999-11-30test poll()David Leonard
1999-11-29add devel/glib and www/squid to the TODO check listBrad Smith
1999-11-29add net/mrtd to the TODO check list, chris@dqc.orgDavid Leonard
1999-11-29Move definitions of bool, TRUE, and FALSE out from behind a commentTodd C. Miller
stating that they are only for backward compatibility--they are not.
1999-11-28#ifdef BROKEN_LINKER -> #if BROKEN_LINKERTodd C. Miller
1999-11-28#ifdef BROKEN_LINKER -> #if BROKEN_LINKERTodd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28clean upDavid Leonard
1999-11-28more freebsd sync stuffDavid Leonard
1999-11-28bumpDavid Leonard
1999-11-28realityDavid Leonard
1999-11-28remove redundant macroDavid Leonard
1999-11-27do it the single-processor wayDavid Leonard
1999-11-26fix descriptor leaks and double fclose(); markus and I; ok from millertTheo de Raadt
1999-11-26use pthread_join instead of pthread_cancel to test for a thread's existence ↵David Leonard
after forking
1999-11-26don't use stack cache if user supplied the storageDavid Leonard
1999-11-25NBPG in userland? what were you thiking?Theo de Raadt
1999-11-25sync with FreeBSDDavid Leonard
1999-11-25keep freebsd's thread info distcint from mineDavid Leonard