NetBSD

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: [NetBSD] / src / sys / kern


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/ [show]        
[TXT] Make.tags.inc 1.24 15 months dyoung Exclude drm sources from tags computation.
[TXT] Makefile 1.16 8 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.17 2 months yamt BUFQ_PRIOCSCAN: - to reduce cpu consumption for a long queue, maintain the sort...
[TXT] bufq_readprio.c 1.13 3 years yamt malloc -> kmem_alloc
[TXT] cnmagic.c 1.13 5 months christos Apply the better patch in the PR.
[TXT] core_elf32.c 1.36 3 months 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 15 months chuck udpate license clauses on my code to match the new-style BSD licenses. verified ...
[TXT] exec_aout.c 1.35 12 months rmind - Replace few malloc(9) uses with kmem(9). - Rename buf_malloc() to buf_alloc(),...
[TXT] exec_ecoff.c 1.29 12 months rmind - Replace few malloc(9) uses with kmem(9). - Rename buf_malloc() to buf_alloc(),...
[TXT] exec_elf.c 1.38 5 weeks martin Rework posix_spawn locking and memory management: - always provide a vmspace fo...
[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 17 months dholland Introduce struct pathbuf. This is an abstraction to hold a pathname and the meta...
[TXT] exec_subr.c 1.70 9 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.442 2 months rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] init_sysctl.c 1.189 5 weeks christos remove bogus check.
[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.265 11 days christos regen
[TXT] kern_acct.c 1.93 8 months christos Make sure that we initialize all accounting bytes.
[TXT] kern_auth.c 1.68 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] kern_cctr.c 1.9 3 years yamt remove extra semicolons.
[TXT] kern_cfglock.c 1.1 20 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 6 months christos Back out previous; this should not be done in statclock but when the allocations...
[TXT] kern_condvar.c 1.30 9 months uebayasi These don't need uvm/uvm_extern.h.
[TXT] kern_core.c 1.20 7 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 3 months rmind - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there. ...
[TXT] kern_ctf.c 1.3 2 years darran branches: 1.3.2; DTrace: Fix several bugs where the mod_ctf_get() function coul...
[TXT] kern_descrip.c 1.218 3 months christos As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on E...
[TXT] kern_drvctl.c 1.32 8 months plunky NULL does not need a cast
[TXT] kern_event.c 1.75 3 months christos As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on E...
[TXT] kern_exec.c 1.352 13 days rmind Revert posix_spawn() clean up for now, there are some bugs.
[TXT] kern_exit.c 1.238 5 weeks martin Rework posix_spawn locking and memory management: - always provide a vmspace fo...
[TXT] kern_fileassoc.c 1.35 3 months rmind fileassoc_file_delete: pre-check whether fileassoc was used and thus avoid acqui...
[TXT] kern_fork.c 1.189 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] kern_history.c 1.1 12 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 17 months matt Add critpoll (critical polling) hooks. These are keep things like watchdogs fro...
[TXT] kern_idle.c 1.25 3 months rmind - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there. ...
[TXT] kern_ksyms.c 1.67 5 months christos close the comment, there is a draft.
[TXT] kern_kthread.c 1.38 6 months jym Avoid crashing when we do not explictly pass down a CPU when creating a kthread(...
[TXT] kern_ktrace.c 1.161 2 months rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] kern_lock.c 1.152 5 months jmcneill add KERNEL_LOCKED_P() macro
[TXT] kern_lwp.c 1.168 4 weeks yamt comment
[TXT] kern_malloc.c 1.142 2 weeks rmind - Replace some malloc(9) uses with kmem(9). - G/C M_IPMOPTS, M_IPMADDR and M_BWM...
[TXT] kern_module.c 1.86 5 months jym Implement the register/deregister/evaluation API for secmodel(9). It allows regi...
[TXT] kern_module_vfs.c 1.12 8 months christos - don't if then else the same thing. print a more meaningful message - don't lea...
[TXT] kern_mutex.c 1.53 2 months rmind {mutex,rw}_vector_enter: use macro versions to disable/enable preemption.
[TXT] kern_mutex_obj.c 1.5 7 months jym branches: 1.5.2; Modify *ASSERTMSG() so they are now used as variadic macros. T...
[TXT] kern_ntptime.c 1.54 2 years pooka _KERNEL_OPT
[TXT] kern_pax.c 1.26 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] kern_physio.c 1.92 15 months pooka Make vmapbuf() return success/error and make physio deal with a failure.
[TXT] kern_pmf.c 1.35 11 months dsl Don't directly call sys_sync() from random bits of code, instead add do_sys_sy...
[TXT] kern_proc.c 1.183 4 weeks yamt comment
[TXT] kern_prot.c 1.114 8 weeks matt No need take the address of an array (&array) since an array is already a pointe...
[TXT] kern_ras.c 1.35 2 months rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[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 5 months yamt assertion
[TXT] kern_rndpool.c 1.2 4 weeks tls Address multiple problems with rnd(4)/cprng(9): 1) Add a per-cpu CPRNG to handl...
[TXT] kern_rndq.c 1.3 4 weeks tls Address multiple problems with rnd(4)/cprng(9): 1) Add a per-cpu CPRNG to handl...
[TXT] kern_runq.c 1.34 2 months para change sched_upreempt_pri default to 0 as discussed on tech-kern@ should improve...
[TXT] kern_rwlock.c 1.38 2 months rmind {mutex,rw}_vector_enter: use macro versions to disable/enable preemption.
[TXT] kern_rwlock_obj.c 1.3 12 months rmind Sprinkle __cacheline_aligned and __read_mostly.
[TXT] kern_sdt.c 1.1 2 years darran branches: 1.1.2; 1.1.6; DTrace: Add an SDT (Statically Defined Tracing) provid...
[TXT] kern_sig.c 1.317 2 months rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] kern_sleepq.c 1.46 2 months rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] kern_softint.c 1.38 7 months jym Modify *ASSERTMSG() so they are now used as variadic macros. The main goal is to...
[TXT] kern_ssp.c 1.6 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] kern_stub.c 1.37 2 months rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] kern_subr.c 1.212 7 months christos ifdef unused variable with -UPTRACE
[TXT] kern_synch.c 1.301 3 weeks rmind Improve the assert message.
[TXT] kern_syscall.c 1.7 11 days christos Add a new type of syscall "EXTERN" which is meant for modules that live outside ...
[TXT] kern_sysctl.c 1.234 8 weeks martin Fix query of IMMEDIATE bool values (copy & pasto).
[TXT] kern_tc.c 1.43 2 months martin Make time_second and time_uptime volatile, so the compiler knows they may change...
[TXT] kern_time.c 1.174 7 weeks dholland Misplaced parenthesis; fixes PR 44927
[TXT] kern_timeout.c 1.45 16 months rmind - Fix a few possible locking issues in execve1() and exit1(). Add a note that...
[TXT] kern_todr.c 1.34 15 months rmind Remove clause 3 (UCB advertising clause) from the University of Utah copyright. ...
[TXT] kern_turnstile.c 1.31 5 months yamt move priority inheritance code to separate functions
[TXT] kern_uidinfo.c 1.5 3 years ad branches: 1.5.2; uid_init: maxproc -> maxcpus
[TXT] kern_uuid.c 1.18 5 months tls First step of random number subsystem rework described in <20111022023242.BA26F1...
[TXT] kern_verifiedexec.c 1.129 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] kern_xxx.c 1.72 8 months matt Print syscall name on syscall exit (when using SYSCALL_DEBUG). XXX this should u...
[TXT] kgdb_stub.c 1.24 13 months dyoung Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen. Handle NM...
[TXT] makesyscalls.sh 1.120 11 days christos Add a new type of syscall "EXTERN" which is meant for modules that live outside ...
[TXT] sched_4bsd.c 1.28 5 months yamt update a comment
[TXT] sched_m2.c 1.30 8 months christos This is no place to attach the primary cpu. Things go wrong from here because fo...
[TXT] subr_autoconf.c 1.222 3 months matt Use proper ANSI prototypes for foo() -> foo(void) Caught when compiling with -Wo...
[TXT] subr_blist.c 1.10 12 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.8 4 weeks tls Address multiple problems with rnd(4)/cprng(9): 1) Add a per-cpu CPRNG to handl...
[TXT] subr_cpufreq.c 1.8 6 months jruoho Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI can not be...
[TXT] subr_debug.c 1.7 4 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.30 2 months mrg add an XXX comment i meant to include with the original change.
[TXT] subr_disk.c 1.100 19 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 10 months wiz dependant -> dependent
[TXT] subr_disk_open.c 1.8 2 weeks drochner minor mostly cosmetical fixes: use designated type for device major numbers, typ...
[TXT] subr_evcnt.c 1.11 7 months jym Modify *ASSERTMSG() so they are now used as variadic macros. The main goal is to...
[TXT] subr_exec_fd.c 1.6 11 months alnsn kern/42030 - tracking of file descriptors by ktrace/kdump
[TXT] subr_extent.c 1.75 3 months para remove left over macro after kmem_map is gone
[TXT] subr_hash.c 1.4 4 months 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.5 3 weeks rmind - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use kcpuset(...
[TXT] subr_kmem.c 1.45 4 weeks martin We don't support KMEM_GUARD nor FREECHECK yet with rump, so disable them in debu...
[TXT] subr_kobj.c 1.44 9 months christos Always provide a meaningful short name for the kobj in the error message, as wel...
[TXT] subr_kobj_vfs.c 1.6 9 months christos Always provide a meaningful short name for the kobj in the error message, as wel...
[TXT] subr_lockdebug.c 1.45 9 months yamt try to fill ld_locked/ld_unlocked for shared acquisition of lock
[TXT] subr_log.c 1.50 4 years martin Remove clause 3 and 4 from TNF licenses
[TXT] subr_lwp_specificdata.c 1.2 2 years christos branches: 1.2.2; 1.2.4; 1.2.6; void police!
[TXT] subr_once.c 1.6 3 years cegger ansify function definitions
[TXT] subr_optstr.c 1.5 4 years martin Remove clause 3 and 4 from TNF licenses
[TXT] subr_pcq.c 1.6 3 months alnsn Revert to more readable but non-standard use of offsetof to calculate a size of ...
[TXT] subr_pcu.c 1.11 4 weeks yamt comment
[TXT] subr_percpu.c 1.16 3 months para extending vmem(9) to be able to allocated resources for it's own needs. simplify...
[TXT] subr_pool.c 1.195 11 days rmind G/C POOL_DIAGNOSTIC option. No objection on tech-kern@.
[TXT] subr_prf.c 1.149 2 months dholland Repeated typo/varargs anachronism in comments.
[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 3 months rmind - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there. ...
[TXT] subr_specificdata.c 1.13 4 years martin Remove clause 3 and 4 from TNF licenses
[TXT] subr_spldebug.c 1.3 2 years ad MAXCPUS -> maxcpus
[TXT] subr_syscall_stats.c 1.2 4 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 4 months christos Fix monotonic interval timers.
[TXT] subr_userconf.c 1.25 9 months drochner modify parsing of device names so that it can deal with names which have numbers...
[TXT] subr_vmem.c 1.73 2 months para make accounting for vm_inuse sane while here don't statically allocated for more...
[TXT] subr_workqueue.c 1.32 6 months jym Turn a workqueue(9) name into an array in the struct workqueue, rather than a co...
[TXT] subr_xcall.c 1.13 12 months rmind Sprinkle __cacheline_aligned and __read_mostly.
[TXT] sys_aio.c 1.37 14 months matt Remove curproc == NULL test.
[TXT] sys_descrip.c 1.26 3 months martin Add a posix_spawn syscall, as discussed on tech-kern. Based on the summer of cod...
[TXT] sys_generic.c 1.128 3 months christos As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE on E...
[TXT] sys_lwp.c 1.53 2 months rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] sys_module.c 1.13 10 months mrg avoid some uninitialised variable warnings.
[TXT] sys_mqueue.c 1.34 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] sys_pipe.c 1.136 11 hours martin Make sure we can deliver two file descriptors for pipe2() before we set up anyth...
[TXT] sys_pmc.c 1.10 4 years ad branches: 1.10.4; Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE.
[TXT] sys_process.c 1.162 8 months jmcneill PR# kern/45330: ptrace: signals can alter syscall return values process_stoptra...
[TXT] sys_pset.c 1.17 9 months rmind Remove LW_AFFINITY flag and fix some bugs affinity mask handling.
[TXT] sys_sched.c 1.42 3 weeks rmind - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use kcpuset(...
[TXT] sys_select.c 1.36 8 months rmind Add kern.direct_select sysctl. Default to 0 for now.
[TXT] sys_sig.c 1.37 2 months rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@.
[TXT] sys_socket.c 1.65 4 months christos - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. - Introduce MSG_...
[TXT] sys_syscall.c 1.10 11 days christos use sy_call() so that l->l_sysent gets set, so that we can autoload modules that...
[TXT] syscalls.c 1.256 11 days christos regen
[TXT] syscalls.conf 1.18 2 months matt Add compat_60
[TXT] syscalls.master 1.259 11 days christos Add a new type of syscall "EXTERN" which is meant for modules that live outside ...
[TXT] sysv_ipc.c 1.24 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] sysv_msg.c 1.63 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] sysv_sem.c 1.89 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] sysv_shm.c 1.123 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] tty.c 1.250 2 months christos PR/41673: Stathis Kamperis: tcsetpgrp returns EINVAL, but should return EPERM.
[TXT] tty_bsdpty.c 1.17 17 months dholland Introduce struct pathbuf. This is an abstraction to hold a pathname and the meta...
[TXT] tty_conf.c 1.55 4 years martin Remove clause 3 and 4 from TNF licenses
[TXT] tty_ptm.c 1.27 22 months hannken Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp):...
[TXT] tty_pty.c 1.131 7 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 7 months christos - Introduce a sysctl to control the default tty queue size kern.tty.qsize, whi...
[TXT] tty_tty.c 1.38 22 months hannken Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp):...
[TXT] uipc_accf.c 1.12 20 months pgoyette Update the rest of the kernel to conform to the module subsystem's new locking p...
[TXT] uipc_domain.c 1.87 6 months seanb Use PR_SLOWHZ, PR_FASTHZ defines in a couple spots.
[TXT] uipc_mbuf.c 1.146 2 weeks dsl Remove the unused 'struct malloc_type' args to kern_malloc/realloc/free The M_xx...
[TXT] uipc_mbuf2.c 1.29 9 months dyoung Miscellaneous mbuf changes: 1 Add some protection against double-freeing mbufs ...
[TXT] uipc_proto.c 1.22 11 months manu Add SOCK_SEQPACKET to PL_LOCAL sockets. Based on patch from Jesse Off, submitted...
[TXT] uipc_sem.c 1.38 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] uipc_socket.c 1.210 2 months matt Fix PR/49150. Make listen(2) match the opengroup specification for what what err...
[TXT] uipc_socket2.c 1.110 4 months christos - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. - Introduce MSG_...
[TXT] uipc_syscalls.c 1.154 3 months christos revert atomics for so_options since it is a short.
[TXT] uipc_usrreq.c 1.136 10 months christos * Arrange for interfaces that create new file descriptors to be able to set cl...
[TXT] vfs_bio.c 1.236 3 months para allocate uareas and buffers from kernel_map again add code to drain pools if kme...
[TXT] vfs_cache.c 1.88 11 months rmind Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM a...
[TXT] vfs_cwd.c 1.4 14 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 17 months dholland Abolish struct componentname's cn_pnbuf. Use the path buffer in the pathbuf obje...
[TXT] vfs_hooks.c 1.6 3 years cegger ansify function definitions
[TXT] vfs_init.c 1.46 2 months elad Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something m...
[TXT] vfs_lockf.c 1.73 15 months dholland Fix build with LOCKF_DEBUG on LP64 platforms; from Alexander Nasonov in PR 44490...
[TXT] vfs_lookup.c 1.192 7 months christos include <sys/dirent.h> to make MAXNAMLEN visible.
[TXT] vfs_mount.c 1.14 8 days gson Move VFS_EXTATTRCTL to mount_domount(). This makes the fs/puffs/t_fuzz:mountfuz...
[TXT] vfs_quotactl.c 1.38 3 months dholland branches: 1.38.4; 1.38.6; Improve the names of some members of struct quotactl...
[TXT] vfs_subr.c 1.435 4 days chs remove a bogus optimization introduced in the previous change. fixes hangs in th...
[TXT] vfs_syscalls.c 1.456 8 days gson Move VFS_EXTATTRCTL to mount_domount(). This makes the fs/puffs/t_fuzz:mountfuz...
[TXT] vfs_trans.c 1.25 3 years yamt don't forget to skip marker processes.
[TXT] vfs_vnode.c 1.15 4 months hannken Move the diagnostic check for a missing VOP_CLOSE() to the top of vrelel(). As l...
[TXT] vfs_vnops.c 1.184 5 weeks hannken Fix vn_lock() to return an invalid (dead, clean) vnode only if the caller reques...
[TXT] vfs_wapbl.c 1.52 2 weeks chs mark all wapbl I/O as BPRIO_TIMECRITICAL. this is the second part of addressing ...
[TXT] vfs_xattr.c 1.31 2 weeks manu Return ENODATA when no attribute is found, like Linux does. After all we decided...
[TXT] vnode_if.c 1.88 10 months hannken Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do...
[TXT] vnode_if.sh 1.58 10 months hannken Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do...
[TXT] vnode_if.src 1.63 7 months hannken Change the vnode locking protocol of VOP_GETATTR() to request at least a shared ...

General options
,

cvsweb.de.netbsd.org <zafer@aydogan.de>