aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove code to support the top of the stack layout for FreeBSD 1.x/2.xKonstantin Belousov2015-04-201-37/+36
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-1821-459/+9
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-181-2/+22
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. TheKonstantin Belousov2015-04-187-1/+160
* compiler_rt: add floatunsitf for arm64Ed Maste2015-04-161-0/+1
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-1533-72/+69
* Remove obsolete bits about maximum number of file systems.Sergey Kandaurov2015-04-121-6/+1
* For reasons that I am not understand yet, using the libmd version ofXin LI2015-04-103-5/+12
* Fix overlinking in bhyve:Baptiste Daroussin2015-04-091-0/+2
* Convert mt(1) and libmt to LIBADDBaptiste Daroussin2015-04-091-2/+1
* MFV r281278:Xin LI2015-04-093-13/+414
* compiler-rt: include 128-bit quad precision fp support only on arm64Ed Maste2015-04-081-15/+19
* Fix powerpc setjmp FPR saving/restoring.Justin Hibbits2015-04-083-108/+108
* compiler-rt: add floatditf and floatunditfEd Maste2015-04-071-0/+2
* compiler-rt: Implement multc3 - quad-precision complex multiplicationEd Maste2015-04-071-0/+1
* Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe2015-04-077-2/+10
* Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner2015-04-0725-4/+1026
* vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via theJohn Baldwin2015-04-061-2/+2
* Update reported elftoolchain version to 3179Ed Maste2015-04-061-1/+1
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-062-2/+0
* Make strlcpy/strlcat slightly easier to read.Pedro F. Giffuni2015-04-062-43/+42
* Add support for the MIPS74K SoC family performance counters events.Adrian Chadd2015-04-051-0/+21
* fts: Don't return FTS_SLNONE if it's not a symlink (if race).Jilles Tjoelker2015-04-041-5/+6
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-0210-197/+5
* Add stub functions to build libkvm. There will be added, but we need themAndrew Turner2015-04-021-0/+64
* Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INITEdward Tomasz Napierala2015-04-021-3/+3
* Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-021-2/+2
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.Konstantin Belousov2015-04-012-3/+9
* Add the arm64 parts of libthread_db.Andrew Turner2015-04-011-0/+96
* Fix "MOVS" instruction memory to MMIO emulation. Currently updates toTycho Nightingale2015-04-012-0/+14
* wordexp: Explicitly pass along IFS.Jilles Tjoelker2015-03-311-1/+4
* Add the fe* symbols to libm for arm64.Andrew Turner2015-03-311-0/+56
* Add pthread_md.h for arm64.Andrew Turner2015-03-301-0/+84
* Correct mrs_fpcr and mrs_fpsr macros in arm64 fenv.hEd Maste2015-03-301-21/+22
* compiler-rt: Build additional quad precision floating point builtinsEd Maste2015-03-301-0/+6
* Make kevent(2) a cancellation point.Konstantin Belousov2015-03-296-2/+106
* Add an SCTP symbol which was missed inMichael Tuexen2015-03-281-0/+1
* setmode(): Use sysctl kern.proc.umask instead of umask() if possible.Jilles Tjoelker2015-03-261-9/+33
* Make GEOM_PART work in presence of previous withered self.Alexander Motin2015-03-261-3/+12
* Remove defunct SSLv2 support from fetch(1) and fetch(3).Jung-uk Kim2015-03-252-9/+3
* Add the missing manual page link to the recently added function.Luiz Otavio O Souza2015-03-201-0/+1
* Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner2015-03-198-0/+481
* We won't support a.out on arm64/aarch64. As such there will be no need toAndrew Turner2015-03-181-0/+3
* Add LIB_CXX so that C++ libraries will use CXX to link.Bryan Drewery2015-03-171-1/+1
* Merge ^/head r279893 through r279984.Dimitry Andric2015-03-146-7/+21
|\
| * Pull in r231965 from upstream compiler-rt trunk (by Jörg Sonnenberger):Dimitry Andric2015-03-141-0/+6
| * libc: plug memory leaks in edge cases for the posix1e code.Pedro F. Giffuni2015-03-132-4/+11
| * The System V ABI for amd64 allows functions to use space in a 128 byteJohn Baldwin2015-03-131-1/+1
| * Fix debug symbols loading in libproc: 0 is a valid file descriptor.Stanislav Sedov2015-03-131-1/+1
| * Spin the twiddle in dosfs to give visual feedback for disk I/O onJohn Baldwin2015-03-121-1/+2