Age | Commit message (Expand) | Author |
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-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-11-24 | include more architectures in the list (even though some do not compile | 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-18 | FIONASYNC -> FIOASYNC | Jason McIntyre |
2005-11-16 | CODESET support. okay millert@, otto@ | Marc Espie |
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-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 | add $OpenBSD$ tags, as requested by dtucker. | Marc Espie |
2005-10-30 | Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian | Mark Kettenis |
2005-10-29 | rewording; ok millert otto | Jared Yanovich |
2005-10-29 | Activate missing wcswidth, as noted by Alexander Bluhm. | Marc Espie |
2005-10-27 | remove errors that no longer apply; ok millert, tedu | Jared Yanovich |
2005-10-26 | Always set errno on error. Based on NetBSD. ok jaredy@ pat@ | Otto Moerbeek |
2005-10-26 | Remove obsolete comment. ok deraadt@ | Otto Moerbeek |
2005-10-26 | clarifications from ray lai; | Jason McIntyre |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre |
2005-10-20 | put HISTORY in the right order; | Jason McIntyre |
2005-10-20 | A library should not return EFAULT. Just segfault if a bogus or | Otto Moerbeek |
2005-10-19 | once again: library routines should not check pointers and what errno | Theo de Raadt |
2005-10-19 | add missing header for HISTORY section; ok jmc awhile ago | Jared Yanovich |
2005-10-19 | EFAULT corrections; ok millert and otto | Jared Yanovich |
2005-10-19 | missing full stop | Jared Yanovich |
2005-10-12 | Use queue macros instead of directly accessing fields. ok millert@ | Otto Moerbeek |
2005-10-11 | tidy up examples | Jared Yanovich |
2005-10-10 | Pass local var instead of mp->lqh.cqh_first to CIRCLEQ_REMOVE macro. | Otto Moerbeek |
2005-10-10 | fix a few warnings, keep the crypt stuff for later. | Marc Espie |
2005-10-10 | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. | Marc Espie |
2005-10-09 | ANSI function prototypes in examples; ok otto | Jared Yanovich |
2005-10-07 | Document the recent changes to the multicast routing in the kernel. | Esben Norby |
2005-10-05 | End sentences with a dot | Miod Vallat |
2005-10-05 | Clarify the return value and drop nonapplicable bugs section hastily pasted | Miod Vallat |
2005-10-05 | further knf and cleaning; ok tdeval | Theo de Raadt |
2005-10-05 | first KNF (no binary diffs) | Theo de Raadt |
2005-10-04 | Fix use after free(). Bug found by mpech@; ok deraadt@ | Otto Moerbeek |
2005-10-03 | add struct udf_args; | Jason McIntyre |
2005-10-03 | add missing MLINK for WEXITSTATUS.2 | Jason McIntyre |
2005-10-03 | remove traces of non-existent getfstype() function; | Jason McIntyre |
2005-10-02 | some fixes to the .Nm list: | Jason McIntyre |
2005-10-02 | `ether_addr' is the name of a structure, not a function: remove its MLINK | Jason McIntyre |
2005-10-02 | add missing MLINK for strnunvis.3, introduced -r1.14; | Jason McIntyre |
2005-10-02 | add bf_{ecb,cbc}_{en,de}crypt to the .Nm list; | Jason McIntyre |