aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* s/an struct/a structBenedict Reuschling2010-07-171-3/+3
* Don't copy and return a potentially unset buffer when jail_get fails.Jamie Gritton2010-07-151-6/+10
* Don't import parameter values in jail_getv, except for the search key.Jamie Gritton2010-07-151-71/+87
* Unbreak xz (liblzma) on strong-aligned architectures (and withoutMarcel Moolenaar2010-07-151-1/+0
* Use type-specific inline function imax() instead of deprecated macro MAX().Jung-uk Kim2010-07-121-2/+1
* Use _SIG_VALID instead of expanded form of the macro.Konstantin Belousov2010-07-121-1/+1
* For xsi_sigpause(3), remove the supplied signal from the process maskKonstantin Belousov2010-07-121-2/+10
* Build libsmb should be on powerpc64 as well.Nathan Whitehorn2010-07-121-1/+1
* Fix SVN mismerge. We somehow ended up with the 32-bit powerpc versionNathan Whitehorn2010-07-112-4/+4
* Since powerpc and powerpc64 share an instruction set, bind can and shouldNathan Whitehorn2010-07-101-2/+2
* Teach libstand what to do for powerpc64: the same thing as powerpc. LikeNathan Whitehorn2010-07-101-6/+8
* 64-bit PowerPC KVM support.Nathan Whitehorn2010-07-101-0/+218
* Powerpc64 thread libraries support.Nathan Whitehorn2010-07-104-0/+226
* Provide 64-bit PowerPC support in libc.Nathan Whitehorn2010-07-1038-2/+2443
* powerpc64 floating-point is identical to powerpc, so use the sameNathan Whitehorn2010-07-101-0/+2
* The 64-bit PowerPC ABI implemented in binutils 2.15 requires some specialNathan Whitehorn2010-07-101-1/+2
* Document pl_siginfo and PT_FLAG_SI for PT_LWPINFO.Konstantin Belousov2010-07-101-4/+20
* C startup support for 64-bit PowerPC.Nathan Whitehorn2010-07-104-0/+248
* Fix build by defining MAX() macro here.Jung-uk Kim2010-07-091-0/+1
* Sync. printf() of libstand(3) with sys/kern/subr_prf.c.Jung-uk Kim2010-07-081-12/+45
* If a user calls sctp_sendx() with a NULLRandall Stewart2010-07-071-0/+5
* 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