summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* procstat_getprocs: honor kvm_getprocs interface - cnt is signedavg2012-10-061-2/+5
* kvm_getprocs: gracefully handle errors from kvm_deadprocsavg2012-10-061-2/+8
* kvm_proclist: ignore processes in larvae stateavg2012-10-061-0/+2
* Add support for bmake. This includes:marcel2012-10-061-3/+1
* Fix "make install"kientzle2012-10-061-1/+1
* MFV: libpcap 1.3.0.delphij2012-10-051-1/+7
* Do not install incomplete unwind.h from clang. This header file was meantjkim2012-10-051-1/+0
* Fix some memory allocation errors:jamie2012-10-041-13/+17
* rpc: convert all uid and gid variables to u_int.pfg2012-10-044-7/+8
* rpc: convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-031-3/+3
* Correct detection of a superblock.gber2012-10-031-8/+7
* Optimize prev. commit for speed.ache2012-10-031-3/+7
* rpc: convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-031-5/+5
* libtirpc: be sure to free cl_netid and cl_tppfg2012-10-021-0/+4
* Fix __rpc_getconfippfg2012-10-021-2/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-024-11/+9
* Using putenv() and later direct pointer contents modification it is possibeache2012-10-021-1/+3
* clarify the wording for 'first' and 'last'eadler2012-09-301-5/+4
* * src/math_private.h:kargl2012-09-292-7/+11
* libc: Use O_CLOEXEC for various internal file descriptors.jilles2012-09-2914-16/+18
* Slight stylification.des2012-09-281-18/+11
* Remove unnecessary #include.des2012-09-281-1/+0
* libc/fts: Use O_CLOEXEC for internal file descriptors.jilles2012-09-272-10/+14
* Complete revert of r239963:pfg2012-09-278-41/+19
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.jilles2012-09-273-16/+3
* Initialize the num variable to avoid uninitialized data.kevlo2012-09-271-2/+2
* Revert r240850 and remove redundant NULL check before free(3).kevlo2012-09-241-8/+4
* Partial revert of r239963:pfg2012-09-241-4/+0
* * ld80/s_expl.c:kargl2012-09-232-9/+6
* Fix whitespace issue.kargl2012-09-231-1/+1
* * ld80/s_expl.c:kargl2012-09-232-13/+17
* * Update the lookup table to use 53-bit high and low values.kargl2012-09-231-131/+134
* Avoid NULL dereferencekevlo2012-09-231-2/+4
* * Use ENTERI() and RETURNI() to toggle the rounding precision ifkargl2012-09-223-6/+21
* * Make STRICT_ALIGN() work for doubles as well as for floats. Thiskargl2012-09-221-2/+2
* Make nfs_readdir() more careful about using response data, cached in globalmav2012-09-211-20/+24
* Don't use global nfs_root_node variable as per-file storage. There aremav2012-09-211-51/+35
* Restore handling of the third argument (id) of hid_start_parse(), same asmav2012-09-203-9/+23
* Remove the restrict qualifier to match function prototype.kevlo2012-09-201-1/+1
* strsignal(): Reindent.jilles2012-09-191-21/+21
* strsignal(): Do not append signal numbers to messages for known signals.jilles2012-09-191-1/+1
* Optimise i387 trigonometric functions. Replace "andw 0x400,%ax \ jnz" withtijl2012-09-163-16/+16
* Correct double "the the"eadler2012-09-141-1/+1
* Bump date missed in r202756eadler2012-09-141-1/+1
* Use libmd if and only if OpenSSL is not available.des2012-09-142-2/+10
* Adding missing return statements during error conditions.eadler2012-09-141-2/+8
* According to a clarification at http://austingroupbugs.net/view.php?id=503emaste2012-09-122-4/+3
* Avoid mapping ENOENT to ENOTDIR for non-existent path components.emaste2012-09-121-2/+0
* Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3)bapt2012-09-121-1/+1
* Describe in detail required conditions for receiving the SCM_CREDSglebius2012-09-121-4/+18
OpenPOWER on IntegriCloud