summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2005-12-28Remove useless if() introduced by accident in rev 1.3. Checking theTodd C. Miller
2005-12-27Remove unused include, ok miod@Dale Rahn
2005-12-23Prototypes live in <search.h>Todd C. Miller
2005-12-22handle chroot and res_init calls better. diagnosis assistance from otto.Ted Unangst
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-19Missing piece from previous commitTodd C. Miller
2005-12-19Add %hhd to *printf and *scanf as well as %z to *scanf. This wasTodd C. Miller
2005-12-19Use strlcpy() return value in bound check instead of using anTodd C. Miller
2005-12-17Document PT_STEP (better late than never), and group the machine-dependentMiod Vallat
2005-12-16clarify sentence; cannot reuse a stream socket after even trying to do a conn...Theo de Raadt
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-10because lint says so; ok espieTheo de Raadt
2005-12-02never say unsigned; say at least unsigned intTheo de Raadt
2005-11-30know __arm__ tooTheo de Raadt
2005-11-30timezone -> time zoneJason McIntyre
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeOtto Moerbeek
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
2005-11-29Provide stubs for things which are supplied by crt0. I don't think weTheo de Raadt
2005-11-29document KERN_ARND better; ok deraadt@Otto Moerbeek
2005-11-28some nice off_t casts to please lintTheo de Raadt
2005-11-28unused arg in internal static APITheo de Raadt
2005-11-28ARGSUSED stubsTheo de Raadt
2005-11-28make Lint prototypes equal; ok millertTheo de Raadt
2005-11-27Add a cast for (size_t)-1 because we know what we're doing, the ISO std.Chad Loder
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-11-24include more architectures in the list (even though some do not compileTheo de Raadt
2005-11-20Allocate space for profiling data using mmap instead of sbrk.Todd C. Miller
2005-11-20brk() and sbrk() should use void *, not char *. Note that sbrk()Todd C. Miller
2005-11-18FIONASYNC -> FIOASYNCJason McIntyre
2005-11-16CODESET support. okay millert@, otto@Marc Espie
2005-11-15Do not clobber errno when calling close(2) in example code.Otto Moerbeek
2005-11-15Use a forward declaration of struct timespec instead of assumingTodd C. Miller
2005-11-14clarify the description of append mode;Jason McIntyre
2005-11-13save errno in example code. from mpech@ ok jmc@Otto Moerbeek
2005-11-12- note that basename() may modify the stringJason McIntyre
2005-11-10add $OpenBSD$ tags, as requested by dtucker.Marc Espie
2005-10-30Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endianMark Kettenis
2005-10-29rewording; ok millert ottoJared Yanovich
2005-10-29Activate missing wcswidth, as noted by Alexander Bluhm.Marc Espie
2005-10-27remove errors that no longer apply; ok millert, teduJared Yanovich
2005-10-26Always set errno on error. Based on NetBSD. ok jaredy@ pat@Otto Moerbeek
2005-10-26Remove obsolete comment. ok deraadt@Otto Moerbeek
2005-10-26clarifications from ray lai;Jason McIntyre
2005-10-25dont' -> don't in comments;Jason McIntyre
2005-10-20put HISTORY in the right order;Jason McIntyre
2005-10-20A library should not return EFAULT. Just segfault if a bogus orOtto Moerbeek
2005-10-19once again: library routines should not check pointers and what errnoTheo de Raadt
2005-10-19add missing header for HISTORY section; ok jmc awhile agoJared Yanovich
2005-10-19EFAULT corrections; ok millert and ottoJared Yanovich
2005-10-19missing full stopJared Yanovich