Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rresvport_af() and bindresvport_af() | 1999-12-16 | 7 | -73/+209 | |
| | |||||
* | incorrect bounds on strlcpy() | 1999-12-16 | 1 | -2/+2 | |
| | |||||
* | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | 1999-12-14 | 1 | -2/+2 | |
| | |||||
* | sync KAME rcsid. | 1999-12-12 | 1 | -2/+2 | |
| | |||||
* | inet6_rthdr_reverse() is not available yet. | 1999-12-12 | 1 | -1/+4 | |
| | |||||
* | Update to ncurses-19991211: | 1999-12-12 | 2 | -294/+310 | |
| | | | | | | | | | | | | | | | | 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. | ||||
* | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | 1999-12-11 | 1 | -7/+5 | |
| | | | | this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1. | ||||
* | fix gethostbyname2(foo, AF_INET6). | 1999-12-11 | 1 | -1/+9 | |
| | | | | | on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames. | ||||
* | add inet6_option_* and inet6_rthdr_*. | 1999-12-11 | 7 | -3/+1521 | |
| | | | | increase shlib minor. | ||||
* | dlopen and dlsym take const char * parameters. | 1999-12-09 | 1 | -5/+5 | |
| | | | | Fix prototypes, propagate const where applicable. | ||||
* | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | 1999-12-08 | 1 | -2/+4 | |
| | | | | text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | ||||
* | Don't use stdio since we don't want the password to end up in stdio | 1999-12-08 | 1 | -25/+24 | |
| | | | | buffers that may not get zeroed. | ||||
* | fix DNS; all this is due for squishing in a few days anyways, i suspect; fujiwara@rcac.tdi.co.jp | 1999-12-07 | 1 | -0/+1 | |
| | |||||
* | say how long the buffer needs to be | 1999-12-06 | 1 | -2/+3 | |
| | |||||
* | fd leak | 1999-12-06 | 1 | -1/+4 | |
| | |||||
* | update to ncurses-5.0-19991204 | 1999-12-06 | 5 | -20/+42 | |
| | |||||
* | fix space regs load insns, also some tabs vs spaces | 1999-12-05 | 1 | -19/+20 | |
| | |||||
* | Formatting fixes, suggested by ericj@ | 1999-12-04 | 1 | -31/+32 | |
| | |||||
* | add setjmp test | 1999-12-02 | 1 | -1/+1 | |
| | |||||
* | add _setjmp/_longjmp test | 1999-12-02 | 1 | -0/+22 | |
| | |||||
* | better tests | 1999-12-02 | 1 | -2/+20 | |
| | |||||
* | Minor repairs. | 1999-12-02 | 2 | -5/+5 | |
| | |||||
* | friendly towards uvm on i386, until it gets fixed; got it from art | 1999-12-01 | 2 | -31/+146 | |
| | |||||
* | garbage collect thread-specific data | 1999-11-30 | 2 | -2/+8 | |
| | |||||
* | clean up the poll fdsets in the garbage collector, not in exit() | 1999-11-30 | 4 | -16/+14 | |
| | |||||
* | set state of new threads using correct macro. This makes debugging a bit easier. | 1999-11-30 | 2 | -6/+6 | |
| | |||||
* | really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it) | 1999-11-30 | 2 | -48/+30 | |
| | |||||
* | make test a little bit more stressful | 1999-11-30 | 1 | -2/+2 | |
| | |||||
* | set the ulimit a little higher for test_preemption | 1999-11-30 | 1 | -1/+1 | |
| | |||||
* | enable test_select and test_poll | 1999-11-30 | 1 | -1/+2 | |
| | |||||
* | fix include list; dogcow@redback.com | 1999-11-30 | 1 | -1/+2 | |
| | |||||
* | test poll() | 1999-11-30 | 1 | -0/+135 | |
| | |||||
* | add devel/glib and www/squid to the TODO check list | 1999-11-29 | 1 | -1/+3 | |
| | |||||
* | add net/mrtd to the TODO check list, chris@dqc.org | 1999-11-29 | 1 | -1/+2 | |
| | |||||
* | Move definitions of bool, TRUE, and FALSE out from behind a comment | 1999-11-29 | 1 | -7/+7 | |
| | | | | stating that they are only for backward compatibility--they are not. | ||||
* | #ifdef BROKEN_LINKER -> #if BROKEN_LINKER | 1999-11-28 | 2 | -5/+5 | |
| | |||||
* | #ifdef BROKEN_LINKER -> #if BROKEN_LINKER | 1999-11-28 | 1 | -2/+2 | |
| | |||||
* | update to ncurses-5.0-19991127 | 1999-11-28 | 74 | -830/+1122 | |
| | |||||
* | clean up | 1999-11-28 | 1 | -65/+86 | |
| | |||||
* | more freebsd sync stuff | 1999-11-28 | 1 | -2/+5 | |
| | |||||
* | bump | 1999-11-28 | 1 | -1/+1 | |
| | |||||
* | reality | 1999-11-28 | 1 | -15/+31 | |
| | |||||
* | remove redundant macro | 1999-11-28 | 3 | -3/+2 | |
| | |||||
* | do it the single-processor way | 1999-11-27 | 2 | -14/+26 | |
| | |||||
* | fix descriptor leaks and double fclose(); markus and I; ok from millert | 1999-11-26 | 1 | -5/+23 | |
| | |||||
* | use pthread_join instead of pthread_cancel to test for a thread's existence after forking | 1999-11-26 | 1 | -3/+4 | |
| | |||||
* | don't use stack cache if user supplied the storage | 1999-11-26 | 2 | -4/+6 | |
| | |||||
* | NBPG in userland? what were you thiking? | 1999-11-25 | 2 | -14/+22 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 260 | -4758/+5292 | |
| | |||||
* | keep freebsd's thread info distcint from mine | 1999-11-25 | 4 | -508/+1168 | |
| |