summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-10-12refix breakage in previous commit, d@ forgot to remove his change whileBrad Smith
2000-10-11back out weak symbols; deraadt@David Leonard
2000-10-10Fix typo; claudio@core-sdi.com.Federico G. Schwindt
2000-10-10mention icmp{,6}.errppslimitJun-ichiro itojun Hagino
2000-10-10Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOMETodd C. Miller
2000-10-10Fresh infinity from NetBSD.Hugh Graham
2000-10-10^vax^__vax__Hugh Graham
2000-10-09Sync.Angelos D. Keromytis
2000-10-09Don't call cgetset() on $TERMCAP. There are no known problems (that I amTodd C. Miller
2000-10-09Add check for NUL home that got missed in the last mergeTodd C. Miller
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
2000-10-06weaken syscall symbols in libc by defaultDavid Leonard
2000-10-06Add a CAVEATS section to warn programmers that shell meta-characters willAaron Campbell
2000-10-05missed it by That MuchDavid Leonard
2000-10-05Use volatile on the __asm__ directives, do not allow the compiler to reorderDale S. Rahn
2000-10-04use weak symbols in sparc's libcDavid Leonard
2000-10-04teach tags about SYSENTRYDavid Leonard
2000-10-04oopsDavid Leonard
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
2000-10-04if fstat fails fails, as it will on some sockets, close anyway.David Leonard
2000-10-04bit of a cleanupDavid Leonard
2000-10-03bt_open.c: parenthesize - and & proper (from freebsd);Michael Shalayeff
2000-10-03public domainDavid Leonard
2000-10-03constistent namingDavid Leonard
2000-10-03thread switching codeDavid Leonard
2000-10-03Sync again.Angelos D. Keromytis
2000-10-03Sync.Angelos D. Keromytis
2000-10-02Don't call cgetset() on $TERMCAP if setugid. The logic has been reworkedTodd C. Miller
2000-10-02Don't look in ~/.terminfo if setugid. This is consistent with theTodd C. Miller
2000-09-30Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedTodd C. Miller
2000-09-27Sync again (remove unneeded RAND_set calls).Angelos D. Keromytis
2000-09-26Sync.Angelos D. Keromytis
2000-09-25fix off-by-1 error.Jun-ichiro itojun Hagino
2000-09-25doc that O_TRUNC needs a write modeTheo de Raadt
2000-09-25document pmtu discovery, from NetBSDNiels Provos
2000-09-25prepare for switching threadsDavid Leonard
2000-09-25char const* -> const char *Federico G. Schwindt
2000-09-25prepare for thread switchingDavid Leonard
2000-09-25preparation for switch-based threadsDavid Leonard
2000-09-24unlock, instead of re-lock. fixes PR#1408David Leonard
2000-09-22IPng -> IPv6Aaron Campbell
2000-09-22ipx_addr(3) takes a const char *.Todd C. Miller
2000-09-22Document cd/ados/msdos options.Marc Espie
2000-09-19Update.Angelos D. Keromytis
2000-09-17Arguments to .Dt macros should be all-caps.Aaron Campbell
2000-09-17Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify theAaron Campbell
2000-09-16Change setuserpath() from void to int so we can pass up a returnTodd C. Miller
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-14Remove spurious period.Aaron Campbell
2000-09-12o add missing getsid() prototypeTodd C. Miller