Age | Commit message (Expand) | Author |
2005-12-28 | Remove useless if() introduced by accident in rev 1.3. Checking the | Todd C. Miller |
2005-12-27 | Remove unused include, ok miod@ | Dale Rahn |
2005-12-23 | Prototypes live in <search.h> | Todd C. Miller |
2005-12-22 | handle chroot and res_init calls better. diagnosis assistance from otto. | Ted Unangst |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-12-19 | Missing piece from previous commit | Todd C. Miller |
2005-12-19 | Add %hhd to *printf and *scanf as well as %z to *scanf. This was | Todd C. Miller |
2005-12-19 | Use strlcpy() return value in bound check instead of using an | Todd C. Miller |
2005-12-17 | Document PT_STEP (better late than never), and group the machine-dependent | Miod Vallat |
2005-12-16 | clarify sentence; cannot reuse a stream socket after even trying to do a conn... | Theo de Raadt |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-10 | because lint says so; ok espie | Theo de Raadt |
2005-12-02 | never say unsigned; say at least unsigned int | 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 | 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 |