summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2010-03-20more debugging compilation fixes.christos
2010-03-20fix debugging code.christos
2010-03-20minimize ifdefs and avoid duplicated code.christos
2010-03-19- Make maximum memory limits for various things #define constants and use thechristos
2010-03-18Print builtin "use -f" message only if not autoloading. Otherwisepooka
2010-03-18Never autounload builtin modules (they will never be autoloaded if disabled).pooka
2010-03-15rename DEBUG_ASLR -> PAX_ASLR_DEBUGchristos
2010-03-14DTrace: Make the CTF handling conditional on KDTRACE_HOOKS for now sincedarran
2010-03-13call accept_filter_init int setopt so that don't use an uninitialized lockchristos
2010-03-13make this compile.christos
2010-03-13make this compile.christos
2010-03-12DTrace: Add support for CTF sections in the netbsd elf image, load thesedarran
2010-03-05Make module_{lookup,enqueue}() static now that it's possible againpooka
2010-03-05Move builtin modules to a list in init and load them from therepooka
2010-03-03Replace unsafe use of TAILQ_FOREACH: as the comment says, thepooka
2010-03-03Remove fs_lfs now that the syscall is always defined.pooka
2010-03-03remove redundant checks of PK_MARKER.yamt
2010-03-02regen: lfs megamaid syscalls -> MODULARpooka
2010-03-02Make lfs syscalls loadable. This nukes fs_lfs.h & #ifdef LFS.pooka
2010-03-02Make is possible to add extra output at the top of syscallargs.h.pooka
2010-03-02fs_ffs.h is no longer required (since the death of bufops / softdep)pooka
2010-03-01Revert accidental commit of CTF work-in-progress changes.darran
2010-03-01DTrace: Add an SDT (Statically Defined Tracing) provider framework, anddarran
2010-02-27Move block number computations to callers of wapl_read/wapl_write andmlelstv
2010-02-27Store physical block numbers in superblock that point to the journal.mlelstv
2010-02-26mnt_fs_bshift is the filesystem block size, not the fragment size.mlelstv
2010-02-26Change RSS (resident set size) limit. Instead of setting it arbitrarilyjym
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-23DTrace: remove kern_dtrace.c since it is no longer used. (Its functionsdarran
2010-02-23DTrace: Get rid of the KDTRACE_HOOKS ifdefs in the kernel. Replace thedarran
2010-02-23Use correct offset to block number calculations.mlelstv
2010-02-22Run binaries with ELF_TYPE==DYN at virtual address PAGE_SIZE ratherdrochner
2010-02-21DTrace: Add __predict_false() to the DTrace hooks per rmind's suggestion.darran
2010-02-21DTrace: missed kern_dtrace.c (thanks rmind!)darran
2010-02-21Added a defflag option for KDTRACE_HOOKS and included opt_dtrace.h in thedarran
2010-02-21Add the DTrace hooks to the kernel (KDTRACE_HOOKS config option).darran
2010-02-19Avoid a potential crash: get more struct device initializationdyoung
2010-02-18Fix comment(s).skrll
2010-02-17Initialize the temporary pmf_qual_t in pmf_device_subtree_release()dyoung
2010-02-16Don't inspect vn_stat() results until after checking that it succeeded.dholland
2010-02-15Extract a subroutine, const char *cfdata_ifattr(cfdata_t cf), thatdyoung
2010-02-13sysctl_doeproc: don't follow a possibly stale pointer.yamt
2010-02-11Add vrele_async routine which asynchronously release vnodes in different contexhaad
2010-02-11Add kmem_asprintf rotuine which allocates string accordingly to formathaad
2010-02-09Fix typo in comment.wiz
2010-02-08Handle rump like the direct mapping case.joerg
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-02-08Re-apply:skrll
2010-02-06__inline -> inlineuebayasi
2010-02-06Revert commit from Fri Feb 5 06:43:17 UTC 2010 by skrll:cube