| Commit message (Expand) | Author | Age | Files | Lines |
| * | Note the convention that humanize_number follows. | Warner Losh | 2006-07-15 | 1 | -8/+11 |
| * | o compat_group() and files_group() are more complicated than I thought | Maxim Konovalov | 2006-07-14 | 1 | -4/+6 |
| * | Caching scheduling policy and priority in userland, a critical but baddly | David Xu | 2006-07-13 | 5 | -20/+50 |
| * | Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implement | David Xu | 2006-07-13 | 4 | -26/+15 |
| * | o Add missed comma, xref kld(4). | Maxim Konovalov | 2006-07-12 | 1 | -2/+3 |
| * | Use kernel facilities to support real-time scheduling. | David Xu | 2006-07-12 | 7 | -124/+103 |
| * | __error could be called too early before libthr is initialized, test | David Xu | 2006-07-12 | 1 | -5/+7 |
| * | Following repo-copy of mac_is_present_np.3 to mac_is_present.3, remove | Robert Watson | 2006-07-07 | 6 | -93/+6 |
| * | Fixed the threshold for using the simple Taylor approximation. | Bruce Evans | 2006-07-07 | 2 | -2/+2 |
| * | Fixed tanh(-0.0) on ia64 and optimizeed tanh(x) for 2**-55 <= |x| < | Bruce Evans | 2006-07-05 | 1 | -10/+10 |
| * | Removed the optimized asm versions of scalb() and scalbf(). These | Bruce Evans | 2006-07-05 | 3 | -62/+2 |
| * | Backed out rev.1.10. It tried to implement ldexpf() as a weak reference | Bruce Evans | 2006-07-05 | 1 | -2/+0 |
| * | Use some math tricks in arena_run_reg_dalloc() to avoid actual division, as | Jason Evans | 2006-07-01 | 1 | -82/+89 |
| * | Make the behavior of malloc(0) standards-compliant by getting rid of nil, | Jason Evans | 2006-06-30 | 1 | -48/+46 |
| * | twalk() expects an `action' function not a comparison function. | Giorgos Keramidas | 2006-06-23 | 1 | -1/+1 |
| * | Remove some unused variables | Brian Somers | 2006-06-23 | 1 | -2/+0 |
| * | Make the mincore(2) return ENOMEM when requested range is not fully mapped. | Konstantin Belousov | 2006-06-21 | 1 | -2/+2 |
| * | Add a missing case for the switch statement in arena_run_reg_dalloc(). [1] | Jason Evans | 2006-06-20 | 1 | -8/+20 |
| * | Update for the 'file' 4.17 import. | David E. O'Brien | 2006-06-19 | 2 | -55/+49 |
| * | o Typo: ownship -> ownership. | Maxim Konovalov | 2006-06-17 | 1 | -1/+1 |
| * | o Make grep ^strlcpy work: put a return value type on separate line. | Maxim Konovalov | 2006-06-15 | 1 | -1/+2 |
| * | o Sort .Xrs. | Maxim Konovalov | 2006-06-13 | 1 | -1/+1 |
| * | Add xref to statfs(2) | Poul-Henning Kamp | 2006-06-13 | 1 | -0/+1 |
| * | Respect FETCH_BIND_ADDRESS when opening the data connection. | Dag-Erling Smørgrav | 2006-06-13 | 1 | -0/+5 |
| * | Fix a bug introduced in rev 1.92, where, when changing from one directory | Dag-Erling Smørgrav | 2006-06-13 | 1 | -0/+2 |
| * | Specify default path for SHLIBDIR before bsd.own.mk does. | Shunsuke Akiyama | 2006-06-11 | 1 | -1/+3 |
| * | Don't build IPv6 support if we have choosen not to have it. | Xin LI | 2006-06-09 | 1 | -0/+4 |
| * | o Remove a cruft prevented libpthread sigaction(2) wrapper to | Maxim Konovalov | 2006-06-09 | 6 | -14/+36 |
| * | Fix an unwanted gcc4 warning. | Maksim Yevmenkin | 2006-06-06 | 2 | -4/+4 |
| * | - ANSIfy. | Xin LI | 2006-06-05 | 1 | -69/+26 |
| * | Replace absolute addressing in the call instructions with position-independend | Konstantin Belousov | 2006-06-05 | 1 | -2/+3 |
| * | Add audit_submit.3 to the set of man pages built and installed with | Robert Watson | 2006-06-05 | 1 | -1/+2 |
| * | Include strings.h for bzero() | Xin LI | 2006-06-05 | 2 | -0/+2 |
| * | Remove unused member. | David Xu | 2006-06-03 | 1 | -1/+0 |
| * | Remove unused member field m_queue. | David Xu | 2006-06-02 | 2 | -6/+1 |
| * | o Record a file offset for a last successfully parsed group file line. | Maxim Konovalov | 2006-06-01 | 1 | -0/+8 |
| * | o Document the fact truncate(2) has no effect for !VDIR or !VREG files. | Maxim Konovalov | 2006-06-01 | 1 | -1/+5 |
| * | Explicitly request pre-zeroed memory instead of memset'ing our | Xin LI | 2006-05-31 | 1 | -5/+1 |
| * | Fix the output. | Ruslan Ermilov | 2006-05-27 | 1 | -0/+1 |
| * | - Add include for libutil.h and string.h for prototype. | Xin LI | 2006-05-25 | 1 | -1/+3 |
| * | GC old a.out and K&R support. | Warner Losh | 2006-05-23 | 1 | -9/+0 |
| * | GC these crt{begin,end}.c, which are unused since the last FreeBSD platform | Marius Strobl | 2006-05-22 | 2 | -114/+0 |
| * | Reflect int -> size_t changes in glob.h | Andrey A. Chernov | 2006-05-22 | 1 | -3/+3 |
| * | Reflect size_t changes in glob.h | Andrey A. Chernov | 2006-05-22 | 1 | -22/+23 |
| * | Remove pending actions asked in comments for SHLIB_MAJOR bump, done. | Andrey A. Chernov | 2006-05-22 | 1 | -2/+0 |
| * | Remove the kludge, as asked in the Makefile: | Andrey A. Chernov | 2006-05-22 | 1 | -3/+0 |
| * | Bump library majro version for gethostbyaddr(3). | Hajimu UMEMOTO | 2006-05-21 | 3 | -2/+3 |
| * | Nuke some compatibility crufts of resolver for 6.X and earlier. | Hajimu UMEMOTO | 2006-05-21 | 3 | -15/+0 |
| * | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bit | Hajimu UMEMOTO | 2006-05-21 | 1 | -25/+22 |
| * | Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer is | Hajimu UMEMOTO | 2006-05-21 | 3 | -4/+7 |