aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix description of mutex acquisition.Sergey Kandaurov2014-09-261-2/+8
* Revert r272122Pedro F. Giffuni2014-09-251-126/+5
* * Whitespace.Steve Kargl2014-09-251-3/+1
* Factor out some of the duplicated code in the symbol lookup functions, inMark Johnston2014-09-251-146/+122
* Add strptime(3) support for %U and %WPedro F. Giffuni2014-09-251-5/+126
* Document the new nvlist_get_parent() function.Pawel Jakub Dawidek2014-09-251-1/+7
* Expand the libthr(3) manpage to document knobs accepted by libthr.soKonstantin Belousov2014-09-241-2/+215
* Switch the defaults to not split the RLIMIT_STACK-sized initial threadKonstantin Belousov2014-09-241-3/+4
* Add some ATF tests for libproc.Mark Johnston2014-09-2110-201/+423
* Don't use nvl in case of a failure.Pawel Jakub Dawidek2014-09-181-1/+2
* Fix incremental builds involving non-root users with read-only source files.Will Andrews2014-09-181-1/+1
* Fix incremental builds involving non-root users with read-only source files.Will Andrews2014-09-181-2/+2
* Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635.Bryan Drewery2014-09-171-2/+2
* - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteenJohn Baldwin2014-09-171-14/+1
* Explicitly specify MAP_SHARED when mapping the stats file descriptor.John Baldwin2014-09-171-2/+2
* For targets that have a signed zero, lgamma_r(-0, &signgamp) shouldSteve Kargl2014-09-174-4/+20
* Bump .Dd for the content change done to access(2) in r271655Enji Cooper2014-09-161-1/+1
* Validate the mode argument in access, eaccess, and faccessat for optionalEnji Cooper2014-09-161-1/+9
* * Makefile:Steve Kargl2014-09-1511-113/+837
* document mqueuefs is required for mq_open...John-Mark Gurney2014-09-151-2/+8
* Add stricter checking of some mmap() arguments:John Baldwin2014-09-151-1/+24
* Upgrade to OpenPAM Ourouparia.Dag-Erling Smørgrav2014-09-151-0/+1
|\
| * Vendor import of OpenPAM Ourouparia.vendor/openpam/OUROUPARIADag-Erling Smørgrav2014-09-1511-35/+181
| * Merge upstream r763: fix is_upper() predicate.Dag-Erling Smørgrav2014-02-261-1/+9
| * Damn autoprops!Dag-Erling Smørgrav2013-09-081-1/+1
| * Merge upstream r743: caught_signal should be static.Dag-Erling Smørgrav2013-09-071-1/+1
* | r271256 fixed one segfault condition but introduced another due to theDag-Erling Smørgrav2014-09-151-1/+1
* | Use non-recursive algorithm for traversing nvlists. This also removesPawel Jakub Dawidek2014-09-146-176/+306
* | Remove the limit on descriptors that can be send in one nvlist.Pawel Jakub Dawidek2014-09-141-17/+96
* | Minor mdoc nit.Joel Dahl2014-09-091-1/+0
* | Fail rather than segfault if neither PAM_TTY nor PAM_RHOST is set.Dag-Erling Smørgrav2014-09-081-7/+10
* | Include src.opts.mk after SHLIBDIR has been defined so libnv is installed toEnji Cooper2014-09-071-1/+2
* | Add the fp{get,set}{mask,round} functions to the public symbols in the map.Andrew Turner2014-09-052-0/+14
* | Remove an initialized, but otherwise, unused variable.Steve Kargl2014-09-042-2/+0
* | libc/locale: Remove a wrong comma.Pedro F. Giffuni2014-09-041-1/+1
* | Systems with lots of geom providers can end up with a kern.geom.confxmlBenno Rice2014-09-041-7/+34
* | Always seek back to the beginning of a regular directory, even if theJohn Baldwin2014-09-031-1/+1
* | Use better type for i.Pawel Jakub Dawidek2014-09-031-2/+2
* | Declare i.Pawel Jakub Dawidek2014-09-031-1/+1
* | Fix descriptors leak in case of nvlist_xunpack() failure.Pawel Jakub Dawidek2014-09-031-1/+4
* | Fix typo in a comment.Rui Paulo2014-09-021-1/+1
* | Add bsearch_b to the libc map and the stdlib header.Pedro F. Giffuni2014-09-011-0/+1
* | Add lock annotations to libcuse.Ed Schouten2014-09-011-5/+7
* | According to the ISO C standard, lgamma(-integer) returnsSteve Kargl2014-09-012-11/+13
* | Add lock annotations to the header files of our threading libraries.Ed Schouten2014-09-011-9/+18
* | Fix a tab that somehow became 8 spaces.Steve Kargl2014-09-012-10/+5
* | Compute sin(pi*x) without actually doing the pi*x multiplication.Steve Kargl2014-08-312-53/+49
* | In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).Ian Lepore2014-08-3122-1/+36
* | Fix the order of "const volatile" to be consistent withSteve Kargl2014-08-302-2/+2
* | Make tiny volatile to prevent the compiler(s) fromSteve Kargl2014-08-302-2/+5