]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Use checkyesno instead of rolling my own..
[FreeBSD/FreeBSD.git] / lib / libc /
2016-10-22 Justin HibbitsReduce code duplication between powerpc and powerpcspe
2016-10-22 Baptiste DaroussinImport tzdata 2016h
2016-10-22 Justin Hibbitsptrace.S is not needed, libc/sys/ptrace.c exists already.
2016-10-22 Justin HibbitsCreate a new MACHINE_ARCH for Freescale PowerPC e500v2
2016-10-21 Enji CooperOnly build lib/libc/tests/iconv if MK_ICONV != no
2016-10-17 John BaldwinUse 'cmd' rather than 'command' to match the function...
2016-10-15 Ed SchoutenImprove phrasing of the STANDARDS section.
2016-10-14 Alexander MotinMFV r307314:
2016-10-14 Alexander MotinMFV r307313:
2016-10-13 Ed SchoutenImprove typing of POSIX search tree functions.
2016-10-13 Ruslan BukinFix typos: use correct string format and value to compare.
2016-10-13 Ruslan BukinFix strchr, strrchr implementation: convert c to char
2016-10-13 Martin MatuskaMFV r307214:
2016-10-12 Ed MasteAdd comment on use of abort() in libc
2016-10-12 Ruslan BukinAdd different libc ldscript: the one without libssp --
2016-10-11 Konstantin BelousovCorrect indent.
2016-10-11 Konstantin BelousovFill msg_len for the initial element of msgvec.
2016-10-08 Baptiste DaroussinImport tzdata 2016g
2016-10-06 Bryan DreweryImprove grammar.
2016-10-05 Ed Masteabort in srandomdev if kern.arandom sysctl fails
2016-10-04 Jung-uk KimMFV: r306687
2016-10-04 Jung-uk KimMerge ACPICA 20160930.
2016-10-04 Martin MatuskaMFV r306669:
2016-10-03 Ed SchoutenRemove setkey(), encrypt(), des_setkey() and des_cipher().
2016-10-03 Ed Mastelibc arc4_stir: use only kern.arandom sysctl
2016-10-01 Baptiste DaroussinImport libucl 20160812
2016-09-30 Baptiste DaroussinImport dma 20160929
2016-09-30 Conrad Meyeropen.2: Document Capsicum behavior
2016-09-30 Konstantin BelousovReword the statement.
2016-09-30 Konstantin BelousovAdd an article.
2016-09-30 Dag-Erling SmørgravReinstate Xr macros that were accidentally removed...
2016-09-30 Dag-Erling SmørgravMinor markup and wording fixes.
2016-09-30 Dag-Erling SmørgravAfter perusal of the documentation and some experimenta...
2016-09-30 Dag-Erling SmørgravFormat the table correctly, using cell separators inste...
2016-09-29 Dag-Erling SmørgravUpgrade to Unbound 1.5.10.
2016-09-29 Alexander MotinMFV r306423: 7402 Create tunable to ignore hole_birth...
2016-09-28 Alexander MotinMFV r306422: 7254 ztest failed assertion in ztest_datas...
2016-09-27 Konstantin BelousovEditing fixes for r306257, documentation for trapcap.
2016-09-27 Ruslan BukinMark SSP broken on MIPS.
2016-09-26 Pedro F. Giffunihash(3): protect in-memory page when using cross-endian...
2016-09-26 Ruslan BukinDon't build SSP tests on MIPS as we dont have stack...
2016-09-26 Jung-uk KimMerge OpenSSL 1.0.2j.
2016-09-26 Konstantin BelousovDocument thr_suspend(2) and thr_wake(2).
2016-09-26 Pedro F. Giffunibtree(3): don't shortcut closing if the metadata is...
2016-09-23 Konstantin BelousovDocument r306081, i.e. procctl(PROC_TRAPCAP) and sysctl...
2016-09-22 Warner LoshRevert and redo r306083.
2016-09-22 Jung-uk KimMerge OpenSSL 1.0.2i.
2016-09-21 Conrad Meyerposix_openpt.2: Sort includes per style(9)
2016-09-21 Andrey A. Chernov1) For already non-standard %z extension implement...
2016-09-21 Andrew TurnerUpdate the device tree source files to a Linux 4.7-RC.
2016-09-21 Andrey A. Chernov1) Microoptimize %p case.
2016-09-19 Andrew TurnerAttach the cortex strings library to the build. Only...
2016-09-19 Andrew TurnerImport the Linaro Cortex Strings library into contrib.
2016-09-19 Enji CooperRe-add PACKAGE=> tests to lib/libc/tests/net/getaddrinf...
2016-09-19 Eric BadgerAdd manpage for rctl_* system calls
2016-09-18 Ed SchoutenReplace dirname(3) by a copy that complies to POSIX.
2016-09-18 Enji CooperSimilar to r305920, remove spurious newlines from ATF_R...
2016-09-18 Enji CooperRemove spurious newlines from atf_tc_fail calls
2016-09-18 Enji CooperDon't define PACKAGE in lib/libc/tests/{iconv,net/getad...
2016-09-16 Marcel MoolenaarWhen MAKEOBJDIRPREFIX points to a case-insensitive...
2016-09-14 Martin MatuskaMFV r305816:
2016-09-11 Ed Mastecap_enter.2: describe flag returned by cap_getmode
2016-09-09 Brooks DavisFix spelling in comment.
2016-09-09 Simon J. GerratyUpdate to bmake-20170818
2016-09-08 Brooks DavisReduce duplicate NOASM and PSEUDO definitions
2016-09-08 Jilles Tjoelkerintro(2),_exit(2): Update for reaper (procctl(PROC_REAP...
2016-09-07 Alexander MotinMFV r305562: 7259 DS_FIELD_LARGE_BLOCKS is unused
2016-09-07 Alexander MotinMFV r305560: 7278 tuning zfs_arc_max does not impact...
2016-09-06 Wojciech MacekUpdate Annapurna Alpine HAL to a newer version.
2016-09-06 Enji CooperInstall h_db to unbreak some of the lib/libc/db testcas...
2016-09-05 Martin MatuskaMFV r305420:
2016-09-05 Andrey A. ChernovFix error handling.
2016-09-05 Andrey A. ChernovFix n == 1 case. Here should be no physical read (fill...
2016-09-05 Andrey A. Chernov1) Prevent out of bounds access to ws[-1] (passed buffe...
2016-09-05 Andrey A. ChernovFix errors handling.
2016-09-04 Dag-Erling SmørgravUpgrade to Unbound 1.5.9.
2016-09-03 Enji CooperUpdate contrib/netbsd-tests with new content from NetBSD
2016-09-03 Alexander MotinMFC r305337: 7004 dmu_tx_hold_zap() does dnode_hold...
2016-09-03 Alexander MotinMFV r305336: 7247 zfs receive of deduplicated stream...
2016-09-03 Alexander MotinMFV r305335: 7003 zap_lockdir() should tag hold
2016-09-03 Alexander MotinMFV r304157:
2016-09-03 Alexander MotinMFV r304156: 7235 remove unused func dsl_dataset_set_blkptr
2016-09-03 Alexander MotinMFV r304159: 7277 zdb should be able to print zfs_dbgmsg's
2016-09-03 Alexander MotinMFV r304155: 7090 zfs should improve allocation order...
2016-09-03 Alexander MotinMFV r303081: 7163 ztest failures due to excess error...
2016-09-03 Alexander MotinMFV r303080: 6451 ztest fails due to checksum errors
2016-09-03 Alexander MotinMFV r303079:
2016-09-03 Alexander MotinMFV r303078:
2016-09-03 Alexander MotinMFV r303077:
2016-09-03 Alexander MotinMFV r302991: 6950 ARC should cache compressed data
2016-09-03 Enji CooperHandle missed mergeinfo by merging r305031 (the missing...
2016-09-03 Enji CooperMFhead @ r305314
2016-09-02 Brooks DavisInitialize lists of signals using C99 designators
2016-09-01 Andrey A. Chernovfgetwc(3) may set both __SEOF and __SERR at once (in...
2016-09-01 Alexander MotinMFV r304158:
2016-09-01 Alexander MotinMFV r302993: 7104 increase indirect block size
2016-09-01 Alexander MotinMFV r302992: 7071 lzc_snapshot does not fill in errlist...
2016-09-01 Andrey A. ChernovIf error happens, don't overwrite original errno comes...
2016-09-01 Alexander MotinMFV r302662: 6447 handful of nvpair cleanups
2016-09-01 Alexander MotinMFV r302661: 7082 bptree_iterate() passes wrong args...
next