summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
1996-12-10"the the" purgeTheo de Raadt
1996-12-10avoid close(-1) casesTheo de Raadt
1996-12-10use MAXHOSTNAMELENTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-054.4lite2, safely uses malloc, with freebsd fixes tooTheo de Raadt
1996-12-04change open of /dev/tty to "r+" rather than "w+". if /dev/tty ischuck
missing there is no point creating a plain text file to replace it. (related to a problem jkatz had)
1996-12-04fix big endian; Encode/DecodeTheo de Raadt
1996-12-04formatting errorTheo de Raadt
1996-12-03never bitch about first failureTheo de Raadt
1996-12-03s/host/domain/Theo de Raadt
1996-11-29use types.h rather than machine/endian.h. Latest htonl changes need thatimp
1996-11-27Fix file descriptor leak on error. Noticed by bitblt.Todd C. Miller
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-2464-bit cleanup + pedantic -W flagsNiklas Hallqvist
1996-11-24more 64bit fixesNiklas Hallqvist
1996-11-2364 bit cleanNiklas Hallqvist
1996-11-22removed plus sign from start of linekstailey
1996-11-19Formatting error spotted by TheoTodd C. Miller
1996-11-14sys/types.h will serve us better than machine/endian.h.etheisen
1996-11-14Missed one cast.etheisen
1996-11-14memcpy needs string.h.etheisen
1996-11-14memcpy needs string.h.etheisen
1996-11-14More Alpha casts.etheisen
1996-11-14Cast better for the alpha.etheisen
1996-11-14memcpy needs proto from string.h.etheisen
1996-11-14Include <machine/types.h> for now.etheisen
1996-11-13Bad include directive.etheisen
1996-11-13Merge to NetBSD, added RCSidsNiklas Hallqvist
1996-11-13Sync to NetBSD + fixup RCS IDsNiklas Hallqvist
1996-11-13Move RCSid upNiklas Hallqvist
1996-11-13Sync with kernel, from NetBSDNiklas Hallqvist
1996-11-13va_list is *not* void* all over...Niklas Hallqvist
1996-11-02missing ,Theo de Raadt
1996-11-02Fix occurrence of toupper -> tolower in "SEE ALSO" section.Todd C. Miller
1996-11-01explain better how to make exportable binsTheo de Raadt
1996-10-30iUpdate to pass FIPS 151-2 testsThorsten Lockert
1996-10-29typo.michaels
1996-10-29typoTheo de Raadt
1996-10-29POSIX compliance.Todd C. Miller
1996-10-28Deal correctly with time zonesThorsten Lockert
1996-10-28Verify that file pointer is writableThorsten Lockert
1996-10-28remove(3) should be able to remove empty directoriesThorsten Lockert
1996-10-27exec[lv]p() shall return ENOENT for empty path namesThorsten Lockert
1996-10-27Added OLF capability.etheisen
1996-10-27be careful in the non-setuid case too, what the heckTheo de Raadt
1996-10-27Set errno to EBADF when attempting to write to a file pointer opened read-onlyThorsten Lockert
1996-10-26Manpage update to match changed functionality; by alex@FreeBSD.orgThorsten Lockert
1996-10-26Need <errno.h>Thorsten Lockert
1996-10-26Set errno when trying to write to a read-only streamThorsten Lockert
1996-10-25add declJason Downs