aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo2010-08-211-1/+0
* Modify clang so that when TOOLS_PREFIX is defined we register theRui Paulo2010-08-211-0/+4
* Install a PIC libelf. This will be needed by the DTrace runtimeRui Paulo2010-08-211-0/+1
* Reduce redundant code.David Xu2010-08-201-76/+21
* In current implementation, thread cancellation is done in signal handler,David Xu2010-08-206-99/+284
* According to specification, function fcntl() is a cancellation point onlyDavid Xu2010-08-201-4/+11
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,Konstantin Belousov2010-08-1710-22/+217
* Tweak code a bit to be POSIX compatible, when a cancellation requestDavid Xu2010-08-171-0/+2
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-1631-36/+37
* In setusercontext(), do not apply user settings unless running as theDag-Erling Smørgrav2010-08-161-1/+1
* Old patch I had lying around: clean up and use stpcpy(3) instead ofDag-Erling Smørgrav2010-08-161-27/+34
* Further simplify the code, and update the manpage.Dag-Erling Smørgrav2010-08-152-26/+27
* Correct the return code from _dns_gethostby*() to correspondHajimu UMEMOTO2010-08-151-4/+20
* no-op commit to note that the example given in the previous commit isDag-Erling Smørgrav2010-08-151-1/+1
* Fix the overflow test. It is possible for the result of anDag-Erling Smørgrav2010-08-151-1/+1
* Simplify expand_number() by combining the (unrolled) loop with theDag-Erling Smørgrav2010-08-142-27/+27
* - When there is no room for returning the result, nss backendHajimu UMEMOTO2010-08-1311-49/+109
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-121-1/+1
* Add translation support for section type SHT_SUNW_dof.Kai Wang2010-08-111-0/+2
* Several fixes for libproc:Rui Paulo2010-08-115-9/+25
* Small style(9) fix: use tabs instead of spaces.Ed Schouten2010-08-081-8/+8
* Remove unneeded functions from libcompat.Ed Schouten2010-08-068-439/+4
* Fix typos and spelling mistakes.Joel Dahl2010-08-0613-17/+17
* Comment out IEEE Std 1003.1-2001 conformance proclaimed too early,Andrey A. Chernov2010-08-051-5/+5
* Fix typo.Joel Dahl2010-08-031-1/+1
* Spelling fixes.Joel Dahl2010-08-0313-19/+19
* Spelling fixes.Joel Dahl2010-08-027-9/+9
* mdoc policing: use consistent section ordering, fix quotes and trailingUlrich Spörlein2010-08-021-15/+15
* mdoc: remove unbalanced quotesUlrich Spörlein2010-08-022-6/+6
* mdoc: make sure to pass at least one argument to quotation macrosUlrich Spörlein2010-08-024-4/+4
* Disable all warnings when building gdtoa. This allows building libc withRui Paulo2010-08-011-1/+1
* Use CFLAGS and LDFLAGS when compiling mkmagic. This ensures that all theRui Paulo2010-08-011-2/+1
* Revert SHLIB_MAJOR to 2.Rui Paulo2010-07-311-1/+1
* Build librtld_db.Rui Paulo2010-07-311-0/+2
* Bump the shared library major version due to ABI conflicts.Rui Paulo2010-07-311-1/+1
* New version of libproc. Changes are:Rui Paulo2010-07-3116-76/+1316
* Simplify the Makefile. The i386 and amd64 sections are equal.Rui Paulo2010-07-311-10/+1
* libproc is going to be i386/amd64 only with the next update.Rui Paulo2010-07-311-1/+3
* Import the librtld_db library. This is needed by userland DTrace.Rui Paulo2010-07-314-0/+581
* Fix a couple of typos.Ulrich Spörlein2010-07-301-1/+1
* Redo fetch_read() using non-blocking sockets. This is necessary toDag-Erling Smørgrav2010-07-281-20/+89
* Fix a couple of embarrassing mistakes in the previous commit.Dag-Erling Smørgrav2010-07-281-2/+2
* Protect GNUHASH translation functions with #ifdef; unbreak crossKai Wang2010-07-281-0/+4
* Update mlockall(2) to mention that it's superuser-only syscall, justEdward Tomasz Napierala2010-07-272-4/+7
* Apply a small grammar fix to {toupper,tolower}(3).Benedict Reuschling2010-07-252-4/+4
* Build clang libraries by default with -fno-exceptions and withRui Paulo2010-07-224-0/+14
* Verify return value of the sigset manipulation functionsKonstantin Belousov2010-07-221-22/+14
* * Remove a superfluous error description.Kai Wang2010-07-211-7/+5
* Add a cross-reference to `elf_rawfile(3)`.Kai Wang2010-07-211-2/+3
* * Note that ar(1) archives may also be opened using `elf_memory(3)`.Kai Wang2010-07-212-6/+10