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