summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rresvport_af() and bindresvport_af()deraadt1999-12-167-73/+209
|
* incorrect bounds on strlcpy()deraadt1999-12-161-2/+2
|
* Install swapctl.2, not swapon.2. swapon.2 should probably go away.millert1999-12-141-2/+2
|
* sync KAME rcsid.itojun1999-12-121-2/+2
|
* inet6_rthdr_reverse() is not available yet.itojun1999-12-121-1/+4
|
* Update to ncurses-19991211:millert1999-12-122-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.itojun1999-12-111-7/+5
| | | | this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1.
* fix gethostbyname2(foo, AF_INET6).itojun1999-12-111-1/+9
| | | | | on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames.
* add inet6_option_* and inet6_rthdr_*.itojun1999-12-117-3/+1521
| | | | increase shlib minor.
* dlopen and dlsym take const char * parameters.espie1999-12-091-5/+5
| | | | Fix prototypes, propagate const where applicable.
* fix BIND820 bug in inet_pton(). it should bark if there's ambiguousitojun1999-12-081-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 stdiomillert1999-12-081-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.jpderaadt1999-12-071-0/+1
|
* say how long the buffer needs to bederaadt1999-12-061-2/+3
|
* fd leakderaadt1999-12-061-1/+4
|
* update to ncurses-5.0-19991204millert1999-12-065-20/+42
|
* fix space regs load insns, also some tabs vs spacesmickey1999-12-051-19/+20
|
* Formatting fixes, suggested by ericj@aaron1999-12-041-31/+32
|
* add setjmp testd1999-12-021-1/+1
|
* add _setjmp/_longjmp testd1999-12-021-0/+22
|
* better testsd1999-12-021-2/+20
|
* Minor repairs.aaron1999-12-022-5/+5
|
* friendly towards uvm on i386, until it gets fixed; got it from artderaadt1999-12-012-31/+146
|
* garbage collect thread-specific datad1999-11-302-2/+8
|
* clean up the poll fdsets in the garbage collector, not in exit()d1999-11-304-16/+14
|
* set state of new threads using correct macro. This makes debugging a bit easier.d1999-11-302-6/+6
|
* really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it)d1999-11-302-48/+30
|
* make test a little bit more stressfuld1999-11-301-2/+2
|
* set the ulimit a little higher for test_preemptiond1999-11-301-1/+1
|
* enable test_select and test_polld1999-11-301-1/+2
|
* fix include list; dogcow@redback.comderaadt1999-11-301-1/+2
|
* test poll()d1999-11-301-0/+135
|
* add devel/glib and www/squid to the TODO check listbrad1999-11-291-1/+3
|
* add net/mrtd to the TODO check list, chris@dqc.orgd1999-11-291-1/+2
|
* Move definitions of bool, TRUE, and FALSE out from behind a commentmillert1999-11-291-7/+7
| | | | stating that they are only for backward compatibility--they are not.
* #ifdef BROKEN_LINKER -> #if BROKEN_LINKERmillert1999-11-282-5/+5
|
* #ifdef BROKEN_LINKER -> #if BROKEN_LINKERmillert1999-11-281-2/+2
|
* update to ncurses-5.0-19991127millert1999-11-2874-830/+1122
|
* clean upd1999-11-281-65/+86
|
* more freebsd sync stuffd1999-11-281-2/+5
|
* bumpd1999-11-281-1/+1
|
* realityd1999-11-281-15/+31
|
* remove redundant macrod1999-11-283-3/+2
|
* do it the single-processor wayd1999-11-272-14/+26
|
* fix descriptor leaks and double fclose(); markus and I; ok from millertderaadt1999-11-261-5/+23
|
* use pthread_join instead of pthread_cancel to test for a thread's existence after forkingd1999-11-261-3/+4
|
* don't use stack cache if user supplied the storaged1999-11-262-4/+6
|
* NBPG in userland? what were you thiking?deraadt1999-11-252-14/+22
|
* sync with FreeBSDd1999-11-25260-4758/+5292
|
* keep freebsd's thread info distcint from mined1999-11-254-508/+1168
|