]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
- Strip trailing CRs
[FreeBSD/FreeBSD.git] / lib / libc /
2009-11-08 gabor- Strip trailing CRs
2009-11-08 gabor- Update Ukranian catalog
2009-11-06 edAdd MAP_ANONYMOUS.
2009-11-02 bruefferUse our canonical .Dd format.
2009-11-02 cpercivaAttempt to reduce accidental foot-shooting by pointing...
2009-10-28 kibMove pselect(3) man page to section 2.
2009-10-27 kibCommit libc files missed in r198508
2009-10-27 kibCurrent pselect(3) is implemented in usermode and thus...
2009-10-23 jilleswordexp(3): fix some bugs with signals and long outputs
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-13 jillesMake getcwd(3) faster, simpler and more compliant using...
2009-10-13 rwatsonAdd C message catalogue entries for newer errnos: EBADM...
2009-10-11 jillesMake openat(2) a cancellation point.
2009-10-11 kibIn nanosleep(2), note that the calling thread is put...
2009-10-11 dasDocument errno codes added in r144530.
2009-10-07 rwatsonAdd a new errno, ENOTCAPABLE, to be returned when a...
2009-10-06 rwatsonAdd basename_r(3) to complement basename(3). basename_...
2009-10-05 delphijfts_open() requires that the list passed as argument...
2009-10-05 edwinModified locale(1) to be able to show the altmon_X...
2009-10-04 dasBetter glibc compatibility for getline/getdelim:
2009-10-01 marcusCorrect the pthread stub prototype for pthread_mutexatt...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-28 delphijAdd two new fcntls to enable/disable read-ahead:
2009-09-27 gabor- Add Galician NLS catalog
2009-09-26 alcMake malloc(3) superpage aware. Specifically, if getpa...
2009-09-21 alcCorrect a section name; specifically, "AUTHOR" should...
2009-09-19 alcAdd getpagesizes(3). This functions either the number...
2009-09-18 bruefferFix setfib(1) section number.
2009-09-17 kanMake libc.a provide __stack_chk_fail_local weak alias...
2009-09-16 ddsFix an off-by-one error in the marking of the O_CH...
2009-09-16 ddsAdd a couple of debugging statements.
2009-09-16 ssonAdd EV_RECEIPT to kevents.
2009-09-16 ssonAdd the EV_DISPATCH flag to kevents.
2009-09-16 ssonAdd EVFILT_USER to kevents.
2009-09-15 ddsAdd two test cases from PR 130504.
2009-09-14 edwinImprove the way failure of pthread_key_create() gets...
2009-09-13 deischenBump our namespace version for 9.0.
2009-09-11 jkimMFV: r196804
2009-09-09 edMake the description of `b' a little better.
2009-09-09 phkRevert r196976, now that <machine/param.h> behaves...
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 phkAdd necessary include
2009-09-06 pjdSynchornize description in manual page with strerror...
2009-09-05 kibHandle zero size for posix_memalign. Return NULL or...
2009-09-04 desLet the armchair generals handle this one.
2009-09-03 desDocument the need for a cast when passing a char to...
2009-09-02 acheUse (unsigned char) cast for ctype macro
2009-09-01 traszFix regression introduced with NFSv4 ACL support -...
2009-08-29 kientzleStyle: Remove trailing whitespace.
2009-08-24 delphijConsider flag == 0 as the same of flag == R_NEXT. ...
2009-08-24 edOur implementation of granpt(3) could be valid in the...
2009-08-12 rwatsonUpdate posix1e-related man pages, especially as relates...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-26 alcEliminate a stale paragraph from the BUGS section....
2009-07-22 kensmithIt is believed the last subsystem that limited ID sizes...
2009-07-19 jillesCorrect AT_SYMLINK_FOLLOW flag name in linkat(2) man...
2009-07-17 kibImplement RTLD_NOLOAD flag for dlopen(3).
2009-07-14 kanSecond attempt at eliminating .text relocations in...
2009-07-14 jhb- Change mmap() to fail requests with EINVAL that pass...
2009-07-14 traszAdd missing MLINKS for acl_{get,set}_link_fd(3).
2009-07-13 traszMove msg{snd,recv,get,ctl} manual pages from section...
2009-07-12 edFix fwrite() to return 0 when size or nmemb are zero.
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-08 traszThere is an optimization in chmod(1), that makes it...
2009-07-05 pjd- Don't suggest opening file for writing in preparation...
2009-06-30 traszMake it clear where to look for for protocol-specific...
2009-06-29 kibMake the structure definitions in the man pages match...
2009-06-29 kanBack out previous revision until better tested fix...
2009-06-28 kanEliminate .text relocations in shared libraries compile...
2009-06-25 delphijImplement %z for strptime.
2009-06-25 traszFix acl_set_fd(3) and acl_get_fd(3) for cases where...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 traszManual page tweaks.
2009-06-25 traszFix c194955 - somehow I managed all the new files,...
2009-06-25 traszBump manual page timestamps.
2009-06-25 traszAdd NFSv4 ACL support to libc.
2009-06-24 delphijLock around access to nc_file and netconfig_info (...
2009-06-24 jhbChange the ABI of some of the structures used by the...
2009-06-24 delphijUpdate SCCS IDs for Berkeley DB 1.86 merge.
2009-06-24 delphijstyle: operators should appear at the line end if we...
2009-06-23 delphijUse const instead of __const, and merge the license...
2009-06-23 edwinRemove duplicate if-statement on gmt_is_set in gmtsub().
2009-06-23 kibUsermode portion of the support for swap allocation...
2009-06-23 jamieAdd a limit for child jails via the "children.cur"...
2009-06-23 edRemove unneeded stdlib directories.
2009-06-23 edSimplify. We can just use .sinclude here.
2009-06-23 edRemove hand-written labs/abs implementations. GCC is...
2009-06-22 edRemove unneeded stores back into the function arguments.
2009-06-21 stas- Eliminate extra subcs instruction. I have not notice...
2009-06-21 stas- Fix strncmp on arm. Return 0 as result without perfor...
2009-06-19 brooksRework the credential code to support larger values...
2009-06-19 brooksIn preparation for raising NGROUPS and NGROUPS_MAX...
2009-06-18 kanRe-do r192913 in less intrusive way. Only do IP_RECVDST...
2009-06-17 jhbRetire the unused stub for the nfsclnt() system call.
2009-06-15 edAdd revoke(1).
2009-06-15 jhbAdd a new 'void closefrom(int lowfd)' system call....
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-09 delphijSpacing fixes. No actual change.
2009-06-08 kanDo not attempt to set source address on outgoing messages
2009-06-02 jkimMFV: ACPICA 20090521
next