| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64. | tjr | 2004-05-29 | 1 | -1/+2 |
* | Sysctl hw.bus.devctl_disable shouldn't be writtable from inside a jail. | pjd | 2004-05-26 | 1 | -3/+2 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -1/+0 |
* | As previously threatened, give each device its own sysctl context and | des | 2004-05-25 | 1 | -29/+153 |
* | Implement the new KERN_PROC_RGID option, and also implement the | gad | 2004-05-22 | 1 | -0/+28 |
* | Clear KSE thread flags after KSE thread mode is ended. The side effect | davidxu | 2004-05-21 | 4 | -2/+8 |
* | Fixed some style bugs in tdsigwakeup(). | bde | 2004-05-21 | 1 | -11/+10 |
* | In tdsigwakeup(), use TD_ON_SLEEPQ() rather than TD_IS_SLEEPING() to see if | jhb | 2004-05-20 | 1 | -1/+1 |
* | Fixed printf format errors which helped break GUPROF for arches with | bde | 2004-05-20 | 1 | -2/+2 |
* | Initialize the history counter type field in struct gmonparam as | bde | 2004-05-20 | 1 | -0/+4 |
* | Moved i386 asms to an i386 header. The asms are for calibration of | bde | 2004-05-20 | 1 | -19/+3 |
* | Fix sysctl name: security.jail.getfsstate_getfsstatroot_only -> | pjd | 2004-05-20 | 1 | -1/+1 |
* | Include <sys/gmon.h> instead of <machine/profile.h> for the declaration | bde | 2004-05-19 | 1 | -3/+3 |
* | syncache broke rev 1.23 which was done to fix the "thundering herd" | ps | 2004-05-19 | 2 | -2/+2 |
* | If a symbol has section+offset definitions provided, always use instead | peter | 2004-05-18 | 1 | -6/+9 |
* | Remove leftover padding variables. | peter | 2004-05-18 | 1 | -8/+4 |
* | Since we go to the trouble of compiling the kobj ops table for each class, | peter | 2004-05-17 | 1 | -0/+1 |
* | Clean up the code some more. Unify the text/data (progbits) and bss | peter | 2004-05-17 | 1 | -236/+249 |
* | Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND. | peter | 2004-05-17 | 1 | -5/+5 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 1 | -7/+14 |
* | Fixed some common printf format errors. Don't assume that "struct foo *" | bde | 2004-05-14 | 2 | -33/+27 |
* | Split sleepq_wakeup_thread() into two functions. sleepq_remove_thread() | jhb | 2004-05-13 | 1 | -13/+50 |
* | Eliminate a memory leak in kern_symlink() that could occur if | tjr | 2004-05-11 | 2 | -2/+2 |
* | Remove misplaced duplicate comment and slightly reformat the | julian | 2004-05-09 | 1 | -16/+6 |
* | set m_len to reflect mbuf contents on return from m_dup1; fixes an obscure | sam | 2004-05-09 | 1 | -0/+1 |
* | Fix rtprio() to do sensible things when called from threaded processes. | julian | 2004-05-08 | 1 | -4/+45 |
* | Avoid pointless zeroing of the bogus page in vfs_bio_clrbuf(). | alc | 2004-05-08 | 1 | -6/+8 |
* | Unconditionally lock Giant in do_sendfile(), rather than locking it | rwatson | 2004-05-08 | 1 | -2/+2 |
* | Compare t_brkc against (char)_POSIX_VDISABLE, not against -1. | cognet | 2004-05-07 | 1 | -1/+1 |
* | Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will | njl | 2004-05-06 | 1 | -70/+0 |
* | Make vm_page's PG_ZERO flag immutable between the time of the page's | alc | 2004-05-06 | 2 | -15/+1 |
* | Add /* !MAC */ to final #endif. | rwatson | 2004-05-03 | 1 | -1/+1 |
* | Bump copyright date for NETA to 2004. | rwatson | 2004-05-03 | 1 | -1/+1 |
* | Add MAC_STATIC, a kernel option that disables internal MAC Framework | rwatson | 2004-05-03 | 1 | -0/+25 |
* | Fix a race condition which could result in profprocs being decremented | cperciva | 2004-05-03 | 1 | -0/+2 |
* | Checkpoint commit for an alternative WIP kernel module loader that isn't | peter | 2004-04-30 | 1 | -1058/+695 |
* | Keep track of threads waiting in kse_release() to avoid a race | deischen | 2004-04-28 | 3 | -33/+79 |
* | If the buffer supplied to kenv(KENV_DUMP, ...) isn't big enough, | das | 2004-04-28 | 1 | -21/+18 |
* | Give jail(8) the feature to allow raw sockets from within a | bmilekic | 2004-04-26 | 1 | -0/+5 |
* | Always use nd.ni_vp->v_mount as an argument for VFS_QUOTACTL(), just like | pjd | 2004-04-26 | 2 | -10/+8 |
* | The paper "Hashed Timers and Hierarchical Wheels: Data Structures for the | hmp | 2004-04-25 | 1 | -1/+1 |
* | Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimes | alc | 2004-04-23 | 2 | -20/+13 |
* | There was a thread on "unusually high load averages" when running under | obrien | 2004-04-22 | 1 | -2/+2 |
* | Look out! vn_start_write() is able to return 0 and NULL 'mp'. | pjd | 2004-04-22 | 2 | -0/+4 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of depending | bde | 2004-04-21 | 1 | -5/+8 |
* | 1. Remove callout_stop binary compatibility. | cperciva | 2004-04-20 | 1 | -10/+0 |
* | If you're trying to find out if a thread is valid and in | mtm | 2004-04-19 | 1 | -4/+4 |
* | constify the last argument of m_copyback. | luigi | 2004-04-18 | 1 | -1/+1 |
* | Fixed some style bugs in previous commit (mainly an insertion sort error | bde | 2004-04-17 | 1 | -9/+10 |
* | - Enable (unmask) interrupt sources earlier in the ithread loop. | jhb | 2004-04-16 | 1 | -8/+33 |