| Commit message (Expand) | Author | Age | Files | Lines |
* | update for import of v0.9.1-096 | sam | 2005-05-29 | 1 | -61/+125 |
* | reduce cast. | ume | 2005-05-27 | 1 | -3/+3 |
* | Do not tread 128-bit UUID as int128. Provide separate macros to get/put | emax | 2005-05-27 | 3 | -9/+81 |
* | Fix long (and long long) to long double, unsigned to long double and unsigned | stefanf | 2005-05-27 | 2 | -10/+24 |
* | Check for NULL pointer return. | phk | 2005-05-24 | 1 | -0/+2 |
* | Start to address the race issue between restoring a file's contents | kientzle | 2005-05-21 | 4 | -105/+204 |
* | Correct return values in myopen() and myclose() in Example code. | kientzle | 2005-05-21 | 1 | -2/+2 |
* | reduce strlen() call. | ume | 2005-05-20 | 1 | -4/+6 |
* | use reentrant.h and simplify. | ume | 2005-05-20 | 1 | -29/+20 |
* | check return value of ttyname_r(). | ume | 2005-05-20 | 1 | -1/+2 |
* | ttyname_r() didn't pass correct buffer size to devname_r(). | ume | 2005-05-20 | 1 | -1/+1 |
* | Remove unused variables. | charnier | 2005-05-20 | 2 | -3/+2 |
* | Remove unused variable. Shorten the path to WARNS=6 compliance. | charnier | 2005-05-20 | 1 | -1/+2 |
* | Remove unused variables. Whitespace cleaning. | charnier | 2005-05-20 | 1 | -13/+13 |
* | Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that the | peter | 2005-05-20 | 1 | -1/+1 |
* | Align the stack to a 16 byte boundary so that we can safely call functions | dfr | 2005-05-19 | 1 | -0/+3 |
* | Keep the stack aligned to a 16 byte boundary when calling init functions | dfr | 2005-05-19 | 2 | -0/+4 |
* | Clean up an additional file. | obrien | 2005-05-17 | 1 | -0/+1 |
* | Don't use a patch w/in /usr/src. Programmatically change files when needed. | obrien | 2005-05-17 | 3 | -26/+15 |
* | Re-enable support for bzip2'ed compressed filesystems. | obrien | 2005-05-17 | 2 | -6/+11 |
* | Temporarily disable support for bzip2'ed compressed filesystems, until a | obrien | 2005-05-17 | 4 | -117/+1 |
* | Make <runefile.h> internal to libc. | ru | 2005-05-16 | 2 | -1/+63 |
* | - The ai_addrlen of a struct addrinfo used to be a size_t, per | ume | 2005-05-15 | 6 | -25/+37 |
* | Submitted by: Jinmei Tatuya, Hajimu Umemoto | gnn | 2005-05-14 | 2 | -4/+4 |
* | Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED), | delphij | 2005-05-14 | 1 | -1/+1 |
* | The header glue.h should provide just a declaration for the variable | stefanf | 2005-05-13 | 1 | -1/+2 |
* | NI_WITHSCOPEID cleanup | ume | 2005-05-13 | 1 | -1/+1 |
* | raise readability bit. | ume | 2005-05-13 | 1 | -7/+7 |
* | free ypbuf only when yp_match() succeed. | ume | 2005-05-13 | 1 | -1/+1 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | ume | 2005-05-13 | 4 | -34/+11 |
* | Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightly | delphij | 2005-05-13 | 3 | -24/+41 |
* | Connect MLINKS for ttyname_r(3), and add prototype into unistd.h. | delphij | 2005-05-11 | 1 | -1/+1 |
* | Avoid (unnecessarily) casting away const within uuid_is_nil. | delphij | 2005-05-11 | 1 | -2/+2 |
* | Document zlib update procedure and provide future maintainers a | kientzle | 2005-05-11 | 1 | -0/+44 |
* | Since the FreeBSD local modifications are mostly trivial (consisting | kientzle | 2005-05-11 | 15 | -78/+91 |
* | archive_entry_set_link is supposed to update whichever link field | kientzle | 2005-05-08 | 1 | -1/+2 |
* | Prevent these functions from using stack outside of their frame. | deischen | 2005-05-06 | 3 | -15/+15 |
* | Fix race by using atomic operation, with this change, both libpthread | davidxu | 2005-05-06 | 1 | -3/+5 |
* | Build userland libalias using src/sys/netinet/libalias. | glebius | 2005-05-04 | 17 | -10259/+2 |
* | Document the fact that accept(2) may return EINVAL when addrlen is | keramida | 2005-05-04 | 1 | -0/+4 |
* | The correct description for mode "w" is | des | 2005-05-04 | 1 | -1/+1 |
* | do mutex lock for each yp calls. with this, | ume | 2005-05-03 | 1 | -13/+65 |
* | Cleanup for getgrouplist(3): | delphij | 2005-05-03 | 1 | -8/+6 |
* | fix signed/unsigned comparison warnings. | ume | 2005-05-03 | 1 | -5/+5 |
* | Include paths.h for prototype of getbootfile(3). | delphij | 2005-05-03 | 1 | -0/+2 |
* | the 3rd argument of getsockname() should be socklen_t*. | ume | 2005-05-02 | 2 | -2/+4 |
* | Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc. | jkoshy | 2005-05-01 | 4 | -1/+57 |
* | oops, we don't need previous change. | ume | 2005-05-01 | 1 | -8/+4 |
* | make it compilable without YP definition. | ume | 2005-05-01 | 1 | -5/+9 |
* | don't see RES_USE_INET6 when called from getipnodeby*(). | ume | 2005-05-01 | 1 | -6/+14 |