| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | This commit was generated by cvs2svn to compensate for changes in r156952, | ume | 2006-03-21 | 37 | -0/+10873 |
|\ \ |
|
| * | | Vendor import of BIND 9.3.2 | ume | 2006-03-21 | 37 | -0/+10873 |
| / |
|
* | | When we are doing initialization against q, use its own size, not | delphij | 2006-03-21 | 1 | -1/+1 |
* | | There is no need to pass NULL to the pam_error() as the last argument. | wkoszek | 2006-03-20 | 1 | -1/+1 |
* | | Update the pmc(3) manual page's date string and freshen the year in the (c) l... | jkoshy | 2006-03-20 | 2 | -3/+3 |
* | | Extend coverage of the MK_IPX build option to the following: | ru | 2006-03-20 | 1 | -1/+9 |
* | | Separate completely full runs from runs that are merely almost full, so | jasone | 2006-03-20 | 1 | -61/+71 |
* | | Set default contention scope to system. | davidxu | 2006-03-20 | 1 | -1/+1 |
* | | Optimize realloc() to reallocate in place if the old and new sizes are | jasone | 2006-03-19 | 1 | -105/+167 |
* | | Fix build until I find a way to handle this case properly. | ru | 2006-03-19 | 2 | -1/+2 |
* | | Revert last delta. | ru | 2006-03-19 | 1 | -1/+1 |
* | | Comment out MK_PROFILE until ru@ can fix this properly | phk | 2006-03-19 | 1 | -1/+1 |
* | | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 5 | -5/+8 |
* | | Provide alternate default for SHLIBDIR before bsd.own.mk does this. | ru | 2006-03-18 | 5 | -5/+10 |
* | | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 25 | -49/+97 |
* | | Modify allocation policy, in order to avoid excessive fragmentation for | jasone | 2006-03-17 | 2 | -2503/+1070 |
* | | NO_MAN is not needed here. | ru | 2006-03-16 | 5 | -10/+0 |
* | | Suuply the name of the version map and let bsd.lib.mk supply | deischen | 2006-03-16 | 2 | -6/+14 |
* | | Allow bsd.lib.mk to generate the symbol version map. | deischen | 2006-03-16 | 1 | -14/+6 |
* | | Fix comment. | ru | 2006-03-16 | 1 | -1/+1 |
* | | Desupport the undocumented NO_QUAD option, just don't compile | ru | 2006-03-16 | 5 | -21/+4 |
* | | Add a non-optional newline after ".Bx". | ru | 2006-03-15 | 1 | -1/+2 |
* | | Revert previous changes as we do support the .Ox macro for OpenBSD. | andre | 2006-03-15 | 1 | -2/+4 |
* | | No need to define NO_MAN here. | ru | 2006-03-15 | 1 | -1/+0 |
* | | POSIXed strtoll() (and ours one too) can set errno to EINVAL, so check | ache | 2006-03-14 | 1 | -1/+1 |
* | | Fix HISTORY and point to OpenBSD. | andre | 2006-03-14 | 1 | -5/+2 |
* | | Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) | andre | 2006-03-14 | 4 | -3/+227 |
* | | ns_name_skip was recently redefined to __ns_name_skip | deischen | 2006-03-13 | 1 | -1/+1 |
* | | Make _spinunlock() point to the spinunlock stub, not the | deischen | 2006-03-13 | 1 | -1/+1 |
* | | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 28 | -1/+48 |
* | | Add compatibility symbol maps. libpthread (.so.1 and .so.2) | deischen | 2006-03-13 | 207 | -18/+1362 |
* | | Add hooks to build libc with symbol versioning. This is | deischen | 2006-03-13 | 1 | -0/+14 |
* | | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 29 | -0/+3241 |
* | | Remove automake source from FreeBSD tree. | kientzle | 2006-03-12 | 1 | -72/+0 |
* | | The idea of supporting 'tp' was a fun one, but it is | kientzle | 2006-03-11 | 3 | -621/+0 |
* | | Add entries for new pthread stubs. | davidxu | 2006-03-10 | 1 | -0/+30 |
* | | Block all signals in helper threads except those should not be blocked. | davidxu | 2006-03-10 | 1 | -6/+9 |
* | | Implement printf 'X' conversion for both libstand and kernel. | jkim | 2006-03-09 | 1 | -9/+11 |
* | | Connect librt to buildworld. | davidxu | 2006-03-09 | 1 | -1/+2 |
* | | Remove mqueue and timer, now they are in librt. | davidxu | 2006-03-08 | 2 | -525/+0 |
* | | Remove mq.c, the POSIX mqueue is implemented in librt. | davidxu | 2006-03-08 | 1 | -73/+0 |
* | | Remove configure.ac.in and reorganize a few other things. This is | kientzle | 2006-03-08 | 5 | -232/+38 |
* | | Set SNF_SYNC flag for timer, as the timer notification should be | davidxu | 2006-03-08 | 1 | -0/+1 |
* | | Remove stale comments. | davidxu | 2006-03-07 | 1 | -4/+0 |
* | | 1. Always call user callback function in newly created thread, it seems | davidxu | 2006-03-07 | 5 | -412/+170 |
* | | Add appropriate xrefs. | yar | 2006-03-06 | 2 | -2/+3 |
* | | Since the whole login.access feature has moved to PAM, | yar | 2006-03-06 | 1 | -1/+1 |
* | | Sync with src/usr.bin/login/login.access.5. | yar | 2006-03-06 | 1 | -5/+1 |
* | | Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUG | deischen | 2006-03-06 | 6 | -32/+56 |
* | | Add some more pthread stubs so that librt can use them. | deischen | 2006-03-05 | 6 | -43/+273 |