aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-01-2719-32/+506
|\
| * Add pthread MD part for RISC-V.Ruslan Bukin2016-01-271-0/+92
| * Add the RISC-V MD parts of libthread_db.Ruslan Bukin2016-01-271-0/+104
| * Fix a crash if `-D' is used without `-t title'Devin Teske2016-01-271-0/+7
| * Remove unused function prototypeDevin Teske2016-01-271-1/+0
| * Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-8/+8
| * Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.Bryan Drewery2016-01-271-8/+3
| * nslexer.c does not depend on nsparser.h.Bryan Drewery2016-01-271-1/+1
| * Remove excess whitespaceBryan Drewery2016-01-271-1/+1
| * Bump copyrightsDevin Teske2016-01-273-3/+3
| * Add keep_tite configuration optionDevin Teske2016-01-264-3/+9
| * Add support to libsysdecode for decoding system call names.John Baldwin2016-01-265-2/+217
| * Add fenv.c for RISC-V. Copied from MIPS.Ruslan Bukin2016-01-261-0/+52
| * Restore flushing of output for revoke(2) again. Document revoke()'sKonstantin Belousov2016-01-261-2/+6
| * Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.Bryan Drewery2016-01-251-5/+5
* | MFHGlen Barber2016-01-2512-34/+81
|\|
| * Style.Ruslan Bukin2016-01-251-1/+2
| * Do build libproc and librtld_db for RISC-V as well.Ruslan Bukin2016-01-251-1/+1
| * sctp_sendx() needs to provide the assoc_id back.Michael Tuexen2016-01-241-2/+7
| * Fix bug in the readpassphrase(3) function, which can be exposedMaxim Sobolev2016-01-241-8/+16
| * sctp_sendv() needs to fill in the association id on return.Michael Tuexen2016-01-241-0/+7
| * Add support for RISC-V ISA.Ruslan Bukin2016-01-242-0/+11
| * Use MAN= to specify that no man page is providedEd Maste2016-01-221-1/+1
| * Add a standards compliance note for strtok_r as suggested by cpercival.Warren Block2016-01-221-1/+6
| * sem: Don't free nameinfo that is still in list when open() fails.Jilles Tjoelker2016-01-221-1/+3
| * Replace the last non-optional use of sbrk() in the tree with mmap().Brooks Davis2016-01-211-11/+4
| * Fix the implementations of PSEUDO_NOERROR and PSEUDO.Brooks Davis2016-01-211-7/+21
| * Disable -mlong-calls for the clang libraries for now, it increases theAndrew Turner2016-01-211-1/+2
| * Add .NOMETA missed in r291320.Bryan Drewery2016-01-201-1/+1
* | Add a package for jail(8) and related utilities.Glen Barber2016-01-201-0/+2
* | MFHGlen Barber2016-01-2040-66/+1491
|\|
| * Update for API changes in OpenSSH 6.8p1.John Baldwin2016-01-201-7/+6
| * Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATHBaptiste Daroussin2016-01-191-3/+10
| * Update elftc version to 3272M, imported in r292120Ed Maste2016-01-181-1/+1
| * mdoc: sort XrJoel Dahl2016-01-181-1/+1
| * Fix compilation on MIPS (typo introduced in r294227).Ruslan Bukin2016-01-181-1/+1
| * utimensat(2): Correct description of [EINVAL] error.Jilles Tjoelker2016-01-171-3/+6
| * Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-1729-13/+1401
| * Add mmu format info into ARM vmcore.Svatopluk Kraus2016-01-152-9/+28
| * Improvements to the MDXFileChunk() template function:Jonathan T. Looney2016-01-141-29/+31
| * Set -mlong-calls where needed to get a static clang and lldb 3.8.0Andrew Turner2016-01-142-0/+7
| * Fix building with GCC since PAGE_MASK is signed on i386.John Baldwin2016-01-141-1/+1
* | MFHGlen Barber2016-01-148-14/+18
|\|
| * Remove an unneeded assignment of the return value.Ed Schouten2016-01-141-1/+0
| * Default to en_US.ISO8859-1 if no localeDevin Teske2016-01-142-0/+9
| * - Add the 'restrict' type qualifier to match function prototype.Kevin Lo2016-01-141-4/+3
| * libthr: const-ify two variablesEric van Gyzen2016-01-131-2/+3
| * Avoid reading pass the end of the source buffer when it is not NULBrooks Davis2016-01-131-1/+1
| * Avoid reading pass the end of the source buffer when it is not NULBrooks Davis2016-01-131-1/+1
| * Remove the compat code to handle the kernel passing us an unalingedAndrew Turner2016-01-131-5/+1