summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove man page references to rndassociates.com, which has been taken overjamie2016-02-101-1/+0
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Fix the gcc build after r295407.markj2016-02-081-1/+1
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolskib2016-02-087-6/+16
* semget(2): Add missing [EINVAL] conditions.jilles2016-02-071-1/+12
* MFV r295360pfg2016-02-077-43/+54
* - connect(2) Clarify namelenjgh2016-02-041-1/+9
* Fix build.glebius2016-02-041-0/+1
* Move logic to destroy a struct catentry to its own function.bdrewery2016-02-021-9/+17
* - Note that devctl(8) will appear in 10.3 first.jhb2016-02-021-4/+5
* This seems like a very trivial bug that should have been squashed a longsobomax2016-01-302-0/+98
* Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.jhb2016-01-303-19/+19
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichkib2016-01-298-20/+303
* Use intptr_t note ptrdiff_t when storing flags in the bottom bits ofbrooks2016-01-292-6/+6
* Declare bt_devenum() to match the definition.brooks2016-01-291-1/+1
* Fix fatal warn when compiling under GCC 5.2.0dteske2016-01-271-2/+2
* Add pthread MD part for RISC-V.br2016-01-271-0/+92
* Add the RISC-V MD parts of libthread_db.br2016-01-271-0/+104
* Fix a crash if `-D' is used without `-t title'dteske2016-01-271-0/+7
* Remove unused function prototypedteske2016-01-271-1/+0
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-272-8/+8
* Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.bdrewery2016-01-271-8/+3
* nslexer.c does not depend on nsparser.h.bdrewery2016-01-271-1/+1
* Remove excess whitespacebdrewery2016-01-271-1/+1
* Bump copyrightsdteske2016-01-273-3/+3
* Add keep_tite configuration optiondteske2016-01-264-3/+9
* Add support to libsysdecode for decoding system call names.jhb2016-01-265-2/+217
* Add fenv.c for RISC-V. Copied from MIPS.br2016-01-261-0/+52
* Restore flushing of output for revoke(2) again. Document revoke()'skib2016-01-261-2/+6
* Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.bdrewery2016-01-251-5/+5
* Style.br2016-01-251-1/+2
* Do build libproc and librtld_db for RISC-V as well.br2016-01-251-1/+1
* sctp_sendx() needs to provide the assoc_id back.tuexen2016-01-241-2/+7
* Fix bug in the readpassphrase(3) function, which can be exposedsobomax2016-01-241-8/+16
* sctp_sendv() needs to fill in the association id on return.tuexen2016-01-241-0/+7
* Add support for RISC-V ISA.br2016-01-242-0/+11
* Use MAN= to specify that no man page is providedemaste2016-01-221-1/+1
* Add a standards compliance note for strtok_r as suggested by cpercival.wblock2016-01-221-1/+6
* sem: Don't free nameinfo that is still in list when open() fails.jilles2016-01-221-1/+3
* Replace the last non-optional use of sbrk() in the tree with mmap().brooks2016-01-211-11/+4
* Fix the implementations of PSEUDO_NOERROR and PSEUDO.brooks2016-01-211-7/+21
* Disable -mlong-calls for the clang libraries for now, it increases theandrew2016-01-211-1/+2
* Add .NOMETA missed in r291320.bdrewery2016-01-201-1/+1
* Update for API changes in OpenSSH 6.8p1.jhb2016-01-201-7/+6
* Test for /etc/ssl/cert.pem existence to avoid masking SSL_CA_CERT_PATHbapt2016-01-191-3/+10
* Update elftc version to 3272M, imported in r292120emaste2016-01-181-1/+1
* mdoc: sort Xrjoel2016-01-181-1/+1
* Fix compilation on MIPS (typo introduced in r294227).br2016-01-181-1/+1
* utimensat(2): Correct description of [EINVAL] error.jilles2016-01-171-3/+6
* Bring in initial libc and libstand support for RISC-V.br2016-01-1729-13/+1401
OpenPOWER on IntegriCloud