aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-24127-12814/+0
* FAST_DEPEND: Always run depend via beforebuild which removes many hacks.Bryan Drewery2016-02-241-4/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-241-1/+0
* db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni2016-02-241-3/+2
* db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni2016-02-241-6/+12
* Add handling for non-native error values to libsysdecode.John Baldwin2016-02-236-3/+312
* If we close or sync a hash-based db file, make sure to call fsync toDavid Malone2016-02-231-1/+5
* As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-221-1/+0
* Rename pte.h to pte-v4.h and start including directly either pte-v4.hSvatopluk Kraus2016-02-191-4/+6
* Remove sys/types.hKevin Lo2016-02-191-2/+1
* Bump .Dd for r295764Benjamin Kaduk2016-02-181-3/+3
* Right now, the "virtual hole" API feature of lseek(2) is very vaguelyMaxim Sobolev2016-02-181-4/+12
* Remove dd xfer stats emitted during buildworldEd Maste2016-02-182-2/+2
* Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andSvatopluk Kraus2016-02-182-4/+1
* Fix build race after r295643.Bryan Drewery2016-02-171-0/+2
* DIRDEPS_BUILD: Hookup CLANG_EXTRAS.Bryan Drewery2016-02-167-0/+114
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-161-0/+13
* fputs: Return the number of bytes written.Pedro F. Giffuni2016-02-151-1/+1
* getln: We cannot expand the buffer beyond INT_MAX.Pedro F. Giffuni2016-02-152-2/+12
* fputs: Return the number of bytes written.Pedro F. Giffuni2016-02-151-0/+3
* Add libpe for elfcopy(1) PE/COFF supportEd Maste2016-02-122-0/+36
* Update ELF Tool Chain to upstream rev 3400Ed Maste2016-02-121-1/+1
* Fix double-free error: r289419 moved all error handling in http_connect()Dag-Erling Smørgrav2016-02-111-1/+0
* Use the new insecure-lan-zones option instead of listing each AS112 zoneDag-Erling Smørgrav2016-02-111-1/+1
* Remove man page references to rndassociates.com, which has been taken overJamie Gritton2016-02-101-1/+0
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aGleb Smirnoff2016-02-091-1/+0
* Fix the gcc build after r295407.Mark Johnston2016-02-081-1/+1
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov2016-02-087-6/+16
* semget(2): Add missing [EINVAL] conditions.Jilles Tjoelker2016-02-071-1/+12
* MFV r295360Pedro F. Giffuni2016-02-077-43/+54
* - connect(2) Clarify namelenJason Helfman2016-02-041-1/+9
* Fix build.Gleb Smirnoff2016-02-041-0/+1
* Move logic to destroy a struct catentry to its own function.Bryan Drewery2016-02-021-9/+17
* - Note that devctl(8) will appear in 10.3 first.John Baldwin2016-02-021-4/+5
* This seems like a very trivial bug that should have been squashed a longMaxim Sobolev2016-01-302-0/+98
* Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.John Baldwin2016-01-303-19/+19
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-298-20/+303
* Use intptr_t note ptrdiff_t when storing flags in the bottom bits ofBrooks Davis2016-01-292-6/+6
* Declare bt_devenum() to match the definition.Brooks Davis2016-01-291-1/+1
* Fix fatal warn when compiling under GCC 5.2.0Devin Teske2016-01-271-2/+2
* 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