]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
This commit was generated by cvs2svn to compensate for changes in r90075,
[FreeBSD/FreeBSD.git] / lib / libc /
2002-02-01 obrienThis commit was generated by cvs2svn to compensate...
2002-02-01 sobomaxThis commit was generated by cvs2svn to compensate...
2002-02-01 roamReturn ENONAME if getaddrinfo() is called with AI_NUMER...
2002-02-01 obrienFixed slipage in editor.
2002-02-01 obrienCut-n-paste in `list' mode considered harmful.
2002-02-01 obrien* Remove __P and convert to ANSI prototypes.
2002-02-01 obrien* Remove __P and convert to ANSI prototypes.
2002-02-01 obrien* Remove 'register'. (some functions had 7+ register...
2002-02-01 obrienFix SCM ID's.
2002-01-31 obrienFix minor style nit.
2002-01-31 jedgarRevert last commit. stdio.h include is for perror...
2002-01-31 sheldonhThis commit was generated by cvs2svn to compensate...
2002-01-31 jedgarstrerror(3) is in string.h, not stdio.h
2002-01-31 bdeFixed world breakage due to missing include of <sys...
2002-01-30 obrienFix FreeBSD IDs.
2002-01-29 jedgarCorrect function's description.
2002-01-28 acheDo not try to convert to char already converted C monet...
2002-01-27 obrienThis commit was generated by cvs2svn to compensate...
2002-01-27 krisThis commit was generated by cvs2svn to compensate...
2002-01-26 jedgaro return EINVAL if acl_to_text() have been sent a NULL...
2002-01-25 dwmaloneUse ctime_r to build the timestamp for syslog, so that...
2002-01-24 dwmaloneThis commit was generated by cvs2svn to compensate...
2002-01-24 phantomget __time_load_locale() prototype from include file...
2002-01-24 phantom* style(9)'fy
2002-01-24 dwmaloneChange brk's prototype from char *brk(const char *...
2002-01-23 ruThe sixth argument to the NET_RT_IFLIST sysctl is actua...
2002-01-22 acheRestore C99 standard conformance information, isblank...
2002-01-22 markmUse the proper type (gid_t) for (group)->gr_gid to...
2002-01-22 ruFix the description of the O_NONBLOCK flag to match...
2002-01-22 ruFix a typo I made in revision 1.5.
2002-01-20 yarMinor typo fix: uquad_t -> u_quad_t.
2002-01-19 dillonI've been meaning to do this for a while. Add an under...
2002-01-18 ruThis commit was generated by cvs2svn to compensate...
2002-01-16 rumdoc(7) police: tidy up OpenBSD fixes.
2002-01-15 nectarThis commit was generated by cvs2svn to compensate...
2002-01-15 mikeAdd a few cleanups from rev 1.1:
2002-01-15 ruThis commit was generated by cvs2svn to compensate...
2002-01-15 mikeo Add prototype for printf(3).
2002-01-15 mikestyle(9)
2002-01-14 ruyp(4) -> yp(8).
2002-01-14 acheThis commit was generated by cvs2svn to compensate...
2002-01-14 cjcMerge some updates and markup fixes from OpenBSD. This...
2002-01-14 dwhiteAdd xref for timeradd(3).
2002-01-11 deischenInclude <stddef.h> to fix build problem when namespace...
2002-01-11 bdeFixed unsorting and splitting of SRCS in previous commit.
2002-01-11 bdeFixed missing backslash in previous commit.
2002-01-11 bdeFixed accumulated unsorting and some other style bugs...
2002-01-11 bdeReplaced bogus cross references by the usual one for...
2002-01-11 bdeRemoved assertion that isblank() conforms to C90 too...
2002-01-11 bdeFixed unsorting of almost all lists in previous commit.
2002-01-11 bdeFixed unsorting of MLINKS in previous commit.
2002-01-10 ruThis commit was generated by cvs2svn to compensate...
2002-01-10 nikRemove assertion that isblank() is in C99, pointed...
2002-01-10 deischenAdd getcontext, setcontext, makecontext, and swapcontex...
2002-01-09 sheldonhDocument behaviour with respect to interval timers.
2002-01-09 rumdoc(7) police: add missing markup bits for ``errno''.
2002-01-09 rumdoc(7) police:
2002-01-09 nikFrom the PR:
2002-01-08 jhbFix some 32/64-bit bugs. IPv4 addresses are 32-bits...
2002-01-07 jedgarCorrect phrase 'get an ACL' to 'set an ACL'.
2002-01-07 psThis commit was generated by cvs2svn to compensate...
2002-01-07 sheldonhThis commit was generated by cvs2svn to compensate...
2002-01-07 ddWe are munmap(2), so there's no need to list ourselves...
2002-01-07 ddNuke the paragraph that says "One can obtain user conne...
2002-01-07 ddSuggest using memmove(3) if src and dst may overlap.
2002-01-06 chrisAll information from the "BUGS" section not belonging...
2002-01-06 chrisAdd new "SECURITY CONSIDERATIONS" sections.
2002-01-05 chrisAdd a new `SECURITY CONSIDERATIONS' section. Sample...
2002-01-05 chrisInclude a section cross-reference to `EXAMPLES' in...
2002-01-05 chrisRemove the example from SECURITY CONSIDERATIONS. This...
2002-01-04 yarMinor grammar and punctuation fixes
2002-01-04 yarState clearly that one should call listen(2) on a socket
2002-01-02 chrisCopy the sample `SECURITY CONSIDERATIONS' section from...
2002-01-01 jakeConnect user trap code to the build.
2002-01-01 jakeAdd libc side of user trap handling.
2001-12-30 acheBack out errno preserving
2001-12-29 jakeMake sure curbrk is well aligned.
2001-12-29 jakeUse jmpbuf offsets, not ucontext_t.
2001-12-29 jakeAdd .register directives for gcc3.
2001-12-29 jake__infinity is not const.
2001-12-29 jakeAdd jmpbuf offsets. Remove ucontext offsets.
2001-12-29 jakeAdd .register directives for gcc3.
2001-12-29 jakeInclude utrap.h for soft trap types.
2001-12-29 jakeWe use HIDENAME(minbrk) on sparc64 too.
2001-12-28 mppAdd xref to jail(2).
2001-12-26 ume- Make it possible to turn on RES_INSECURE[12] with...
2001-12-26 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-25 acheAdd "except the handling of errors" into "equivalent...
2001-12-25 achePreserve errno.
2001-12-24 phantomBack out recent replacement of LC_MESSAGES file with...
2001-12-23 chriso Change the layout of the tagged lists to be like...
2001-12-22 deischenSave and restore t12 in the jmp_buf. t12 is used durin...
2001-12-21 peterThe VM_STACK option is long dead. MAP_STACK is availab...
2001-12-21 phantomSlightly re-work locale messages storage scheme. Before...
2001-12-21 ruThis commit was generated by cvs2svn to compensate...
2001-12-20 phantomstyle(9)'ify
2001-12-20 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-20 phantomAdd my e-mail to copyrights
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-19 jhbDocument that rfork() will return EINVAL if flags not...
next