summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2006-09-03use c99 initializers, per gimpy's requestchristos
2006-09-03Don't warn about RTC losing/gaining days if the filesystem time is bogus.gdamore
2006-09-03use c99 initializerschristos
2006-09-03avoid empty else statementchristos
2006-09-03add missing initializerchristos
2006-09-03Incorporate changes from x86/i386 as follows:gdamore
2006-09-02Add MI implementation of inittodr, todr_attach, and resettodr.gdamore
2006-09-02Short-circuit calls to kauth_authorize_action() for a scope withtout anyelad
2006-09-02move MAX_TCNAMELEN into timetc.h, use constant in tmp buffer allocationkardel
2006-09-02add missing initializerchristos
2006-09-02add missing initializerschristos
2006-09-02delete unreachable codechristos
2006-09-02deal with empty if bodieschristos
2006-09-02comment out impossible comparisonchristos
2006-09-02- fix initializerchristos
2006-09-02Add missing initializerchristos
2006-09-02add missing initializerchristos
2006-09-02Add missing initializerschristos
2006-09-01Missed commit (Regen'ed).matt
2006-09-01Properly deal with/without ktrace/ptrace/systracematt
2006-09-01process_domem exists for ktrace/ptrace/systracematt
2006-09-01Regen. (add __weak_alias(sys_ptrace, sys_nosys) when PTRACE is off)matt
2006-09-01Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealtmatt
2006-09-01Skip computing tags on IP Filter while its compatibility #definesdyoung
2006-08-31process_stoptrace is also used by PTRACE; fixes INSTALL_SMALL, GENERIC_TINY,dogcow
2006-08-30Disable asm statement which defines bpendtsleep symbol as "handy breakpoint"tsutsui
2006-08-30Make this compile under "no options COREDUMP".cube
2006-08-30Let those compile under "no options COREDUMP".cube
2006-08-30Regen against correct syscalls.master version [hi gimpy!].cube
2006-08-30Regen.matt
2006-08-30Add || defined(_KERNEL) to ptrace entry (like ktrace).matt
2006-08-30sys_process.c is also used by KTRACE.matt
2006-08-30#include "opt_ptrace.h"matt
2006-08-29Regen.matt
2006-08-29Fix typo (ktrace -> ptrace)matt
2006-08-29Make PTRACE and COREDUMP optional. Make the default (status quo) by puttingmatt
2006-08-28don't include sys/lock.h as it is no longer necessary.yamt
2006-08-24Add %'s to go with PRI format constants.jld
2006-08-231) Complete Linux exit_group() emulationmanu
2006-08-23Change iostat_alloc() to take the parent pointer and the name directly, sochristos
2006-08-22Don't leave a dangling socket (no associated struct file) ifseanb
2006-08-21Add <sys/lock.h> include for <sys/callback.h>martin
2006-08-21Use %zu for size_tmartin
2006-08-20From Elad:christos
2006-08-20vmf_to_prf: tweak code to avoid a "may be used uninitialized" warning.yamt
2006-08-20move kmem_kva_reclaim_callback out of #ifdef DEBUG.yamt
2006-08-20Add functions to the fileassoc interface to allow a "hint" to be providedblymn
2006-08-20implement kva reclamation for kmem_alloc quantum cache.yamt
2006-08-20kmem_init: use vmem quantum cache. XXX needs tune.yamt
2006-08-20implement vmem quantum cache.yamt