Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-14 | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | Todd C. Miller | |
1999-12-12 | sync KAME rcsid. | Jun-ichiro itojun Hagino | |
1999-12-12 | inet6_rthdr_reverse() is not available yet. | Jun-ichiro itojun Hagino | |
1999-12-12 | Update 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-11 | prevent 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-11 | fix 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-11 | add inet6_option_* and inet6_rthdr_*. | Jun-ichiro itojun Hagino | |
increase shlib minor. | |||
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie | |
Fix prototypes, propagate const where applicable. | |||
1999-12-08 | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | Jun-ichiro itojun Hagino | |
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | |||
1999-12-08 | Don't use stdio since we don't want the password to end up in stdio | Todd C. Miller | |
buffers that may not get zeroed. | |||
1999-12-07 | fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵ | Theo de Raadt | |
fujiwara@rcac.tdi.co.jp | |||
1999-12-06 | say how long the buffer needs to be | Theo de Raadt | |
1999-12-06 | fd leak | Theo de Raadt | |
1999-12-06 | update to ncurses-5.0-19991204 | Todd C. Miller | |
1999-12-05 | fix space regs load insns, also some tabs vs spaces | Michael Shalayeff | |
1999-12-04 | Formatting fixes, suggested by ericj@ | Aaron Campbell | |
1999-12-02 | add setjmp test | David Leonard | |
1999-12-02 | add _setjmp/_longjmp test | David Leonard | |
1999-12-02 | better tests | David Leonard | |
1999-12-02 | Minor repairs. | Aaron Campbell | |
1999-12-01 | friendly towards uvm on i386, until it gets fixed; got it from art | Theo de Raadt | |
1999-11-30 | garbage collect thread-specific data | David Leonard | |
1999-11-30 | clean up the poll fdsets in the garbage collector, not in exit() | David Leonard | |
1999-11-30 | set state of new threads using correct macro. This makes debugging a bit easier. | David Leonard | |
1999-11-30 | really remove all other threads when fork()ing. (bug was in removing ↵ | David Leonard | |
elements from a list whilest walking it) | |||
1999-11-30 | make test a little bit more stressful | David Leonard | |
1999-11-30 | set the ulimit a little higher for test_preemption | David Leonard | |
1999-11-30 | enable test_select and test_poll | David Leonard | |
1999-11-30 | fix include list; dogcow@redback.com | Theo de Raadt | |
1999-11-30 | test poll() | David Leonard | |
1999-11-29 | add devel/glib and www/squid to the TODO check list | Brad Smith | |
1999-11-29 | add net/mrtd to the TODO check list, chris@dqc.org | David Leonard | |
1999-11-29 | Move definitions of bool, TRUE, and FALSE out from behind a comment | Todd C. Miller | |
stating that they are only for backward compatibility--they are not. | |||
1999-11-28 | #ifdef BROKEN_LINKER -> #if BROKEN_LINKER | Todd C. Miller | |
1999-11-28 | #ifdef BROKEN_LINKER -> #if BROKEN_LINKER | Todd C. Miller | |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller | |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller | |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller | |
1999-11-28 | clean up | David Leonard | |
1999-11-28 | more freebsd sync stuff | David Leonard | |
1999-11-28 | bump | David Leonard | |
1999-11-28 | reality | David Leonard | |
1999-11-28 | remove redundant macro | David Leonard | |
1999-11-27 | do it the single-processor way | David Leonard | |
1999-11-26 | fix descriptor leaks and double fclose(); markus and I; ok from millert | Theo de Raadt | |
1999-11-26 | use pthread_join instead of pthread_cancel to test for a thread's existence ↵ | David Leonard | |
after forking | |||
1999-11-26 | don't use stack cache if user supplied the storage | David Leonard | |
1999-11-25 | NBPG in userland? what were you thiking? | Theo de Raadt | |
1999-11-25 | sync with FreeBSD | David Leonard | |
1999-11-25 | keep freebsd's thread info distcint from mine | David Leonard | |