Age | Commit message (Expand) | Author |
2008-06-13 | grammar fixes; | Jason McIntyre |
2008-06-13 | Remove all comments so that this code is 100% 'portable interface', and | Theo de Raadt |
2008-06-13 | document xdr_{u_}int64_t() functions | Theo de Raadt |
2008-06-13 | Add definitions for nlm version 4 (for use with NFSv3). | Nikolay Sturm |
2008-06-13 | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | Otto Moerbeek |
2008-06-13 | implement xdr_int64_t, xdr_u_int64_t | Nikolay Sturm |
2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple | Landry Breuil |
2008-06-12 | spacing, add rcs ids, no binary change | Martynas Venckus |
2008-06-12 | some cleanup for noieee_src, as asked by millert@: remove fictional | Martynas Venckus |
2008-06-12 | shut up lint; pointed out by theo | Martynas Venckus |
2008-06-12 | fix parser crash w/ invalid UTF-8 char sequences (all apps that use expat | Peter Valchev |
2008-06-12 | add isinff and isnanf. no objection millert@ | Martynas Venckus |
2008-06-12 | use ALTENTRY; was ok millert@ | Martynas Venckus |
2008-06-12 | - no need for ifdef dance (21), we have isnan, finite for vax | Martynas Venckus |
2008-06-12 | Makefile: fix MLINKS | Jason McIntyre |
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 |