summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1995-06-18don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminatedcgd
1995-06-16Change return type of {get,set}{domain,host}name() from long to int.jtc
1995-06-16<sys/termios.h> -> <termios.h>jtc
1995-06-16getsubopt() uses strcmp(), so include <string.h>jtc
1995-06-16Use standard conditional for rcsid definition.jtc
1995-06-16Don't cast void functions to void.jtc
1995-06-15don't include <sys/cdefs.h>, it's a 'private' headerjtc
1995-06-14add explicit return typejtc
1995-06-14define __atexit pointerjtc
1995-06-14add extern qualifier to __atexit pointer declarationjtc
1995-06-13Add btree(3) cross reference.jtc
1995-06-12Open with O_NONBLOCK, in case someone tries to open a blocking devicejtc
1995-06-07eliminate the need for some (fatal) casts.cgd
1995-06-07build tags at library build time, not at install time.cgd
1995-06-05Fix typo (Der mouse, PR #1115).pk
1995-06-03Fill in sin_len.mycroft
1995-06-03Fill in sin_len.mycroft
1995-06-03Don't set the rgid or egid. Document this behavior. This is compatible withmycroft
1995-06-02We must do setgid() explicitly now.mycroft
1995-06-01Don't duplicate the primary group. The first member of the groups listjtc
1995-06-01Converted K&R -> ansi.ragge
1995-05-21Use inet_aton(), not inet_addr().mycroft
1995-05-17Modify getpwent() to use __ypparse().mycroft
1995-05-16Use the new ps_strings format.mycroft
1995-05-13strtok replaces the separator character, not the token, with a NUL.jtc
1995-05-13#include appropriate header files to bring prototypes into scopejtc
1995-05-11Winning Strategies has placed this code in the public domain.jtc
1995-05-03Explicitly unblock SIGALRM while waiting.mycroft
1995-05-03m68k sig{set,long}jmp from Henric Jungheim (uhenric@mcl.ucsb.edu) asbriggs
1995-05-03typo: fld_... -> flt_...phil
1995-05-02Enable C and Pig Latin message catalogs.jtc
1995-05-02C and Pig Latin message catalogs for libcjtc
1995-05-02The C Standard says that printf's format string is a multi-bytejtc
1995-05-02Use POSIX tty semantics.mycroft
1995-04-29change some of the rpc "on-the-wire" structures' fields to be explicitly-sizedcgd
1995-04-29functions to set FP exception masks & sticky exceptions. they abort, for now.cgd
1995-04-29get & set FP rounding direction. these actually seem to work.cgd
1995-04-29add entries for the float rounding and exception functionscgd
1995-04-28Winning Strategies has placed this code into the Public Domainjtc
1995-04-28Winning Strategies has placed this code into the Public Domainjtc
1995-04-28$Id: $ -> $NetBSD: $jtc
1995-04-28Winning Strategies has placed this code into the Public Domainjtc
1995-04-28Added __flt_rounds, fp{get,set}round.jtc
1995-04-25The typo police "dase" != "case"christos
1995-04-25Fix typo...christos
1995-04-25Changed abs.S to abs.c for vax.ragge
1995-04-25termios code has been moved to new libc/termios directory.jtc
1995-04-25Initial checkin of termios directory. The code used to be injtc
1995-04-25Handle new termios subdirectory.jtc
1995-04-24Use a switch instead of three if statements in xdr_long() and xdr_u_long(),jtc