summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-01-21Rename ip4.allow to ipip.allowAngelos D. Keromytis
2000-01-19more warning about net.inet6.ip6.forwardingJun-ichiro itojun Hagino
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),Paul Janzen
calloc(), and realloc(). Idea from NetBSD.
2000-01-19Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.Paul Janzen
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
Tom Christiansen <tchrist@perl.com>).
2000-01-18sync comment with code. remove #if 0'ed portion (AF filtering on nameJun-ichiro itojun Hagino
resolution) and add comment there.
2000-01-17do not filter address families that are not supported by kernel.Jun-ichiro itojun Hagino
it was not a correct behavior. even if we may be able to connect to the the returned addresses, filtering them out is not a correct thing to do. for example, even if you have partial unreachablility in IPv4, gethostbyname(3) will return IPv4 addresses in the unreachable network anyways.
2000-01-17indentTheo de Raadt
2000-01-17sync with latest KAME version. now includes description on scoped addrJun-ichiro itojun Hagino
extension. add examples (good enough? >deraadt)
2000-01-17remove #if 0'ed part.Jun-ichiro itojun Hagino
2000-01-16Update to ncurses-5.0-20000115:Todd C. Miller
+ additional fixes for non-bce terminals (handling of delete_character) to work when assume_default_colors() is not specified. + modify warning message from _nc_parse_entry() regarding extended capability names to print only if tic/infocmp/toe have the -v flag set, and not at all in ordinary user applications. Otherwise, this warning would be shown for screen's extended capabilities in programs that use the termcap interface. + modify use of _nc_tracing from programs such as tic so their debug level is not in the same range as values set by trace() function. + small panel header cleanup (patch by Juergen Pfeifer).
2000-01-14malloc lock helpersDavid Leonard
2000-01-13include string.h to get strlen() prototypeTodd C. Miller
2000-01-13Add AF_IPX.Federico G. Schwindt
2000-01-12indent the source rightTheo de Raadt
2000-01-12ugly workaround for an .align parse bug in current binutilsMichael Shalayeff
2000-01-11Document the new ipsec sysctl variables.Angelos D. Keromytis
2000-01-10the theTheo de Raadt
2000-01-10Document net.inet.ip.ipsec-invalid-lifeAngelos D. Keromytis
2000-01-09Add ipsec-acl description, and remove bogus PF_ENCAP entry (encdebugAngelos D. Keromytis
is under ip, not under encap).
2000-01-09fix tmpnam() argument; kris@freebsdTheo de Raadt
2000-01-09Update to ncurses-5.0-20000108:Todd C. Miller
+ add prototype for erase() to curses.h + add TRACE_DATABASE flag for trace(). + formatting changes (style)
2000-01-08better test codeDavid Leonard
2000-01-08fix sizeof's when aliasing reentrant structures.David Leonard
(this caused group name lookups to fail)
2000-01-08test getgrent stuffDavid Leonard
2000-01-08Enable extended cap names. Previously, the only allowed cap names wereTodd C. Miller
those explicitly listed in term.h. With extended names, non-standard terminfo/termcap capabilities are passed through for those programs that want to use them (screen for instance). This changes struct term and therefor requires a library major increment. It also requires changing how the terminfo.db file is parsed. Previously, it was parsed like: foreach cap (all_possible_caps) if ( is_listed(cap) ) add_cap(cap) However, now that we can't know the set of all possible capabilities we need to convert the buffer we get back from cgetent into one that looks more like a terminfo entry and pass it through to the ncurses terminfo parsing routines. This also enables tic's -x flag.
2000-01-07Document gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-06build libpthread AND libc_r for i386David Leonard
2000-01-06fix includes; bdeTheo de Raadt
2000-01-06use everything in libc_r (sorry, todd)David Leonard
2000-01-06for now, use -lpthread on i386. one day every arch will do this...David Leonard
2000-01-06for now, disable weak aliases for all archs except i386David Leonard
2000-01-06missing ';'David Leonard
2000-01-06abstract -pthread switch into PTHREAD varDavid Leonard
2000-01-06happy with non-weak testing. bump major versions just in case.David Leonard
2000-01-06rename thread_storage to unithread_storage to avoid object name conflictDavid Leonard
2000-01-06 use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duhDavid Leonard
2000-01-06okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot sanerDavid Leonard
2000-01-06well. that wasnt tested very well.David Leonard
2000-01-06oopsDavid Leonard
2000-01-06use weak symbolsDavid Leonard
2000-01-06use _C_LABEL macroDavid Leonard
2000-01-06include thread/Makefile.incDavid Leonard
2000-01-06include thread_private.hDavid Leonard
2000-01-06LIBCR_SRCDIRDavid Leonard
2000-01-06unused varsDavid Leonard
2000-01-06use WEAK_* macrosDavid Leonard
2000-01-06_THREAD_PRIVATE_* macros changedDavid Leonard
2000-01-06use thread-specific storage for the members listDavid Leonard
2000-01-06rewrite to use the helpers in the thread/ directory and to define weak alias ↵David Leonard
macros