| Age | Commit message (Expand) | Author |
| 2002-01-01 | Happy New Year! | perry |
| 2001-12-27 | In clalloc(), clear the quoted char bitmap (part of the ring buffer was | ad |
| 2001-12-18 | PR/14795: Christos Zoulas: Fix locking problem on MP systems where | christos |
| 2001-12-18 | unmap loaned pages before dropping the loan. some pmaps aren't | chs |
| 2001-12-11 | fix typo in #ifdef __FreeBSD__ | jdolecek |
| 2001-12-10 | Cast off_t to (long long) for printing. | thorpej |
| 2001-12-10 | Move the code that walks the process's VM map during a coredump | thorpej |
| 2001-12-10 | KNF. | enami |
| 2001-12-10 | update vnode flags in ddb vnode-printing function. | chs |
| 2001-12-10 | Don't compare an int against NULL. | thorpej |
| 2001-12-09 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-12-09 | Changed clocktl interface to use syscallargs structures | manu |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-12-08 | - Implement | lukem |
| 2001-12-08 | Test ".." correctly when creating reverse cache entry. | enami |
| 2001-12-08 | Make the coredump routine exec-format/emulation specific. Split | thorpej |
| 2001-12-07 | Back off previous for now, Jason thinks it's not right. Will discuss | jdolecek |
| 2001-12-06 | remove diagnostic test checking for cr_ref = 0. It will never be, because | christos |
| 2001-12-06 | replace FIF_WANTCLOSE/FIF_LARVAL with FWANTCLOSE/FLARVAL, which are set | jdolecek |
| 2001-12-06 | in vinvalbuf(), vtruncbuf() and vflushbuf(), don't skip calling | chs |
| 2001-12-05 | Use NULL instead of 0 in a few places. | augustss |
| 2001-12-05 | Implement sigismasked() correctly. KNF while I'm here. | enami |
| 2001-12-05 | Introduce new function malloc_roundup(), suggested by Bill Sommerfeld | enami |
| 2001-12-05 | * Allow machine-dependent code to specify hooks for ptrace(2) | thorpej |
| 2001-12-04 | KNF and other cosmetic changes. | enami |
| 2001-12-04 | Add M_CANFAIL malloc(9) flag. This flag changes behaviour in M_WAITOK | jdolecek |
| 2001-12-03 | Add IRFRAMEDISC line discipline. | augustss |
| 2001-12-02 | Move the code that expands the cd_devs array into a subroutine. | augustss |
| 2001-11-30 | asm -> __asm. | kleink |
| 2001-11-30 | fix previous commit | msaitoh |
| 2001-11-30 | fix printf format | msaitoh |
| 2001-11-30 | Since we know that `va' is non-NULL here, no need to test if it is NULL. | enami |
| 2001-11-30 | Use cached pointer to next buf instead of re-fetching it. GCC actually | enami |
| 2001-11-29 | sprinkle crcvt() | christos |
| 2001-11-29 | introduce crcvt() that converts from struct uucred to struct ucred. | christos |
| 2001-11-28 | Updated comment about COMPAT_IRIX: we start working on o32 first... | manu |
| 2001-11-27 | In cn_get_magic() don't increment i in the for(;;) loop, as it's already | bouyer |
| 2001-11-27 | crfree(): add DIAGNOSTIC sanity check of cr_ref; unfortunately, if the memory | jdolecek |
| 2001-11-26 | Added COMPAT_IRIX (being developped, not functionnal at that time) | manu |
| 2001-11-23 | if the LKM support is not compiled in, don't bother using exec_lock | jdolecek |
| 2001-11-23 | Two changes to setrlimit(2): | jdolecek |
| 2001-11-21 | Use round_page() instead of roundup(, PAGE_SIZE). | enami |
| 2001-11-21 | Protect multi statement macro with do {} while (0). This is not cosmetic. | enami |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-20 | Call pr_log(PRLOG_GET) when POOL_DIAGNOSTIC is defined instead of DIAGNOSTIC | enami |
| 2001-11-17 | Add new malloc(9) flag M_ZERO - zeros memory before returning. | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-14 | Make poll(2) ignore negative file descriptors (Bang Jun-Young). | christos |
| 2001-11-13 | add RCSID | lukem |
| 2001-11-13 | PR/8657: z@rentaboat.se: alarm takes more seconds that it can handle. | christos |