summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2004-02-02sigh, watch for compile errors...Dale Rahn
2004-02-01Add const type qualifier. ok jmc@Thomas Nordin
2004-02-01escape punctuation correctly;Jason McIntyre
2004-02-01s/RFC3390/RFC 3390/Jason McIntyre
2004-02-01do not double login_cap.c; tholoTheo de Raadt
2004-02-01s/arm32/arm/ with VFP bit to match netbsd.Dale Rahn
2004-02-01ARGH, forgot tags.Dale Rahn
2004-02-01arm libc support. From NetBSD. currently supports softfloat.Dale Rahn
2004-01-31missing comma; jmc@Markus Friedl
2004-01-31document net.inet.tcp.rfc3390; ok jmc@Markus Friedl
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-28oopsTheo 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-26Use libkern's fast ffs() in libc too.Miod Vallat
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 closefrom(); ok millert teduTheo de Raadt
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-19emulation names are not changeableTed Unangst
2004-01-15ABI breakage happened with the sigaltstack replacement. It is too late,Theo de Raadt
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
2004-01-10auth_clean does not clear the options settingsTodd C. Miller
2004-01-10Don't clean options in auth_clean() which was introduced in rev 1.8.Todd C. Miller
2004-01-08Add missing include of poll.h to example code; Andre NathanTodd C. Miller
2004-01-08in the description of ip.sourceroute, point people to securelevel(7), asJason McIntyre
2004-01-08alphabetic order;Jason McIntyre
2004-01-08use va_copy() with gcc 3 and up.Brad Smith
2004-01-08add dirhash sysctlsTed Unangst
2004-01-07document syn cache sysctl; ok deraadt, jmc, itojunMarkus Friedl
2004-01-07Implement KERN_PROC2 sysctl from NetBSD. This will allow us toTodd C. Miller
2004-01-07amout -> amount; from tom@.Federico G. Schwindt
2004-01-06- Rename index to longindex and explain its use.Federico G. Schwindt
2004-01-05Use correct type for old values. No binary change.Otto Moerbeek
2004-01-02net.inet.carp.preempt is disabled by default.Ryan Thomas McBride
2003-12-31Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)Todd C. Miller
2003-12-30sync protos with <netdb.h>;Jason McIntyre
2003-12-28Mention session ID; OK deraadt@Todd C. Miller