summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-04-20netbsd: stack sanity, leave the return PC aloneMartynas Venckus
2007-04-16ptr->term_names can point into ptr->str_table, so don;t free that one.Otto Moerbeek
2007-04-14hide struct process from userland, allow kvm_proc to see it.Marc Espie
2007-04-12move p_limit and p_cred into struct processTed Unangst
2007-04-10Support for optional args separated with whitespace was removedTodd C. Miller
2007-04-10when kevent fails, the errno is a lot more interesting to print than -1Ted Unangst
2007-04-10new lines in error messagesTed Unangst
2007-04-10Revert previous commit which introduced regressions in KDE.Kurt Miller
2007-04-07Upon fork() set the child's view of the stored file status flags inheritedKurt Miller
2007-04-06Add proper checks against fgets failure. From Charles Longeau.Ray Lai
2007-04-01clarify return values, prompted by moritz; ok moritz jmcTheo de Raadt
2007-03-30document accept can return EINTR. ok millert@ jmc@Kurt Miller
2007-03-28Add the cRLSign bit by default, so that certs generated using this fileChad Loder
2007-03-26do not doc the http partsTheo de Raadt
2007-03-26do not ship the http parts for now; ok millertTheo de Raadt
2007-03-25eliminate call to abort(), which is very bad in libs. I forgat howOtto Moerbeek
2007-03-24rfork sh bits.Miod Vallat
2007-03-22nicer MLINKS chunkTheo de Raadt
2007-03-21Add missing constTodd C. Miller
2007-03-21Add support for mounting arbitrary sessions, from Enache AdrianPedro Martelletto
2007-03-21event_init() and event_dispatch() take void. Add commented outTodd C. Miller
2007-03-21fix a formatting issue found by reyk;Jason McIntyre
2007-03-21Use arc4random() to generate random IDs. In the future weTodd C. Miller
2007-03-21Document event_base_free(). OK jmc@Todd C. Miller
2007-03-20Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quietKurt Miller
2007-03-20remove some bogus *p from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-19+.Xr evdns 3 ,Jason McIntyre
2007-03-19further cleanup;Jason McIntyre
2007-03-19add MLINKS for evdns_err_to_string() and evdns_nameserver_add();Jason McIntyre
2007-03-19clean up this page;Jason McIntyre
2007-03-19provide MLINKS for evhttp_start() and evhttp_free();Jason McIntyre
2007-03-19tweaks;Jason McIntyre
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller
2007-03-19Get rid of useless #if 0 block, especially since the code is includedRay Lai
2007-03-15give _POSIX_THREAD_* defines a value of 1 so applications thatKurt Miller
2007-03-13Set the DN bit in the fpscr upon startup, to prevent faulting when loadingMiod Vallat
2007-03-07manual page update by Bruce M. Simpson <bms@FreeBSD.org> toJason McIntyre
2007-03-05Remove _err() calls from getnetgrent.c. This is a minor API changeTodd C. Miller
2007-03-03remove duplicate option; spotted by Igor SobradoJason McIntyre
2007-03-03Kernel crash dumps and associated libkvm bits for landisk.Miod Vallat
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2007-03-01If NLS is disabled, strerror does not print the correct error string.Alexander Bluhm
2007-02-28- NOTES -> CAVEATSJason McIntyre
2007-02-28use mdoc macros;Jason McIntyre
2007-02-28new sentence, new line;Jason McIntyre
2007-02-27sha2 hashes are not 5 32-bit ints in size. Just leave out the sizeTodd C. Miller
2007-02-27Update to tzcode2007c from elsie.nci.nih.govTodd C. Miller
2007-02-26Add SuperH to the architecture list which stack grow down, even though thisMiod Vallat
2007-02-26another EINVAL case documentedOtto Moerbeek