NetBSD/sys/kern
christos a9fed9480a Allow 32K instead of 1K of section headers. Solaris opera binary has 15K
section headers. We only allocate memory for those headers on compat_linux
and compat_ibcs2 while we probe, and although 32K is not such a big number,
we could fix the code in those two places to read section-by-section instead
of all the sections at once as it does now, if we really felt like it.
2005-02-07 00:12:49 +00:00
..
bufq_disksort.c lookup bufq using link_set rather than a switch statement. 2004-11-25 04:52:23 +00:00
bufq_fcfs.c lookup bufq using link_set rather than a switch statement. 2004-11-25 04:52:23 +00:00
bufq_priocscan.c lookup bufq using link_set rather than a switch statement. 2004-11-25 04:52:23 +00:00
bufq_readprio.c
cnmagic.c TNF & remove trailing spaces. 2003-08-22 02:01:32 +00:00
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c
exec_ecoff.c make sure that bss size > 0 before we add a vmcmd for it. 2005-01-29 20:14:04 +00:00
exec_elf32.c Allow 32K instead of 1K of section headers. Solaris opera binary has 15K 2005-02-07 00:12:49 +00:00
exec_elf64.c
exec_macho.c Recognize bundles as mach-O executables 2004-09-04 23:21:26 +00:00
exec_script.c
exec_subr.c
genassym.awk
genassym.sh
genlintstub.awk
init_main.c move the call to link_pool_init() to the end of uvm_init(). needed for sun3. 2005-01-23 19:02:02 +00:00
init_sysctl.c
init_sysent.c Regen for extended attribute system calls. 2005-01-02 17:47:29 +00:00
kern_acct.c sys_acct: use VOP_SETATTR instead of VOP_TRUNCATE as the latter's 2004-12-13 08:46:43 +00:00
kern_clock.c
kern_descrip.c As fd_lastfile might be negative, we can't use the (u_int) cast trick to 2005-01-14 00:25:12 +00:00
kern_drvctl.c
kern_event.c
kern_exec.c
kern_exit.c clear p->p_cwdi of exiting processes and 2005-01-24 21:27:02 +00:00
kern_fork.c
kern_kcont.c Initialise (most) pools from a link set instead of explicit calls 2004-04-25 16:42:40 +00:00
kern_ksyms.c
kern_kthread.c Merge the nathanw_sa branch. 2003-01-18 10:06:22 +00:00
kern_ktrace.c Fix bug in siginfo handling introduced in revision 1.93 2004-10-26 06:58:05 +00:00
kern_lkm.c lkmunreserve: free memory to the correct vm_map when kernel_map != lkm_map. 2005-01-23 08:41:02 +00:00
kern_lock.c
kern_lwp.c
kern_malloc_debug.c
kern_malloc.c Cast nkmempages to vsize_t before shifting to avoid overflow. Requested 2005-01-14 17:03:58 +00:00
kern_microtime.c cc_microset: #if 0 out a diagnositc printf. 2005-01-23 08:39:51 +00:00
kern_ntptime.c Lots of sysctl descriptions (if someone wants to help out here, that 2004-04-08 06:20:29 +00:00
kern_physio.c
kern_proc.c
kern_prot.c
kern_ras.c
kern_resource.c
kern_sa.c define a new LWP flag which indicates that we're in the process of 2005-01-30 16:56:26 +00:00
kern_sig.c Allow PT_DUMPCORE to specify the core filename. 2005-01-09 19:22:55 +00:00
kern_subr.c Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. 2005-01-24 21:25:09 +00:00
kern_synch.c
kern_sysctl.c
kern_systrace.c
kern_time.c If sa_upcall() fails (which is always going to be due to resource exhaustion), 2005-01-06 19:26:41 +00:00
kern_timeout.c
kern_uuid.c Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. 2005-01-24 21:25:09 +00:00
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c
subr_devsw.c
subr_disk_mbr.c Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
subr_disk.c Change an if/panic statement to a KASSERT and disable a chatty printf. 2005-02-06 23:57:29 +00:00
subr_evcnt.c
subr_extent.c - Nuke __P(). 2004-03-23 13:22:32 +00:00
subr_log.c
subr_pool.c PR_NOTOUCH: 2005-01-01 21:09:56 +00:00
subr_prf.c
subr_prof.c
subr_prop.c
subr_userconf.c
subr_xxx.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
sys_generic.c
sys_pipe.c
sys_pmc.c
sys_process.c Flip the order of two lines I mixed. Thanks to wiz for noticing. 2005-01-09 20:25:26 +00:00
sys_socket.c I guess compiling code before committing is a lost art! 2004-11-06 07:31:55 +00:00
syscalls.c Regen for extended attribute system calls. 2005-01-02 17:47:29 +00:00
syscalls.conf Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
syscalls.master Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
sysv_ipc.c
sysv_msg.c Nuke __P(). 2004-03-23 13:22:03 +00:00
sysv_sem.c
sysv_shm.c
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c Change initialzie of domains to use link sets. Switch to using STAILQ. 2005-01-23 18:41:56 +00:00
uipc_mbuf2.c
uipc_mbuf.c Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. 2005-01-24 21:25:09 +00:00
uipc_proto.c Change initialzie of domains to use link sets. Switch to using STAILQ. 2005-01-23 18:41:56 +00:00
uipc_sem.c
uipc_socket2.c Rename MBUFTRACE helper function m_claim() to m_claimm(), 2004-06-24 04:15:50 +00:00
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c Users have observed that the amount of memory used by the metadata cache 2005-01-10 15:29:50 +00:00
vfs_cache.c
vfs_getcwd.c There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
vfs_init.c
vfs_lockf.c
vfs_lookup.c There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
vfs_subr.c Change initialzie of domains to use link sets. Switch to using STAILQ. 2005-01-23 18:41:56 +00:00
vfs_syscalls.c Extend fsync_range(2) to support the FDISKSYNC flag, which requests 2005-01-25 23:55:20 +00:00
vfs_vnops.c Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
vnode_if.c Regen for extended attribute VOPs. 2005-01-02 17:46:41 +00:00
vnode_if.sh Add a new VNODE_LOCKDEBUG option, which enables checks in the VOP_*() 2004-09-21 03:10:35 +00:00
vnode_if.src Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00