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