aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix null pointer arithmetic warning in mergesortAlex Richardson2021-01-201-4/+2
* Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-192-4/+0
* getopt: Fix conversion from string-literal to non-const char *Alex Richardson2021-01-192-4/+3
* Save on getpid in setproctitle by supporting -1 as curproc.Mateusz Guzik2021-01-161-4/+24
* Merge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka 11.0.1 release)Dimitry Andric2021-01-142-5/+5
* libifconfig: Add a symbol mapMark Johnston2021-01-142-0/+78
* contrib/lua: update to 5.4.2Kyle Evans2021-01-142-142/+108
* casper: convert macros to inline functionsMariusz Zaborski2021-01-121-3/+22
* libthr malloc: support recursion on thr_malloc_umtx.Konstantin Belousov2021-01-121-2/+11
* lio_listio: validate aio_lio_opcodeAlan Somers2021-01-121-1/+7
* libthr: wrap pdfork(2), same as fork(2).Konstantin Belousov2021-01-117-7/+111
* fileargs: add support for realpathMariusz Zaborski2021-01-105-3/+224
* libc: implement rtld_get_stack_prot() for realKonstantin Belousov2021-01-101-1/+25
* x86 vdso gettc: Add RDTSCP supportKonstantin Belousov2021-01-101-0/+25
* x86 vdso gettc: eliminate duplicated code in ifunc selectors.Konstantin Belousov2021-01-101-22/+65
* x86 vdso gettc: reorganize ifunctions.Konstantin Belousov2021-01-101-21/+47
* jobc: rework detection of orphaned groups.Konstantin Belousov2021-01-101-1/+1
* fileargs: add testsMariusz Zaborski2021-01-093-0/+625
* libregex: re-enable `make check`Kyle Evans2021-01-081-1/+1
* libc: regex: rework unsafe pointer arithmeticMiod Vallat2021-01-081-12/+14
* When be_activate() turns on a new boot environment, it always deactivatesGleb Smirnoff2021-01-081-1/+2
* aio_fsync(2): Support O_DSYNC.Thomas Munro2021-01-081-4/+14
* open(2): Add O_DSYNC flag.Thomas Munro2021-01-082-9/+30
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-078-8/+8
* ncurses: only keep the version with widechar supportBaptiste Daroussin2021-01-0514-161/+75
* cap_sysctl: expose structures and variablesMariusz Zaborski2021-01-041-4/+5
* casper: convert macros to inline functionsMariusz Zaborski2021-01-042-29/+145
* lib9p: fix building on systems without capserMariusz Zaborski2021-01-041-1/+6
* pkgbase: Install atf and kyua in the tests packageEmmanuel Vadot2021-01-042-0/+2
* pkgbase: Install libxo test files in the tests packageEmmanuel Vadot2021-01-041-0/+2
* pkgbase: Put libalias in the natd packageEmmanuel Vadot2021-01-048-14/+22
* pkgbase: Move bectl to the runtime packageEmmanuel Vadot2021-01-041-0/+1
* libprivatezstd: Restrict symbol visibility similar to upstreamConrad Meyer2021-01-031-1/+1
* cap_net: CAPNET_CONNECT and CAPNET_CONNECTDNS are not mutually exclusiveMariusz Zaborski2021-01-032-5/+46
* cap_net: allow to use the service without setting the limitsMariusz Zaborski2021-01-032-6/+113
* capser: add cap_net to the list of servicesMariusz Zaborski2021-01-031-1/+4
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2021-01-039-16/+16
|\
* | Add aio_writev and aio_readvAlan Somers2021-01-036-24/+116
* | copy_file_range(2): add recommendation to use large "len"Rick Macklem2021-01-031-1/+10
* | tcgetwinsize(3): provide man pageKonstantin Belousov2021-01-022-0/+166
* | libc: tests: add some tests for cpuset(2)Kyle Evans2020-12-312-0/+494
* | libc: tests: hook CPUSET(9) test up to the buildKyle Evans2020-12-311-1/+2
* | libcam(3): make cam_getccb(3) zero the whole ccb, not just the headerEdward Tomasz Napierala2020-12-292-5/+4
* | eventfd.2: Add the mail address of the submitter into copyright.Konstantin Belousov2020-12-281-1/+1
* | libcompiler_rt: stop building with stack smashing protectionRyan Libby2020-12-281-0/+1
* | Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov2020-12-272-0/+6
* | Document eventfd().Konstantin Belousov2020-12-272-1/+219
* | kqueue(2): Use .Fo instead .FtKonstantin Belousov2020-12-271-1/+8
* | Add eventfd(3) wrappers to libc.Konstantin Belousov2020-12-275-0/+62
* | Add tcgetwinsize(3) and tcsetwinsize(3) to termiosKonstantin Belousov2020-12-252-0/+16