NetBSD/sys/kern
reinoud a0d3b4c9bf Fix the mess i made with the iso partitioning reading due to the fact that
disk_read_sector() wants DEV_BLKSIZE blkno's BUT sectorsize unit lengths
specified... how `logical'.

Real fixup pending on discussion on tech-kern/source-changes.
2009-01-08 14:06:50 +00:00
..
Make.tags.inc
Makefile Use ${TOOL_SED} instead of plain "sed" in "!=" assignments. 2008-10-25 22:35:36 +00:00
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
core_elf64.c
core_netbsd.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
exec_aout.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
exec_ecoff.c make this compile 2008-11-19 21:29:32 +00:00
exec_elf.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
exec_elf32.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
exec_elf64.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
exec_macho.c
exec_script.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
exec_subr.c
genlintstub.awk
init_main.c * unexpose kprintf locking internals 2009-01-01 15:10:20 +00:00
init_sysctl.c Rename specfs_lock as device_lock and move it from specfs to devsw. 2008-12-29 17:41:18 +00:00
init_sysent.c Regen. 2008-11-19 18:39:43 +00:00
kern_acct.c
kern_auth.c Use __arraycount when appropriate 2008-08-15 01:31:02 +00:00
kern_cctr.c remove extra semicolons. 2009-01-03 03:31:23 +00:00
kern_clock.c hardclock() itself doesn't schedule callout softintrs any more, 2008-10-05 21:57:20 +00:00
kern_condvar.c Make condvars really opaque -- hide the wait message member from consumers 2008-12-19 07:57:28 +00:00
kern_core.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
kern_cpu.c Add cpu_softintr_p() for assertions 2008-12-07 11:40:53 +00:00
kern_descrip.c - Fix a bug where we trashed descriptor zero in the old open files array 2008-12-21 09:58:22 +00:00
kern_drvctl.c remove extra semicolons. 2009-01-03 03:31:23 +00:00
kern_event.c
kern_exec.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
kern_exit.c Make POSIX AIO loadable as a module. 2008-11-14 23:33:45 +00:00
kern_fileassoc.c
kern_fork.c Move uidinfo to its own module in kern_uidinfo.c and include in rump. 2008-10-11 13:40:57 +00:00
kern_idle.c
kern_ksyms.c _KERNEL_OPT 2009-01-01 19:10:17 +00:00
kern_kthread.c
kern_ktrace.c Merge wrstuden-revivesa into HEAD. 2008-10-15 06:51:17 +00:00
kern_lock.c Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
kern_lwp.c Tweak change to move SA support from userret() to lwp_userret(). 2008-10-28 22:11:36 +00:00
kern_malloc.c Missed realloc in previous. Ride 5.99.6 bump. 2009-01-07 21:06:31 +00:00
kern_malloc_debug.c
kern_malloc_stdtype.c M_IOV is used all over the place, so stuff it in with malloc_stdtypes 2008-10-14 14:17:49 +00:00
kern_module.c - Don't autounload modules loaded during boot. In my case, ffs got unloaded 2008-12-28 03:21:02 +00:00
kern_mutex.c Merge wrstuden-revivesa into HEAD. 2008-10-15 06:51:17 +00:00
kern_ntptime.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
kern_pax.c
kern_physio.c Assert that bp->b_error == 0 if all data have been transfered in 2008-11-09 12:18:07 +00:00
kern_pmf.c
kern_proc.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
kern_prot.c Move uidinfo to its own module in kern_uidinfo.c and include in rump. 2008-10-11 13:40:57 +00:00
kern_ras.c Merge wrstuden-revivesa into HEAD. 2008-10-15 06:51:17 +00:00
kern_rate.c Split rate-checking routines into their own module for easier reuse. 2008-09-25 17:17:10 +00:00
kern_resource.c Move uidinfo to its own module in kern_uidinfo.c and include in rump. 2008-10-11 13:40:57 +00:00
kern_runq.c - Wrap sys/cpu.h contents in _LOCORE. 2008-12-02 17:57:32 +00:00
kern_rwlock.c
kern_sig.c Fix a comment. 2008-12-13 20:49:49 +00:00
kern_sleepq.c Merge wrstuden-revivesa into HEAD. 2008-10-15 06:51:17 +00:00
kern_softint.c softint_disestablish: don't pass softint_lock to kpause, it's not held. 2009-01-01 12:26:46 +00:00
kern_stub.c port-amd64/39963 modules/compat_netbsd32: missing symbols on amd64 2008-11-20 09:30:32 +00:00
kern_subr.c Store config(1)'s root filesystem type as a text string rather than 2008-12-19 17:11:57 +00:00
kern_synch.c Redo previous. Don't count deferrals due to raised IPL. It's not that 2008-12-21 13:26:58 +00:00
kern_sysctl.c Librate sysctl_setup_func typedef from the clutches of _MODULE and 2008-12-29 15:35:02 +00:00
kern_tc.c
kern_time.c Adjust locking on the sadata::sa_vps list. The main time we 2008-10-16 18:21:45 +00:00
kern_timeout.c Update CALLOUT_INVOKING correctly, seems to have been lost. 2008-10-10 11:42:58 +00:00
kern_todr.c
kern_turnstile.c turnstile_block(): When an LWP puts its turnstile onto a sync object's 2008-08-12 14:13:34 +00:00
kern_uidinfo.c Correction to previous. 2008-10-14 09:17:23 +00:00
kern_uuid.c Make uuidgen available for the kernel. 2008-11-18 14:01:03 +00:00
kern_verifiedexec.c PR/39559: Juan RP: veriexec(4): too easy to cause a NULL dereference 2008-12-14 23:20:23 +00:00
kern_xxx.c
kgdb_stub.c
makesyscalls.sh <rump/rump_syscalls.h>, not "rump_syscalls.h" 2008-11-16 18:40:13 +00:00
sched_4bsd.c - Replace lwp_t::l_sched_info with union: pointer and timeslice. 2008-10-07 09:48:27 +00:00
sched_m2.c Make SCHED_M2 nice with nice(1). Closes PR/38048. 2008-10-18 03:44:04 +00:00
subr_autoconf.c Don't need to hold kernel_lock for most of this (and not into the swapper!). 2008-12-29 13:40:11 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_debug.c
subr_devsw.c Rename specfs_lock as device_lock and move it from specfs to devsw. 2008-12-29 17:41:18 +00:00
subr_disk.c
subr_disk_mbr.c Fix the mess i made with the iso partitioning reading due to the fact that 2009-01-08 14:06:50 +00:00
subr_evcnt.c
subr_exec_fd.c Move fd_closeexec() and fd_checkstd() from kern_descrip to their 2008-11-18 13:01:41 +00:00
subr_extent.c
subr_hash.c
subr_iostat.c
subr_kmem.c Back VMEM_ADDR_NULL change. It's too invasive. 2008-12-15 11:42:34 +00:00
subr_kobj.c Sprinkle comments explaining purpose of kobj_machdep(), per email from ad. 2009-01-08 01:03:24 +00:00
subr_lockdebug.c buildfix: use PRIxPTR rather %lx. 2008-11-07 19:50:00 +00:00
subr_log.c
subr_once.c Atomic ops are unnecessary here. pointed out by ad 2008-10-09 12:14:06 +00:00
subr_optstr.c
subr_pcq.c - Optimise by avoiding few memory barriers, when atomic operations 2008-11-11 21:45:33 +00:00
subr_percpu.c Start percpu allocation at (ALIGNBYTES + 1) to avoid problem with importing 2008-12-15 11:59:22 +00:00
subr_pool.c Avoid recursive mutex_enter() when the system is low on KVA. 2008-11-11 16:13:03 +00:00
subr_prf.c My clever hack was not enough. Disable DELAY via ifndef _RUMPKERN in 2009-01-02 22:03:00 +00:00
subr_prof.c
subr_specificdata.c
subr_syscall_stats.c
subr_tftproot.c
subr_time.c
subr_userconf.c
subr_vmem.c Put vm_lock into its own cache line. 2008-12-15 10:26:10 +00:00
subr_workqueue.c Replace intptr_t in few places to uintptr_t. 2008-09-15 10:43:29 +00:00
subr_xcall.c
sys_aio.c more <sys/buf.h> police 2008-11-16 19:34:29 +00:00
sys_descrip.c Prevent a potential deadlock from a multithreaded process doing: 2008-12-21 10:25:00 +00:00
sys_generic.c
sys_lwp.c _lwp_kill: set SI_LWP in the siginfo, not SI_USER. 2008-10-16 08:47:07 +00:00
sys_module.c - Be clear about whether module load is explicit or system initiated (auto). 2008-10-22 11:16:29 +00:00
sys_mqueue.c - Fix message queue permissions problems. 2008-09-29 10:27:53 +00:00
sys_pipe.c remove M_PIPE (hi rmind!) 2008-09-17 14:00:41 +00:00
sys_pmc.c
sys_process.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
sys_pset.c - Schedule bound threads even if CPU is offline. Might be revisited later, 2008-09-30 16:28:45 +00:00
sys_sched.c - Avoid the race with CPU online/offline state changes, when setting the 2008-10-31 00:36:22 +00:00
sys_select.c pollcommon: use a more appropriate type than char[]. 2008-11-20 01:25:28 +00:00
sys_sig.c sigaction1: we need to remember if the sigcontext method may be useable, 2008-11-25 16:42:44 +00:00
sys_socket.c
sys_syscall.c
syscalls.c Regen. 2008-11-19 18:39:43 +00:00
syscalls.conf Use rump/include/rump as the rump_syscalls.h directory. 2008-11-17 08:46:42 +00:00
syscalls.master RUMP some syscalls required by nfsd. 2008-11-26 15:01:17 +00:00
sysv_ipc.c
sysv_msg.c Fix the aligning of memory blocks again, finally... 2008-09-19 11:21:33 +00:00
sysv_sem.c Fix the aligning of memory blocks again, finally... 2008-09-19 11:21:33 +00:00
sysv_shm.c sys_shmat: initialise shmid of shmmap entry earlier. Now error path, 2008-12-22 13:49:17 +00:00
tty.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c explicitly include <sys/ioctl_compat.h> since we explicitly use 2008-11-15 05:58:33 +00:00
tty_subr.c
tty_tty.c
uipc_accf.c Autoload accept filter modules. 2008-11-20 10:00:54 +00:00
uipc_domain.c Move some sysctl node creations away from linksets and into the 2008-12-07 20:58:46 +00:00
uipc_mbuf.c replace bitmask_snprintf(9) with snprintb(3) 2008-12-16 22:35:21 +00:00
uipc_mbuf2.c
uipc_proto.c
uipc_sem.c Replace semid_t with intptr_t. No function change. This is a libc/kernel 2008-11-14 15:49:20 +00:00
uipc_socket.c Move some sysctl node creations away from linksets and into the 2008-12-07 20:58:46 +00:00
uipc_socket2.c Change 'return (expr);' to 'return expr;'. Change (type *)0 to 2008-10-24 22:23:20 +00:00
uipc_syscalls.c
uipc_usrreq.c Move uidinfo to its own module in kern_uidinfo.c and include in rump. 2008-10-11 13:40:57 +00:00
vfs_bio.c Move some sysctl node creations away from linksets and into the 2008-12-07 20:58:46 +00:00
vfs_cache.c cache_lookup_raw: update "goodhits" statistics to be less confused. 2008-10-25 14:20:17 +00:00
vfs_cwd.c cwd is logically a vfs concept, so take it out from the bosom of 2008-11-18 11:36:58 +00:00
vfs_dirhash.c When reusing a directory free space slot and thus finding it on the free space 2008-12-28 17:11:26 +00:00
vfs_getcwd.c
vfs_hooks.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
vfs_init.c Move some sysctl node creations away from linksets and into the 2008-12-07 20:58:46 +00:00
vfs_lockf.c Move uidinfo to its own module in kern_uidinfo.c and include in rump. 2008-10-11 13:40:57 +00:00
vfs_lookup.c Add a NOCHROOT flag for namei(). Looks outside any chroot and performs the 2008-11-14 21:57:14 +00:00
vfs_subr.c remove extra semicolons. 2009-01-03 03:31:23 +00:00
vfs_syscalls.c Fix length passed to strlcpy(): we used to get names one character shorter 2008-12-14 23:12:58 +00:00
vfs_trans.c more <sys/buf.h> police 2008-11-16 19:34:29 +00:00
vfs_vnops.c Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
vfs_wapbl.c remove extra semicolons. 2009-01-03 03:31:23 +00:00
vfs_xattr.c
vnode_if.c reregen to get those most important rcsids right 2008-11-17 08:59:33 +00:00
vnode_if.sh Split vfs out of rumpkern into rumpvfs. Non-fs rumps no longer 2008-11-19 14:10:48 +00:00
vnode_if.src vpp is not logically passed in IN with lookup, so INOUT -> OUT. 2008-11-15 19:08:12 +00:00