aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* New mtree writer, thanks to Joerg Sonnenberger.Tim Kientzle2008-08-315-0/+263
* Joerg Sonnenberger's improvements to the shar writer.Tim Kientzle2008-08-311-190/+255
* Make libarchive_test a little smarter about trying to findTim Kientzle2008-08-311-11/+52
* When atime wasn't specified, it should get set == mtime.Tim Kientzle2008-08-301-2/+2
* Add the needed libpthread_md.c for MIPS.David E. O'Brien2008-08-281-0/+90
* Add links to all libpcap functions.Pawel Jakub Dawidek2008-08-281-0/+48
* If no atime was specified (for example, when extracting from ustarTim Kientzle2008-08-282-1/+11
* Add the needed _setjmp.S for MIPS.David E. O'Brien2008-08-271-0/+139
* Add thread-specific caching for small size classes, based on magazines.Jason Evans2008-08-275-256/+1143
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statusKonstantin Belousov2008-08-261-2/+10
* When calculating arguments to the interpreter for the shebang scriptKonstantin Belousov2008-08-261-1/+18
* Alphabetize the list of tests.Tim Kientzle2008-08-251-4/+4
* Update the total archive byte counters when writing entries to disk usingTim Kientzle2008-08-241-0/+2
* Remove the stillborn attempt to cleanup tests as well as the build dir.Tim Kientzle2008-08-241-4/+0
* Fail copying path/.. only if SECURE_NODOTDOT was specified.Tim Kientzle2008-08-242-15/+7
* Fix the cpio bug tested for by r182092 of usr.bin/cpio/test.Tim Kientzle2008-08-241-1/+5
* Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.Konstantin Belousov2008-08-221-0/+1
* Add a "CACHING" section regarding the internal caching of kernel variablesJohn Baldwin2008-08-211-0/+8
* Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit.Ed Schouten2008-08-201-286/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-2010-117/+286
* Add a new routine kvm_getcptime(3) for fetching the equivalent ofJohn Baldwin2008-08-194-3/+214
* Add two new routines to libkvm for working with per-CPU data:John Baldwin2008-08-194-3/+251
* atomic_fetchadd_int works on unsigned quantities - changeKip Macy2008-08-151-1/+1
* Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() andMaksim Yevmenkin2008-08-143-2/+148
* Move CPU_SPINWAIT into the innermost spin loop, in order to allow fasterJason Evans2008-08-141-2/+3
* Re-order the terms of an expression in arena_run_reg_dalloc() to correctlyJason Evans2008-08-141-2/+2
* Import handy shorthand Bluetooth address (BD_ADDR) utility functionsMaksim Yevmenkin2008-08-133-2/+67
* Change bpf(4) to use the cdevpriv API.Ed Schouten2008-08-131-1/+1
* Change the type of ti_traceme from a char to an int as itsMarcel Moolenaar2008-08-131-1/+1
* Fix up test suite so it works again with the libarchive 1.x API.Tim Kientzle2008-08-115-2/+38
* Correct test_tar_large so it works correctly with the libarchive 1.x API.Tim Kientzle2008-08-101-1/+1
* Explain why two apparently-identical archive_read_data() callsTim Kientzle2008-08-101-0/+2
* MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writersTim Kientzle2008-08-102-0/+6
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* Add prototype defination for setfib(2) to sys/socket.h.Xin LI2008-08-081-1/+2
* Remove variables which are assigned values and never used thereafter.Colin Percival2008-08-081-5/+1
* Remove some unused variables.David Schultz2008-08-084-4/+1
* In the lineDavid Schultz2008-08-083-3/+3
* Implement cproj{,f,l}().David Schultz2008-08-076-7/+170
* Use cpack() and the gcc extension __imag__ to implement cimag() andDavid Schultz2008-08-076-6/+18
* Fix ia64 build.Doug Rabson2008-08-061-3/+3
* Fix 64bt build.Doug Rabson2008-08-061-1/+3
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-0645-92/+4739
* Cleanup for WARNS 6.Marcel Moolenaar2008-08-067-47/+50
* Add EPERM to the ERRORS section.Tom Rhodes2008-08-041-1/+3
* Initialize "nconv" to a reasonable value in all code paths. Prior toColin Percival2008-08-041-1/+3
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. PriorColin Percival2008-08-041-0/+1
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-1/+1
* Restructure and use different variables in the tests that involveSean Farley2008-08-031-13/+15
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.Tom Rhodes2008-08-031-1/+3