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: rpaulo-netinet-merge-pcb-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Make.tags.inc  1.11   17 years  dyoung   branches: 1.11.8; 1.11.12; 1.11.14; Skip computing tags on IP Filter while it...
[TXT] Makefile  1.14   18 years  christos   branches: 1.14.70; 1.14.74; 1.14.80; merge ktrace-lwp.
[TXT] bufq_disksort.c  1.6   18 years  christos   branches: 1.6.20; merge ktrace-lwp.
[TXT] bufq_fcfs.c  1.6   18 years  christos   branches: 1.6.70; 1.6.72; 1.6.74; merge ktrace-lwp.
[TXT] bufq_priocscan.c  1.8   17 years  yamt   branches: 1.8.12; use consistent order of function specifiers and type specifie...
[TXT] bufq_readprio.c  1.7   18 years  christos   branches: 1.7.26; 1.7.30; 1.7.32; merge ktrace-lwp.
[TXT] cnmagic.c  1.7   18 years  christos   branches: 1.7.22; merge ktrace-lwp.
[TXT] core_elf32.c  1.26   17 years  ad   branches: 1.26.4; 1.26.6; Use the LWP cached credentials where sane.
[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.12   18 years  thorpej   branches: 1.12.22; Sprinkle static.
[TXT] exec_aout.c  1.33   18 years  christos   branches: 1.33.70; 1.33.74; 1.33.80; 1.33.84; merge ktrace-lwp.
[TXT] exec_ecoff.c  1.26   18 years  christos   branches: 1.26.70; 1.26.74; 1.26.80; 1.26.84; merge ktrace-lwp.
[TXT] exec_elf.c  1.9   27 years  cgd   branches: 1.9.78; 1.9.82; 1.9.86; rename exec_elf.c to exec_elf32.c, since it...
[TXT] exec_elf32.c  1.115   17 years  ad   branches: 1.115.4; 1.115.6; Use the LWP cached credentials where sane.
[TXT] exec_elf64.c  1.2   22 years  lukem   branches: 1.2.114; 1.2.118; 1.2.124; 1.2.128; add RCSIDs
[TXT] exec_script.c  1.52   17 years  dogcow   branches: 1.52.4; 1.52.6; 1.52.8; at the request of elad, as veriexec.h has r...
[TXT] exec_subr.c  1.49   17 years  ad   branches: 1.49.4; 1.49.6; Use the LWP cached credentials where sane.
[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.276   17 years  dogcow   branches: 1.276.4; at the request of elad, as veriexec.h has returned, revert t...
[TXT] init_sysctl.c  1.82   17 years  manu   When colecting a 32 bit process' argument or environement vector, we need to con...
[TXT] init_sysent.c  1.181   17 years  matt   branches: 1.181.2; 1.181.4; Regen. (add __weak_alias(sys_ptrace, sys_nosys) w...
[TXT] kern_acct.c  1.66   17 years  ad   branches: 1.66.4; Use the LWP cached credentials where sane.
[TXT] kern_auth.c  1.18   17 years  elad   branches: 1.18.2; Short-circuit calls to kauth_authorize_action() for a scope w...
[TXT] kern_clock.c  1.102   17 years  christos   branches: 1.102.2; 1.102.4; Add missing initializers
[TXT] kern_descrip.c  1.145   17 years  christos   branches: 1.145.2; 1.145.4; add missing initializer
[TXT] kern_drvctl.c  1.4   18 years  cube   branches: 1.4.20; 1.4.22; ktrace-lwp merge fallout.
[TXT] kern_event.c  1.30   17 years  ad   branches: 1.30.4; 1.30.6; Use the LWP cached credentials where sane.
[TXT] kern_exec.c  1.227   17 years  ad   branches: 1.227.4; 1.227.6; Single-thread updates to the process credential.
[TXT] kern_exit.c  1.158   17 years  manu   branches: 1.158.2; 1.158.4; 1) Complete Linux exit_group() emulation Members o...
[TXT] kern_fileassoc.c  1.10   17 years  blymn   branches: 1.10.2; 1.10.4; * Correct hashing macro so it uses FHANDLE_SIZE() * ...
[TXT] kern_fork.c  1.126   17 years  ad   branches: 1.126.4; 1.126.6; - Always make p->p_cred a private copy before modi...
[TXT] kern_ksyms.c  1.27   18 years  christos   branches: 1.27.20; 1.27.22; merge ktrace-lwp.
[TXT] kern_kthread.c  1.15   21 years  thorpej   branches: 1.15.18; 1.15.48; Merge the nathanw_sa branch.
[TXT] kern_ktrace.c  1.105   17 years  ad   branches: 1.105.4; 1.105.6; Use the LWP cached credentials where sane.
[TXT] kern_lock.c  1.99   17 years  ad   branches: 1.99.2; 1.99.4; Add lock_owner_onproc().
[TXT] kern_lwp.c  1.40   17 years  ad   branches: 1.40.2; 1.40.4; sys__lwp_create: put newuc back to the pool on failu...
[TXT] kern_malloc.c  1.102   17 years  yamt   branches: 1.102.4; 1.102.6; use ASSERT_SLEEPABLE where appropriate.
[TXT] kern_mutex.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.18; 1.1.36; file kern_mutex.c was initially added on bra...
[TXT] kern_ntptime.c  1.35   17 years  ad   branches: 1.35.4; Use the LWP cached credentials where sane.
[TXT] kern_pax.c  1.3   17 years  elad   branches: 1.3.2; 1.3.4; 1.3.6; 1.3.10; 1.3.14; 1.3.16; 1.3.18; Better imp...
[TXT] kern_physio.c  1.73   17 years  yamt   branches: 1.73.8; 1.73.10; from Christian Ehrhardt: * physio: The first call t...
[TXT] kern_proc.c  1.94   17 years  ad   branches: 1.94.4; 1.94.6; Single-thread updates to the process credential.
[TXT] kern_prot.c  1.93   17 years  ad   branches: 1.93.4; Single-thread updates to the process credential.
[TXT] kern_ras.c  1.12   18 years  hannken   branches: 1.12.20; 1.12.22; Make it compile on archs without __HAVE_RAS.
[TXT] kern_resource.c  1.103   17 years  elad   branches: 1.103.4; ugh.. more stuff that's overdue and should not be in 4.0: re...
[TXT] kern_rwlock.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.18; 1.1.36; file kern_rwlock.c was initially added on br...
[TXT] kern_sig.c  1.228   17 years  christos   branches: 1.228.2; 1.228.4; - fix initializer - comment out unused code
[TXT] kern_subr.c  1.143   17 years  christos   branches: 1.143.2; 1.143.4; comment out impossible comparison
[TXT] kern_synch.c  1.167   17 years  mrg   branches: 1.167.2; make the bpendtsleep: label only active if KERN_SYNCH_BPENDT...
[TXT] kern_sysctl.c  1.201   17 years  christos   branches: 1.201.2; delete unreachable code
[TXT] kern_tc.c  1.11   17 years  simonb   branches: 1.11.2; 1.11.4; Guard the timecounter manipulations including the ca...
[TXT] kern_time.c  1.105   17 years  ad   branches: 1.105.4; Use the LWP cached credentials where sane.
[TXT] kern_timeout.c  1.17   18 years  christos   branches: 1.17.20; 1.17.22; merge ktrace-lwp.
[TXT] kern_todr.c  1.12   17 years  gdamore   branches: 1.12.2; 1.12.4; Run tc_setclock at splclock(). Suggested by kardel@...
[TXT] kern_turnstile.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.18; 1.1.36; file kern_turnstile.c was initially added on...
[TXT] kern_uuid.c  1.6   18 years  christos   branches: 1.6.20; 1.6.22; merge ktrace-lwp.
[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.59   18 years  christos   branches: 1.59.44; 1.59.46; 1.59.50; 1.59.52; protect sys/syscall.h properly...
[TXT] subr_autoconf.c  1.114   17 years  christos   branches: 1.114.8; 1.114.10; Initialize an uninitialized variable gcc 4 found
[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.12   18 years  yamt   branches: 1.12.18; 1.12.32; 1.12.42; - add ioctls to set/get disk bufq strate...
[TXT] subr_callback.c  1.4   17 years  drochner   branches: 1.4.2; 1.4.8; 1.4.18; 1.4.20; add a comment telling which structur...
[TXT] subr_devsw.c  1.8   18 years  christos   branches: 1.8.22; merge ktrace-lwp.
[TXT] subr_disk.c  1.80   17 years  christos   branches: 1.80.2; 1.80.4; Change iostat_alloc() to take the parent pointer and...
[TXT] subr_disk_mbr.c  1.18   17 years  christos   branches: 1.18.6; 1.18.8; Always make partitions contiguous even if the mbr ha...
[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_extent.c  1.59   17 years  yamt   branches: 1.59.6; use ASSERT_SLEEPABLE where appropriate.
[TXT] subr_iostat.c  1.11   17 years  christos   branches: 1.11.2; 1.11.4; 1.11.6; Change iostat_alloc() to take the parent po...
[TXT] subr_kmem.c  1.9   17 years  yamt   branches: 1.9.2; 1.9.4; 1.9.6; don't include sys/lock.h as it is no longer ne...
[TXT] subr_log.c  1.37   17 years  christos   branches: 1.37.2; 1.37.4; add missing initializer
[TXT] subr_once.c  1.3   18 years  yamt   branches: 1.3.16; 1.3.70; 1.3.74; 1.3.76; 1.3.80; - tweak RUN_ONCE api to a...
[TXT] subr_optstr.c  1.1   18 years  jmmv   branches: 1.1.4; 1.1.16; 1.1.20; 1.1.22; 1.1.24; Implement options string p...
[TXT] subr_pool.c  1.122   17 years  christos   branches: 1.122.2; 1.122.4; avoid empty else statement
[TXT] subr_prf.c  1.103   17 years  martin   branches: 1.103.2; Fix %X in kernel printf, from Arnaud Degroote in PR kern/344...
[TXT] subr_prof.c  1.33   18 years  christos   branches: 1.33.20; 1.33.22; merge ktrace-lwp.
[TXT] subr_userconf.c  1.18   18 years  christos   branches: 1.18.74; merge ktrace-lwp.
[TXT] subr_vmem.c  1.8   17 years  martin   branches: 1.8.2; 1.8.4; 1.8.6; Use %zu for size_t
[TXT] subr_workqueue.c  1.3   17 years  rpaulo   branches: 1.3.6; 1.3.10; Use for in a forever loop as per KNF.
[TXT] sys_generic.c  1.92   17 years  christos   branches: 1.92.2; 1.92.4; use c99 initializers
[TXT] sys_pipe.c  1.74   17 years  ad   branches: 1.74.4; 1.74.6; Use the LWP cached credentials where sane.
[TXT] sys_process.c  1.110   17 years  matt   branches: 1.110.2; 1.110.4; process_domem exists for ktrace/ptrace/systrace
[TXT] sys_socket.c  1.47   17 years  elad   branches: 1.47.10; integrate kauth.
[TXT] syscalls.c  1.177   17 years  matt   branches: 1.177.2; 1.177.4; Missed commit (Regen'ed).
[TXT] syscalls.conf  1.10   18 years  christos   branches: 1.10.30; merge ktrace-lwp.
[TXT] syscalls.master  1.159   17 years  matt   branches: 1.159.2; 1.159.4; Don't conditionalize *sys_ptrace. The lack of sys...
[TXT] sysv_ipc.c  1.17   17 years  elad   branches: 1.17.8; 1.17.10; integrate kauth.
[TXT] sysv_msg.c  1.44   17 years  ad   branches: 1.44.4; 1.44.6; Use the LWP cached credentials where sane.
[TXT] sysv_sem.c  1.63   17 years  ad   branches: 1.63.4; 1.63.6; Use the LWP cached credentials where sane.
[TXT] sysv_shm.c  1.89   17 years  ad   branches: 1.89.4; 1.89.6; Use the LWP cached credentials where sane.
[TXT] tty.c  1.187   17 years  christos   branches: 1.187.2; 1.187.4; PR/34129: Andreas Gustafsson: Nonblocking write to...
[TXT] tty_bsdpty.c  1.9   17 years  ad   branches: 1.9.4; 1.9.6; Use the LWP cached credentials where sane.
[TXT] tty_conf.c  1.50   18 years  yamt   branches: 1.50.18; 1.50.20; - tweak RUN_ONCE api to allow init_func returns an...
[TXT] tty_ptm.c  1.11   17 years  ad   branches: 1.11.4; 1.11.6; Use the LWP cached credentials where sane.
[TXT] tty_pty.c  1.93   17 years  christos   branches: 1.93.4; 1.93.6; adjust resid in one more place.
[TXT] tty_subr.c  1.29   18 years  thorpej   branches: 1.29.30; 1.29.44; 1.29.46; 1.29.50; 1.29.52; Use ANSI function de...
[TXT] tty_tty.c  1.29   17 years  ad   branches: 1.29.4; 1.29.6; Use the LWP cached credentials where sane.
[TXT] uipc_domain.c  1.60   17 years  ad   branches: 1.60.6; Use the LWP cached credentials where sane.
[TXT] uipc_mbuf.c  1.113   17 years  christos   branches: 1.113.2; 1.113.4; use c99 initializers
[TXT] uipc_proto.c  1.19   17 years  christos   branches: 1.19.8; use c99 initializers
[TXT] uipc_sem.c  1.15   17 years  ad   branches: 1.15.4; 1.15.6; Use the LWP cached credentials where sane.
[TXT] uipc_socket.c  1.122   17 years  ad   branches: 1.122.4; 1.122.6; Use the LWP cached credentials where sane.
[TXT] uipc_socket2.c  1.77   17 years  plunky   branches: 1.77.4; Fix broken comments - there is no SO_ISCONNECTED or SO_ISCONF...
[TXT] uipc_syscalls.c  1.102   17 years  seanb   branches: 1.102.2; 1.102.4; Don't leave a dangling socket (no associated struc...
[TXT] uipc_usrreq.c  1.93   17 years  christos   branches: 1.93.2; 1.93.4; use c99 initializers
[TXT] vfs_bio.c  1.162   17 years  christos   branches: 1.162.2; use c99 initializers
[TXT] vfs_cache.c  1.64   17 years  christos   branches: 1.64.8; Coverity CID 602: Remove always true if statement.
[TXT] vfs_getcwd.c  1.32   17 years  ad   branches: 1.32.4; 1.32.6; Use the LWP cached credentials where sane.
[TXT] vfs_hooks.c  1.2   18 years  christos   branches: 1.2.18; 1.2.72; 1.2.74; 1.2.76; merge ktrace-lwp.
[TXT] vfs_init.c  1.30   18 years  chs   branches: 1.30.20; 1.30.22; changes for making DIAGNOSTIC not change the kerne...
[TXT] vfs_lockf.c  1.56   17 years  christos   branches: 1.56.2; Fix all the -D*DEBUG* code that it was rotting away and did n...
[TXT] vfs_lookup.c  1.71   17 years  ad   branches: 1.71.4; 1.71.6; Use the LWP cached credentials where sane.
[TXT] vfs_subr.c  1.269   17 years  jld   branches: 1.269.2; 1.269.4; Add %'s to go with PRI format constants.
[TXT] vfs_syscalls.c  1.267   17 years  yamt   branches: 1.267.2; vfs_copyinfh_alloc: kludge for nfsv2 file handles.
[TXT] vfs_vnops.c  1.122   17 years  dogcow   branches: 1.122.4; at the request of elad, as veriexec.h has returned, revert t...
[TXT] vfs_xattr.c  1.7   17 years  ad   branches: 1.7.4; 1.7.6; Use the LWP cached credentials where sane.
[TXT] vnode_if.c  1.66   17 years  martin   branches: 1.66.4; 1.66.6; Fix alignement problems for fhandle_t, exposed by gc...
[TXT] vnode_if.sh  1.42   17 years  elad   branches: 1.42.8; 1.42.10; integrate kauth.
[TXT] vnode_if.src  1.50   17 years  elad   branches: 1.50.8; 1.50.12; integrate kauth.


CVSweb <webmaster@jp.NetBSD.org>