]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Remove a sentence about putting initialization in init_proc.c or kern_proc.c
[FreeBSD/FreeBSD.git] / lib /
2016-10-18 Alan SomersFix C++ includability of crypto headers with static...
2016-10-17 John BaldwinMove mksubr from kdump into libsysdecode.
2016-10-17 John BaldwinUse 'cmd' rather than 'command' to match the function...
2016-10-17 Ed Mastelibmd: introduce functions that operate on an fd instea...
2016-10-15 Baptiste DaroussinUse SRCTOP to find the sources of libucl
2016-10-15 Baptiste Daroussindirectly create the socket with SOCK_NONBLOCK instead...
2016-10-15 Ed SchoutenImprove phrasing of the STANDARDS section.
2016-10-14 Ed MasteSimplify logic for libproc and librtld_db in lib/Makefile
2016-10-14 Alexander MotinMFV r307314:
2016-10-14 Alexander MotinMFV r307313:
2016-10-14 Ed Mastepartially convert lib/Makefile to SUBDIR.${MK_FOO}...
2016-10-13 Ed Mastegarbage collect _libatm, missed in r179308
2016-10-13 Ed Mastelibgcc_s: add libm dependencies from div{d,s,x}c3
2016-10-13 Ed MasteIntroduce lib/libgcc_eh and lib/libgcc_s for LLVM's...
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-13 Warner LoshFix building on i386 and arm. But 'public domain' heade...
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 Warner LoshCreate libefivar library. This library aims to provide
2016-10-11 Ruslan BukinDon't use fmaxl/fminl on platforms with no long double...
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 Mariusz ZaborskiAdd man pages for Capsicum helpers.
2016-10-05 Ed Mastelibm: remove unused variables
2016-10-05 Ed Masteabort in srandomdev if kern.arandom sysctl fails
2016-10-05 Mariusz ZaborskiFix naming in Casper man page.
2016-10-04 Jung-uk KimMFV: r306687
2016-10-04 Jung-uk KimMerge ACPICA 20160930.
2016-10-04 Mariusz Zaborskilibcapsicum: limit stderr
2016-10-04 Martin MatuskaMFV r306669:
2016-10-03 Mariusz Zaborskilibcapsicum: introduce Capsicum helpers
2016-10-03 Ed SchoutenRemove setkey(), encrypt(), des_setkey() and des_cipher().
2016-10-03 Toomas SoomeFix remaining bugs in libstancd/cd9660.c reported by...
2016-10-03 Ed Mastelibc arc4_stir: use only kern.arandom sysctl
2016-10-02 Konstantin BelousovExport the mq_getfd_np() symbol from librt.so, which...
2016-10-02 Ruslan BukinFix libjail reached latest sysctl entry.
2016-10-01 Toomas SoomeFix remaining cstyle issues in libstand/cd9660.c
2016-10-01 Baptiste DaroussinImport libucl 20160812
2016-09-30 Baptiste DaroussinImport dma 20160929
2016-09-30 Toomas Soomecstyle fix of cd9660_open in libstand
2016-09-30 Conrad Meyeropen.2: Document Capsicum behavior
2016-09-30 Toomas Soomecd9660_open should check for padding
2016-09-30 Ed Mastelibm: remove unused variables for LDBL_MANT_DIG != 113
2016-09-30 Adrian ChaddAdd librss, a simple wrapper around RSS APIs so applica...
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-28 Ed Mastelibm: simplify i387 subdir logic with make's :S substit...
2016-09-28 Ed Mastelibm: fix some unused variable (rcsid) and dangling...
2016-09-27 Ed Mastelibcompiler_rt: move file list to Makefile.inc for...
2016-09-27 Ed MasteAdd a WITHOUT_DIALOG src.conf(5) knob
2016-09-27 Konstantin BelousovEditing fixes for r306257, documentation for trapcap.
2016-09-27 Ruslan BukinMark SSP broken on MIPS.
2016-09-26 Ruslan BukinIncrease timeout from 300 (default) to 600 seconds.
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-24 Marcel MoolenaarWhen MAKEOBJDIRPREFIX points to a case-insensitive...
2016-09-23 Ed Mastelibcompiler_rt: use ${SRCTOP} for the top of the FreeBS...
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 Ruslan BukinUse kqueue(2) instead of select(2).
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-17 Konstantin BelousovFix libprocstat build after r305902.
2016-09-16 Marcel MoolenaarWhen MAKEOBJDIRPREFIX points to a case-insensitive...
2016-09-14 Martin MatuskaMFV r305816:
2016-09-13 Baptiste DaroussinAdd a comment on the #endif related to the guards
2016-09-11 Allan JudeMark libifconfig as private until the API/ABI is stable
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-08 Mariusz ZaborskiMove libcasper tests from regression/capsicum/libcasper/ to
2016-09-08 Sepherosa Ziehaupxeboot: Add nfs.read_size tunable.
next