.. |
bufq_disksort.c
|
|
|
bufq_fcfs.c
|
|
|
bufq_priocscan.c
|
|
|
bufq_readprio.c
|
|
|
cnmagic.c
|
|
|
core_elf32.c
|
|
|
core_elf64.c
|
|
|
core_netbsd.c
|
|
|
exec_aout.c
|
|
|
exec_conf.c
|
Remove COMPAT_HPUX.
|
2007-12-31 13:38:47 +00:00 |
exec_ecoff.c
|
|
|
exec_elf32.c
|
malloc -> kmem_alloc
|
2008-01-03 14:29:31 +00:00 |
exec_elf64.c
|
|
|
exec_macho.c
|
fix malloc type mismatches.
|
2008-01-03 14:25:49 +00:00 |
exec_script.c
|
use kmem_alloc instead of malloc.
|
2008-01-02 19:44:36 +00:00 |
exec_subr.c
|
Authorize using the LWP cached credentials, not process credentials.
|
2008-01-28 20:09:06 +00:00 |
genlintstub.awk
|
|
|
init_main.c
|
Remove include of sys/pset.h in sys/lwp.h header.
|
2008-03-09 15:39:14 +00:00 |
init_sysctl.c
|
Convert to ansi definitions from old-style definitons.
|
2008-02-27 19:57:18 +00:00 |
init_sysent.c
|
regen this too, not that it changes except for rcsid
|
2008-03-11 22:55:35 +00:00 |
kern_acct.c
|
Remove VOP_LEASE. Discussed on tech-kern.
|
2008-01-25 14:32:11 +00:00 |
kern_auth.c
|
Remove 'contributed to' text from the TNF license on this file, so that
|
2008-02-14 15:01:45 +00:00 |
kern_cctr.c
|
Use cpu index instead of the machine dependend, not very expressive
|
2008-03-10 22:20:14 +00:00 |
kern_clock.c
|
Add casts to avoid potential compiler warnings.
|
2008-03-11 02:26:47 +00:00 |
kern_condvar.c
|
- Add cv_is_valid(), for use in assertions. Performs basic sanity checks.
|
2008-03-05 17:05:21 +00:00 |
kern_core.c
|
Remove VOP_LEASE. Discussed on tech-kern.
|
2008-01-25 14:32:11 +00:00 |
kern_cpu.c
|
Make schedstate_percpu::spc_lwplock an exernally allocated item. Remove
|
2008-02-14 14:26:57 +00:00 |
kern_descrip.c
|
- Shrink 'struct file' to 60 bytes on 32-bit platforms.
|
2008-02-06 21:51:36 +00:00 |
kern_drvctl.c
|
Use device_t and its accessors throughout. Use aprint_*_dev().
|
2008-03-12 18:02:21 +00:00 |
kern_event.c
|
Welcome to 4.99.55:
|
2008-03-01 14:16:49 +00:00 |
kern_exec.c
|
Check for number of processes resource violation in execve().
|
2008-02-24 21:46:04 +00:00 |
kern_exit.c
|
remove a special allocator for uareas, which is no longer necessary.
|
2008-01-28 12:22:46 +00:00 |
kern_fileassoc.c
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
kern_fork.c
|
Set p->p_trace_enabled in fork and whenever the controlling falgs change
|
2008-02-24 18:30:07 +00:00 |
kern_idle.c
|
Use cpu index instead of the machine dependend, not very expressive
|
2008-03-10 22:20:14 +00:00 |
kern_ksyms.c
|
For each symtab, remember which symbols have the minimum and maximum value.
|
2008-02-20 02:30:51 +00:00 |
kern_kthread.c
|
Make schedstate_percpu::spc_lwplock an exernally allocated item. Remove
|
2008-02-14 14:26:57 +00:00 |
kern_ktrace.c
|
Set p->p_trace_enabled in fork and whenever the controlling falgs change
|
2008-02-24 18:30:07 +00:00 |
kern_lkm.c
|
Convert all the system call entry points from:
|
2007-12-20 23:02:38 +00:00 |
kern_lock.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
kern_lwp.c
|
lwp_ctl_exit: fix a use-after-free that caused the following:
|
2008-03-07 18:06:04 +00:00 |
kern_malloc_debug.c
|
Add missing pmap_update(pmap_kernel()); calls after pmap_kenter_pa and
|
2008-02-23 16:05:17 +00:00 |
kern_malloc.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
kern_module.c
|
Add support for load-time parameters for modules, which are passed through
|
2008-03-02 11:18:43 +00:00 |
kern_mutex.c
|
simple_lock_only_held() is gone.
|
2008-01-05 12:31:39 +00:00 |
kern_ntptime.c
|
Convert stragglers to ansi definitions from old-style definitons.
|
2008-02-27 19:55:59 +00:00 |
kern_pax.c
|
Provide 8 more bits of stack randomization, from the PaX author.
|
2007-12-28 17:14:50 +00:00 |
kern_physio.c
|
Give bbusy() an interlock argument. If the we need to wait for the buffer,
|
2008-02-15 13:46:04 +00:00 |
kern_pmf.c
|
Use device_t and its accessors throughout. Use aprint_*_dev().
|
2008-03-12 18:02:21 +00:00 |
kern_proc.c
|
Process group and session structures are allocated so infrequently that
|
2008-03-17 00:52:56 +00:00 |
kern_prot.c
|
Convert all the system call entry points from:
|
2007-12-20 23:02:38 +00:00 |
kern_ras.c
|
Actually copy the ras list onto the child process during fork() - hi ad.
|
2008-01-07 20:56:32 +00:00 |
kern_resource.c
|
- Initialize uihashtbl in resource_init();
|
2008-03-17 00:18:24 +00:00 |
kern_rwlock.c
|
Fix error in previous. Spotted by yamt@.
|
2008-01-28 19:58:32 +00:00 |
kern_sig.c
|
kpsignal2: enqueue SA_STOP signals and let issignal handle it rather
|
2008-03-08 07:56:53 +00:00 |
kern_sleepq.c
|
Make schedstate_percpu::spc_lwplock an exernally allocated item. Remove
|
2008-02-14 14:26:57 +00:00 |
kern_softint.c
|
Use cpu index instead of the machine dependend, not very expressive
|
2008-03-10 22:20:14 +00:00 |
kern_stub.c
|
Convert all the system call entry points from:
|
2007-12-20 23:02:38 +00:00 |
kern_subr.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
kern_synch.c
|
Workaround the case, when l_cpu changes to l_target_cpu, and causes
|
2008-03-16 23:11:30 +00:00 |
kern_sysctl.c
|
Add support for CTLTYPE_BOOL
|
2008-02-29 02:28:35 +00:00 |
kern_tc.c
|
Disable the event counters by default, since they create terrible cache
|
2008-02-10 13:56:17 +00:00 |
kern_time.c
|
nanosleep1: handle kpause spontaneous wakeups.
|
2008-02-25 12:25:03 +00:00 |
kern_timeout.c
|
Start detangling lock.h from intr.h. This is likely to cause short term
|
2008-01-04 21:17:40 +00:00 |
kern_todr.c
|
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
|
2008-01-20 18:09:03 +00:00 |
kern_turnstile.c
|
Make schedstate_percpu::spc_lwplock an exernally allocated item. Remove
|
2008-02-14 14:26:57 +00:00 |
kern_uuid.c
|
Hold kernel_lock across IFNET_FOREACH().
|
2008-01-07 16:13:49 +00:00 |
kern_verifiedexec.c
|
Add missing pmap_update(pmap_kernel()); calls after pmap_kenter_pa and
|
2008-02-23 16:05:17 +00:00 |
kern_xxx.c
|
Don't pass l (== curlwp) into the system call trace code.
|
2008-01-05 12:30:47 +00:00 |
kgdb_stub.c
|
|
|
Make.tags.inc
|
Don't run ctags on unichromreg.h, its #definitions cover important
|
2008-01-28 18:22:36 +00:00 |
Makefile
|
|
|
makesyscalls.sh
|
Generate syscalls entry points which can be called directly without
|
2008-03-11 22:50:10 +00:00 |
sched_4bsd.c
|
Convert to ansi definitions from old-style definitons.
|
2008-02-27 19:57:32 +00:00 |
sched_m2.c
|
- Perform periodical balancing of CPU-bound threads, which tends to
|
2008-03-11 18:18:49 +00:00 |
subr_autoconf.c
|
Use device_t and its accessors throughout. Use aprint_*_dev().
|
2008-03-12 18:02:21 +00:00 |
subr_blist.c
|
|
|
subr_bufq.c
|
|
|
subr_callback.c
|
|
|
subr_debug.c
|
|
|
subr_devsw.c
|
#include <sys/cpu.h> for curlwp
|
2008-02-13 18:43:16 +00:00 |
subr_disk_mbr.c
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
subr_disk.c
|
constify dkdriver
|
2008-02-28 04:55:47 +00:00 |
subr_evcnt.c
|
|
|
subr_extent.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
subr_hash.c
|
|
|
subr_iostat.c
|
|
|
subr_kmem.c
|
if DEBUG, over-allocate 1 byte to detect overrun.
|
2008-02-09 12:56:20 +00:00 |
subr_kobj.c
|
Before bailing on ENOENT, try one more time with an appended ".o". This
|
2008-01-17 22:32:49 +00:00 |
subr_lockdebug.c
|
Make it compile if !LOCKDEBUG.
|
2008-02-18 18:31:10 +00:00 |
subr_log.c
|
Welcome to 4.99.55:
|
2008-03-01 14:16:49 +00:00 |
subr_once.c
|
|
|
subr_optstr.c
|
|
|
subr_percpu.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
subr_pool.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
subr_prf2.c
|
tablefull: subr_prf -> subr_prf2
|
2007-12-30 22:55:21 +00:00 |
subr_prf.c
|
Always include <sys/cpu.h>, to pick up CPU_INFO_ITERATOR et al.
|
2008-02-19 07:46:51 +00:00 |
subr_prof.c
|
Convert all the system call entry points from:
|
2007-12-20 23:02:38 +00:00 |
subr_specificdata.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
subr_syscall_stats.c
|
|
|
subr_tftproot.c
|
Introduce device_find_by_xname and device_find_by_driver_unit to replace
|
2008-02-12 17:30:57 +00:00 |
subr_time.c
|
reduce #ifdef __HAVE_TIMECOUNTER.
|
2007-12-22 00:35:32 +00:00 |
subr_userconf.c
|
|
|
subr_vmem.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
subr_workqueue.c
|
Use cpu index instead of the machine dependend, not very expressive
|
2008-03-10 22:20:14 +00:00 |
subr_xcall.c
|
Use cpu index instead of the machine dependend, not very expressive
|
2008-03-10 22:20:14 +00:00 |
sys_aio.c
|
KM_NOSLEEP -> KM_SLEEP
|
2007-12-21 12:04:19 +00:00 |
sys_generic.c
|
selclear() while exiting netsmb's custom copy of select(). PR kern/38123.
|
2008-03-05 18:09:57 +00:00 |
sys_lwp.c
|
+2008 for the copyright
|
2008-03-12 11:05:01 +00:00 |
sys_module.c
|
Add support for load-time parameters for modules, which are passed through
|
2008-03-02 11:18:43 +00:00 |
sys_mqueue.c
|
Convert all the system call entry points from:
|
2007-12-20 23:02:38 +00:00 |
sys_pipe.c
|
Welcome to 4.99.55:
|
2008-03-01 14:16:49 +00:00 |
sys_pmc.c
|
Convert all the system call entry points from:
|
2007-12-20 23:02:38 +00:00 |
sys_process.c
|
Set p->p_trace_enabled in fork and whenever the controlling falgs change
|
2008-02-24 18:30:07 +00:00 |
sys_pset.c
|
Use proper kauth(9) actions/requests for native scheduler stuff and the
|
2008-01-30 17:54:55 +00:00 |
sys_sched.c
|
s/Minimal/Maximal/ in kern.sched.pri_max sysctl node description.
|
2008-03-05 12:47:13 +00:00 |
sys_sig.c
|
sigpause -> sigsuspend in comments.
|
2008-02-19 12:20:02 +00:00 |
sys_socket.c
|
make socketops const
|
2008-02-27 19:56:33 +00:00 |
sys_syscall.c
|
Remove the 'args' parameter to 'trace_exit()' it is no longer used.
|
2008-02-06 22:12:39 +00:00 |
syscalls.c
|
regen
|
2008-03-11 22:52:37 +00:00 |
syscalls.conf
|
Add locations for rump_syscalls.[hc] files
|
2008-03-11 22:51:51 +00:00 |
syscalls.master
|
Generate syscalls entry points which can be called directly without
|
2008-03-11 22:50:10 +00:00 |
sysv_ipc.c
|
|
|
sysv_msg.c
|
Patch up sysctl locking:
|
2008-01-07 16:12:52 +00:00 |
sysv_sem.c
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
sysv_shm.c
|
Fix shm_cv/newshm_cv offset value by using the correct sizeof argument
|
2008-01-30 21:09:41 +00:00 |
tty_bsdpty.c
|
|
|
tty_conf.c
|
|
|
tty_ptm.c
|
specfs changes for PR kern/37717 (raidclose() is no longer called on
|
2008-01-24 17:32:52 +00:00 |
tty_pty.c
|
Welcome to 4.99.55:
|
2008-03-01 14:16:49 +00:00 |
tty_subr.c
|
Restore seperate condvars for clist i/o and clist control activity.
|
2007-12-22 02:21:29 +00:00 |
tty_tty.c
|
|
|
tty.c
|
Welcome to 4.99.55:
|
2008-03-01 14:16:49 +00:00 |
uipc_domain.c
|
Patch up sysctl locking:
|
2008-01-07 16:12:52 +00:00 |
uipc_mbuf2.c
|
|
|
uipc_mbuf.c
|
make some mbuf related statistics per-cpu.
|
2008-01-17 14:49:28 +00:00 |
uipc_proto.c
|
|
|
uipc_sem.c
|
Start detangling lock.h from intr.h. This is likely to cause short term
|
2008-01-04 21:17:40 +00:00 |
uipc_socket2.c
|
Welcome to 4.99.55:
|
2008-03-01 14:16:49 +00:00 |
uipc_socket.c
|
Welcome to 4.99.55:
|
2008-03-01 14:16:49 +00:00 |
uipc_syscalls.c
|
Don't lock the socket to set/clear FNONBLOCK. Just set it atomically.
|
2008-02-06 21:57:53 +00:00 |
uipc_usrreq.c
|
Remove VOP_LEASE. Discussed on tech-kern.
|
2008-01-25 14:32:11 +00:00 |
vfs_bio.c
|
update a comment.
|
2008-02-29 12:10:09 +00:00 |
vfs_cache.c
|
|
|
vfs_getcwd.c
|
Convert all the system call entry points from:
|
2007-12-20 23:02:38 +00:00 |
vfs_hooks.c
|
|
|
vfs_init.c
|
Pull in my modules code for review/test/hacking.
|
2008-01-16 12:34:50 +00:00 |
vfs_lockf.c
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
vfs_lookup.c
|
PR kern/37706 (forced unmount of file systems is unsafe):
|
2008-01-30 11:46:59 +00:00 |
vfs_subr2.c
|
Give bbusy() an interlock argument. If the we need to wait for the buffer,
|
2008-02-15 13:46:04 +00:00 |
vfs_subr.c
|
typo patrol
|
2008-02-24 23:16:24 +00:00 |
vfs_syscalls.c
|
PR kern/37706 (forced unmount of file systems is unsafe):
|
2008-01-30 11:46:59 +00:00 |
vfs_trans.c
|
- simplify ASSERT_SLEEPABLE.
|
2008-03-17 08:27:50 +00:00 |
vfs_vnops.c
|
Replace struct lock on vnodes with a simpler lock object built on
|
2008-01-30 09:50:19 +00:00 |
vfs_xattr.c
|
Remove VOP_LEASE. Discussed on tech-kern.
|
2008-01-25 14:32:11 +00:00 |
vnode_if.c
|
Regen.
|
2008-01-25 14:32:46 +00:00 |
vnode_if.sh
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
vnode_if.src
|
Remove VOP_LEASE. Discussed on tech-kern.
|
2008-01-25 14:32:11 +00:00 |