The NetBSD Project

src/sys/kern/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / kern

Current tag: haad-nbase2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Make.tags.inc  1.18   16 years  dyoung   branches: 1.18.10; 1.18.24; Don't run ctags on unichromreg.h, its #definitions...
[TXT] Makefile  1.15   15 years  apb   Use ${TOOL_SED} instead of plain "sed" in "!=" assignments. This may need more ...
[TXT] bufq_disksort.c  1.9   15 years  reinoud   branches: 1.9.8; Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). BUFQ_C...
[TXT] bufq_fcfs.c  1.8   15 years  reinoud   branches: 1.8.8; Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). BUFQ_C...
[TXT] bufq_priocscan.c  1.12   15 years  yamt   branches: 1.12.8; add a comment.
[TXT] bufq_readprio.c  1.11   15 years  reinoud   branches: 1.11.8; Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). BUFQ_...
[TXT] cnmagic.c  1.9   17 years  yamt   branches: 1.9.52; 1.9.64; 1.9.72; remove some __unused from function paramete...
[TXT] core_elf32.c  1.33   15 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] core_elf64.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.4; Add support for dumping ELF-cormat core files.
[TXT] core_netbsd.c  1.16   15 years  ad   branches: 1.16.8; Make the emulations, exec formats, coredump, NFS, and the NFS...
[TXT] exec_aout.c  1.34   15 years  ad   branches: 1.34.8; 1.34.10; Make the emulations, exec formats, coredump, NFS, a...
[TXT] exec_ecoff.c  1.28   15 years  cegger   branches: 1.28.8; 1.28.10; make this compile
[TXT] exec_elf.c  1.10   15 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] exec_elf32.c  1.137   15 years  ad   branches: 1.137.16; 1.137.26; 1.137.30; Make the emulations, exec formats, co...
[TXT] exec_elf64.c  1.3   15 years  ad   branches: 1.3.16; 1.3.26; 1.3.30; Make the emulations, exec formats, coredump...
[TXT] exec_script.c  1.63   15 years  ad   branches: 1.63.6; 1.63.8; Make the emulations, exec formats, coredump, NFS, an...
[TXT] exec_subr.c  1.61   15 years  ad   branches: 1.61.6; 1.61.8; 1.61.12; Don't needlessly acquire v_interlock.
[TXT] genlintstub.awk  1.10   18 years  uwe   Rewrite to support LINTSTUB in multiline comments. Be more flexible in what we a...
[TXT] init_main.c  1.378   15 years  pooka   Move some sysctl node creations away from linksets and into the constructors for...
[TXT] init_sysctl.c  1.151   15 years  elad   PR/40002: Daniel Horecki: sockstat doesn't work for user with sysctl securit...
[TXT] init_sysent.c  1.234   15 years  ad   Regen.
[TXT] kern_acct.c  1.86   15 years  ad   branches: 1.86.2; 1.86.4; 1.86.10; 1.86.12; 1.86.16; Merge proc::p_mutex an...
[TXT] kern_auth.c  1.61   15 years  matt   branches: 1.61.2; 1.61.8; Use __arraycount when appropriate
[TXT] kern_cctr.c  1.8   15 years  ad   branches: 1.8.6; 1.8.14; Reduce ifdefs due to MULTIPROCESSOR slightly.
[TXT] kern_clock.c  1.126   15 years  pooka   branches: 1.126.16; 1.126.20; hardclock() itself doesn't schedule callout soft...
[TXT] kern_condvar.c  1.25   15 years  ad   branches: 1.25.4; PR kern/38761: new (?) race in buffer cache code Back out th...
[TXT] kern_core.c  1.13   15 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] kern_cpu.c  1.39   15 years  ad   Add cpu_softintr_p() for assertions
[TXT] kern_descrip.c  1.184   15 years  pooka   Move fd_closeexec() and fd_checkstd() from kern_descrip to their own file, subr_...
[TXT] kern_drvctl.c  1.20   15 years  jmcneill   Add poll support for drvctl notification events
[TXT] kern_event.c  1.60   15 years  gmcgarry   branches: 1.60.4; 1.60.6; Replace gcc-style designated initialisers with c99-s...
[TXT] kern_exec.c  1.283   15 years  ad   exec_add, exec_remove: allow zero entries in case a module provides nothing.
[TXT] kern_exit.c  1.216   15 years  ad   Make POSIX AIO loadable as a module.
[TXT] kern_fileassoc.c  1.31   15 years  ad   - Convert hashinit() to use kmem_alloc(). The hash tables can be large and it'...
[TXT] kern_fork.c  1.171   15 years  pooka   branches: 1.171.2; 1.171.4; 1.171.8; 1.171.10; 1.171.12; Move uidinfo to it...
[TXT] kern_idle.c  1.21   15 years  ad   branches: 1.21.10; Don't call uvm_pageidlezero() if the CPU is marked offline.
[TXT] kern_ksyms.c  1.48   15 years  ad   Make the fake ELF object work with gdb. - Output a .bss section and make all th...
[TXT] kern_kthread.c  1.24   15 years  martin   branches: 1.24.8; 1.24.10; Remove clause 3 and 4 from TNF licenses
[TXT] kern_ktrace.c  1.147   15 years  wrstuden   branches: 1.147.2; 1.147.4; 1.147.10; Merge wrstuden-revivesa into HEAD.
[TXT] kern_lock.c  1.147   15 years  ad   branches: 1.147.4; Remove LKMs and switch to the module framework, pass 1. Pro...
[TXT] kern_lwp.c  1.126   15 years  wrstuden   branches: 1.126.2; Tweak change to move SA support from userret() to lwp_userre...
[TXT] kern_malloc.c  1.122   15 years  cegger   make this compile with MALLOC_DEBUG but w/o DEBUG
[TXT] kern_module.c  1.37   15 years  ad   Back out revision 1.35 which is no longer necessary and causes the system to try...
[TXT] kern_mutex.c  1.44   15 years  wrstuden   branches: 1.44.2; 1.44.10; Merge wrstuden-revivesa into HEAD.
[TXT] kern_ntptime.c  1.50   15 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] kern_pax.c  1.22   15 years  ad   branches: 1.22.8; 1.22.14; 1.22.16; 1.22.18; 1.22.20; Fix broken enable tes...
[TXT] kern_physio.c  1.89   15 years  bouyer   branches: 1.89.4; Assert that bp->b_error == 0 if all data have been transfered...
[TXT] kern_pmf.c  1.20   15 years  tsutsui   branches: 1.20.4; Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t...
[TXT] kern_proc.c  1.145   15 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] kern_prot.c  1.108   15 years  pooka   branches: 1.108.2; 1.108.8; Move uidinfo to its own module in kern_uidinfo.c a...
[TXT] kern_ras.c  1.34   15 years  wrstuden   branches: 1.34.28; 1.34.32; Merge wrstuden-revivesa into HEAD.
[TXT] kern_rate.c  1.1   15 years  pooka   branches: 1.1.2; 1.1.4; 1.1.6; 1.1.18; 1.1.36; 1.1.46; Split rate-checking...
[TXT] kern_resource.c  1.147   15 years  pooka   branches: 1.147.2; 1.147.4; Move uidinfo to its own module in kern_uidinfo.c a...
[TXT] kern_runq.c  1.23   15 years  ad   - Wrap sys/cpu.h contents in _LOCORE. - Add a RESCHED_LAZY flag and use instead ...
[TXT] kern_rwlock.c  1.28   15 years  thorpej   branches: 1.28.2; 1.28.4; 1.28.8; 1.28.10; rw_vector_exit(): When doing dire...
[TXT] kern_sig.c  1.291   15 years  ad   vax uses v3 trampoline.
[TXT] kern_sleepq.c  1.35   15 years  wrstuden   branches: 1.35.2; 1.35.4; 1.35.8; Merge wrstuden-revivesa into HEAD.
[TXT] kern_softint.c  1.23   15 years  pooka   branches: 1.23.2; 1.23.4; Give maximum level of network softinterrupts a symbo...
[TXT] kern_stub.c  1.15   15 years  ad   branches: 1.15.2; port-amd64/39963 modules/compat_netbsd32: missing symbols on ...
[TXT] kern_subr.c  1.196   15 years  christos   better error messages, and more messages for DIAGNOSTIC.
[TXT] kern_synch.c  1.255   15 years  skrll   s/process/LWP/ in comments where appropriate.
[TXT] kern_sysctl.c  1.219   15 years  ad   Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] kern_tc.c  1.37   15 years  kardel   branches: 1.37.2; Initialize timecounter_lock at IPL_HIGH. Prevents a "locking ...
[TXT] kern_time.c  1.155   15 years  wrstuden   branches: 1.155.2; 1.155.4; Adjust locking on the sadata::sa_vps list. The mai...
[TXT] kern_timeout.c  1.43   15 years  ad   branches: 1.43.2; 1.43.8; Update CALLOUT_INVOKING correctly, seems to have bee...
[TXT] kern_todr.c  1.27   16 years  joerg   branches: 1.27.10; 1.27.18; 1.27.24; Now that __HAVE_TIMECOUNTER and __HAVE_G...
[TXT] kern_turnstile.c  1.23   15 years  thorpej   branches: 1.23.2; 1.23.4; 1.23.8; 1.23.12; turnstile_block(): When an LWP pu...
[TXT] kern_uidinfo.c  1.3   15 years  ad   branches: 1.3.2; 1.3.4; 1.3.6; 1.3.8; Correction to previous.
[TXT] kern_uuid.c  1.16   15 years  joerg   branches: 1.16.6; 1.16.8; Make uuidgen available for the kernel.
[TXT] kgdb_stub.c  1.22   18 years  thorpej   branches: 1.22.70; 1.22.74; 1.22.84; Use ANSI function decls.
[TXT] makesyscalls.sh  1.75   15 years  pooka   <rump/rump_syscalls.h>, not "rump_syscalls.h"
[TXT] sched_4bsd.c  1.24   15 years  rmind   branches: 1.24.4; 1.24.8; 1.24.10; - Replace lwp_t::l_sched_info with union: ...
[TXT] sched_m2.c  1.27   15 years  rmind   branches: 1.27.8; Make SCHED_M2 nice with nice(1). Closes PR/38048.
[TXT] subr_autoconf.c  1.165   15 years  macallan   don't leak kmem on LP64
[TXT] subr_blist.c  1.9   18 years  yamt   branches: 1.9.96; 1.9.102; blst_meta_fill: fix an assertion. PR/32580 from Ni...
[TXT] subr_bufq.c  1.15   15 years  reinoud   branches: 1.15.8; Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). BUFQ_...
[TXT] subr_callback.c  1.6   16 years  ad   branches: 1.6.16; Match the docs: MUTEX_DRIVER/SPIN are now only for porting co...
[TXT] subr_debug.c  1.7   15 years  ad   Disable the freecheck stuff atomically so we only get one warning about being ou...
[TXT] subr_device.c  1.1   16 years  cube   branches: 1.1.2; 1.1.4; 1.1.12; file subr_device.c was initially added on bra...
[TXT] subr_devsw.c  1.22   15 years  ad   branches: 1.22.6; 1.22.8; Correct previous.
[TXT] subr_disk.c  1.93   15 years  martin   branches: 1.93.8; 1.93.10; Remove clause 3 and 4 from TNF licenses
[TXT] subr_disk_mbr.c  1.31   16 years  ad   branches: 1.31.6; 1.31.10; 1.31.18; Merge vmlocking2 to head.
[TXT] subr_evcnt.c  1.4   18 years  christos   branches: 1.4.74; 1.4.84; 1.4.90; 1.4.94; 1.4.98; merge ktrace-lwp.
[TXT] subr_exec_fd.c  1.1   15 years  pooka   branches: 1.1.4; 1.1.6; 1.1.8; 1.1.10; 1.1.12; Move fd_closeexec() and fd_c...
[TXT] subr_extent.c  1.72   15 years  martin   branches: 1.72.34; 1.72.38; Remove clause 3 and 4 from TNF licenses
[TXT] subr_hash.c  1.3   15 years  ad   branches: 1.3.34; 1.3.38; - Convert hashinit() to use kmem_alloc(). The hash t...
[TXT] subr_iostat.c  1.15   15 years  ad   branches: 1.15.6; 1.15.8; Remove pointless COMPAT ifdef.
[TXT] subr_kmem.c  1.19   16 years  yamt   branches: 1.19.10; 1.19.18; 1.19.26; if DEBUG, over-allocate 1 byte to detect...
[TXT] subr_kobj.c  1.30   15 years  ad   Another fix to previous.
[TXT] subr_lockdebug.c  1.39   15 years  cegger   buildfix: use PRIxPTR rather %lx.
[TXT] subr_log.c  1.50   15 years  martin   branches: 1.50.34; 1.50.44; 1.50.50; Remove clause 3 and 4 from TNF licenses
[TXT] subr_once.c  1.5   15 years  pooka   branches: 1.5.2; 1.5.8; Atomic ops are unnecessary here. pointed out by ad
[TXT] subr_optstr.c  1.5   15 years  martin   branches: 1.5.44; 1.5.64; Remove clause 3 and 4 from TNF licenses
[TXT] subr_pcq.c  1.3   15 years  rmind   branches: 1.3.4; 1.3.6; 1.3.8; 1.3.12; 1.3.24; 1.3.28; - Optimise by avoid...
[TXT] subr_percpu.c  1.8   15 years  yamt   branches: 1.8.8; 1.8.10; - encrypt/decrypt offsets if DIAGNOSTIC. - add an ass...
[TXT] subr_pool.c  1.171   15 years  ad   branches: 1.171.4; Avoid recursive mutex_enter() when the system is low on KVA....
[TXT] subr_prf.c  1.124   15 years  pooka   branches: 1.124.2; 1.124.4; Move [hH][eE][xX][dD][iI][gG][iI][tT][sS](*) from ...
[TXT] subr_prof.c  1.43   16 years  dsl   branches: 1.43.10; 1.43.12; Convert all the system call entry points from: ...
[TXT] subr_specificdata.c  1.13   15 years  martin   branches: 1.13.44; 1.13.64; Remove clause 3 and 4 from TNF licenses
[TXT] subr_syscall_stats.c  1.2   15 years  martin   branches: 1.2.34; 1.2.44; 1.2.50; Convert to new 2 clause license
[TXT] subr_tftproot.c  1.5   15 years  ad   branches: 1.5.2; 1.5.10; 1.5.12; 1.5.16; 1.5.20; Merge the socket locking p...
[TXT] subr_time.c  1.4   15 years  christos   Use more timespecs internally. From Alexander Shishkin and me. Welcome to 4.99.7...
[TXT] subr_userconf.c  1.18   18 years  christos   branches: 1.18.74; merge ktrace-lwp.
[TXT] subr_vmem.c  1.51   15 years  christos   fix endif comment
[TXT] subr_workqueue.c  1.26   15 years  rmind   branches: 1.26.2; 1.26.4; 1.26.8; Replace intptr_t in few places to uintptr_t...
[TXT] subr_xcall.c  1.9   15 years  martin   branches: 1.9.8; 1.9.10; 1.9.14; Remove clause 3 and 4 from TNF licenses
[TXT] sys_aio.c  1.21   15 years  pooka   more <sys/buf.h> police
[TXT] sys_descrip.c  1.7   15 years  rmind   branches: 1.7.2; 1.7.4; Replace intptr_t with uintptr_t in few more places. OK...
[TXT] sys_generic.c  1.120   15 years  matt   branches: 1.120.6; 1.120.10; 1.120.12; Change {ff,fd}_exclose and ff_allocate...
[TXT] sys_lwp.c  1.43   15 years  ad   branches: 1.43.2; 1.43.4; 1.43.10; _lwp_kill: set SI_LWP in the siginfo, not ...
[TXT] sys_module.c  1.8   15 years  ad   branches: 1.8.4; 1.8.8; 1.8.12; - Be clear about whether module load is expli...
[TXT] sys_mqueue.c  1.12   15 years  rmind   branches: 1.12.2; 1.12.4; - Fix message queue permissions problems. - Rake int...
[TXT] sys_pipe.c  1.103   15 years  pooka   branches: 1.103.2; 1.103.4; remove M_PIPE (hi rmind!)
[TXT] sys_process.c  1.144   15 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] sys_pset.c  1.9   15 years  rmind   branches: 1.9.2; 1.9.4; - Schedule bound threads even if CPU is offline. Migh...
[TXT] sys_sched.c  1.31   15 years  rmind   - Avoid the race with CPU online/offline state changes, when setting the affin...
[TXT] sys_select.c  1.11   15 years  yamt   pollcommon: use a more appropriate type than char[].
[TXT] sys_sig.c  1.20   15 years  ad   sigaction1: we need to remember if the sigcontext method may be useable, because...
[TXT] sys_socket.c  1.58   15 years  ad   branches: 1.58.8; 1.58.10; 1.58.14; kern/38502 ifconfig wi0 hangs Don't acqu...
[TXT] sys_syscall.c  1.9   15 years  martin   branches: 1.9.34; 1.9.38; Convert to new 2 clause license
[TXT] syscalls.c  1.225   15 years  ad   Regen.
[TXT] syscalls.conf  1.14   15 years  pooka   branches: 1.14.6; Use rump/include/rump as the rump_syscalls.h directory.
[TXT] syscalls.master  1.218   15 years  pooka   RUMP some syscalls required by nfsd.
[TXT] sysv_ipc.c  1.21   15 years  martin   branches: 1.21.8; Remove clause 3 and 4 from TNF licenses
[TXT] sysv_msg.c  1.58   15 years  rmind   branches: 1.58.2; 1.58.4; Fix the aligning of memory blocks again, finally... ...
[TXT] sysv_sem.c  1.84   15 years  rmind   branches: 1.84.2; Fix the aligning of memory blocks again, finally... Tested by...
[TXT] sysv_shm.c  1.113   15 years  erh   branches: 1.113.2; Change the order of error checks in shmget so EEXIST is retu...
[TXT] tty.c  1.228   15 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] tty_bsdpty.c  1.14   15 years  martin   branches: 1.14.8; Remove clause 3 and 4 from TNF licenses
[TXT] tty_conf.c  1.55   15 years  martin   branches: 1.55.44; 1.55.60; Remove clause 3 and 4 from TNF licenses
[TXT] tty_ptm.c  1.25   15 years  martin   branches: 1.25.8; Remove clause 3 and 4 from TNF licenses
[TXT] tty_pty.c  1.114   15 years  mrg   explicitly include <sys/ioctl_compat.h> since we explicitly use symbols defined ...
[TXT] tty_subr.c  1.34   15 years  drochner   branches: 1.34.2; 1.34.4; 1.34.8; 1.34.10; wipe out tty buffer contents afte...
[TXT] tty_tty.c  1.37   15 years  ad   branches: 1.37.2; 1.37.22; 1.37.24; Network protocol interrupts can now block...
[TXT] uipc_accf.c  1.8   15 years  ad   branches: 1.8.6; Autoload accept filter modules.
[TXT] uipc_domain.c  1.77   15 years  pooka   branches: 1.77.2; Move some sysctl node creations away from linksets and into t...
[TXT] uipc_mbuf.c  1.129   15 years  pooka   Move some sysctl node creations away from linksets and into the constructors for...
[TXT] uipc_proto.c  1.21   15 years  ad   branches: 1.21.12; 1.21.24; 1.21.30; Merge the socket locking patch: - Socke...
[TXT] uipc_sem.c  1.29   15 years  ad   branches: 1.29.8; 1.29.10; Replace semid_t with intptr_t. No function change. ...
[TXT] uipc_socket.c  1.178   15 years  pooka   Move some sysctl node creations away from linksets and into the constructors for...
[TXT] uipc_socket2.c  1.100   15 years  dyoung   branches: 1.100.2; 1.100.4; Change 'return (expr);' to 'return expr;'. Change...
[TXT] uipc_syscalls.c  1.134   15 years  plunky   branches: 1.134.2; 1.134.4; Convert socket options code to use a sockopt struc...
[TXT] uipc_usrreq.c  1.119   15 years  pooka   branches: 1.119.2; 1.119.4; Move uidinfo to its own module in kern_uidinfo.c a...
[TXT] vfs_bio.c  1.215   15 years  pooka   branches: 1.215.2; Move some sysctl node creations away from linksets and into ...
[TXT] vfs_cache.c  1.80   15 years  yamt   branches: 1.80.2; cache_lookup_raw: update "goodhits" statistics to be less con...
[TXT] vfs_cwd.c  1.1   15 years  pooka   branches: 1.1.4; 1.1.6; 1.1.8; 1.1.12; cwd is logically a vfs concept, so ta...
[TXT] vfs_dirhash.c  1.8   15 years  reinoud   Clarify the dirhash locking protocol and remove unnessiary #ifdef DEBUG flag.
[TXT] vfs_getcwd.c  1.42   15 years  martin   branches: 1.42.2; 1.42.8; Remove clause 3 and 4 from TNF licenses
[TXT] vfs_hooks.c  1.5   15 years  ad   branches: 1.5.4; Make the emulations, exec formats, coredump, NFS, and the NFS ...
[TXT] vfs_init.c  1.42   15 years  pooka   Move some sysctl node creations away from linksets and into the constructors for...
[TXT] vfs_lockf.c  1.69   15 years  pooka   branches: 1.69.4; 1.69.8; 1.69.10; Move uidinfo to its own module in kern_uid...
[TXT] vfs_lookup.c  1.111   15 years  ad   Add a NOCHROOT flag for namei(). Looks outside any chroot and performs the looku...
[TXT] vfs_subr.c  1.358   15 years  pooka   Move some sysctl node creations away from linksets and into the constructors for...
[TXT] vfs_syscalls.c  1.381   15 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] vfs_trans.c  1.24   15 years  pooka   branches: 1.24.4; more <sys/buf.h> police
[TXT] vfs_vnops.c  1.161   15 years  ad   Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] vfs_wapbl.c  1.16   15 years  joerg   Move the specification of the on-disk journal format into a separate header.
[TXT] vfs_xattr.c  1.19   15 years  ad   branches: 1.19.6; 1.19.10; 1.19.14; getvnode -> fd_getvnode
[TXT] vnode_if.c  1.80   15 years  pooka   reregen to get those most important rcsids right
[TXT] vnode_if.sh  1.51   15 years  pooka   Split vfs out of rumpkern into rumpvfs. Non-fs rumps no longer include the file...
[TXT] vnode_if.src  1.58   15 years  pooka   branches: 1.58.6; 1.58.8; vpp is not logically passed in IN with lookup, so IN...


CVSweb <webmaster@jp.NetBSD.org>