kern_linker - Rearrange locking a bit for module loading.
[dragonfly.git] / sys / kern / kern_linker.c
2010-07-17 Joe Talbottkern_linker - Rearrange locking a bit for module loading.
2010-04-08 Joe Talbottfirmware - Import FreeBSD's firmware API.
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-09-03 Simon Schubertmodules: pull in most of FreeBSD's module linker changes
2009-08-04 Matthew Dillonkernel module loader - fix load dependencies from prelo...
2009-06-17 Michael Neumannpriv: Narrow down privileges
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-09-01 Matthew Dillon* Move /kernel to /boot/kernel and /modules to /boot...
2008-02-06 Nicolas Therylinker_file_add_dependancy() never fails so change...
2008-01-10 Matthias SchmidtReplace home-grown list iteration with methods from...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-11-19 Sascha WildnerRemove various references to sysinstall from the system.
2007-06-07 Simon SchubertFix module loading for vkernel.
2007-05-19 Matthew DillonFix a one-character allocated string buffer overflow...
2007-05-07 YONETANI TomokazuDo not rely on the fact that components in module_path...
2007-05-05 YONETANI Tomokazu(essential part of rev 1.54 in FreeBSD)
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-01-15 Matthew DillonWe want the virtual kernel to be default-secure. Disab...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-01-19 Simon SchubertProperly refcount module dependencies loaded by loader
2006-01-10 Simon SchubertFix a refcount bug which would appear when you kldunloa...
2005-12-06 Sepherosa Ziehauminor style change
2005-03-29 David RhodusRemove some uses of the SCARG macro.
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-17 Matthew DillonHandle recursive situations a bit more robustly by...
2003-11-21 Matthew DillonWhen looking for files that have already been linked...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-11-14 Matthew DillonBring in the MODULE_DEPEND() and DECLARE_MODULE() macro...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-10-13 Hiten PandyaFix kldload(2) error return when a module is rejected...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-18 Matthew DillonMake the kernel load properly recognize ABS symbols...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: