Age | Commit message (Expand) | Author |
2009-04-22 | Correct the declaration of the dladdr() stub so that it has the correct | Philip Guenthe |
2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was | Martynas Venckus |
2009-04-21 | no need to install includes from here anymore | Theo de Raadt |
2009-04-21 | move src/lib/libsndio/sndio.h into src/include where other include | Alexandre Ratchov |
2009-04-21 | Increase default thread stack size to 256K on 32bit archs and 512K on | Kurt Miller |
2009-04-21 | remove from gen so that lint doesn't check gen if assembly versions | Martynas Venckus |
2009-04-19 | make ldexpf behavior consistent with the double and extended-precision | Martynas Venckus |
2009-04-19 | - ldexp implementation has issues. switch to the one from libm | Martynas Venckus |
2009-04-15 | allow building without SHA384 and SHA512 (i.e. SHA256 only) with | Damien Miller |
2009-04-13 | Add gcj java class registration hooks for gcc3 elf archs. From NetBSD | Kurt Miller |
2009-04-13 | protypes in sndio.h make reference to struct pollfd; applications | Alexandre Ratchov |
2009-04-12 | document that no leading whitespace is permitted between the option and | Okan Demirmen |
2009-04-11 | honor MSG_DONTWAIT | Jacob Meuser |
2009-04-11 | in the old days compiler could not convert decimal constants | Martynas Venckus |
2009-04-10 | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ | Martynas Venckus |
2009-04-10 | resync libssl/libcrypto pod documentation - quite a few more pages and | Damien Miller |
2009-04-08 | missing rcs ids; spacing | Martynas Venckus |
2009-04-08 | remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees | Martynas Venckus |
2009-04-08 | fix hexadecimal constant that was wrong; and confused with ieee. ok miod@ | Martynas Venckus |
2009-04-06 | teach libpcap about scrub rules | Henning Brauer |
2009-04-06 | crankus majoris | Damien Miller |
2009-04-06 | resolve conflicts | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2009-04-05 | accept %F, which actually behaves the same as %f. per C99 | Martynas Venckus |
2009-04-05 | implement and use sqrt, sqrtf & fabsf in hardware; since it's | Martynas Venckus |
2009-04-05 | this is not a write-only register. might have caused to optimize | Martynas Venckus |
2009-04-05 | const static -> static const; since it's deprecated per C99. ok millert@ | Martynas Venckus |
2009-03-30 | Mop up after oga@ and unbreak the tree. The direct uncached map is gone so | Mark Kettenis |
2009-03-28 | add C99-conformant nan, nanf, nanl for vax. always return zero, | Martynas Venckus |
2009-03-28 | document superuser requirements, with input from jmc@ | Marc Espie |
2009-03-27 | supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@ | Ingo Schwarze |
2009-03-27 | getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5) | Ingo Schwarze |
2009-03-23 | add a HISTORY section to fts(3). | Igor Sobrado |
2009-03-20 | Return -1 from mktemp_internal() on EINVAL like we used to. | Todd C. Miller |
2009-03-17 | correct argument type for swap64(); from Thomas Pfaff | Jason McIntyre |
2009-03-06 | Work-around a gcc3 -g bug causing debug ld.so to crash. | Kurt Miller |
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller |
2009-03-01 | Update to match mktemp.c changes | Todd C. Miller |
2009-03-01 | New mktemp(3) based on the one from portable mktemp(1). Now includes | Todd C. Miller |
2009-02-26 | don't use ``hdl->filling'' flag uninitialized | Alexandre Ratchov |
2009-02-25 | after the STOP message is sent, move the receiver to the RMSG state | Alexandre Ratchov |
2009-02-20 | thrsigdivert() takes a sigset_t, not a pointer to one. Detected by | Philip Guenthe |
2009-02-20 | apparently all the other libraries get linted, so I'll just have to live with it | Ted Unangst |
2009-02-20 | Fix a race in the reaper discovered by Tobias Ulmer. kevents are identified ... | Ted Unangst |
2009-02-20 | the lint warnings are more annoying than anything else. we already have a fu... | Ted Unangst |
2009-02-18 | Add missing braces. This is why we use braces for indented block that | Todd C. Miller |
2009-02-18 | in aucat_stop(), after the STOP message was send, put the receiver | Alexandre Ratchov |
2009-02-17 | when the template is entirely XXX characters, would crash | Theo de Raadt |
2009-02-15 | these are public domain, verified with author; spotted by jj | Theo de Raadt |
2009-02-13 | kill whitespace at eol; | Jason McIntyre |