Remove the unnecessary cast.
[freebsd.git] / lib /
2015-10-03 markjRevert r288628 and instead fix a discrepancy between...
2015-10-03 bdreweryInclude stddef.h for ptrdiff_t
2015-10-03 bdreweryRemove redundant COMPAT_32BIT guard on pkgconfig files...
2015-10-03 hrs- Move PF_LOCAL at the end of the array. PF_INET{...
2015-09-30 jilleswordexp: Rewrite to make WRDE_NOCMD reliable.
2015-09-30 markjMFV r288408:
2015-09-29 bdreweryFix 'ugidfw remove' after r284251 incorrectly changed it.
2015-09-29 delphijIn this context fclose() can never fail, so assert...
2015-09-29 kibAnnotate arm userspace assembler sources stating their...
2015-09-29 delphijUse calloc() instead of malloc + memset.
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 jillesfnmatch(): Remove exponential behaviour as in sh r229201.
2015-09-26 bdreweryAdd missing CLEANFILES.
2015-09-25 bdreweryMETA_MODE: Remove DEP_MACHINE from Makefile.depend...
2015-09-25 bdreweryMETA_MODE: Remove DEP_RELDIR from Makefile.depend files.
2015-09-25 gremboFix non-POSIX-compliant use of getaddrinfo in libfetch
2015-09-24 bdreweryAdd missing CLEANFILES.
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-23 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-23 delphijMFV r288140: update file to 5.25.
2015-09-22 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-22 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-22 rodrigcUse proper function prototype for readdir().
2015-09-22 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-22 bdreweryAvoid adding duplicates into OBJS. bsd.lib.mk already...
2015-09-21 bdreweryFix installation of 32bit libraries after r288074.
2015-09-21 bdreweryReplace realinstall: and META_MODE staging hacks with...
2015-09-21 desRestore the upstream (and documented) behavior of searc...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcRemove names from some prototypes
2015-09-20 rodrigcRemove names from some prototypes
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcUse ANSI C prototypes. Eliminates -Wold-style-definiti...
2015-09-20 rodrigcRemove names from some prototypes
2015-09-20 rodrigcRemove names from some prototypes
2015-09-20 rodrigcRemove names from prototypes
2015-09-20 rodrigcAdd include for declaration of _set_tp(). Eliminates...
2015-09-20 rodrigcAdd declarations to eliminate -Wmissing-prototypes...
2015-09-20 rodrigcUse ANSI C prototypes.
2015-09-20 rodrigcAdd declaration to eliminate -Wmissing-prototypes warning
2015-09-20 rodrigcAdd declarations to netdb_private.h to eliminate -Wmiss...
2015-09-20 rodrigcAdd declarations to eliminate -Wmissing-prototypes...
2015-09-20 rodrigcDefine _NS_PRIVATE to make declarations visible.
2015-09-20 rodrigcAdd missing includes to eliminate -Wmissing-prototypes...
2015-09-20 rodrigcAdding missing declarations to eliminate -Wmissing...
2015-09-20 rodrigcAdd missing include to eliminate -Wmissing-prototypes...
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 bdreweryReplace beforeinstall: handling with FILES.
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-08 kibStyle. Use ANSI definition, wrap long lines, no initia...
2015-09-08 kibIn the pthread_once(), if the initializer has already...
2015-09-07 dimIn libz's inflateMark(), avoid left-shifting a negative...
2015-09-04 delphijMFV r287451 + 287452: file 5.24 + fix for bin/181436.
2015-09-04 delphijExpose an interface to determine if an ACE is inherited.
2015-09-03 cemDetect badly behaved coredump note helpers
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 emasteEnable libproc symbol_lookup tests on arm64
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...
next