aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and groupEdward Tomasz Napierala2010-07-063-40/+10
* Remove comment which didn't match reality for a long time.Edward Tomasz Napierala2010-07-051-3/+0
* Increment 'sa' at the end of the loop; otherwise, only the firstRebecca Cran2010-07-051-1/+1
* Extend the td_thrinfo_t to include siginfo for the signal that stoppedKonstantin Belousov2010-07-046-3/+71
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.Rebecca Cran2010-07-043-29/+29
* If the A flag is supplied, http_request() will attempt the request onlyDag-Erling Smørgrav2010-07-011-2/+4
* Simplify the calculation of s_scale by rewriting the FP expression toMarcel Moolenaar2010-07-011-20/+5
* On powerpc, calculate s_scale using the non-FP version previouslyMarcel Moolenaar2010-06-301-1/+1
* Just like in case of setgroups(2), for getgroups(2) also advice includingPawel Jakub Dawidek2010-06-261-1/+1
* use PTR_WORD for __curbrk and minbrk instead of .word, the new versionJayachandran C.2010-06-252-2/+2
* Don't build Clang libs during lib32 build.Ed Schouten2010-06-211-1/+1
* Merge from English r198040: add C message catalogue entries for newerMaxim Konovalov2010-06-201-0/+10
* Add unwind annotations to the asm part of crt1 on i386. Terminate theKonstantin Belousov2010-06-181-1/+8
* Much closer approximation of the kernel's calculation of this value.Sean Bruno2010-06-181-1/+6
* Merge jmallett@'s n64 work into HEAD - changeset 2Jayachandran C.2010-06-167-40/+117
* Merge jmallett@'s n64 work into HEAD - changeset 1.Jayachandran C.2010-06-1620-521/+510
* libedit: Reduce surprising behaviour with filename completion some more:Jilles Tjoelker2010-06-151-3/+7
* libedit: Allow simple quoting in filename completion.Jilles Tjoelker2010-06-152-11/+137
* libedit: Fix a bug that could make completion listings incomplete.Jilles Tjoelker2010-06-151-3/+2
* Add a new column to the output of vmstat -z to indicate the numberSean Bruno2010-06-154-0/+12
* Remove even two more unneeded files from libllvmsupport.Ed Schouten2010-06-151-8/+7
* Remove unneeded files from the build.Ed Schouten2010-06-1512-51/+46
* Unbreak Clang on PowerPC.Ed Schouten2010-06-141-1/+6
* Separate _posix1e_acl_id_to_name() into a separate file, toTim Kientzle2010-06-143-55/+101
* libedit: Add basic filename completion code from NetBSD.Jilles Tjoelker2010-06-133-1/+588
* Disable usage of posix_spawn() inside LLVM.Ed Schouten2010-06-132-2/+2
* * Improve compatibility with existing application code by permitting theKai Wang2010-06-132-13/+19
* Merge from tbemd:Warner Losh2010-06-138-17/+7
* In threaded processes, destroy the mutex atexit_mutex when we'veColin Percival2010-06-131-0/+3
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()David Schultz2010-06-123-2/+10
* Do the branding right this time.Ed Schouten2010-06-121-1/+2
* Detect bit endianness through machine/endian.h. This fixes xz on big-endianXin LI2010-06-111-0/+7
* sctp_recvmsg returns the number of bytes received, not sent.Rebecca Cran2010-06-111-1/+1
* mdoc: stop abusing -column lists and use .Bl -tag insteadUlrich Spörlein2010-06-111-19/+21
* mdoc nitpicking: the title argument shall be uppercaseUlrich Spörlein2010-06-118-8/+8
* Disable usage of __DATE__.Ed Schouten2010-06-101-1/+1
* Brand our Clang binary.Ed Schouten2010-06-101-1/+2
* Hook clang into the build on i386/amd64/powerpc.Roman Divacky2010-06-091-1/+6
* Import the build makefiles for clang/LLVM.Roman Divacky2010-06-09115-0/+1811
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsUlrich Spörlein2010-06-091-8/+2
* mdoc: remove literal tabs where they don't belongUlrich Spörlein2010-06-0814-23/+23
* Fix memory leak on error.Fabien Thomas2010-06-051-1/+3
* Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).Edward Tomasz Napierala2010-06-051-5/+5
* Don't forget to free the string in error case.Edward Tomasz Napierala2010-06-031-0/+1
* _posix1e_acl_sort() never returns anything other than 0; change itsEdward Tomasz Napierala2010-06-034-55/+15
* Fix usage of uninitialized variable.Edward Tomasz Napierala2010-06-031-1/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-2/+1
* The 'acl_cnt' field is unsigned; no point in checking if it's >= 0.Edward Tomasz Napierala2010-06-031-1/+1
* mdoc: spell macros correctly, there's no need for the backslash escapeUlrich Spörlein2010-06-023-7/+7
* mdoc cleanupUlrich Spörlein2010-06-022-3/+1