| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1: | ume | 2006-05-12 | 6 | -22/+36 |
* | Save errno before calling pthread_mutex_lock because pthread_mutex_lock | davidxu | 2006-05-11 | 1 | -2/+2 |
* | Add symbol versions: FBSD_1.0 and FBSDprivate. | davidxu | 2006-05-11 | 1 | -3/+387 |
* | Increase the minimum chunk size by a power of two (32kB --> 64kB, assuming | jasone | 2006-05-10 | 1 | -2/+2 |
* | In order to let new binutils can compile it, replace movl with | davidxu | 2006-05-07 | 2 | -18/+18 |
* | A few minor wording changes and a clarification about error conditions. | bsd | 2006-05-03 | 1 | -10/+10 |
* | Fix alignment problem on AMD64. | ume | 2006-05-02 | 1 | -4/+4 |
* | Simplify some of the wide-character handling, inspired | kientzle | 2006-05-01 | 3 | -62/+40 |
* | Whitespace cleanup. | kientzle | 2006-05-01 | 1 | -2/+2 |
* | `cache' couldn't co-exist with `compat'. | ume | 2006-04-30 | 1 | -2/+3 |
* | Go with a different version of the previous patch so to preserve errno. | marcus | 2006-04-30 | 1 | -5/+5 |
* | Fix a file descriptor leak in cam_lookup_pass() when the ioctl to find | marcus | 2006-04-30 | 1 | -4/+5 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 21 | -737/+5438 |
* | s/long/int. | davidxu | 2006-04-27 | 1 | -2/+2 |
* | - Use same priority range returned by kernel's sched_get_priority_min() | davidxu | 2006-04-27 | 6 | -55/+57 |
* | Change the semantics of brk_max to dynamically deal with data segment | jasone | 2006-04-27 | 1 | -71/+83 |
* | o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions. | maxim | 2006-04-25 | 1 | -0/+7 |
* | Add some new options to mac_bsdestended. We can now match on: | dwmalone | 2006-04-23 | 3 | -180/+729 |
* | Remove multiple _get_curthread() calls. | davidxu | 2006-04-23 | 1 | -4/+1 |
* | Oops, correct the weak reference (s/fclose/fcloseall). | deischen | 2006-04-22 | 1 | -1/+1 |
* | Now that libc has fcloseall(), remove _cleanup() from the list | deischen | 2006-04-22 | 1 | -1/+0 |
* | Add fcloseall() to libc. This removes the need to export _cleanup(). | deischen | 2006-04-22 | 5 | -4/+60 |
* | Update for rev 1.205 of vm_mmap.c. | trhodes | 2006-04-21 | 1 | -7/+6 |
* | Teach libkvm how to read minidumps. It turns out that minidumps are | peter | 2006-04-21 | 6 | -0/+580 |
* | Document how the backoff delay is calculated. | brueffer | 2006-04-19 | 1 | -1/+4 |
* | Correct usage example. | ceri | 2006-04-18 | 1 | -1/+1 |
* | o dbm_close(3) returns void not zero or anything else. Touch .Dd. | maxim | 2006-04-16 | 1 | -5/+1 |
* | For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq", | marius | 2006-04-16 | 1 | -4/+4 |
* | - make reentrant version of netdb functions glibc style API, and | ume | 2006-04-15 | 16 | -705/+1258 |
* | Don't export __gdtoa. The only known ports that rely on | deischen | 2006-04-15 | 1 | -5/+1 |
* | o Document SO_NOSIGPIPE, touch .Dd. | maxim | 2006-04-15 | 1 | -1/+9 |
* | List pwritev in the NAME section. | ru | 2006-04-14 | 1 | -1/+2 |
* | s/soley/solely | schweikh | 2006-04-13 | 1 | -1/+1 |
* | Apply style.Makefile(5) here. | ru | 2006-04-13 | 1 | -5/+5 |
* | Install the shared library under /usr/lib; it's not used by anything | ru | 2006-04-13 | 1 | -1/+0 |
* | Place shared libpcap library under /lib, currently needed by | ru | 2006-04-13 | 1 | -0/+2 |
* | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY. | delphij | 2006-04-13 | 4 | -10/+10 |
* | Fix a symlink. | ru | 2006-04-12 | 1 | -1/+1 |
* | Install shared libpthread library into /lib; needed by some | ru | 2006-04-12 | 3 | -1/+7 |
* | use pwrite to always write at the begining of the file.. If multiple calls | jmg | 2006-04-11 | 1 | -1/+1 |
* | - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbols | marius | 2006-04-11 | 1 | -35/+18 |
* | Document that VIS_CSTYLE encodes space (040) as '\s'. | brueffer | 2006-04-09 | 1 | -1/+3 |
* | Don't test if RES_INIT is set to see res_state structure is | ume | 2006-04-08 | 1 | -1/+1 |
* | Do not check validity of timeout if a mutex can be acquired immediately. | davidxu | 2006-04-08 | 3 | -80/+103 |
* | Add an unreachable return statement, in order to avoid a compiler warning | jasone | 2006-04-05 | 1 | -0/+1 |
* | Only initialize the first per-chunk page map element for free runs. This | jasone | 2006-04-05 | 1 | -31/+16 |
* | Add malloc_usable_size() to the RETURN VALUES section. | jasone | 2006-04-04 | 1 | -1/+6 |
* | Add init_lock, and use it to protect against allocator initialization | jasone | 2006-04-04 | 1 | -8/+21 |
* | Refactor per-run bitmap manipulation functions so that bitmap offsets only | jasone | 2006-04-04 | 1 | -69/+131 |
* | Remove declaration of _thr_initial from MD header file, it is no longer | davidxu | 2006-04-04 | 2 | -4/+0 |