| Age | Commit message (Expand) | Author |
| 2003-03-05 | Report correct values for p_uutime_{u}sec, p_ustime_{u}sec and p_uctime_{u}sec | dsl |
| 2003-03-05 | Apportion execution time evenly between stime and utime when the process | dsl |
| 2003-03-05 | Get processes execution time before the LWPs state is changed | dsl |
| 2003-03-03 | only pull in/declare veriexec related stuff with VERIFIED_EXEC | jdolecek |
| 2003-03-02 | ... and no need to aqcuire lock while free'ing old hash which no one | enami |
| 2003-03-01 | Cosmetic changes. | enami |
| 2003-03-01 | make fdcheckstd f_slock friendly. | yamt |
| 2003-03-01 | If we are doing TOPDOWN, we want to truncate the address downwards. If not, | matt |
| 2003-03-01 | Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel | atatat |
| 2003-02-28 | Cosmetic changes. | enami |
| 2003-02-28 | Make sure that the initial address is aligned correctly. Note that before | matt |
| 2003-02-28 | When aligned to > PAGE_SIZE boundary, don't map any pages before where the | matt |
| 2003-02-28 | Remove MAXDSIZ since VM_DEFAULT_ADDRESS adds it. Sigh. It was correct. | matt |
| 2003-02-27 | Note only trunc_page the psection vaddr, but truncate it accordoring to its | matt |
| 2003-02-27 | Fix a c&p bug when moving VM_DEFAULT_ADDRESS. (restore MAXDSIZ) | matt |
| 2003-02-27 | Remove VMCMD_TOPDOWN since it's no longer. Redo my last rework. Move | matt |
| 2003-02-27 | Add hw.physpages and hw.userpages, which return the physmem and usermem | thorpej |
| 2003-02-26 | Change a printf to an event counter. Callout event counters are conditional | thorpej |
| 2003-02-26 | Make elf32 load_file work properly with TOPDOWN by mapping psections in | matt |
| 2003-02-26 | Remove leftover MBUFTRACE asserts. | matt |
| 2003-02-26 | deactivate MBUFTRACE related KASSERT()s in the !MBUFTRACE case | drochner |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-02-25 | it appears one list of vnode type names should be enough | jdolecek |
| 2003-02-25 | make iftovt_tab[] const | jdolecek |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-25 | Fix a simple_lock() mismatch in unp_internalize(). | pk |
| 2003-02-25 | Tweak some comments so that they match the other comments more properly. | atatat |
| 2003-02-24 | Allow filesystems' VOP_IOCTL to catch ioctl calls on directories and | perseant |
| 2003-02-23 | Protect the event queue with a simple mutex; this only partially addresses | pk |
| 2003-02-23 | Use splsched() instead of splhigh() to protect the triggered event queues. | pk |
| 2003-02-23 | Use splvm() instead of splhigh() when accessing the internal page header pool. | pk |
| 2003-02-23 | Make updating a file's reference and use count MP-safe. | pk |
| 2003-02-22 | Fix too many arguments for format warning in #ifdef DIAGNOSTIC part | tsutsui |
| 2003-02-22 | Set P_WEXIT earlier; specifically, before a pool_get(, PR_WAITOK) that | nathanw |
| 2003-02-21 | simplify timeout handling code in kqueue_scan() | jdolecek |
| 2003-02-21 | typo in comment. | skrll |
| 2003-02-21 | In topdown mode, subtract the page rounded memory size of the psection, | matt |
| 2003-02-20 | Introduce "top down" memory management for mmap()ed allocations. This | atatat |
| 2003-02-20 | Move simple_lock after the hashinit's to avoid possible sleeping/malloc'ing | jmc |
| 2003-02-19 | Use lock_printf() in SPINLOCK_SPINCHECK() and SLOCK_TRACE(). | pk |
| 2003-02-19 | if emulation uses elf32_copyargs(), it shouldn't use it's own idea | jdolecek |
| 2003-02-18 | add "VT_SMBFS" to vnode_tags[] | jdolecek |
| 2003-02-18 | Add newline character to logname change warning. | wiz |
| 2003-02-18 | KNF kern_prot.c | dsl |
| 2003-02-17 | Test p->p_sa instead of p->p_flag & P_SA, as the latter may have been | nathanw |
| 2003-02-17 | Clear L_SA from all LWPs in sigexit() to prevent any upcalls or | nathanw |
| 2003-02-17 | Note yet another SMP danger spot. | nathanw |
| 2003-02-17 | Add a ttyprintf_nolock() to be called when we are printing the ttyinfo | christos |
| 2003-02-17 | - remove __STDC__ crap. It did not work anyway with pre-ansi compilers, since | christos |
| 2003-02-16 | do not demand LLSLEEP in p_stat; this does not seem to happen with lwps; | provos |