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: matt-nb8-mediatek-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Make.tags.inc  1.24   13 years  dyoung   Exclude drm sources from tags computation.
[TXT] Makefile  1.18   9 years  christos   Adjust for systrace based on the FreeBSD code: - create new file systrace_args.c...
[TXT] bufq_disksort.c  1.14   6 years  kamil   Use consistently "bufq_private(bufq)" instead of "bufq->bq_private" No function...
[TXT] bufq_fcfs.c  1.13   6 years  kamil   Use consistently "bufq_private(bufq)" instead of "bufq->bq_private" No function...
[TXT] bufq_priocscan.c  1.21   6 years  kamil   Use consistently "bufq_private(bufq)" instead of "bufq->bq_private" No function...
[TXT] bufq_readprio.c  1.16   6 years  kamil   Use consistently "bufq_private(bufq)" instead of "bufq->bq_private" No function...
[TXT] cnmagic.c  1.14   6 years  kamil   Correct typo in the comment No functional change.
[TXT] core_elf32.c  1.55   6 years  kamil   Set clear comment about EI_OSABI and EI_ABIVERSION /* * NetBSD sets generic SY...
[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.23   7 years  kamil   branches: 1.23.16; Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET...
[TXT] exec_aout.c  1.40   10 years  matt   branches: 1.40.30; Remove spurious .
[TXT] exec_ecoff.c  1.31   10 years  christos   branches: 1.31.30; c99 initializers for struct execsw
[TXT] exec_elf.c  1.90   6 years  kamil   branches: 1.90.4; Enhance verbosity of debug message for ELF magic mismatch Pr...
[TXT] exec_elf32.c  1.142   7 years  christos   branches: 1.142.14; The argument length is in bytes; don't use howmany()
[TXT] exec_elf64.c  1.7   7 years  christos   branches: 1.7.14; The argument length is in bytes; don't use howmany()
[TXT] exec_script.c  1.74   9 years  matt   branches: 1.74.18; Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueu...
[TXT] exec_subr.c  1.78.2.3   6 years  bouyer   Pull up following revision(s) (requested by joerg in ticket #234): sys/arch/amd...
[TXT] files.kern  1.15   6 years  pgoyette   branches: 1.15.2; 1.15.8; Introduce new localcount(9) reference-count primitiv...
[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.490   7 years  ryo   branches: 1.490.4; 1.490.6; Make pfil(9) MP-safe (applying psref(9))
[TXT] init_sysctl.c  1.213   6 years  chs   remove checks for failure after memory allocation calls that cannot fail: kme...
[TXT] init_sysctl_base.c  1.7   8 years  pooka   Move a bunch of sysctl nodes from init_sysctl (kitchen sink sysctl file) to init...
[TXT] init_sysent.c  1.315   6 years  riastradh   regen
[TXT] kern_acct.c  1.95   6 years  chs   branches: 1.95.10; remove checks for failure after memory allocation calls that...
[TXT] kern_auth.c  1.76   6 years  chs   branches: 1.76.8; 1.76.10; remove checks for failure after memory allocation c...
[TXT] kern_cctr.c  1.9   15 years  yamt   branches: 1.9.66; remove extra semicolons.
[TXT] kern_cfglock.c  1.1   13 years  pgoyette   branches: 1.1.2; 1.1.4; 1.1.10; Define a set of new kernel locking primitives...
[TXT] kern_clock.c  1.135   7 years  maxv   Add a KASSERT, otherwise it looks like a NULL deref; from Mootja.
[TXT] kern_condvar.c  1.35   8 years  uebayasi   branches: 1.35.10; o Don't include sys/sched.h. Scheduler-related operation is...
[TXT] kern_core.c  1.24   7 years  msaitoh   branches: 1.24.10; 1.24.18; 1.24.22; KNF. Remove extra spaces. No functional ...
[TXT] kern_cpu.c  1.71   8 years  maxv   branches: 1.71.10; 1.71.16; Don't decrement the number of offline cpus if we f...
[TXT] kern_ctf.c  1.6   7 years  msaitoh   branches: 1.6.16; KNF. Remove extra spaces. No functional change.
[TXT] kern_descrip.c  1.231   6 years  chs   branches: 1.231.8; 1.231.10; remove checks for failure after memory allocation...
[TXT] kern_drvctl.c  1.42   6 years  chs   branches: 1.42.2; remove checks for failure after memory allocation calls that ...
[TXT] kern_event.c  1.91.2.1   6 years  snj   Pull up following revision(s) (requested by christos in ticket #91): sys/kern/k...
[TXT] kern_exec.c  1.442.4.2   6 years  snj   Pull up following revision(s) (requested by maxv in ticket #256): sys/arch/i386...
[TXT] kern_exit.c  1.268   7 years  kamil   branches: 1.268.8; Cleanup dead code after revert of racy vfork(2) commit This...
[TXT] kern_fileassoc.c  1.36   9 years  christos   table can't be NULL here.
[TXT] kern_fork.c  1.202   6 years  christos   - Propagate the signal mask from the ucontext_t to the newly created thread as...
[TXT] kern_history.c  1.14.8.2   6 years  snj   Pull up following revision(s) (requested by pgoyette in ticket #343): sys/kern/...
[TXT] kern_hook.c  1.6   10 years  christos   branches: 1.6.30; convert vmem, signals, powerhooks from CIRCLEQ -> TAILQ.
[TXT] kern_idle.c  1.25   12 years  rmind   branches: 1.25.48; - Add mi_cpu_init() and initialise cpu_lock and kcpuset_atta...
[TXT] kern_ksyms.c  1.84   7 years  msaitoh   branches: 1.84.10; KNF. Remove extra spaces. No functional change.
[TXT] kern_ksyms_buf.c  1.4   8 years  uebayasi   branches: 1.4.16; Use makeoptions_COPY_SYMTAB via opt_copy_symtab.h in sources....
[TXT] kern_kthread.c  1.42   6 years  christos   - Propagate the signal mask from the ucontext_t to the newly created thread as...
[TXT] kern_ktrace.c  1.170.2.1   6 years  snj   Pull up following revision(s) (requested by spz in ticket #194): sys/kern/kern_...
[TXT] kern_ktrace_vfs.c  1.2   9 years  matt   branches: 1.2.36; Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue...
[TXT] kern_lock.c  1.158   7 years  christos   branches: 1.158.6; For LOCKDEBUG: Always provide the location of the caller of ...
[TXT] kern_lwp.c  1.189   6 years  chs   branches: 1.189.2; remove checks for failure after memory allocation calls that...
[TXT] kern_malloc.c  1.145.10.1   6 years  snj   Pull up following revision(s) (requested by martin in ticket #168): sys/kern/ke...
[TXT] kern_module.c  1.125   6 years  chs   branches: 1.125.2; remove checks for failure after memory allocation calls that...
[TXT] kern_module_vfs.c  1.16   6 years  chs   branches: 1.16.8; 1.16.10; remove checks for failure after memory allocation c...
[TXT] kern_mutex.c  1.65   6 years  pgoyette   branches: 1.65.2; Introduce mutex_ownable() to determine if it is possible for ...
[TXT] kern_mutex_obj.c  1.5   12 years  jym   branches: 1.5.2; 1.5.46; Modify *ASSERTMSG() so they are now used as variadic ...
[TXT] kern_ntptime.c  1.57   8 years  joerg   branches: 1.57.10; 1.57.16; 1.57.18; Cast argument to uint64_t first before s...
[TXT] kern_pax.c  1.59   6 years  joerg   Extend the mmap(2) interface to allow requesting protections for later use with ...
[TXT] kern_physio.c  1.93   8 years  pooka   branches: 1.93.18; Don't check if constant-sized KM_SLEEP allocations succeeded...
[TXT] kern_pmf.c  1.39   7 years  msaitoh   branches: 1.39.16; KNF. Remove extra spaces. No functional change.
[TXT] kern_proc.c  1.206   6 years  christos   branches: 1.206.6; factor out getauxv code.
[TXT] kern_prot.c  1.121   7 years  christos   Make p_ppid contain the original parent's pid even for traced processes. Only ch...
[TXT] kern_ras.c  1.38   7 years  maxv   branches: 1.38.18; Make the execution flow canonical instead of jumping back an...
[TXT] kern_rate.c  1.2   11 years  pooka   Signed overflow is undefined behavior, and one version of gcc clearly tells us: ...
[TXT] kern_resource.c  1.176   6 years  pgoyette   branches: 1.176.12; Add new sysctl variable proc.curproc.paxflags so a process ...
[TXT] kern_runq.c  1.47   6 years  chs   branches: 1.47.10; remove checks for failure after memory allocation calls that...
[TXT] kern_rwlock.c  1.46   7 years  christos   branches: 1.46.6; For LOCKDEBUG: Always provide the location of the caller of t...
[TXT] kern_rwlock_obj.c  1.3   12 years  rmind   branches: 1.3.48; Sprinkle __cacheline_aligned and __read_mostly.
[TXT] kern_sdt.c  1.3   7 years  knakahara   fix inconsistency about "sdt" provider which was declared but not defined.
[TXT] kern_sig.c  1.336   6 years  christos   branches: 1.336.4; - Propagate the signal mask from the ucontext_t to the newly...
[TXT] kern_sleepq.c  1.51   7 years  christos   branches: 1.51.18; GSoC 2016 Charles Cui: Implement thread priority protection ...
[TXT] kern_softint.c  1.43   7 years  knakahara   branches: 1.43.10; revert kern_softint.c:r1.42 (which was incorrect fix) gif(4...
[TXT] kern_ssp.c  1.7   7 years  christos   void duplicate definition on statically linking libc+ssp and rumpkern+ssp.
[TXT] kern_stub.c  1.43   7 years  pgoyette   * Split sys/kern/sys_process.c into three parts: 1 - ptrace(2) syscall f...
[TXT] kern_subr.c  1.217   7 years  ozaki-r   branches: 1.217.10; Protect ifnet list with psz and psref The change ensures t...
[TXT] kern_synch.c  1.311   7 years  christos   branches: 1.311.10; GSoC 2016 Charles Cui: Implement thread priority protection...
[TXT] kern_syscall.c  1.16   6 years  christos   branches: 1.16.12; 1.16.14; Instead of copying parts of sigswitch to process_s...
[TXT] kern_sysctl.c  1.259   6 years  pgoyette   Add a check to ensure that a new sysctl node was attached in the tree at the pla...
[TXT] kern_tc.c  1.46   10 years  martin   branches: 1.46.6; ifdef a variable like its use
[TXT] kern_time.c  1.189   7 years  njoly   branches: 1.189.8; 1.189.14; 1.189.16; Adjust clock_nanosleep(2) to not copyo...
[TXT] kern_timeout.c  1.52   6 years  chs   branches: 1.52.2; remove checks for failure after memory allocation calls that ...
[TXT] kern_todr.c  1.39   8 years  riastradh   branches: 1.39.18; <sys/rnd.h> -> <sys/rndsource.h> in kern_todr.c.
[TXT] kern_turnstile.c  1.32   11 years  yamt   branches: 1.32.40; comments and assertions. no functional changes.
[TXT] kern_uidinfo.c  1.10   7 years  riastradh   branches: 1.10.14; Need membar_datadep_consumer here.
[TXT] kern_uuid.c  1.20   9 years  riastradh   Get arguments in the right order for copyout. (Oops!)
[TXT] kern_veriexec.c  1.12.4.1   6 years  martin   Pull up following revision(s) (requested by pgoyette in ticket #251): sys/kern/...
[TXT] kgdb_stub.c  1.29   8 years  christos   branches: 1.29.30; Wait for the next character forever as kgdb wants.
[TXT] makesyscalls.sh  1.169   6 years  riastradh   branches: 1.169.8; 1.169.10; Forward-declare `struct lwp' so we can use `struc...
[TXT] sched_4bsd.c  1.30.20.1   6 years  martin   Pull up following revision(s) (requested by maxv in ticket #158): sys/kern/sche...
[TXT] sched_m2.c  1.32   9 years  maxv   branches: 1.32.26; 1.32.28; 'miliseconds' -> 'milliseconds'.
[TXT] subr_autoconf.c  1.253   6 years  chs   branches: 1.253.2; remove checks for failure after memory allocation calls that...
[TXT] subr_blist.c  1.13   7 years  zafer   fix number of arguments of kmem_alloc and kmem_zalloc macro. ok skrll.
[TXT] subr_bufq.c  1.25   7 years  pgoyette   By popular request, don't bother initializing a static pointer to NULL.
[TXT] subr_callback.c  1.7   14 years  rmind   Add assert that ce->ce_func is not NULL.
[TXT] subr_copy.c  1.7   7 years  christos   branches: 1.7.16; Introduce security.pax.mprotect.ptrace sysctl which can be us...
[TXT] subr_cprng.c  1.27   8 years  riastradh   branches: 1.27.10; More rnd.h user cleanup.
[TXT] subr_cpufreq.c  1.9   10 years  martin   Unlock correct mutex in an error path. PR kern/48592 from Kengo NAKAHARA.
[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.3   9 years  pooka   branches: 1.3.30; The use of root_device is not limited to vfs, so don't supply...
[TXT] subr_devsw.c  1.37   6 years  pgoyette   branches: 1.37.2; Use __func__ for routine name in printf() calls. NFC intende...
[TXT] subr_disk.c  1.119   6 years  chs   branches: 1.119.2; remove checks for failure after memory allocation calls that...
[TXT] subr_disk_mbr.c  1.47   7 years  rin   PR kern/51208 Add DISKLABEL_EI (``Endian-Independent'' disklabel) kernel option ...
[TXT] subr_disk_open.c  1.13   8 years  christos   branches: 1.13.18; Replace DIOCGPART -> DIOCGPARTINFO which returns the data ne...
[TXT] subr_evcnt.c  1.12   10 years  pooka   branches: 1.12.22; 1.12.28; 1.12.30; Ensure that the top level sysctl nodes (...
[TXT] subr_exec_fd.c  1.7   9 years  matt   branches: 1.7.20; Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue...
[TXT] subr_extent.c  1.80   7 years  cherry   branches: 1.80.8; panic() must be able to take varargs - in userspace testing t...
[TXT] subr_hash.c  1.7   7 years  ozaki-r   branches: 1.7.30; 1.7.32; Add HASH_PSLIST (pslist(9)) type for hashinit()
[TXT] subr_humanize.c  1.1   14 years  pooka   branches: 1.1.4; 1.1.66; Give humanize_number & format_bytes their own spots i...
[TXT] subr_interrupt.c  1.2   6 years  chs   branches: 1.2.2; 1.2.8; remove checks for failure after memory allocation call...
[TXT] subr_iostat.c  1.23   6 years  chs   branches: 1.23.8; 1.23.10; remove checks for failure after memory allocation c...
[TXT] subr_ipi.c  1.3   9 years  rmind   branches: 1.3.18; Implement ipi_trigger_multi(9); requested by cherry@.
[TXT] subr_kcpuset.c  1.11   9 years  rmind   branches: 1.11.28; Constify kcpuset_countset() and cpu_index() parameters.
[TXT] subr_kmem.c  1.63   6 years  christos   use opt_kmem.h for the KMEM_ variables.
[TXT] subr_kobj.c  1.62   6 years  chs   remove checks for failure after memory allocation calls that cannot fail: kme...
[TXT] subr_kobj_vfs.c  1.11   6 years  chs   branches: 1.11.26; remove checks for failure after memory allocation calls that...
[TXT] subr_localcount.c  1.4   6 years  chs   branches: 1.4.2; localcount_init() can't fail because percpu_alloc() can't fail...
[TXT] subr_lockdebug.c  1.57   6 years  chs   branches: 1.57.2; remove checks for failure after memory allocation calls that ...
[TXT] subr_log.c  1.55   8 years  pooka   Don't log kern.msgbuf* sysctls. it's rather pointless, nobody can unload subr_l...
[TXT] subr_lwp_specificdata.c  1.3   10 years  martin   branches: 1.3.30; Mark a diagnostic-only variable
[TXT] subr_once.c  1.6   15 years  cegger   branches: 1.6.64; ansify function definitions
[TXT] subr_optstr.c  1.6   7 years  martin   David Binderman in PR kern/51189: simplify loop conditions
[TXT] subr_pcq.c  1.9   9 years  riastradh   Use membar_datadep_consumer where code inspection reveals it necessary.
[TXT] subr_pcu.c  1.20.6.1   6 years  snj   Pull up following revision(s) (requested by bouyer in ticket #326): sys/arch/ar...
[TXT] subr_percpu.c  1.18   6 years  chs   branches: 1.18.10; 1.18.14; vmem_alloc() with VM_SLEEP cannot fail, so percpu_...
[TXT] subr_physmap.c  1.2   11 years  rmind   branches: 1.2.2; 1.2.6; - physmap_map, physmap_map_fini: pmap_update() must be...
[TXT] subr_pool.c  1.207   7 years  riastradh   branches: 1.207.6; #if DIAGNOSTIC panic ---> KASSERT - Omit mutex_exit before ...
[TXT] subr_prf.c  1.160   7 years  skrll   branches: 1.160.8; Bump size of scratchstr - some KASSERTMGS exceed 256 charact...
[TXT] subr_prof.c  1.47   9 years  christos   don't cast void * in c.
[TXT] subr_pserialize.c  1.8   8 years  dholland   branches: 1.8.10; Typo in comment.
[TXT] subr_psref.c  1.7   6 years  chs   branches: 1.7.2; 1.7.8; remove checks for failure after memory allocation call...
[TXT] subr_specificdata.c  1.14   6 years  chs   remove checks for failure after memory allocation calls that cannot fail: kme...
[TXT] subr_spldebug.c  1.3   13 years  ad   MAXCPUS -> maxcpus
[TXT] subr_syscall_stats.c  1.3   10 years  pooka   branches: 1.3.28; 1.3.30; Ensure that the top level sysctl nodes (kern, vfs, n...
[TXT] subr_tftproot.c  1.19   7 years  maxv   branches: 1.19.8; The mbuf is freed by the protocol even on error, so always NU...
[TXT] subr_time.c  1.19   7 years  pgoyette   Use the new magic BINTIME_SCALE_* macros instead of magic numbers. No functiona...
[TXT] subr_userconf.c  1.26   10 years  skrll   branches: 1.26.22; 1.26.28; 1.26.30; Remove local getsn and use cngetsn.
[TXT] subr_vmem.c  1.96   6 years  chs   assert that vmem_alloc() with VM_SLEEP does not fail.
[TXT] subr_workqueue.c  1.33   11 years  matt   branches: 1.33.30; If the workqueue is using a prio less than PRI_KERNEL, make ...
[TXT] subr_xcall.c  1.19   7 years  ozaki-r   branches: 1.19.8; Fix a race condition of low priority xcall xc_lowpri and xc_...
[TXT] sys_aio.c  1.43   6 years  chs   branches: 1.43.10; remove checks for failure after memory allocation calls that...
[TXT] sys_descrip.c  1.30   9 years  matt   Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get a cor...
[TXT] sys_generic.c  1.131   6 years  chs   remove checks for failure after memory allocation calls that cannot fail: kme...
[TXT] sys_lwp.c  1.61   6 years  chs   branches: 1.61.2; remove checks for failure after memory allocation calls that ...
[TXT] sys_module.c  1.22   6 years  chs   remove checks for failure after memory allocation calls that cannot fail: kme...
[TXT] sys_mqueue.c  1.39   8 years  christos   branches: 1.39.10; CID 1308958: Fix reversed arguments in copyin(9)
[TXT] sys_pipe.c  1.140   9 years  matt   branches: 1.140.12; Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kque...
[TXT] sys_process.c  1.179   6 years  skrll   Paranoia... keep vmspace reference while doing pmap_procwr
[TXT] sys_pset.c  1.19   8 years  maxv   branches: 1.19.16; 1.19.18; Don't forget to unlock the LWP. ok rmind@
[TXT] sys_ptrace.c  1.4   7 years  kamil   branches: 1.4.6; 1.4.12; Introduce PT_GETDBREGS and PT_SETDBREGS in ptrace(2) ...
[TXT] sys_ptrace_common.c  1.22   6 years  kamil   branches: 1.22.2; Fix kernel panic triggered with LLDB PT_SETSTEP and PT_CLEAR...
[TXT] sys_sched.c  1.46   7 years  christos   branches: 1.46.16; 1.46.22; Fix reversed test.
[TXT] sys_select.c  1.40   6 years  chs   branches: 1.40.2; remove checks for failure after memory allocation calls that ...
[TXT] sys_sig.c  1.46   7 years  christos   branches: 1.46.8; 1.46.14; 1.46.16; Realtime signal support from GSoC 2016, C...
[TXT] sys_socket.c  1.74   7 years  msaitoh   branches: 1.74.10; KNF. Remove extra spaces. No functional change.
[TXT] sys_syscall.c  1.11   9 years  christos   branches: 1.11.16; 1.11.18; regen
[TXT] syscalls.c  1.305   6 years  riastradh   regen
[TXT] syscalls.conf  1.28   7 years  pooka   branches: 1.28.16; 1.28.18; Include non-portable <sys/idtype.h> inside RUMP_CL...
[TXT] syscalls.master  1.286   7 years  pgoyette   * Split sys/kern/sys_process.c into three parts: 1 - ptrace(2) syscall f...
[TXT] syscalls_autoload.c  1.24   6 years  riastradh   branches: 1.24.8; regen
[TXT] systrace_args.c  1.24   6 years  riastradh   branches: 1.24.8; regen
[TXT] sysv_ipc.c  1.32   8 years  pgoyette   branches: 1.32.10; 1.32.16; 1.32.18; When unloading the module, clear the add...
[TXT] sysv_msg.c  1.71   7 years  christos   branches: 1.71.8; 1.71.14; don't forget to destroy a cv
[TXT] sysv_sem.c  1.95   8 years  pgoyette   branches: 1.95.10; 1.95.18; In sysv_sem.c, defer establishment of exithook so ...
[TXT] sysv_shm.c  1.131   8 years  martin   branches: 1.131.10; 1.131.16; 1.131.18; We never exec(2) with a kernel vmspac...
[TXT] tty.c  1.274   7 years  christos   branches: 1.274.6; Require exact credential match; this way even if we su to th...
[TXT] tty_bsdpty.c  1.20   9 years  christos   Kernel portion of the multiple ptyfs mount support. Protocol changed between ker...
[TXT] tty_conf.c  1.56   9 years  dholland   Define TTY_ALLOW_PRIVATE in tty.c, tty_pty.c, and tty_conf.c. These modules are...
[TXT] tty_ptm.c  1.37   8 years  pooka   branches: 1.37.2; 1.37.8; 1.37.16; 1.37.18; to garnish, dust with _KERNEL_OP...
[TXT] tty_pty.c  1.142   8 years  christos   branches: 1.142.2; 1.142.8; 1.142.10; include ioconf.h instead of locally dec...
[TXT] tty_subr.c  1.41   6 years  chs   branches: 1.41.10; remove checks for failure after memory allocation calls that...
[TXT] tty_tty.c  1.40   9 years  dholland   branches: 1.40.8; 1.40.18; Add d_discard to all struct cdevsw instances I coul...
[TXT] uipc_accf.c  1.13   10 years  pooka   Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sy...
[TXT] uipc_domain.c  1.96.10.1   6 years  snj   Pull up following revision(s) (requested by ozaki-r in ticket #140): sys/kern/u...
[TXT] uipc_mbuf.c  1.172   6 years  msaitoh   branches: 1.172.6; Remove extra 0x in m_print().
[TXT] uipc_proto.c  1.23   9 years  rmind   Add struct pr_usrreqs with a pr_generic function and prepare for the dismantling...
[TXT] uipc_sem.c  1.47   7 years  maxv   Memory leak, found by Mootja. By the way, we probably shouldn't be returning -1 ...
[TXT] uipc_socket.c  1.255   6 years  bouyer   branches: 1.255.2; merge the bouyer-socketcan branch to HEAD. CAN stands for C...
[TXT] uipc_socket2.c  1.124   7 years  christos   branches: 1.124.8; more MFREE -> m_free
[TXT] uipc_syscalls.c  1.186   7 years  christos   branches: 1.186.6; expose sendmsg_so and recvmsg_so.
[TXT] uipc_usrreq.c  1.181   7 years  maxv   branches: 1.181.8; Memory leak, found by Mootja. It is easily triggerable from ...
[TXT] vfs_bio.c  1.273.2.1   6 years  snj   Pull up following revision(s) (requested by pgoyette in ticket #335): share/man...
[TXT] vfs_cache.c  1.120   7 years  riastradh   branches: 1.120.14; Summarize lifetime of cache entries.
[TXT] vfs_cwd.c  1.4   13 years  pooka   branches: 1.4.56; 1.4.62; Support FD_CLOEXEC in rump kernels.
[TXT] vfs_dirhash.c  1.12   9 years  matt   branches: 1.12.20; Don't next structure and enum definitions. Don't use C++ key...
[TXT] vfs_getcwd.c  1.51.2.1   6 years  snj   Pull up following revision(s) (requested by spz in ticket #192): sys/kern/vfs_g...
[TXT] vfs_hooks.c  1.6   15 years  cegger   ansify function definitions
[TXT] vfs_init.c  1.48   8 years  hannken   branches: 1.48.18; Remove miscfs/syncfs and - move the syncer into kern/vfs_su...
[TXT] vfs_lockf.c  1.73   13 years  dholland   branches: 1.73.60; 1.73.72; Fix build with LOCKF_DEBUG on LP64 platforms; from...
[TXT] vfs_lookup.c  1.207.2.1   6 years  martin   Pull up following revision(s) (requested by dh in ticket #116): sys/kern/vfs_lo...
[TXT] vfs_mount.c  1.65.2.2   6 years  snj   Pull up following revision(s) (requested by hannken in ticket #227): sys/sys/vn...
[TXT] vfs_quotactl.c  1.40   9 years  dholland   Revert the following changes: src/sys/sys/quotactl.h 1.37 src/sys/compat/...
[TXT] vfs_subr.c  1.467.2.1   6 years  bouyer   pullup the following revisions, requested by hannken in ticket #2: src/share/ma...
[TXT] vfs_syscalls.c  1.516   6 years  chs   branches: 1.516.2; remove checks for failure after memory allocation calls that...
[TXT] vfs_trans.c  1.45.2.2   6 years  snj   Pull up following revision(s) (requested by hannken in ticket #54): sys/kern/vf...
[TXT] vfs_vnode.c  1.93.2.2   6 years  snj   Pull up following revision(s) (requested by hannken in ticket #227): sys/sys/vn...
[TXT] vfs_vnops.c  1.195   6 years  hannken   branches: 1.195.6; Lock the vnode before changing its writecount.
[TXT] vfs_wapbl.c  1.96   6 years  jdolecek   rename allow_fuadpo to allow_dpofua, so it's the same order as the SCSI flag
[TXT] vfs_xattr.c  1.33   9 years  matt   branches: 1.33.20; 1.33.30; Try not to use f_data, use f_{vnode,socket,pipe,mq...
[TXT] vnode_if.c  1.104.2.2   6 years  snj   regen for ticket 130
[TXT] vnode_if.sh  1.64.4.1   6 years  bouyer   pullup the following revisions, requested by hannken in ticket #2: src/share/ma...
[TXT] vnode_if.src  1.75.2.2   6 years  snj   Pull up following revision(s) (requested by hannken in ticket #130): sys/kern/v...


CVSweb <webmaster@jp.NetBSD.org>