| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | At some point during the history of m_getcl(), MAC support began to | rwatson | 2004-04-16 | 1 | -6/+6 |
* | Ensure that the poll_burst <= poll_burst_max constraint really holds. | ru | 2004-04-15 | 1 | -0/+2 |
* | Fix off by one error, twice. | imp | 2004-04-12 | 1 | -2/+2 |
* | stop() no longer needs sched_lock held; in fact, holding sched_lock causes | cperciva | 2004-04-12 | 1 | -3/+2 |
* | Put deprecated sysctl code inside BURN_BRIDGES. | mux | 2004-04-11 | 1 | -3/+5 |
* | Use vm_page_hold() rather than vm_page_wire() for short-duration page | alc | 2004-04-11 | 1 | -2/+2 |
* | Remove a comment that complains about the lack of %qd, to justify | mux | 2004-04-10 | 1 | -3/+2 |
* | Plug minor memory leak of module_t structures when unloading a file | peadar | 2004-04-09 | 1 | -1/+3 |
* | Spell "switches" a more conventional way. | cognet | 2004-04-09 | 1 | -1/+1 |
* | Compare pointers with NULL rather than using pointers are booleans in | rwatson | 2004-04-09 | 1 | -51/+53 |
* | Fix a regression in my change which sends headers along with data; a | silby | 2004-04-08 | 1 | -2/+8 |
* | Do not assume that the initial thread (i.e. the thread with the ID | marcel | 2004-04-08 | 1 | -6/+9 |