summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2006-01-18add a piece of text, copied here so that people can think about it:Theo de Raadt
2006-01-17Include param.h for MAXHOSTNAMELENTodd C. Miller
2006-01-17Include limits.h directly instead of depending on another headerTodd C. Miller
2006-01-17Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-16use standard type uint32_t, instead of BSD-specific u_int32_tMarc Espie
2006-01-15back out previous - imaxabs is already listed;Jason McIntyre
2006-01-14Xr imaxabs()Todd C. Miller
2006-01-14fix the .Fn line; ok millertJason McIntyre
2006-01-14sort SEE ALSO;Jason McIntyre
2006-01-13Pull in inttypes.h, not stdint.h so we get the prototypes forTodd C. Miller
2006-01-13Remove neither documented nor found in any spec ctermid_r() function - ctermid()Miod Vallat
2006-01-13Major version bump to deal with potential fallout from the types changes.Todd C. Miller
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()Todd C. Miller
2006-01-13Use long long and intmax_t instead of quad_t throughout. Adapted inTodd C. Miller
2006-01-10Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)Todd C. Miller
2006-01-10Use localeconv() to get the locale-specific radix char like printf does.Todd C. Miller
2006-01-10Nan and Infinity can be negativeTodd C. Miller
2006-01-08Fix the handling of negative hexadecimal numbers in integer formats.Todd C. Miller
2006-01-07improve the RETURN VALUES section;Jason McIntyre
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06fix the mkstemps .Fn;Jason McIntyre
2006-01-06in code fragment:Jason McIntyre
2006-01-05System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadMark Kettenis
2006-01-05System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadMark Kettenis
2006-01-03Do not overlap flags; problem introduced when new escapes were added.Todd C. Miller
2006-01-01fix desc of struct kevent, OK millert@Marco S Hyman
2005-12-30Currently sys/socket.h needs sys/types.h so add #include <sys/types.h> toClaudio Jeker
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