index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
init_main.c
Age
Commit message (
Expand
)
Author
2002-01-01
Happy New Year!
perry
2001-11-12
add RCSIDs
lukem
2001-08-16
user maps are always pageable.
chs
2001-07-18
When we auto size the vnode cache, make sure we do it *before* we
matt
2001-07-15
Remove initial newline from copyright[], which was mistakely added in rev.1.191.
jdolecek
2001-06-16
Add port of high performance pipe implementation written by John S. Dyson
jdolecek
2001-06-08
use real \n's copyright[]; avoids gcc 3.0-prerelease warnings.
mrg
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-03-15
eliminate the KERN_* error codes in favor of the traditional E* codes.
chs
2001-01-01
Happy new year!
thorpej
2000-12-11
Introduce 2 new flags in types.h:
mycroft
2000-12-08
call exec_init() with before letting init(8) exec
jdolecek
2000-11-27
Initial integration of the Unified Buffer Cache project.
chs
2000-11-21
restructure struct emul and execsw, in preparation to make emulations LKMable:
jdolecek
2000-11-13
change the type of *syscallnames[] array to 'const char * const foo[]'
jdolecek
2000-10-29
Use an rlim_t to store "available memory", so we don't needlessly
he
2000-09-13
Add an align argument to uvm_map() and some callers of that
thorpej
2000-08-26
More MP clock/scheduler changes:
sommerfeld
2000-08-22
Define the MI parts of the "big kernel lock" perimeter. From
thorpej
2000-08-21
splhigh() -> splsched()
thorpej
2000-08-12
Don't bother with a trampoline to start the pagedaemon and
thorpej
2000-07-14
- Fix the likely cause of the "ps(1) hangs machine" problem. Always
thorpej
2000-07-06
adjust maximum number of vnodes in vnode cache according
jdolecek
2000-06-27
remove include of <vm/vm.h>
mrg
2000-06-25
<vm/vm_pageout.h> is already empty; kill it totally.
mrg
2000-06-06
defopt SYSCALL_DEBUG.
soren
2000-05-31
Track which process a CPU is running/has last run on by adding a
thorpej
2000-05-28
Add proc0 to pidhashtbl so pfind(0) works.
jhawk
2000-05-28
Rather than starting init and creating kthreads by forking and then
thorpej
2000-05-26
First sweep at scheduler state cleanup. Collect MI scheduler
thorpej
2000-05-26
Introduce a new process state distinct from SRUN called SONPROC
thorpej
2000-03-24
Call the routine to calculate callwheelsize from allocsys() instead of
enami
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-03-10
Create new kernel thread to issue statfs(2) system call to check free
enami
2000-01-24
Add a `config_pending' semaphore to block mounting of the root file system
thorpej
2000-01-19
Move callout initialization to a single location; no need to duplicate
thorpej
2000-01-01
Update for y2k.
mycroft
1999-12-16
Explicitly set secondary processors in motion before calling uvm_scheduler().
thorpej
1999-11-15
Add Kirk McKusick's soft updates code to the trunk. Not enabled by
fvdl
1999-11-13
Defopt MAXUPRC.
simonb
1999-09-28
Remplace kern.shortcorename sysctl with a more flexible sheme,
bouyer
1999-09-17
- Centralize the declaration and clearing of `cold'.
thorpej
1999-09-15
Rename the machine-dependent autoconfiguration entry point `cpu_configure()',
thorpej
1999-07-22
Add a read/write lock to the proclists and PID hash table. Use the
thorpej
1999-07-06
Make the kthread API a bit more friendly to loadable kernel modules.
thorpej
1999-06-07
Don't pass a nam2blk around at all; just have setroot() and friends reference
thorpej
1999-05-13
Allow the caller to specify a stack for the child process. If NULL,
thorpej
1999-05-13
Allow an alternate exit signal (i.e. not SIGCHLD) to be delivered to the
thorpej
1999-04-30
Pull signal actions out of struct user, make them a separate proc
thorpej
1999-04-30
Break cdir/rdir/cmask info out of struct filedesc, and put it in a new
thorpej
[next]