NetBSD/sys/kern
uwe 7494d34448 Tell config to generate fs_ffs.h as vfs_bio.c checks for defined(FFS).
Include that header in vfs_bio.c so that bioops are not redefined.
2006-04-05 00:52:16 +00:00
..
Make.tags.inc
Makefile
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c Support the generation of coredumps for 32-bits binaries under 2006-03-12 20:25:25 +00:00
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so 2006-02-09 19:18:56 +00:00
exec_ecoff.c
exec_elf32.c KNF 2006-03-17 11:03:07 +00:00
exec_elf64.c
exec_macho.c
exec_script.c don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
exec_subr.c
genlintstub.awk Rewrite to support LINTSTUB in multiline comments. 2006-01-22 05:11:11 +00:00
init_main.c Remove useless whitepsace. 2006-03-30 17:40:58 +00:00
init_sysctl.c PR/32809: Pavel Cahyna: Conflicting flags in l_flag and p_flag are causing 2006-04-01 00:57:34 +00:00
init_sysent.c regen 2006-02-24 19:25:28 +00:00
kern_acct.c
kern_clock.c
kern_descrip.c remove the no longer useful fdavail(), as proposed and (thankfully) not 2006-03-07 17:13:53 +00:00
kern_drvctl.c
kern_event.c
kern_exec.c Rework the _lwp* and sa_* families of syscalls so some details can be 2006-03-29 23:02:31 +00:00
kern_exit.c implement PT_SYSCALL 2006-03-05 07:21:37 +00:00
kern_fork.c
kern_kcont.c
kern_ksyms.c
kern_kthread.c
kern_ktrace.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
kern_lkm.c
kern_lock.c Fix call to simple_lock_assert_held() so builds with -DDEBUG work. 2006-03-31 06:01:07 +00:00
kern_lwp.c Rework the _lwp* and sa_* families of syscalls so some details can be 2006-03-29 23:02:31 +00:00
kern_malloc.c
kern_malloc_debug.c
kern_microtime.c
kern_ntptime.c
kern_physio.c
kern_proc.c proc_vmspace_getref: treat curproc specially to fix coredump problem pointed 2006-03-12 10:32:47 +00:00
kern_prot.c
kern_ras.c
kern_resource.c for some random places, use PNBUF_GET/PUT rather than 2006-02-04 12:09:50 +00:00
kern_sa.c Rework the _lwp* and sa_* families of syscalls so some details can be 2006-03-29 23:02:31 +00:00
kern_sig.c KNF: brace and parenthesis usage 2006-03-12 18:36:58 +00:00
kern_subr.c Use device_unit(). 2006-03-28 17:38:24 +00:00
kern_synch.c
kern_sysctl.c Bail out of sysctl_create() if we fail to malloc() own. 2006-04-02 09:07:57 +00:00
kern_systrace.c Move check of strp for NULL to the top of the function, if it's NULL 2006-03-18 17:44:13 +00:00
kern_tc.c Import main FreeBSD timecounter support files as of 4th Feb 2006. 2006-02-04 08:06:23 +00:00
kern_time.c
kern_timeout.c
kern_uuid.c
kern_verifiedexec.c use uvm_km_alloc() instead of uvm_map(). 2006-03-30 04:05:05 +00:00
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c Fix typo. 2006-03-29 06:25:35 +00:00
subr_blist.c
subr_bufq.c
subr_devsw.c
subr_disk.c
subr_disk_mbr.c Improve disk portability between systems. 2006-01-28 19:57:07 +00:00
subr_evcnt.c
subr_extent.c call extent_free_region_descriptor(ex, myrp) when ltseep() returns non-zero 2006-04-02 09:27:05 +00:00
subr_log.c
subr_once.c
subr_optstr.c Implement options string parsing of the form 'a=b c=d ...'. This will be 2006-02-03 11:04:46 +00:00
subr_pool.c pool_grow: don't increase pr_minpages. (fix a mistake in 1.113) 2006-04-02 13:25:34 +00:00
subr_prf.c if db_onpanic is -1, do not invoke any ddb functions at all when handling 2006-01-28 14:37:31 +00:00
subr_prof.c
subr_prop.c Get rid of stupid GCC fix. It was wrong. Spotted by Coverity. 2006-03-22 00:13:26 +00:00
subr_userconf.c
subr_workqueue.c
subr_xxx.c
sys_generic.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
sys_pipe.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
sys_pmc.c
sys_process.c PR/26804: Jason Thorpe: Make PT_DUMPCORE require the process to be PT_ATTACH'ed 2006-04-01 22:34:00 +00:00
sys_socket.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
syscalls.c regen 2006-02-24 19:25:28 +00:00
syscalls.conf
syscalls.master constify the __sysctl() kernel side 2006-02-24 19:20:20 +00:00
sysv_ipc.c
sysv_msg.c Introduce msgrcv1 and msgsnd1 which take special care of the msg_type 2006-03-06 14:24:13 +00:00
sysv_sem.c
sysv_shm.c
tty.c Move ISSET/SET/CLR macros to sys/types.h 2006-03-05 16:57:16 +00:00
tty_bsdpty.c Fix old pty name resolution for ptys > 256 2006-03-23 23:53:54 +00:00
tty_conf.c
tty_ptm.c
tty_pty.c Move ISSET/SET/CLR macros to sys/types.h 2006-03-05 16:57:16 +00:00
tty_subr.c
tty_tty.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
uipc_domain.c
uipc_mbuf.c m_copyback0: 2006-03-19 10:07:19 +00:00
uipc_mbuf2.c whitespace. 2006-03-15 11:10:41 +00:00
uipc_proto.c
uipc_sem.c Change the way semid_t values are chosen. Instead of using kernel 2006-03-05 00:49:19 +00:00
uipc_socket.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
uipc_socket2.c
uipc_syscalls.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
uipc_usrreq.c PR/32856: Christian Biere: Don't panic if you send a control message with 2006-03-01 02:06:11 +00:00
vfs_bio.c Tell config to generate fs_ffs.h as vfs_bio.c checks for defined(FFS). 2006-04-05 00:52:16 +00:00
vfs_cache.c
vfs_getcwd.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
vfs_hooks.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c Update namei(9) comments and man page to indicate that we operate on 2006-03-03 16:15:11 +00:00
vfs_subr.c Fix PR 32923 by ensuring we have non-NULL LWP in vfs_shutdown. 2006-02-25 07:11:31 +00:00
vfs_syscalls.c KASSERT that the returned file id length from VPTOFH is <= the 2006-03-27 20:20:45 +00:00
vfs_vnops.c vn_rdwr(): Initialize `mp' to NULL. vn_finished_write() would be called 2006-03-24 17:16:10 +00:00
vfs_xattr.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src