Age | Commit message (Expand) | Author |
2005-12-01 | save errno in signal handler since it does a system call | Theo de Raadt |
2005-11-30 | know __arm__ too | Theo de Raadt |
2005-11-30 | timezone -> time zone | Jason McIntyre |
2005-11-30 | Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time | Otto Moerbeek |
2005-11-29 | if we pull in a .S file, we must fake out the lint with a .c file | Theo de Raadt |
2005-11-29 | Provide stubs for things which are supplied by crt0. I don't think we | Theo de Raadt |
2005-11-29 | document KERN_ARND better; ok deraadt@ | Otto Moerbeek |
2005-11-28 | spaces, and a off_t typecast to please lint | Theo de Raadt |
2005-11-28 | some nice off_t casts to please lint | Theo de Raadt |
2005-11-28 | unused arg in internal static API | Theo de Raadt |
2005-11-28 | ARGSUSED stubs | Theo de Raadt |
2005-11-28 | make Lint prototypes equal; ok millert | Theo de Raadt |
2005-11-27 | Add a cast for (size_t)-1 because we know what we're doing, the ISO std. | Chad Loder |
2005-11-25 | Fix syntax error (missing ')') in #ifdef'ed out code. Spotted by lint. | Kenneth R Westerback |
2005-11-25 | don't ask; ok drahn | Theo de Raadt |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-11-24 | more empty files for lint to chew on (on the vax) | Theo de Raadt |
2005-11-24 | include more architectures in the list (even though some do not compile | Theo de Raadt |
2005-11-23 | an empty stub file for lint: on the vax, lint will chew on this, but avoid it | Theo de Raadt |
2005-11-23 | avoid ' which confuses make depend | Theo de Raadt |
2005-11-20 | Allocate space for profiling data using mmap instead of sbrk. | Todd C. Miller |
2005-11-20 | brk() and sbrk() should use void *, not char *. Note that sbrk() | Todd C. Miller |
2005-11-19 | In count_stmts(), make sure to account for long jump instructions as well, | Aaron Campbell |
2005-11-18 | FIONASYNC -> FIOASYNC | Jason McIntyre |
2005-11-18 | - new sentence, new line | Jason McIntyre |
2005-11-18 | pull in the good bits of libpcap-0.9.4's API without the cross-platform | Damien Miller |
2005-11-17 | Work around a gcc optimization problem. Spotted by biorn@; fix | Otto Moerbeek |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek |
2005-11-16 | CODESET support. okay millert@, otto@ | Marc Espie |
2005-11-15 | Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@ | Otto Moerbeek |
2005-11-15 | Do not clobber errno when calling close(2) in example code. | Otto Moerbeek |
2005-11-15 | Use a forward declaration of struct timespec instead of assuming | Todd C. Miller |
2005-11-14 | clarify the description of append mode; | Jason McIntyre |
2005-11-14 | revert this file to -r1.2, when it was originally written, | Jason McIntyre |
2005-11-14 | use asprintf() | Theo de Raadt |
2005-11-13 | save errno in example code. from mpech@ ok jmc@ | Otto Moerbeek |
2005-11-12 | - note that basename() may modify the string | Jason McIntyre |
2005-11-10 | Use correct size when zeroing fd sets. From Michael Shuldman in PR | Otto Moerbeek |
2005-11-10 | add $OpenBSD$ tags, as requested by dtucker. | Marc Espie |
2005-11-09 | - simplify integer overflow checks. | Niall O'Higgins |
2005-11-06 | - update comments about integer overflows to reflect reality. | Niall O'Higgins |
2005-11-06 | - fix a couple of integer overflows; the only code change so far resulting from | Niall O'Higgins |
2005-11-01 | a bit of rewording; with input from jmc@. | Federico G. Schwindt |
2005-10-31 | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | Brad Smith |
2005-10-31 | add copyright from the original FreeBSD man page. | Brad Smith |
2005-10-30 | Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian | Mark Kettenis |
2005-10-30 | remove trailing spaces; | Jason McIntyre |
2005-10-30 | shuffle some of the function names around into new section names. | Brad Smith |
2005-10-30 | and make sure the header change goes in too. | Brad Smith |
2005-10-30 | Add pthread_atfork(3) | Brad Smith |