summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
1999-03-29initgroups(3) should not spew to stderr; giles@nemeton.com.auTodd C. Miller
Also document the NGROUPS limit.
1999-03-26use stdlib; millertTheo de Raadt
1999-03-23Clarify realloc return valueTodd C. Miller
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-12Fixes to the currently unused PIC support in the powerpc asm files.Dale S. Rahn
contact rahnds@openbsd.org before attempting to use this funcationality.
1999-03-12formattingPaul Janzen
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-10Daylight Saving Time, not savingsPaul Janzen
1999-03-09Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returnsPaul Janzen
-1 for calendar times that cannot be represented.
1999-03-06add examplesTodd C. Miller
1999-03-06typoTodd C. Miller
1999-03-05better examples section wrt strncpy()Todd C. Miller
1999-03-05fix umount references; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-03-04add .Nd and a DESCRIPTION section; karls@inet.noAaron Campbell
1999-03-02EACESS -> EACCES; garath@code.ridgefield.orgAaron Campbell
1999-03-02describe some additional things many people do not knowTheo de Raadt
1999-03-02doc timer{clear,add,sub,cmp,isset}Theo de Raadt
1999-03-02getservbyport() takes a network byte order port #Theo de Raadt
1999-03-01talk about positional arguments and sizes; james@oaktree.co.ukTheo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1999-02-26Add EMLINK error messageConstantine Sapuntzakis
1999-02-26Use .Fn for dbopen() declaration and add from Dv for NULLTodd C. Miller
1999-02-26.Ar -> .Fa and NULL is DvTodd C. Miller
1999-02-26convert to mdoc, document changes from db 1.8.6Todd C. Miller
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1999-02-25Don't segfault when sysctl failsArtur Grabowski
1999-02-25constify getcap(3). This fixes a warning in libcurses and doesn'tTodd C. Miller
really change the API since those parameters that was been constified really are not modified by getcap(3) routines.
1999-02-24stderr is not always unbuffered... only initially; kleinkTheo de Raadt
1999-02-17more errno values are possible; jon@oaktree.co.ukTheo de Raadt
1999-02-16mandoc versionTheo de Raadt
1999-02-16real dbm_rdonlyTodd C. Miller
1999-02-16kludge to get rid of dbm_rdonly not being definedimp
1999-02-16daemon returns intTheo de Raadt
1999-02-16localtime is in /etcTheo de Raadt
1999-02-15must include <sys/types.h> before <sys.socket.h>Todd C. Miller
1999-02-15sendto(2) takes a socklen_t as wellTodd C. Miller
1999-02-15socklen_t is used in struct msghdr and struct cmsghdrTodd C. Miller
1999-02-15Use and document socklen_tTodd C. Miller
1999-02-15 o Minor changes from db.1.86 (sleepycat). Does not include the new hashTodd C. Miller
routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage
1999-02-12Mention that MD4 is pretty much broken, and MD5 may follow. A coupleAngelos D. Keromytis
more references to the attacks. From FreeBSD.
1999-02-12It's always a good idea to test those last minute changes to make sure they ↵Todd C. Miller
compile...
1999-02-12add old dbm-compatible interface from db-1.86 with minor changes by me ↵Todd C. Miller
(needs a man page)
1999-02-09Fixed brk() and sbrk(). Removal of old mvme88k dir.Steve Murphree
1999-02-05support MSG_BCAST and MSG_MCASTTheo de Raadt
1999-02-04END -> SYSEND (typo fix)David Leonard
1999-02-04correct clnt_control() args; alex@freebsdTheo de Raadt
1999-02-03wrong ret type for write define (millert@)David Leonard
1999-02-02typoDavid Leonard
1999-02-01Should be taken care of but make it obviousPer Fogelstrom