]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Add declaration to eliminate -Wmissing-prototypes warning
[FreeBSD/FreeBSD.git] / lib / libc /
2015-09-20 rodrigcAdd declaration to eliminate -Wmissing-prototypes warning
2015-09-20 rodrigcAdd declarations to eliminate -Wmissing-prototypes...
2015-09-20 rodrigcAdding missing include to eliminate -Wmissing-prototype...
2015-09-20 rodrigcAdd declarations to eliminate -Wmissing-prototypes...
2015-09-20 rodrigcAdd declarations to eliminate -Wmissing-prototypes...
2015-09-20 rodrigcAdd declaration to eliminate -Wmissing-prototypes warning.
2015-09-20 rodrigcAdd missing include to eliminate -Wmissing-prototypes...
2015-09-20 rodrigcAdd missing includes to eliminate -Wmissing-prototypes...
2015-09-20 hrsAdd PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):
2015-09-19 jilleslibc: Consistently call _ioctl() internally, not ioctl().
2015-09-18 delphijThere is no HP 300 support in FreeBSD anymore, so remov...
2015-09-18 traszKernel part of reroot support - a way to change rootfs...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-17 bdreweryUpdate META_MODE dependencies.
2015-09-14 rodrigcUse unsigned variables in a few places.
2015-09-14 rodrigcUse ANSI C prototypes.
2015-09-13 jillesdb/recno: Open with close-on-exec like btree and hash do.
2015-09-13 jillessetuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 markjRemove the v_cache_min and v_cache_max sysctls. They...
2015-09-10 tuexenZero out a local variable also when PURIFY is not defined.
2015-09-09 hrs- Fix SIGSEGV when sa == NULL. NULL check in getnamein...
2015-09-08 andrewEnable mincore_test on arm64, we now have a working...
2015-09-08 traszMake it possible to use acl_create_entry_np(3) to use...
2015-09-04 delphijExpose an interface to determine if an ACE is inherited.
2015-09-03 traszFix acl_strip_np(3) breakage introduced in r279962.
2015-09-03 traszFix the way acl_init(3) uses posix_memalign(3) - the...
2015-09-02 hrs- snprintf() returns at most size-1 of the chars printe...
2015-09-01 kibFix t_spawnattr test for attributes handling by posix_s...
2015-09-01 rodrigcUse unsigned variable.
2015-09-01 rodrigcUse ANSI C prototypes.
2015-09-01 hrsPrint sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa...
2015-09-01 rodrigcUse correct function prototype for signal handler.
2015-09-01 rodrigcUse ANSI C prototypes.
2015-09-01 rodrigcMark unused parameters to reduce gcc 4.9 warnings.
2015-09-01 rodrigcUse ANSI C prototypes.
2015-08-31 rodrigcInclude stdlib.h to get devname() prototype.
2015-08-30 kibFix a mistake in r287292. Despite correctly stating...
2015-08-29 kibSwitch libc from using _sig{procmask,action,suspend...
2015-08-26 delphijReplace strndup with OpenBSD's implementation.
2015-08-25 edMake UTF-8 parsing and generation more strict.
2015-08-24 delphijInstead of doing an no-op (|= 0), actually clear the...
2015-08-24 araujoFix spelling.
2015-08-24 araujoUpdate bzero(3) manpage to following the Posix Standard.
2015-08-21 bjkEditing pass on procctl.2
2015-08-20 kibIf process becomes reaper (procctl(PROC_REAP_ACQUIRE...
2015-08-20 andrewAdd the definitions of __infinity and __nan.
2015-08-20 cemgetrlimit.2: Document RSS, AS/VMEM limit behavior more...
2015-08-19 jilleswordexp(): Improve some error codes.
2015-08-18 delphij - ANSIfy
2015-08-18 jilleswordexp(3): Update man page for no longer using the...
2015-08-18 jasoneAdd missing sdallocx updates and remove *allocm manpage...
2015-08-18 jasoneUpdate jemalloc to version 4.0.0.
2015-08-17 emasteOn arm64 disable three tests that hang or panic
2015-08-16 jilleswordexp(): Stop using the undocumented wordexp builtin.
2015-08-14 pfgRemove a stale comment and clarify the original where...
2015-08-14 pfgMove the stack protector to a new "secure" directory
2015-08-14 araujoMake clear the bcopy(3) manpage regards when it was...
2015-08-13 araujoRemove the mention of memcpy(3) that is build on top...
2015-08-12 araujoDescribe that bcopy(3) is deprecated and marked as...
2015-08-11 jillesFix and re-enable UTF-8 tests.
2015-08-11 baptActually disable the invalid test
2015-08-09 baptRemove 5 and 6 bytes sequences which are illegal in...
2015-08-08 baptRemove 5 and 6 bytes sequences which are illegal in...
2015-08-05 edMake it possible to implement poll(2) on top of kqueue(2).
2015-08-04 kibCopy the fencing of the algorithm to do lock-less updat...
2015-08-02 jhbFix a couple of markup typos.
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-28 bdreweryunlink(2): Note the possibility for ENOSPC to be return...
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-27 edMake shutdown() return ENOTCONN as required by POSIX...
2015-07-25 traszUpdate Capsicum and Mandatory Access Control manual...
2015-07-25 delphijDocument the fact that system(3) can easily be misused...
2015-07-24 traszAdd missing capitalization.
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-21 pluknetAdd missing priority argument in example code in BUGS...
2015-07-18 kibThe si_status field of the siginfo_t, provided by the...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-12 alcCorrect the description of MADV_DONTNEED. Specifically...
2015-07-11 adrianAdd an initial NUMA affinity/policy configuration for...
2015-07-11 baptSince sh(1) now supports mulitbyte (only UTF-8) clarify...
2015-07-10 andrewAdd support for makecontext. This supports up to 8...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 traszFix markup.
2015-07-07 traszRemove reboot.S (part of libc). It's not needed and...
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-06 andrewAdd hton and ntoh to the arm64 Symbols.map file, they...
2015-07-06 pkelseyFix sysctl(3) so it returns the intended values for...
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 oshogboAdd fdclose(3) function.
2015-07-03 kibGrammar and language fixes.
2015-07-02 andrewCleanup brk and sbrk to use the same code to find curbr...
2015-06-30 kibDocument x86 machine-specific ptrace(2) requests. ...
2015-06-25 andrewImplement fpgetmask, it's needed by Python.
2015-06-25 andrewExport __flt_rounds from the arm64 libc.so
2015-06-24 andrewImplement fpsetmask. Some third-party software makes...
2015-06-24 andrewSet the alignment of the setjmp magic values correctly...
next