| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a long line in copyright notice. | cognet | 2005-10-03 | 1 | -1/+2 |
* | Add an asm version of strlen() for arm (how useful). | cognet | 2005-10-03 | 2 | -1/+78 |
* | libkvm bits for arm. | cognet | 2005-10-03 | 1 | -18/+162 |
* | Commenting out WARNS actually brought it up to 4. | ru | 2005-09-28 | 1 | -1/+1 |
* | Comment out WARNS, the OpenSSL headers don't compile cleanly on some platforms. | des | 2005-09-28 | 1 | -1/+1 |
* | Increase WARNS. | des | 2005-09-26 | 1 | -1/+1 |
* | Correct the logic for determining whether the user has already entered | des | 2005-09-26 | 1 | -4/+7 |
* | minor style.Makefile(5) fixes: | keramida | 2005-09-26 | 1 | -2/+7 |
* | signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti... | kientzle | 2005-09-24 | 9 | -15/+23 |
* | Modify the code path of the ifdef NOTYET part of _kse_single_thread(): | brian | 2005-09-24 | 4 | -16/+22 |
* | Do not use passphraseless keys for authentication unless the nullok | des | 2005-09-22 | 2 | -2/+13 |
* | Narrow the use of user credentials. | des | 2005-09-21 | 1 | -14/+10 |
* | In archive_read_open(), do not set the internal archive state to | kientzle | 2005-09-21 | 1 | -2/+4 |
* | Add a lot of error checks, based on the patches provided by Dan Lukes. | kientzle | 2005-09-21 | 14 | -8/+90 |
* | Correct the documentation for archive_read_data_into_buffer() | kientzle | 2005-09-20 | 1 | -1/+1 |
* | When (re)allocating space for an array of pointers to char, use | cperciva | 2005-09-19 | 1 | -1/+1 |
* | Fixed aliasing bugs in TRUNC() by using the fdlibm macros for access | bde | 2005-09-19 | 3 | -12/+26 |
* | Connect smbfs build on powerpc. | imura | 2005-09-19 | 1 | -0/+4 |
* | Just by allocating size*2 bytes we can't be sure that new size will be enough, | ache | 2005-09-18 | 1 | -2/+2 |
* | Use the correct function name as .Nm argument. | brueffer | 2005-09-18 | 1 | -1/+1 |
* | Pidfiles should be created with permission preventing users from opening | pjd | 2005-09-16 | 1 | -1/+1 |
* | Cosmetic fixes to prev. commit. | ache | 2005-09-15 | 1 | -4/+4 |
* | Remove any hardcoded assumptions about malloc's way of allocating, | ache | 2005-09-14 | 1 | -4/+4 |
* | Don't reuse *pl to skip [], it is already used for {} parts in the loop above | ache | 2005-09-14 | 1 | -3/+3 |
* | Correct type. | pjd | 2005-09-14 | 1 | -4/+4 |
* | Add a missing ldexpf() alias for amd64. | das | 2005-09-12 | 1 | -0/+3 |
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 16 | -0/+22 |
* | - Add prototypes for __cmpdi2() and __ucmpdi2(). | stefanf | 2005-09-12 | 1 | -10/+2 |
* | Use prototypes for CHIN1() and CHIN(). | stefanf | 2005-09-12 | 1 | -6/+2 |
* | Move the declaration of __cleanup to libc_private.h as it is used in both | stefanf | 2005-09-12 | 5 | -4/+12 |
* | Add a couple of missing MLINKS. | stefanf | 2005-09-11 | 1 | -0/+17 |
* | The arguments for time2posix() and posix2time() are time_t values, not | stefanf | 2005-09-11 | 1 | -3/+3 |
* | Style issue: Don't include <wchar.h> where it is not actually needed. | kientzle | 2005-09-10 | 6 | -10/+49 |
* | Add mkfifo(2) to the man page SEE ALSO list for umask(2) -- it's | rwatson | 2005-09-10 | 1 | -0/+1 |
* | Fix some errors in archive_read_data that caused failures in bsdtar's | kientzle | 2005-09-10 | 1 | -12/+11 |
* | Add an MLINK for devname_r(). | stefanf | 2005-09-10 | 1 | -0/+1 |
* | The header and the man page say that sethostid() returns void, so make the | stefanf | 2005-09-10 | 1 | -4/+4 |
* | Fix parameter types of close and get members in DB. | stefanf | 2005-09-10 | 1 | -2/+2 |
* | Fix fallout from the previous commit: | yar | 2005-09-09 | 1 | -4/+7 |
* | Terminate metadata restore early only on failure, not success. | kientzle | 2005-09-05 | 1 | -2/+4 |
* | Remove references to nonexistent "FreeBSD Security Architecture" document. | tjr | 2005-09-05 | 5 | -25/+0 |
* | Include needed headers that were obtained through <pthread.h>. Sort headers | stefanf | 2005-09-01 | 11 | -9/+28 |
* | Add __BEGIN_DECLS/__END_DECLS so that this header can be included in C++ | rodrigc | 2005-08-31 | 1 | -0/+9 |
* | Remove getino(3) manpage. It doesn't document what is here, what is here should | jmallett | 2005-08-31 | 1 | -116/+0 |
* | Disconnect getino.3 and remove MLINK I added. | trhodes | 2005-08-31 | 1 | -2/+1 |
* | Allocate a thread's tcb last so it is easier to handle failures to | deischen | 2005-08-30 | 2 | -40/+42 |
* | Added a sentence to explain what "span" means. | garys | 2005-08-29 | 2 | -1/+15 |
* | Handle failure to malloc() part of the thread structure. | deischen | 2005-08-29 | 2 | -6/+8 |
* | Don't attempt to initialize the rtld lock if it can't be malloc()'d. | deischen | 2005-08-29 | 2 | -10/+14 |
* | - Document the fact that the real length of listen queue is 1.5 more | glebius | 2005-08-29 | 1 | -1/+16 |