summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mbtowc(3): set errno to EILSEQ if an incomplete character is passed.pfg2016-03-011-2/+9
* Add two comments explaining the fine points of the hashkib2016-03-011-0/+31
* Connect pmc.haswellxeon(3) to the build; looks like it was missed in r279829.trasz2016-03-011-0/+1
* Update jemalloc to 4.1.0.jasone2016-02-292-2/+7
* errno(3) -> errno(2)trasz2016-02-292-6/+5
* kenv(8) -> kenv(1)trasz2016-02-291-1/+1
* Fix typo.trasz2016-02-291-1/+1
* sysconf(2) -> sysconf(3)trasz2016-02-291-1/+1
* sendmsg(3) -> sendmsg(2)trasz2016-02-292-2/+2
* Fix typos in .Xrs.trasz2016-02-292-2/+2
* MFV r296159pfg2016-02-2942-595/+684
* Implement process-shared locks support for libthr.so.3, withoutkib2016-02-2813-307/+788
* RPC: update the getrpcbyname() definition to include a const qualifier.pfg2016-02-262-3/+3
* Remove WARNS inherited fine by ../Makefile.inc.bdrewery2016-02-267-12/+3
* Make it clear that the "size" argument is for the dst string.bdrewery2016-02-261-3/+3
* Update dependencies.bdrewery2016-02-266-2/+100
* Remove unneeded lines.bdrewery2016-02-268-17/+6
* These can build in parallel.bdrewery2016-02-262-0/+4
* Make unions in PowerPC libc endian-safe.nwhitehorn2016-02-264-4/+44
* Make FPSCR definition endian clean.nwhitehorn2016-02-261-0/+5
* rpc: fix failure to clear string by passing the wrong size to memset.pfg2016-02-261-1/+1
* Convert casperd(8) daemon to the libcasper.oshogbo2016-02-2535-547/+2448
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-24127-12814/+0
* FAST_DEPEND: Always run depend via beforebuild which removes many hacks.bdrewery2016-02-241-4/+0
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-241-1/+0
* db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-3/+2
* db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-6/+12
* Add handling for non-native error values to libsysdecode.jhb2016-02-236-3/+312
* If we close or sync a hash-based db file, make sure to call fsync todwmalone2016-02-231-1/+5
* As <machine/param.h> is included from <sys/param.h>, there is no needskra2016-02-221-1/+0
* Rename pte.h to pte-v4.h and start including directly either pte-v4.hskra2016-02-191-4/+6
* Remove sys/types.hkevlo2016-02-191-2/+1
* Bump .Dd for r295764bjk2016-02-181-3/+3
* Right now, the "virtual hole" API feature of lseek(2) is very vaguelysobomax2016-02-181-4/+12
* Remove dd xfer stats emitted during buildworldemaste2016-02-182-2/+2
* Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andskra2016-02-182-4/+1
* Fix build race after r295643.bdrewery2016-02-171-0/+2
* DIRDEPS_BUILD: Hookup CLANG_EXTRAS.bdrewery2016-02-167-0/+114
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-161-0/+13
* fputs: Return the number of bytes written.pfg2016-02-151-1/+1
* getln: We cannot expand the buffer beyond INT_MAX.pfg2016-02-152-2/+12
* fputs: Return the number of bytes written.pfg2016-02-151-0/+3
* Add libpe for elfcopy(1) PE/COFF supportemaste2016-02-122-0/+36
* Update ELF Tool Chain to upstream rev 3400emaste2016-02-121-1/+1
* Fix double-free error: r289419 moved all error handling in http_connect()des2016-02-111-1/+0
* Use the new insecure-lan-zones option instead of listing each AS112 zonedes2016-02-111-1/+1
* 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
OpenPOWER on IntegriCloud