]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Disable support for compat syscalls on arm64. These symbols were never
[FreeBSD/FreeBSD.git] / lib / libc /
2016-04-06 andrewDisable support for compat syscalls on arm64. These...
2016-04-04 acheSJIS encoding don't have single byte characters >= 224
2016-04-04 acheEUC-type encodings don't have single byte characters...
2016-03-31 brooksDocument KTRFAC_FAULT and KTRFAC_FAULTEND.
2016-03-31 bdreweryWITHOUT_TOOLCHAIN: Skip building of h_raw.
2016-03-31 bdreweryWITHOUT_TOOLCHAIN: Fix build of rtld.
2016-03-30 emastelibc: stop exporting cerror
2016-03-30 pfgfreopen(3): prevent uninitialized errno.
2016-03-30 pfgfreopen(3): prevent uninitialized errno.
2016-03-30 pfgfreopen(3): prevent uninitialized errno.
2016-03-28 traszFix bunch of .Xrs.
2016-03-26 bdreweryImplement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.
2016-03-24 emastelibc: stop exporting curbrk and minbrk in the private...
2016-03-21 jhbFully handle size_t lengths in AIO requests.
2016-03-18 julianUse the right argumant name
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-15 emastelibc: don't build compat functions if building WITHOUT_...
2016-03-12 jhbRemove Symbol.map entries for old AIO system calls...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-09 bdreweryDIRDEPS_BUILD: Connect MK_TESTS.
2016-03-09 bdreweryFix and connect setjmp test.
2016-03-09 traszFix spelling of MAXNAMLEN.
2016-03-08 emastelibc/{i386,amd64}: Do not export .cerror when building...
2016-03-06 jilleslibc: Add some tests for memcmp().
2016-03-06 lidlAllow O_CLOEXEC to be used in dbopen() flags
2016-03-05 dimMerge ^/head r296369 through r296409.
2016-03-05 pfgStray tabs and spaces.
2016-03-04 pfgWork around aliasing issues detected in modern GCC.
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 pfgmbtowc(3): set errno to EILSEQ if an incomplete charact...
2016-02-29 jasoneUpdate jemalloc to 4.1.0.
2016-02-29 traszkenv(8) -> kenv(1)
2016-02-29 traszsysconf(2) -> sysconf(3)
2016-02-29 traszsendmsg(3) -> sendmsg(2)
2016-02-29 traszFix typos in .Xrs.
2016-02-26 pfgRPC: update the getrpcbyname() definition to include...
2016-02-26 bdreweryMake it clear that the "size" argument is for the dst...
2016-02-26 nwhitehornMake unions in PowerPC libc endian-safe.
2016-02-26 pfgrpc: fix failure to clear string by passing the wrong...
2016-02-25 oshogboConvert casperd(8) daemon to the libcasper.
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-24 bdreweryDIRDEPS_BUILD: Regenerate without local dependencies.
2016-02-24 pfgdb(3): Fix aliasing warnings from modern GCC.
2016-02-24 pfgdb(3): Fix aliasing warnings from modern GCC.
2016-02-23 dwmaloneIf we close or sync a hash-based db file, make sure...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-19 kevloRemove sys/types.h
2016-02-18 bjkBump .Dd for r295764
2016-02-18 sobomaxRight now, the "virtual hole" API feature of lseek...
2016-02-18 emasteRemove dd xfer stats emitted during buildworld
2016-02-17 bdreweryFix build race after r295643.
2016-02-15 pfgfputs: Return the number of bytes written.
2016-02-15 pfggetln: We cannot expand the buffer beyond INT_MAX.
2016-02-15 pfgfputs: Return the number of bytes written.
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-10 jamieRemove man page references to rndassociates.com, which...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-08 markjFix the gcc build after r295407.
2016-02-08 kibIf libthr.so is dlopened without RTLD_GLOBAL flag,...
2016-02-07 jillessemget(2): Add missing [EINVAL] conditions.
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-04 jgh- connect(2) Clarify namelen
2016-02-02 bdreweryMove logic to destroy a struct catentry to its own...
2016-01-30 sobomaxThis seems like a very trivial bug that should have...
2016-01-29 kibAdd implementations of sendmmsg(3) and recvmmsg(3)...
2016-01-29 brooksUse intptr_t note ptrdiff_t when storing flags in the...
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 bdreweryReplace nslexer.l->nslexer.c custom rule with a -D...
2016-01-27 bdrewerynslexer.c does not depend on nsparser.h.
2016-01-27 bdreweryRemove excess whitespace
2016-01-26 kibRestore flushing of output for revoke(2) again. Docume...
2016-01-26 dimMerge ^/head r294599 through r294776.
2016-01-25 bdreweryReplace .CURDIR with SRCTOP to respect LIBC_SRCTOP...
2016-01-24 tuexensctp_sendx() needs to provide the assoc_id back.
2016-01-24 sobomaxFix bug in the readpassphrase(3) function, which can...
2016-01-24 tuexensctp_sendv() needs to fill in the association id on...
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 wblockAdd a standards compliance note for strtok_r as suggest...
2016-01-22 jillessem: Don't free nameinfo that is still in list when...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-21 brooksReplace the last non-optional use of sbrk() in the...
2016-01-21 brooksFix the implementations of PSEUDO_NOERROR and PSEUDO.
2016-01-20 bdreweryAdd .NOMETA missed in r291320.
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 joelmdoc: sort Xr
2016-01-18 brFix compilation on MIPS (typo introduced in r294227).
2016-01-17 jillesutimensat(2): Correct description of [EINVAL] error.
2016-01-17 brBring in initial libc and libstand support for RISC-V.
2016-01-15 baptUpdate mandoc to 20160116
2016-01-15 dimMerge ^/head r293850 through r294089.
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-14 edRemove an unneeded assignment of the return value.
next