summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow libkvm to get the kernel va to pa delta without the need forandrew2014-10-191-10/+26
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidadrian2014-10-181-0/+18
* Remove duplicated code.delphij2014-10-162-22/+1
* Fix the type of pte_pa as when it is passed into _kvm_pa2off it is eitherandrew2014-10-161-2/+2
* Slightly improve grammar in EAGAIN description.gavin2014-10-151-3/+3
* As pointed out by several people, r273114 was incorrect: it unconditionallydes2014-10-152-15/+25
* Drop support for SSLv3.des2014-10-151-1/+1
* Add support for the __aeabi_c*cmp* functions. These are similar to theandrew2014-10-148-1/+337
* Promote libevent to lib/ level and fold ftp-proxy into its parent Makefile.delphij2014-10-132-0/+36
* Fix compiler locking diagnostic warnings.hselasky2014-10-131-46/+44
* accept(2) may and can return EAGAIN, document it.delphij2014-10-101-2/+2
* Update dl_iterate_phdr(3) to follow r272842emaste2014-10-091-2/+2
* The value small=2**-(p+3), where p is the precision, can be determine fromkargl2014-10-094-120/+128
* Fix problem on big endian systems introduced in r271579 - when we werepjd2014-10-094-40/+40
* Change the hardcoded default back from SHA512 to DES.des2014-10-091-7/+10
* 1) Fix the case we have less arguments for format string than we expected.ache2014-10-071-4/+3
* Back out timegm error check from r272562.ache2014-10-071-2/+0
* Add MLINK for explicit_bzero(3) and bump .Dd date.delphij2014-10-072-1/+2
* Add explicit_bzero(3) and its kernel counterpart.delphij2014-10-074-2/+45
* Add netmap support to libpcap. Tcpdump and other native pcap application can nowluigi2014-10-063-0/+287
* 1) For %Z format, understand "UTC" name too.ache2014-10-051-1/+5
* Minor doc format fix.pfg2014-10-041-1/+2
* Remove an incorrect and useless debug print.markj2014-10-041-3/+1
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-035-14/+67
* Remove whitespace and 2 blank lines.kargl2014-10-021-14/+12
* strptime(3): Update manpage for %U and %W.pfg2014-10-021-10/+6
* strptime: %s format fix.pfg2014-10-021-1/+4
* strptime: fix bug introduced in r272273.pfg2014-10-011-1/+2
* Clean up detection of hard-float ABIs. As with big-endian in r272368 weandrew2014-10-013-4/+4
* Ensure that every ENTRY(foo) has a matching END(foo).bapt2014-10-0121-0/+27
* Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARMandrew2014-10-011-3/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-017-35/+4
* Consistently cast tty and user to const char * in printf()-like contexts.des2014-10-011-3/+4
* Document [EPERM] for UNIX sockets.bdrewery2014-09-301-1/+3
* Hopefully fix build breakage with gcc passing void * instead of char *bz2014-09-291-1/+2
* Instead of failing when neither PAM_TTY nor PAM_RHOST are available, calldes2014-09-291-2/+4
* Add strptime(3) support for %U and %W (take 2)pfg2014-09-281-7/+119
* Fix description of mutex acquisition.pluknet2014-09-261-2/+8
* Revert r272122pfg2014-09-251-126/+5
* * Whitespace.kargl2014-09-251-3/+1
* Factor out some of the duplicated code in the symbol lookup functions, inmarkj2014-09-251-146/+122
* Add strptime(3) support for %U and %Wpfg2014-09-251-5/+126
* Document the new nvlist_get_parent() function.pjd2014-09-251-1/+7
* Expand the libthr(3) manpage to document knobs accepted by libthr.sokib2014-09-241-2/+215
* Switch the defaults to not split the RLIMIT_STACK-sized initial threadkib2014-09-241-3/+4
* Add some ATF tests for libproc.markj2014-09-2110-201/+423
* Don't use nvl in case of a failure.pjd2014-09-181-1/+2
* Fix incremental builds involving non-root users with read-only source files.will2014-09-181-1/+1
* Fix incremental builds involving non-root users with read-only source files.will2014-09-181-2/+2
* Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635.bdrewery2014-09-171-2/+2
OpenPOWER on IntegriCloud