NetBSD/sys/kern
perry 573311af21 revert trailing whitespace change -- it had unintended consequences 2005-02-26 22:14:39 +00:00
..
Make.tags.inc
Makefile nuke trailing whitespace 2005-02-26 21:34:55 +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 lookup bufq using link_set rather than a switch statement. 2004-11-25 04:52:23 +00:00
cnmagic.c TNF & remove trailing spaces. 2003-08-22 02:01:32 +00:00
core_elf32.c There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
core_elf64.c
core_netbsd.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
exec_aout.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
exec_conf.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
exec_ecoff.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
exec_elf32.c nuke trailing whitespace 2005-02-26 21:34:55 +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 Check to see if the script has an ELF header, and if so, return ENOEXEC. 2004-11-04 23:55:28 +00:00
exec_subr.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
genassym.awk
genassym.sh nuke trailing whitespace 2005-02-26 21:34:55 +00:00
genlintstub.awk nuke trailing whitespace 2005-02-26 21:34:55 +00:00
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 nuke trailing whitespace 2005-02-26 21:34:55 +00:00
init_sysent.c Regen. (for pselect and pollts) 2005-02-25 19:55:18 +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 nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_descrip.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_drvctl.c add a "drvctl" pseudo-device as userland interface to the autoconf 2004-08-18 12:19:29 +00:00
kern_event.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_exec.c Remove one repeated word. From Martin Végiard. 2005-02-18 00:21:37 +00:00
kern_exit.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_fork.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
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 nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_kthread.c Merge the nathanw_sa branch. 2003-01-18 10:06:22 +00:00
kern_ktrace.c Don't de-reference a NULL ktd on error. Fix from enami, thanks. 2005-02-09 16:15:16 +00:00
kern_lkm.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_lock.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_lwp.c Don't panic when lwp_suspend finds an LWP on another CPU, just return 2005-02-12 21:39:00 +00:00
kern_malloc.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_malloc_debug.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_microtime.c cc_microset: #if 0 out a diagnositc printf. 2005-01-23 08:39:51 +00:00
kern_ntptime.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_physio.c - Nuke __P(). 2004-03-23 13:22:32 +00:00
kern_proc.c proclist_foreach_call: tweak an assertion to deal with the case that 2004-10-03 22:26:35 +00:00
kern_prot.c crcopy: no need to lock if we're only reading the structure's reference count. 2004-05-04 21:27:28 +00:00
kern_ras.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_resource.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_sa.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_sig.c nuke trailing whitespace 2005-02-26 21:34: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 nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_sysctl.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_systrace.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_time.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_timeout.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
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 nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_xxx.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kgdb_stub.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
makesyscalls.sh use 'have_toupper' variable for awk toupper() function existence test, rather 2004-09-12 11:24:15 +00:00
subr_autoconf.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
subr_devsw.c add missing __KERNEL_RCSID() 2003-07-14 14:59:01 +00:00
subr_disk.c Change the 'sz' variable in bounds_check_* to int64_t to avoid overflows 2005-02-08 08:56:21 +00:00
subr_disk_mbr.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
subr_evcnt.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
subr_extent.c - Nuke __P(). 2004-03-23 13:22:32 +00:00
subr_log.c - pass signo to fownsignal [ok by jd] 2003-09-22 12:59:55 +00:00
subr_pool.c PR_NOTOUCH: 2005-01-01 21:09:56 +00:00
subr_prf.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
subr_prof.c Lots of sysctl descriptions (if someone wants to help out here, that 2004-04-08 06:20:29 +00:00
subr_prop.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
subr_userconf.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
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 Add the code for pselect and pollts. Add selcommon and pollcommon to 2005-02-25 19:56:07 +00:00
sys_pipe.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
sys_pmc.c Make this compile again on i386 by avoiding an unused variable 2003-01-20 01:40:48 +00:00
sys_process.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
sys_socket.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
syscalls.c Regen. (for pselect and pollts) 2005-02-25 19:55:18 +00:00
syscalls.conf Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
syscalls.master Add pselect and pollts 2005-02-25 19:53:56 +00:00
sysv_ipc.c
sysv_msg.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
sysv_sem.c Update sem_otime on successful call to semop(). 2004-10-07 05:34:09 +00:00
sysv_shm.c fix typo (missing &) 2004-10-17 11:24:42 +00:00
tty.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
tty_bsdpty.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
tty_conf.c - Nuke __P(). 2004-03-23 13:22:32 +00:00
tty_ptm.c Cloning cleanup: 2004-11-30 04:25:43 +00:00
tty_pty.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
tty_subr.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
tty_tb.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
tty_tty.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
uipc_domain.c Change initialzie of domains to use link sets. Switch to using STAILQ. 2005-01-23 18:41:56 +00:00
uipc_mbuf.c Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. 2005-01-24 21:25:09 +00:00
uipc_mbuf2.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
uipc_proto.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
uipc_sem.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
uipc_socket.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
uipc_socket2.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
uipc_syscalls.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
uipc_usrreq.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
vfs_bio.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
vfs_cache.c introduce a new function, cache_lookup_raw(), for filesystems which 2004-06-27 08:50:44 +00:00
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 nuke trailing whitespace 2005-02-26 21:34:55 +00:00
vfs_lockf.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
vfs_lookup.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
vfs_subr.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
vfs_syscalls.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
vfs_vnops.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
vnode_if.c regen 2005-02-26 22:10:31 +00:00
vnode_if.sh remove some trailing spaces in generated output when removing $s from $NetBSD$ 2005-02-26 22:06:38 +00:00
vnode_if.src revert trailing whitespace change -- it had unintended consequences 2005-02-26 22:14:39 +00:00