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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Make.tags.inc  1.24   12 months  dyoung   Exclude drm sources from tags computation.
[TXT] Makefile  1.16   5 months  dyoung   Add a target, subr_vmem, for building the vmem(9) test program.
[TXT] bufq_disksort.c  1.11   3 years  yamt   malloc -> kmem_alloc
[TXT] bufq_fcfs.c  1.10   3 years  yamt   malloc -> kmem_alloc
[TXT] bufq_priocscan.c  1.16   3 months  hannken   Move an assertion to the right place. Ok: YAMAMOTO Takashi <yamt@netbsd.org> F...
[TXT] bufq_readprio.c  1.13   3 years  yamt   malloc -> kmem_alloc
[TXT] cnmagic.c  1.13   2 months  christos   Apply the better patch in the PR.
[TXT] core_elf32.c  1.36   12 days  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] core_elf64.c  1.1   10 years  thorpej   branches: 1.1.2; 1.1.4; Add support for dumping ELF-cormat core files.
[TXT] core_netbsd.c  1.18   12 months  chuck   udpate license clauses on my code to match the new-style BSD licenses. verified ...
[TXT] exec_aout.c  1.35   9 months  rmind   - Replace few malloc(9) uses with kmem(9). - Rename buf_malloc() to buf_alloc(),...
[TXT] exec_ecoff.c  1.29   9 months  rmind   - Replace few malloc(9) uses with kmem(9). - Rename buf_malloc() to buf_alloc(),...
[TXT] exec_elf.c  1.36   5 days  joerg   Add AuxInfo record with the base address of the main thread.
[TXT] exec_elf32.c  1.137   3 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] exec_elf64.c  1.3   3 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] exec_script.c  1.66   14 months  dholland   Introduce struct pathbuf. This is an abstraction to hold a pathname and the meta...
[TXT] exec_subr.c  1.70   6 months  enami   Bounds process's stack size with max_stack_size so that 32bit binary works regar...
[TXT] genlintstub.awk  1.10   6 years  uwe   Rewrite to support LINTSTUB in multiline comments. Be more flexible in what we a...
[TXT] init_main.c  1.441   6 days  tls   Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an...
[TXT] init_sysctl.c  1.186   7 weeks  tls   Separate /dev/random pseudodevice implemenation from kernel entropy pool implem...
[TXT] init_sysctl_base.c  1.1   2 years  pooka   branches: 1.1.4; Chop init_sysctl into base nodes (init_sysctl_base.c) and the ...
[TXT] init_sysent.c  1.260   8 days  dholland   Regen syscalls with proper id info.
[TXT] kern_acct.c  1.93   5 months  christos   Make sure that we initialize all accounting bytes.
[TXT] kern_auth.c  1.66   2 months  jym   Implement the register/deregister/evaluation API for secmodel(9). It allows regi...
[TXT] kern_cctr.c  1.9   3 years  yamt   remove extra semicolons.
[TXT] kern_cfglock.c  1.1   17 months  pgoyette   branches: 1.1.2; 1.1.4; 1.1.10; Define a set of new kernel locking primitives...
[TXT] kern_clock.c  1.130   3 months  christos   Back out previous; this should not be done in statclock but when the allocations...
[TXT] kern_condvar.c  1.30   6 months  uebayasi   These don't need uvm/uvm_extern.h.
[TXT] kern_core.c  1.20   4 months  christos   Don't dump core on an existing core file we don't own. From OpenBSD, suggested b...
[TXT] kern_cpu.c  1.55   10 days  rmind   - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there. ...
[TXT] kern_ctf.c  1.3   21 months  darran   branches: 1.3.2; DTrace: Fix several bugs where the mod_ctf_get() function coul...
[TXT] kern_descrip.c  1.218   2 weeks  christos   As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on E...
[TXT] kern_drvctl.c  1.32   5 months  plunky   NULL does not need a cast
[TXT] kern_event.c  1.75   2 weeks  christos   As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on E...
[TXT] kern_exec.c  1.336   5 days  matt   Add a hook for freeing an ep_emul_arg. Add a wrapper routine (exec_free_emul_ar...
[TXT] kern_exit.c  1.235   4 months  chs   mark exit_psignal() as __noclone to work around a gcc 4.5 bug on arm.
[TXT] kern_fileassoc.c  1.35   2 weeks  rmind   fileassoc_file_delete: pre-check whether fileassoc was used and thus avoid acqui...
[TXT] kern_fork.c  1.187   7 days  christos   Disable PTRACE_FORK for vforked() children, because the parent is waiting and wi...
[TXT] kern_history.c  1.1   8 months  mrg   branches: 1.1.2; 1.1.6; move and rename the uvm history code out of uvm_stat t...
[TXT] kern_hook.c  1.4   13 months  matt   Add critpoll (critical polling) hooks. These are keep things like watchdogs fro...
[TXT] kern_idle.c  1.25   10 days  rmind   - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there. ...
[TXT] kern_ksyms.c  1.67   2 months  christos   close the comment, there is a draft.
[TXT] kern_kthread.c  1.38   3 months  jym   Avoid crashing when we do not explictly pass down a CPU when creating a kthread(...
[TXT] kern_ktrace.c  1.160   5 weeks  christos   Avoid panic on DIAGNOSTIC kernels with ktrace -p <not-existing-process> The old ...
[TXT] kern_lock.c  1.152   2 months  jmcneill   add KERNEL_LOCKED_P() macro
[TXT] kern_lwp.c  1.165   8 weeks  jmcneill   In lwp_create, copy l_sigstk from the template. Previously sigaltstack wasn't in...
[TXT] kern_malloc.c  1.138   3 days  drochner   align allocations >=pagesize at a page boundary, to preserve traditional malloc(...
[TXT] kern_malloc_debug.c  1.26   5 months  matt   Allocate a color compatible page to the VA we are going to use.
[TXT] kern_malloc_stdtype.c  1.4   21 months  rmind   Remove M_IOV (missed in previous commit) and M_1394DATA types.
[TXT] kern_module.c  1.86   2 months  jym   Implement the register/deregister/evaluation API for secmodel(9). It allows regi...
[TXT] kern_module_vfs.c  1.12   4 months  christos   - don't if then else the same thing. print a more meaningful message - don't lea...
[TXT] kern_mutex.c  1.51   9 months  rmind   G/C unused MUTEX_COUNT_BIAS (it was for VAX)
[TXT] kern_mutex_obj.c  1.5   4 months  jym   branches: 1.5.2; Modify *ASSERTMSG() so they are now used as variadic macros. T...
[TXT] kern_ntptime.c  1.54   21 months  pooka   _KERNEL_OPT
[TXT] kern_pax.c  1.26   2 months  tls   First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] kern_physio.c  1.92   11 months  pooka   Make vmapbuf() return success/error and make physio deal with a failure.
[TXT] kern_pmf.c  1.35   8 months  dsl   Don't directly call sys_sync() from random bits of code, instead add do_sys_sy...
[TXT] kern_proc.c  1.180   8 months  rmind   Sprinkle __cacheline_aligned and __read_mostly, also const-ify.
[TXT] kern_prot.c  1.113   9 months  martin   Simplify previous: the original code was mostly correct but relied on "register_...
[TXT] kern_ras.c  1.34   3 years  wrstuden   Merge wrstuden-revivesa into HEAD.
[TXT] kern_rate.c  1.1   3 years  pooka   branches: 1.1.2; 1.1.4; 1.1.6; 1.1.18; Split rate-checking routines into the...
[TXT] kern_resource.c  1.168   2 months  yamt   assertion
[TXT] kern_rndpool.c  1.1   6 days  tls   Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an...
[TXT] kern_rndq.c  1.1   6 days  tls   Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an...
[TXT] kern_runq.c  1.33   2 months  yamt   comments
[TXT] kern_rwlock.c  1.37   10 months  rmind   Optimise mutex_onproc() and rw_onproc() by making them O(1), instead of O(ncpu) ...
[TXT] kern_rwlock_obj.c  1.3   8 months  rmind   Sprinkle __cacheline_aligned and __read_mostly.
[TXT] kern_sdt.c  1.1   23 months  darran   branches: 1.1.2; 1.1.6; DTrace: Add an SDT (Statically Defined Tracing) provid...
[TXT] kern_sig.c  1.316   4 months  reinoud   Fix sigactsunshare() to do what the manpage and the commit tells it to do! I.e. ...
[TXT] kern_sleepq.c  1.45   12 days  rmind   Remove obsolete ltsleep(9) and wakeup_one(9).
[TXT] kern_softint.c  1.38   4 months  jym   Modify *ASSERTMSG() so they are now used as variadic macros. The main goal is to...
[TXT] kern_ssp.c  1.6   2 months  tls   First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] kern_stub.c  1.36   5 months  dyoung   Add stub implementations of bus_dma_tag_create()/bus_dma_tag_destroy().
[TXT] kern_subr.c  1.212   4 months  christos   ifdef unused variable with -UPTRACE
[TXT] kern_synch.c  1.297   12 days  rmind   Remove obsolete ltsleep(9) and wakeup_one(9).
[TXT] kern_syscall.c  1.5   17 months  pgoyette   Update the rest of the kernel to conform to the module subsystem's new locking p...
[TXT] kern_sysctl.c  1.233   2 months  tls   First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] kern_tc.c  1.42   21 months  pooka   _KERNEL_OPT
[TXT] kern_time.c  1.171   7 weeks  christos   Fix monotonic interval timers.
[TXT] kern_timeout.c  1.45   13 months  rmind   - Fix a few possible locking issues in execve1() and exit1(). Add a note that...
[TXT] kern_todr.c  1.34   12 months  rmind   Remove clause 3 (UCB advertising clause) from the University of Utah copyright. ...
[TXT] kern_turnstile.c  1.31   2 months  yamt   move priority inheritance code to separate functions
[TXT] kern_uidinfo.c  1.5   2 years  ad   branches: 1.5.2; uid_init: maxproc -> maxcpus
[TXT] kern_uuid.c  1.18   2 months  tls   First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] kern_verifiedexec.c  1.128   2 months  hannken   Fix locking against self in veriexec_fp_calc().
[TXT] kern_xxx.c  1.72   5 months  matt   Print syscall name on syscall exit (when using SYSCALL_DEBUG). XXX this should u...
[TXT] kgdb_stub.c  1.24   10 months  dyoung   Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen. Handle NM...
[TXT] makesyscalls.sh  1.119   7 months  christos   * Arrange for interfaces that create new file descriptors to be able to set cl...
[TXT] sched_4bsd.c  1.28   2 months  yamt   update a comment
[TXT] sched_m2.c  1.30   4 months  christos   This is no place to attach the primary cpu. Things go wrong from here because fo...
[TXT] subr_autoconf.c  1.222   9 days  matt   Use proper ANSI prototypes for foo() -> foo(void) Caught when compiling with -Wo...
[TXT] subr_blist.c  1.10   9 months  rmind   - Replace few malloc(9) uses with kmem(9). - Rename buf_malloc() to buf_alloc(),...
[TXT] subr_bufq.c  1.20   2 years  pooka   Provide unwind log for bufq sysctls, since (theoretically) bufq might not be ini...
[TXT] subr_callback.c  1.7   2 years  rmind   Add assert that ce->ce_func is not NULL.
[TXT] subr_copy.c  1.1   2 years  pooka   branches: 1.1.4; Split uiomove() and high-level copy routines out of the crowde...
[TXT] subr_cprng.c  1.5   7 weeks  tls   Separate /dev/random pseudodevice implemenation from kernel entropy pool implem...
[TXT] subr_cpufreq.c  1.8   3 months  jruoho   Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI can not be...
[TXT] subr_debug.c  1.7   3 years  ad   Disable the freecheck stuff atomically so we only get one warning about being ou...
[TXT] subr_device.c  1.2   2 years  pooka   Device accessors are only marginally related to autoconf, so put them into subr_...
[TXT] subr_devsw.c  1.29   8 weeks  mrg   implement bdev_size(9) wrapper around d_psize() routine, so we can take the devi...
[TXT] subr_disk.c  1.100   15 months  mrg   add some (uint64_t) casts so avoid 32 bit overflows. this fixes my 3TB disk wit...
[TXT] subr_disk_mbr.c  1.42   7 months  wiz   dependant -> dependent
[TXT] subr_disk_open.c  1.6   2 months  tsutsui   Revert "stopcap fix" for rump by christos, which causes build failure on most no...
[TXT] subr_evcnt.c  1.11   4 months  jym   Modify *ASSERTMSG() so they are now used as variadic macros. The main goal is to...
[TXT] subr_exec_fd.c  1.6   8 months  alnsn   kern/42030 - tracking of file descriptors by ktrace/kdump
[TXT] subr_extent.c  1.75   11 days  para   remove left over macro after kmem_map is gone
[TXT] subr_hash.c  1.4   6 weeks  christos   PR/45736: Michael van Elst: setting kern.maxvnodes may lock up Clamp the number ...
[TXT] subr_humanize.c  1.1   2 years  pooka   branches: 1.1.4; Give humanize_number & format_bytes their own spots in the sun...
[TXT] subr_iostat.c  1.19   2 years  pooka   Create CTL_HW before creating nodes on top of it (sysctl constructors run in "ra...
[TXT] subr_kcpuset.c  1.4   10 days  rmind   - Add kcpuset_isotherset() and kcpuset_countset(). - Fix KC_NFIELDS_EARLY. Make...
[TXT] subr_kmem.c  1.42   4 days  rmind   - Make KMGUARD interrupt-safe. - kmem_intr_{alloc,free}: remove workaround. Cha...
[TXT] subr_kobj.c  1.44   5 months  christos   Always provide a meaningful short name for the kobj in the error message, as wel...
[TXT] subr_kobj_vfs.c  1.6   5 months  christos   Always provide a meaningful short name for the kobj in the error message, as wel...
[TXT] subr_lockdebug.c  1.45   6 months  yamt   try to fill ld_locked/ld_unlocked for shared acquisition of lock
[TXT] subr_log.c  1.50   3 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] subr_lwp_specificdata.c  1.2   21 months  christos   branches: 1.2.2; 1.2.4; 1.2.6; void police!
[TXT] subr_once.c  1.6   2 years  cegger   ansify function definitions
[TXT] subr_optstr.c  1.5   3 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] subr_pcq.c  1.6   8 days  alnsn   Revert to more readable but non-standard use of offsetof to calculate a size of ...
[TXT] subr_pcu.c  1.10   4 months  jym   Modify *ASSERTMSG() so they are now used as variadic macros. The main goal is to...
[TXT] subr_percpu.c  1.16   12 days  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] subr_pool.c  1.194   4 days  para   make acorn26 compile by fixing up subpage pool allocations ok: riz@
[TXT] subr_prf.c  1.148   2 months  christos   - fixed signed/unsigned comparison - don't write/increment sbuf if NULL
[TXT] subr_prof.c  1.45   2 years  rmind   Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions.
[TXT] subr_pserialize.c  1.5   10 days  rmind   - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there. ...
[TXT] subr_specificdata.c  1.13   3 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] subr_spldebug.c  1.3   21 months  ad   MAXCPUS -> maxcpus
[TXT] subr_syscall_stats.c  1.2   3 years  martin   Convert to new 2 clause license
[TXT] subr_tftproot.c  1.10   2 years  manu   Back out previous change: do not skip the test on rootspec, but make it a simple...
[TXT] subr_time.c  1.9   7 weeks  christos   Fix monotonic interval timers.
[TXT] subr_userconf.c  1.25   6 months  drochner   modify parsing of device names so that it can deal with names which have numbers...
[TXT] subr_vmem.c  1.71   7 days  para   allocate uareas and buffers from kernel_map again add code to drain pools if kme...
[TXT] subr_workqueue.c  1.32   3 months  jym   Turn a workqueue(9) name into an array in the struct workqueue, rather than a co...
[TXT] subr_xcall.c  1.13   8 months  rmind   Sprinkle __cacheline_aligned and __read_mostly.
[TXT] sys_aio.c  1.37   11 months  matt   Remove curproc == NULL test.
[TXT] sys_descrip.c  1.25   2 weeks  christos   Add locking, requested by yamt. Note that locking is not used everywhere for the...
[TXT] sys_generic.c  1.128   2 weeks  christos   As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on E...
[TXT] sys_lwp.c  1.52   19 months  chs   many changes for COMPAT_LINUX: - update the linux syscall table for each platfo...
[TXT] sys_module.c  1.13   7 months  mrg   avoid some uninitialised variable warnings.
[TXT] sys_mqueue.c  1.33   9 months  martin   Add missing <sys/atomic.h> include.
[TXT] sys_pipe.c  1.135   2 weeks  christos   As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on E...
[TXT] sys_pmc.c  1.10   3 years  ad   branches: 1.10.4; Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE.
[TXT] sys_process.c  1.162   5 months  jmcneill   PR# kern/45330: ptrace: signals can alter syscall return values process_stoptra...
[TXT] sys_pset.c  1.17   6 months  rmind   Remove LW_AFFINITY flag and fix some bugs affinity mask handling.
[TXT] sys_sched.c  1.39   10 days  rmind   - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there. ...
[TXT] sys_select.c  1.36   5 months  rmind   Add kern.direct_select sysctl. Default to 0 for now.
[TXT] sys_sig.c  1.36   2 months  christos   add a copyin function for sigset so that we can use sigtimedwait1 from emulation...
[TXT] sys_socket.c  1.65   7 weeks  christos   - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. - Introduce MSG_...
[TXT] sys_syscall.c  1.9   3 years  martin   Convert to new 2 clause license
[TXT] syscalls.c  1.251   8 days  dholland   Regen syscalls with proper id info.
[TXT] syscalls.conf  1.17   7 months  christos   * Arrange for interfaces that create new file descriptors to be able to set cl...
[TXT] syscalls.master  1.253   8 days  dholland   Change the syscall API for quotas over to the new non-proplib one. - struct ...
[TXT] sysv_ipc.c  1.23   2 years  rmind   Replace malloc with kmem(9).
[TXT] sysv_msg.c  1.62   6 months  uebayasi   Correct sizes to pass uvm_km_free(9) in error paths.
[TXT] sysv_sem.c  1.88   6 months  uebayasi   Correct sizes to pass uvm_km_free(9) in error paths.
[TXT] sysv_shm.c  1.122   5 months  christos   Add an optional pglist argument to uvm_obj_wirepages, to be filled with the list...
[TXT] tty.c  1.249   3 months  christos   extract broken proc_compare. lwp compares against self.
[TXT] tty_bsdpty.c  1.17   14 months  dholland   Introduce struct pathbuf. This is an abstraction to hold a pathname and the meta...
[TXT] tty_conf.c  1.55   3 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] tty_ptm.c  1.27   19 months  hannken   Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp):...
[TXT] tty_pty.c  1.131   4 months  christos   put back the cc == 0 check, because we can re-enter the loop with cc != 0 if we ...
[TXT] tty_subr.c  1.40   4 months  christos   - Introduce a sysctl to control the default tty queue size kern.tty.qsize, whi...
[TXT] tty_tty.c  1.38   19 months  hannken   Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp):...
[TXT] uipc_accf.c  1.12   17 months  pgoyette   Update the rest of the kernel to conform to the module subsystem's new locking p...
[TXT] uipc_domain.c  1.87   3 months  seanb   Use PR_SLOWHZ, PR_FASTHZ defines in a couple spots.
[TXT] uipc_mbuf.c  1.144   12 days  para   extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] uipc_mbuf2.c  1.29   6 months  dyoung   Miscellaneous mbuf changes: 1 Add some protection against double-freeing mbufs ...
[TXT] uipc_proto.c  1.22   8 months  manu   Add SOCK_SEQPACKET to PL_LOCAL sockets. Based on patch from Jesse Off, submitted...
[TXT] uipc_sem.c  1.35   9 months  rmind   ksem_free: remove wrong assert.
[TXT] uipc_socket.c  1.209   8 days  matt   When using socket loaning, make sure the KVA used for the loan has the same colo...
[TXT] uipc_socket2.c  1.110   7 weeks  christos   - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. - Introduce MSG_...
[TXT] uipc_syscalls.c  1.154   2 weeks  christos   revert atomics for so_options since it is a short.
[TXT] uipc_usrreq.c  1.136   7 months  christos   * Arrange for interfaces that create new file descriptors to be able to set cl...
[TXT] vfs_bio.c  1.236   7 days  para   allocate uareas and buffers from kernel_map again add code to drain pools if kme...
[TXT] vfs_cache.c  1.88   7 months  rmind   Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM a...
[TXT] vfs_cwd.c  1.4   11 months  pooka   Support FD_CLOEXEC in rump kernels.
[TXT] vfs_dirhash.c  1.10   3 years  enami   branches: 1.10.4; Previous code ususally works since compiler won't put gap bet...
[TXT] vfs_getcwd.c  1.47   14 months  dholland   Abolish struct componentname's cn_pnbuf. Use the path buffer in the pathbuf obje...
[TXT] vfs_hooks.c  1.6   2 years  cegger   ansify function definitions
[TXT] vfs_init.c  1.45   2 years  elad   - Add usermount_common_policy() that implements some common (everything but ac...
[TXT] vfs_lockf.c  1.73   12 months  dholland   Fix build with LOCKF_DEBUG on LP64 platforms; from Alexander Nasonov in PR 44490...
[TXT] vfs_lookup.c  1.192   4 months  christos   include <sys/dirent.h> to make MAXNAMLEN visible.
[TXT] vfs_mount.c  1.12   2 months  christos   - collect the long (and sometimes incomplete) lists of basic flags into the he...
[TXT] vfs_quotactl.c  1.38   8 days  dholland   Improve the names of some members of struct quotactl_args. These are effectively...
[TXT] vfs_subr.c  1.432   8 days  dholland   Change the syscall API for quotas over to the new non-proplib one. - struct ...
[TXT] vfs_syscalls.c  1.447   8 days  dholland   Be consistent about whether idtype and objtype codes are signed or unsigned. The...
[TXT] vfs_trans.c  1.25   2 years  yamt   don't forget to skip marker processes.
[TXT] vfs_vnode.c  1.15   7 weeks  hannken   Move the diagnostic check for a missing VOP_CLOSE() to the top of vrelel(). As l...
[TXT] vfs_vnops.c  1.183   3 months  hannken   Change the vnode locking protocol of VOP_GETATTR() to request at least a shared ...
[TXT] vfs_wapbl.c  1.51   12 days  para   replacing malloc(9) with kmem(9) wapbl_entries get there own pool, they are free...
[TXT] vfs_xattr.c  1.29   3 months  drochner   for the *xattr() calls, return ENOTSUP rather than EOPNOTSUPP if the filesystem ...
[TXT] vnode_if.c  1.88   7 months  hannken   Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do...
[TXT] vnode_if.sh  1.58   7 months  hannken   Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do...
[TXT] vnode_if.src  1.63   3 months  hannken   Change the vnode locking protocol of VOP_GETATTR() to request at least a shared ...


CVSweb <webmaster@jp.NetBSD.org>