projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
kern_linker - Rearrange locking a bit for module loading.
[dragonfly.git]
/
sys
/
kern
/
kern_linker.c
2010-07-17
Joe Talbott
kern_linker - Rearrange locking a bit for module loading.
blob
|
commitdiff
2010-04-08
Joe Talbott
firmware - Import FreeBSD's firmware API.
blob
|
commitdiff
|
diff to current
2009-12-20
Matthew Dillon
kernel - Move mplock to machine-independent C
blob
|
commitdiff
|
diff to current
2009-12-13
Matthew Dillon
kernel - Move MP lock inward, plus misc other stuff
blob
|
commitdiff
|
diff to current
2009-09-03
Simon Schubert
modules: pull in most of FreeBSD's module linker changes
blob
|
commitdiff
|
diff to current
2009-08-04
Matthew Dillon
kernel module loader - fix load dependencies from prelo...
blob
|
commitdiff
|
diff to current
2009-06-17
Michael Neumann
priv: Narrow down privileges
blob
|
commitdiff
|
diff to current
2008-12-15
Michael Neumann
suser_* to priv_* conversion
blob
|
commitdiff
|
diff to current
2008-09-01
Matthew Dillon
* Move /kernel to /boot/kernel and /modules to /boot...
blob
|
commitdiff
|
diff to current
2008-02-06
Nicolas Thery
linker_file_add_dependancy() never fails so change...
blob
|
commitdiff
|
diff to current
2008-01-10
Matthias Schmidt
Replace home-grown list iteration with methods from...
blob
|
commitdiff
|
diff to current
2008-01-06
Sascha Wildner
Remove bogus checks after kmalloc(M_WAITOK) which never...
blob
|
commitdiff
|
diff to current
2008-01-05
Sascha Wildner
For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
blob
|
commitdiff
|
diff to current
2007-11-19
Sascha Wildner
Remove various references to sysinstall from the system.
blob
|
commitdiff
|
diff to current
2007-06-07
Simon Schubert
Fix module loading for vkernel.
blob
|
commitdiff
|
diff to current
2007-05-19
Matthew Dillon
Fix a one-character allocated string buffer overflow...
blob
|
commitdiff
|
diff to current
2007-05-07
YONETANI Tomokazu
Do not rely on the fact that components in module_path...
blob
|
commitdiff
|
diff to current
2007-05-05
YONETANI Tomokazu
(essential part of rev 1.54 in FreeBSD)
blob
|
commitdiff
|
diff to current
2007-04-30
Matthew Dillon
Revamp SYSINIT ordering. Relabel sysinit IDs (SI_...
blob
|
commitdiff
|
diff to current
2007-01-15
Matthew Dillon
We want the virtual kernel to be default-secure. Disab...
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Rename printf -> kprintf in sys/ and add some defines...
blob
|
commitdiff
|
diff to current
2006-12-20
Matthew Dillon
Rename sprintf -> ksprintf
blob
|
commitdiff
|
diff to current
2006-09-05
Matthew Dillon
Rename malloc->kmalloc, free->kfree, and realloc->kreal...
blob
|
commitdiff
|
diff to current
2006-09-05
Matthew Dillon
Rename malloc->kmalloc, free->kfree, and realloc->kreal...
blob
|
commitdiff
|
diff to current
2006-06-05
Matthew Dillon
Modify kern/makesyscall.sh to prefix all kernel system...
blob
|
commitdiff
|
diff to current
2006-05-05
Matthew Dillon
Remove the thread pointer argument to lockmgr(). All...
blob
|
commitdiff
|
diff to current
2006-04-23
Matthew Dillon
Remove the now unused interlock argument to the lockmgr...
blob
|
commitdiff
|
diff to current
2006-03-02
Matthew Dillon
Pass LK_PCATCH instead of trying to store tsleep flags...
blob
|
commitdiff
|
diff to current
2006-01-19
Simon Schubert
Properly refcount module dependencies loaded by loader
blob
|
commitdiff
|
diff to current
2006-01-10
Simon Schubert
Fix a refcount bug which would appear when you kldunloa...
blob
|
commitdiff
|
diff to current
2005-12-06
Sepherosa Ziehau
minor style change
blob
|
commitdiff
|
diff to current
2005-03-29
David Rhodus
Remove some uses of the SCARG macro.
blob
|
commitdiff
|
diff to current
2004-11-12
Matthew Dillon
VFS messaging/interfacing work stage 9/99: VFS 'NEW...
blob
|
commitdiff
|
diff to current
2004-10-12
Matthew Dillon
VFS messaging/interfacing work stage 8/99: Major rework...
blob
|
commitdiff
|
diff to current
2004-03-01
Matthew Dillon
Newtoken commit. Change the token implementation as...
blob
|
commitdiff
|
diff to current
2004-01-17
Matthew Dillon
Handle recursive situations a bit more robustly by...
blob
|
commitdiff
|
diff to current
2003-11-21
Matthew Dillon
When looking for files that have already been linked...
blob
|
commitdiff
|
diff to current
2003-11-20
Matthew Dillon
Add a DECLARE_DUMMY_MODULE() so we can get linker_set...
blob
|
commitdiff
|
diff to current
2003-11-14
Matthew Dillon
Bring in the MODULE_DEPEND() and DECLARE_MODULE() macro...
blob
|
commitdiff
|
diff to current
2003-11-10
Matthew Dillon
Fully synchronize sys/boot from FreeBSD-5.x, but add...
blob
|
commitdiff
|
diff to current
2003-10-13
Hiten Pandya
Fix kldload(2) error return when a module is rejected...
blob
|
commitdiff
|
diff to current
2003-09-23
Matthew Dillon
namecache work stage 1: namespace cleanups. Add a...
blob
|
commitdiff
|
diff to current
2003-07-30
Matthew Dillon
syscall messaging 3: Expand the 'header' that goes...
blob
|
commitdiff
|
diff to current
2003-07-26
Matthew Dillon
syscall messaging 2: Change the standard return value...
blob
|
commitdiff
|
diff to current
2003-07-19
Matthew Dillon
Remove the priority part of the priority|flags argument...
blob
|
commitdiff
|
diff to current
2003-07-18
Matthew Dillon
Make the kernel load properly recognize ABS symbols...
blob
|
commitdiff
|
diff to current
2003-06-27
Matthew Dillon
proc->thread stage 6: kernel threads now create process...
blob
|
commitdiff
|
diff to current
2003-06-26
Matthew Dillon
proc->thread stage 5: BUF/VFS clearance! Remove the...
blob
|
commitdiff
|
diff to current
2003-06-25
Matthew Dillon
proc->thread stage 4: rework the VFS and DEVICE subsyst...
blob
|
commitdiff
|
diff to current
2003-06-23
Matthew Dillon
proc->thread stage 2: MAJOR revamping of system calls...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Add the DragonFly cvs id and perform general cleanups...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Initial import from FreeBSD RELENG_4:
blob
|
commitdiff
|
diff to current