| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement WNOWAIT flag for wait4(2). It specifies that process whose status | kib | 2008-08-26 | 1 | -2/+10 |
* | When calculating arguments to the interpreter for the shebang script | kib | 2008-08-26 | 1 | -1/+18 |
* | Alphabetize the list of tests. | kientzle | 2008-08-25 | 1 | -4/+4 |
* | Update the total archive byte counters when writing entries to disk using | kientzle | 2008-08-24 | 1 | -0/+2 |
* | Remove the stillborn attempt to cleanup tests as well as the build dir. | kientzle | 2008-08-24 | 1 | -4/+0 |
* | Fail copying path/.. only if SECURE_NODOTDOT was specified. | kientzle | 2008-08-24 | 2 | -15/+7 |
* | Fix the cpio bug tested for by r182092 of usr.bin/cpio/test. | kientzle | 2008-08-24 | 1 | -1/+5 |
* | Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64. | kib | 2008-08-22 | 1 | -0/+1 |
* | Add a "CACHING" section regarding the internal caching of kernel variables | jhb | 2008-08-21 | 1 | -0/+8 |
* | Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit. | ed | 2008-08-20 | 1 | -286/+0 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 10 | -117/+286 |
* | Add a new routine kvm_getcptime(3) for fetching the equivalent of | jhb | 2008-08-19 | 4 | -3/+214 |
* | Add two new routines to libkvm for working with per-CPU data: | jhb | 2008-08-19 | 4 | -3/+251 |
* | atomic_fetchadd_int works on unsigned quantities - change | kmacy | 2008-08-15 | 1 | -1/+1 |
* | Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() and | emax | 2008-08-14 | 3 | -2/+148 |
* | Move CPU_SPINWAIT into the innermost spin loop, in order to allow faster | jasone | 2008-08-14 | 1 | -2/+3 |
* | Re-order the terms of an expression in arena_run_reg_dalloc() to correctly | jasone | 2008-08-14 | 1 | -2/+2 |
* | Import handy shorthand Bluetooth address (BD_ADDR) utility functions | emax | 2008-08-13 | 3 | -2/+67 |
* | Change bpf(4) to use the cdevpriv API. | ed | 2008-08-13 | 1 | -1/+1 |
* | Change the type of ti_traceme from a char to an int as its | marcel | 2008-08-13 | 1 | -1/+1 |
* | Fix up test suite so it works again with the libarchive 1.x API. | kientzle | 2008-08-11 | 5 | -2/+38 |
* | Correct test_tar_large so it works correctly with the libarchive 1.x API. | kientzle | 2008-08-10 | 1 | -1/+1 |
* | Explain why two apparently-identical archive_read_data() calls | kientzle | 2008-08-10 | 1 | -0/+2 |
* | MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writers | kientzle | 2008-08-10 | 2 | -0/+6 |
* | Add sbuf_new_auto as a shortcut for the very common case of creating a | des | 2008-08-09 | 1 | -1/+1 |
* | Add prototype defination for setfib(2) to sys/socket.h. | delphij | 2008-08-08 | 1 | -1/+2 |
* | Remove variables which are assigned values and never used thereafter. | cperciva | 2008-08-08 | 1 | -5/+1 |
* | Remove some unused variables. | das | 2008-08-08 | 4 | -4/+1 |
* | In the line | das | 2008-08-08 | 3 | -3/+3 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 6 | -7/+170 |
* | Use cpack() and the gcc extension __imag__ to implement cimag() and | das | 2008-08-07 | 6 | -6/+18 |
* | Fix ia64 build. | dfr | 2008-08-06 | 1 | -3/+3 |
* | Fix 64bt build. | dfr | 2008-08-06 | 1 | -1/+3 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 45 | -92/+4739 |
* | Cleanup for WARNS 6. | marcel | 2008-08-06 | 7 | -47/+50 |
* | Add EPERM to the ERRORS section. | trhodes | 2008-08-04 | 1 | -1/+3 |
* | Initialize "nconv" to a reasonable value in all code paths. Prior to | cperciva | 2008-08-04 | 1 | -1/+3 |
* | Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Prior | cperciva | 2008-08-04 | 1 | -0/+1 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 1 | -1/+1 |
* | Restructure and use different variables in the tests that involve | scf | 2008-08-03 | 1 | -13/+15 |
* | Add EAGAIN to the ERRORS list, as found in kern_jail.c. | trhodes | 2008-08-03 | 1 | -1/+3 |
* | Restored from previous backing out (because that is OpenBSD way, so | ache | 2008-08-03 | 1 | -12/+16 |
* | Fix some style bogosity from fdlibm. | das | 2008-08-03 | 2 | -12/+12 |
* | Minor improvements: | das | 2008-08-03 | 3 | -20/+20 |
* | A few minor corrections, including some from bde: | das | 2008-08-02 | 3 | -17/+16 |
* | remove whitespace bug (8 spaces into one tab) | remko | 2008-08-02 | 1 | -1/+1 |
* | Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and | das | 2008-08-02 | 2 | -37/+99 |
* | On i386, gcc truncates long double constants to double precision | das | 2008-08-02 | 4 | -8/+127 |
* | Detect if the application has cleared the environ variable by setting | scf | 2008-08-02 | 1 | -7/+12 |
* | Fix some problems with asinf(), acosf(), atanf(), and atan2f(): | das | 2008-08-01 | 4 | -71/+42 |