summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-01-30Fix a logic thinko I made in rev. 1.27. This fixes nlist whenTodd C. Miller
2004-01-29fix to use sigaltstack again. help miod ok miod deraadtTed Unangst
2004-01-29some fixes from wiz@netbsd, and a couple other bits;Jason McIntyre
2004-01-29cleanup byte order detection per arch a bit; mickey okTheo de Raadt
2004-01-28oopsTheo de Raadt
2004-01-28for make obj, enter x86_64; mickey okTheo de Raadt
2004-01-28toast long lineTheo de Raadt
2004-01-28the rest of the libs stuff; from art@ againMichael Shalayeff
2004-01-28things for amd64; from art@Michael Shalayeff
2004-01-28things for amd64; from art@Michael Shalayeff
2004-01-27remove redundant prototypes for pthread_[gs]etconcurrencyBrad Smith
2004-01-27remove $Header, it was messing up cvs for me. ok deraadt@Ted Unangst
2004-01-26Change read_stackseg_np to work with any thread, not just the currentMarco S Hyman
2004-01-26Use libkern's fast ffs() in libc too.Miod Vallat
2004-01-26add finalized guard to destructor calls, to prevent multiple calls.Marc Espie
2004-01-26small clean-up: typedef to desambiguate const, prototypes...Marc Espie
2004-01-26add DLT_IEEE802_11 support; from NetBSD. bump minor.Federico G. Schwindt
2004-01-25use new .St macro;Jason McIntyre
2004-01-24document EPERM; from Pedro Martelletto;Jason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2004-01-23Use correct cvs id string.Hans-Joerg Hoexer
2004-01-23remove junk return at endTheo de Raadt
2004-01-23enable acss.Hans-Joerg Hoexer
2004-01-23evp api and manual page for acssHans-Joerg Hoexer
2004-01-23Add acss to libcrypto.Hans-Joerg Hoexer
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2004-01-21Replace some strncpy() calls with strlcpy()Jean-Francois Brousseau
2004-01-20Call _exit() not exit() from abort() if we are unable to kill ourselvesTodd C. Miller
2004-01-20Stop parsing the buffer after an appropriate number of digits; from NetBSDTodd C. Miller
2004-01-20Fix the example code. The loop invariant 'i' was not bound by MAXTOKENSTodd C. Miller
2004-01-19Fix -Wsign-compare warnings pointed out by kevlo@, ok marc@Todd C. Miller
2004-01-19emulation names are not changeableTed Unangst
2004-01-18don't include bsd.own.mk, it's included at the top of bsd.lib.mkMarco S Hyman
2004-01-17prettyTheo de Raadt
2004-01-16Include correct includes to unbreak compilation on macppc. ok miod@Otto Moerbeek
2004-01-16fix .Xr and SEE ALSO;Jason McIntyre
2004-01-16add some commas;Jason McIntyre
2004-01-15man pages for thread_yield and pthread_stackseg_npMarco S Hyman
2004-01-15threaded version of closefromMarco S Hyman
2004-01-15ABI breakage happened with the sigaltstack replacement. It is too late,Theo de Raadt
2004-01-15group and list thread functions;Jason McIntyre
2004-01-14Fix printf format string. ok markus@Otto Moerbeek
2004-01-14.Xr closefromTed Unangst
2004-01-14update struct, noted by deraadt@Ted Unangst
2004-01-12full date in .Dd;Jason McIntyre
2004-01-12typo from jmc@Ted Unangst
2004-01-12new syscall closefrom(2). ok deraadt millertTed Unangst
2004-01-12document WAIT_ANY and WAIT_MYPGRP;Jason McIntyre
2004-01-12some comments on ffs sysctls, mainly dirhashTed Unangst
2004-01-11__sglue should be extern; from art@Todd C. Miller