summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-06-11- on non-ieee, rename gamma to tgamma, the 'true' gammaMartynas Venckus
2008-06-11Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3"Darren Tucker
2008-06-11drem{,f} are aliases for remainder{,f}, so:Martynas Venckus
2008-06-11close brackets; ok jmc@Martynas Venckus
2008-06-11add C99 round(), based on ieee_src, for noieee_src. tested on VAXMartynas Venckus
2008-06-10vax doesn't have inf/nan, finite always returns 1Martynas Venckus
2008-06-10document access(2) can return EPERM; noted by Tim van der Molen; ok millert@Otto Moerbeek
2008-06-10add missing arg to .FnOtto Moerbeek
2008-06-09Update access(2) to have modern semantics with respect to X_OK andTodd C. Miller
2008-06-09Remove an arch-specific API that wasn't available in the first place, andPeter Hessler
2008-06-09fix an Xr, and use a more appropriate macro;Jason McIntyre
2008-06-08arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandomTheo de Raadt
2008-06-05- Add fork/vfork wrapper functions to reset state in the child process.Kurt Miller
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-06-04fix math screwup that reintroduced a bias for upper_bounds in rangeDamien Miller
2008-06-03Don't grab the fd read lock for getsockopt(2), setsockopt(2),Kurt Miller
2008-05-30fix a broken Xr;Jason McIntyre
2008-05-24typo.Igor Sobrado
2008-05-23we only do static libarch; ok drahnTheo de Raadt
2008-05-23- remove USER_LDT, it was never in a state where it would copile, nor willJasper Lievisse Adriaanse
2008-05-21Use _C_LABEL when appropriate.Miod Vallat
2008-05-21Use _PROF_PROLOGUE insteaf of rolling our own.Miod Vallat
2008-05-21Use proper *ENTRY macros with symbolic register save masks, sprinkleMiod Vallat
2008-05-20kill an Xr to a non-existent man page, ulimit(1);Jason McIntyre
2008-05-19bump (recalloc removal)Otto Moerbeek
2008-05-19remove recalloc(3); it is buggy and impossible to repair without bigOtto Moerbeek
2008-05-16Fix ssize_t vs. size_t mismatchTodd C. Miller
2008-05-16C99 says that for each va_copy() there must be a matching va_end().Todd C. Miller
2008-05-13Don't forget to va_end() the va_list we get from va_copy(). From FreeBSD.Todd C. Miller
2008-05-11Fix a crash when iterating over a hash and removing its elements.Todd C. Miller
2008-05-11garbage collect the portability bits for the removed select() support.Brad Smith
2008-05-09kill trailing whitespace;Jason McIntyre
2008-05-09add SO_BINDANY with pf example; help from jmc, ok beck@Markus Friedl
2008-05-07routed is no more so use dhcpd in these examples instead. OK norby@Claudio Jeker
2008-05-07remove duplicates; remove des_random_key; remove unused; sort MLINKS; ok jmc@Markus Friedl
2008-05-06Use the standard syslog levels on CARP logging messages instead ofRyan Thomas McBride
2008-05-05add missing header for getpagesizeCharles Longeau
2008-05-03add missing header for closeCharles Longeau
2008-05-02- Use a const pointer for bufferevent_write.Brad Smith
2008-05-02- Increment MAX_ADDRS in evdns so as to be quite large.Brad Smith
2008-05-02Makefile: sort MLINKS and add event_base_once.3Jason McIntyre
2008-05-02Make the SO_TIMESTAMP sockopt work. When set, this allows the user toChris Kuethe
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
2008-05-01Be carefull not to read away the target entry when encounteringOtto Moerbeek
2008-04-24- correct brk(2) prototype and man page to match implementation and POSIX.Kurt Miller
2008-04-24Return the proper values upon failure per POSIX for pthread_sigmask(3) andKurt Miller
2008-04-24Return the proper values upon failure per POSIX for pthread_sigmask(3) andKurt Miller
2008-04-21_file is only a short, so prevent truncation if we happen to hitOtto Moerbeek
2008-04-18convert select() => poll(), saves a runtime malloc+free per retryDamien Miller
2008-04-16permit _ in the middle of a DNS name componentTheo de Raadt