aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add ATF to the build. This is may be a bit rought around the egdes,Marcel Moolenaar2012-10-225-0/+245
* Grammar fixes to r241781.Andre Oppermann2012-10-201-1/+1
* Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aAndre Oppermann2012-10-201-4/+18
* Apply local patches to mandoc and connect it to the build.Ulrich Spörlein2012-10-201-0/+1
* Document the method used to compute expf. Taken from exp, withWarner Losh2012-10-191-0/+62
* Document the methods used to compute logf. Taken and edited from theWarner Losh2012-10-191-0/+51
* Merge mandoc from vendor into contrib and provide the necessary Makefile glue.Ulrich Spörlein2012-10-191-0/+20
* Remove trailing whitespace.Joel Dahl2012-10-191-159/+159
* Update man page crossreferences to sandybridge xeon classSean Bruno2012-10-193-3/+6
* Update hwpmc to support the Xeon class of Sandybridge processors.Sean Bruno2012-10-193-3/+1048
* Replace our version of the pwcache(3) API with NetBSD's implementation.Brooks Davis2012-10-194-207/+8
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-195-6/+6
* Remove WARNS=6 lines.Ed Schouten2012-10-181-2/+0
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-184-14/+0
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-173-3/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-174-13/+0
* mdoc: avoid nested displays.Joel Dahl2012-10-141-32/+35
* * Update the comment that explains the choice of values in theSteve Kargl2012-10-131-6/+7
* Fix my last commit. Only call strunvis after properly checking the argument isStefan Farfeleder2012-10-111-5/+7
* Decode the first two fstab fields with strunvis(3). This allows having spacesStefan Farfeleder2012-10-111-0/+5
* Apply some style. Checked with md5.Stefan Farfeleder2012-10-111-25/+26
* Remove undefined behavior from sranddev() andEitan Adler2012-10-092-4/+2
* procstat_getprocs: honor kvm_getprocs interface - cnt is signedAndriy Gapon2012-10-061-2/+5
* kvm_getprocs: gracefully handle errors from kvm_deadprocsAndriy Gapon2012-10-061-2/+8
* kvm_proclist: ignore processes in larvae stateAndriy Gapon2012-10-061-0/+2
* Add support for bmake. This includes:Marcel Moolenaar2012-10-061-3/+1
* Fix "make install"Tim Kientzle2012-10-061-1/+1
* MFV: libpcap 1.3.0.Xin LI2012-10-051-1/+7
* Do not install incomplete unwind.h from clang. This header file was meantJung-uk Kim2012-10-051-1/+0
* Fix some memory allocation errors:Jamie Gritton2012-10-041-13/+17
* rpc: convert all uid and gid variables to u_int.Pedro F. Giffuni2012-10-044-7/+8
* rpc: convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-031-3/+3
* Correct detection of a superblock.Grzegorz Bernacki2012-10-031-8/+7
* Optimize prev. commit for speed.Andrey A. Chernov2012-10-031-3/+7
* rpc: convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-031-5/+5
* libtirpc: be sure to free cl_netid and cl_tpPedro F. Giffuni2012-10-021-0/+4
* Fix __rpc_getconfipPedro F. Giffuni2012-10-021-2/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-024-11/+9
* Using putenv() and later direct pointer contents modification it is possibeAndrey A. Chernov2012-10-021-1/+3
* clarify the wording for 'first' and 'last'Eitan Adler2012-09-301-5/+4
* * src/math_private.h:Steve Kargl2012-09-292-7/+11
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-2914-16/+18
* Slight stylification.Dag-Erling Smørgrav2012-09-281-18/+11
* Remove unnecessary #include.Dag-Erling Smørgrav2012-09-281-1/+0
* libc/fts: Use O_CLOEXEC for internal file descriptors.Jilles Tjoelker2012-09-272-10/+14
* Complete revert of r239963:Pedro F. Giffuni2012-09-278-41/+19
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.Jilles Tjoelker2012-09-273-16/+3
* Initialize the num variable to avoid uninitialized data.Kevin Lo2012-09-271-2/+2
* Revert r240850 and remove redundant NULL check before free(3).Kevin Lo2012-09-241-8/+4
* Partial revert of r239963:Pedro F. Giffuni2012-09-241-4/+0