summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid an infinite loop by ensuring that the amount of bytes read is greaterngie2015-04-241-1/+1
* __xlocale_C_ctype should not be const. It contains a reference count that is...theraven2015-04-241-1/+1
* Small changes to locale-related man pages.theraven2015-04-245-5/+5
* Reassign copyright statements on several files from Advancedjhb2015-04-237-7/+7
* Reduce diffs between the three copies of libstand's Makefileemaste2015-04-231-15/+18
* A complete user message is signalled with the MSG_EOR flag, not the MSG_EOFtuexen2015-04-231-3/+3
* libgeom: plug memory leak in EndElement.pfg2015-04-221-0/+1
* computematchjumps(): fix allocator sizeof operand mismatch.pfg2015-04-221-2/+2
* _pthread_cleanup_push: fix allocator sizeof operand mismatchpfg2015-04-221-1/+1
* Support file verification in MAC.rodrigc2015-04-221-0/+4
* Fix improbable memory leak in _citrus_prop_read_str().pfg2015-04-201-1/+3
* Minor mdoc fixes.joel2015-04-202-2/+1
* Remove code to support the top of the stack layout for FreeBSD 1.x/2.xkib2015-04-201-37/+36
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-1821-459/+9
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-181-2/+22
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. Thekib2015-04-187-1/+160
* compiler_rt: add floatunsitf for arm64emaste2015-04-161-0/+1
* Remove the const qualifier from iconv(3) to comply with POSIX:tijl2015-04-1533-72/+69
* Remove obsolete bits about maximum number of file systems.pluknet2015-04-121-6/+1
* For reasons that I am not understand yet, using the libmd version ofdelphij2015-04-103-5/+12
* Fix overlinking in bhyve:bapt2015-04-091-0/+2
* Convert mt(1) and libmt to LIBADDbapt2015-04-091-2/+1
* MFV r281278:delphij2015-04-093-13/+414
* compiler-rt: include 128-bit quad precision fp support only on arm64emaste2015-04-081-15/+19
* Fix powerpc setjmp FPR saving/restoring.jhibbits2015-04-083-108/+108
* compiler-rt: add floatditf and floatunditfemaste2015-04-071-0/+2
* compiler-rt: Implement multc3 - quad-precision complex multiplicationemaste2015-04-071-0/+1
* Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDtakawata2015-04-077-2/+10
* Add the start of libc and libstand for arm64. Not all of the machineandrew2015-04-0725-4/+1026
* vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via thejhb2015-04-061-2/+2
* Update reported elftoolchain version to 3179emaste2015-04-061-1/+1
* Stop including if_var.h from userland.glebius2015-04-062-2/+0
* Make strlcpy/strlcat slightly easier to read.pfg2015-04-062-43/+42
* Add support for the MIPS74K SoC family performance counters events.adrian2015-04-051-0/+21
* fts: Don't return FTS_SLNONE if it's not a symlink (if race).jilles2015-04-041-5/+6
* libc: Eliminate duplicate copies of __vdso_gettc.cemaste2015-04-0210-197/+5
* Add stub functions to build libkvm. There will be added, but we need themandrew2015-04-021-0/+64
* Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INITtrasz2015-04-021-3/+3
* Ensure the cross assembler, linker and objcopy are used for the build32dim2015-04-021-2/+2
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.kib2015-04-012-3/+9
* Add the arm64 parts of libthread_db.andrew2015-04-011-0/+96
* Fix "MOVS" instruction memory to MMIO emulation. Currently updates totychon2015-04-012-0/+14
* wordexp: Explicitly pass along IFS.jilles2015-03-311-1/+4
* Add the fe* symbols to libm for arm64.andrew2015-03-311-0/+56
* Add pthread_md.h for arm64.andrew2015-03-301-0/+84
* Correct mrs_fpcr and mrs_fpsr macros in arm64 fenv.hemaste2015-03-301-21/+22
* compiler-rt: Build additional quad precision floating point builtinsemaste2015-03-301-0/+6
* Make kevent(2) a cancellation point.kib2015-03-296-2/+106
* Add an SCTP symbol which was missed intuexen2015-03-281-0/+1
* setmode(): Use sysctl kern.proc.umask instead of umask() if possible.jilles2015-03-261-9/+33
OpenPOWER on IntegriCloud