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: MAIN


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] vfs_mount.c  1.105   11 hours  riastradh   dounmount: Avoid &((struct vnode_impl *)NULL)->vi_vnode. Member access of a nul...
[TXT] sys_futex.c  1.20   7 days  riastradh   sys_futex.c: Fix illustration of futex(2). In this illustration, we need to _se...
[TXT] kern_heartbeat.c  1.13   5 weeks  riastradh   heartbeat(9): Return early if panicstr is set. This way we avoid doing unnecess...
[TXT] init_main.c  1.549   6 weeks  thorpej   Revert previous until I can diagnose a failure reported by gson.
[TXT] subr_cpu.c  1.22   6 weeks  thorpej   Revert previous until I can diagnose a failure reported by gson.
[TXT] kern_reboot.c  1.5   6 weeks  thorpej   Move the at-shutdown call to resettodr() from cpu_reboot() to kern_reboot(). It...
[TXT] sysv_shm.c  1.142   6 weeks  mlelstv   Avoid overflow when computing kern.ipc.shmmax. Keep shmmax (bytes) and shmall (p...
[TXT] kern_idle.c  1.36   7 weeks  mrg   check that l_nopreempt (preemption count) doesn't change after callbacks check ...
[TXT] kern_softint.c  1.76   7 weeks  mrg   check that l_nopreempt (preemption count) doesn't change after callbacks check ...
[TXT] subr_workqueue.c  1.48   7 weeks  mrg   check that l_nopreempt (preemption count) doesn't change after callbacks check ...
[TXT] subr_xcall.c  1.38   7 weeks  mrg   check that l_nopreempt (preemption count) doesn't change after callbacks check ...
[TXT] uipc_socket.c  1.309   2 months  jdolecek   make kqfilter() behave the same for PIPE_SOCKETPAIR pipe as it does for standard...
[TXT] kern_sig.c  1.409   2 months  andvar   s/musn't/mustn't/ in comments.
[TXT] sys_pipe.c  1.167   2 months  andvar   fix various typos in comments and log messages.
[TXT] gendevcalls.awk  1.2   2 months  andvar   fix spelling mistakes, mainly in comments and log messages.
[TXT] uipc_syscalls.c  1.211   2 months  jdolecek   fix PIPE_SOCKETPAIR variant of pipe1() to apply correctly the 'flags' passed whe...
[TXT] sched_m2.c  1.40   2 months  christos   Unbreak sched_m2 (died because lwp_eproc() KASSERT in DIAGNOSTIC) and explain wh...
[TXT] subr_acl_nfs4.c  1.2   2 months  christos   add lint comments
[TXT] kern_hook.c  1.15   3 months  hannken   Protect kernel hooks exechook, exithook and forkhook with rwlock. Lock as writer...
[TXT] kern_lock.c  1.188   3 months  andvar   Surround db_stacktrace() with "#ifdef DDB" check. Fixes LOCKDEBUG enabled build...
[TXT] uipc_socket2.c  1.143   3 months  andvar   s/addreseses/addresses/ in comments (and one missing whitespace).
[TXT] kern_fileassoc.c  1.38   3 months  hannken   Initialize mutex fileassoc_global.lock.
[TXT] kern_lwp.c  1.269   3 months  andvar   s/deatched/detached/ in comment. While here, fix an article before annoyance.
[TXT] init_sysctl_base.c  1.9   3 months  andvar   fix tripple n typos in "running"/"domainname", also one missing n in comments.
[TXT] compat_stub.c  1.23   4 months  pgoyette   Modularize the COMPAT_90 code that resulted from the removal of netinet6/nd6 fro...
[TXT] tty.c  1.312   4 months  pgoyette   There's no COMPAT_60 code left here, so no need for conditional inclusion of hea...
[TXT] subr_vmem.c  1.115   4 months  thorpej   Add the notion of "private boundary tags" to vmem. This allows vmem to be used ...
[TXT] vfs_vnode.c  1.153   4 months  hannken   Restore kpause() accidentially removed with last commit.
[TXT] uipc_mbuf.c  1.252   4 months  ozaki-r   mbuf: avoid assertion failure when splitting mbuf cluster From OpenBSD: commi...
[TXT] kern_synch.c  1.366   4 months  riastradh   kpause(9): KASSERT -> KASSERTMSG PR kern/57718 (might help to diagnose manifest...
[TXT] exec_subr.c  1.88   4 months  riastradh   pax(9): Rework header file more coherently to nix some needless #ifs. Cleans up...
[TXT] sys_eventfd.c  1.11   4 months  riastradh   eventfd(2): Prune dead branch. Fallout from PR kern/57703 fix. XXX pullup-10
[TXT] kern_condvar.c  1.63   5 months  martin   Back out the following revisions on behalf of core: sys/sys/lwp.h: revision 1....
[TXT] kern_sleepq.c  1.87   5 months  martin   Back out the following revisions on behalf of core: sys/sys/lwp.h: revision 1....
[TXT] subr_thmap.c  1.15   6 months  riastradh   thmap(9): Preallocate GC list storage for thmap_del. thmap_del can't fail, and ...
[TXT] kern_ktrace.c  1.184   6 months  riastradh   kern_ktrace.c: Sort includes. No functional change intended.
[TXT] kern_turnstile.c  1.55   6 months  riastradh   kern_turnstile.c: Use <sys/lwp.h> explicitly for struct lwp members.
[TXT] sys_select.c  1.66   6 months  riastradh   sys_select.c: Sort includes. No functional change intended.
[TXT] sys_lwp.c  1.89   6 months  riastradh   kern_lwp.c: Sort includes. No functional change intended.
[TXT] kern_rwlock.c  1.76   6 months  riastradh   kern_rwlock.c: Sort includes. No functional change intended.
[TXT] kern_mutex.c  1.112   6 months  riastradh   kern_mutex.c: Sort includes. No functional change intended.
[TXT] kern_timeout.c  1.79   6 months  ad   Ensure that an LWP that has taken a legitimate wakeup never produces an error co...
[TXT] kern_exec.c  1.521   6 months  ad   Defer some wakeups till lock release.
[TXT] kern_exit.c  1.298   6 months  ad   Defer some wakeups till lock release.
[TXT] kern_proc.c  1.274   6 months  ad   Arrange to update cached LWP credentials in userret() rather than during syscall...
[TXT] kern_cctr.c  1.14   6 months  riastradh   kern_cctr.c: Fix broken indentation. No functional change intended.
[TXT] kern_auth.c  1.84   6 months  ad   kauth_cred_hold(): return cred verbatim so that donating a reference to another ...
[TXT] kern_core.c  1.39   6 months  ad   kauth_cred_hold(): return cred verbatim so that donating a reference to another ...
[TXT] kern_descrip.c  1.262   6 months  ad   kauth_cred_hold(): return cred verbatim so that donating a reference to another ...
[TXT] sys_sig.c  1.57   6 months  ad   Sprinkle a bunch more calls to lwp_need_userret(). There should be no functiona...
[TXT] kern_entropy.c  1.66   6 months  ad   Eliminate l->l_ncsw and l->l_nivcsw. From memory think they were added before w...
[TXT] kern_resource.c  1.195   6 months  ad   Eliminate l->l_ncsw and l->l_nivcsw. From memory think they were added before w...
[TXT] subr_pserialize.c  1.24   6 months  ad   Eliminate l->l_ncsw and l->l_nivcsw. From memory think they were added before w...
[TXT] vfs_cache.c  1.156   6 months  ad   Tweak a couple of comments.
[TXT] kern_mutex_obj.c  1.15   6 months  ad   Use kmem_intr_*() variants for lock objects since aiodoned was done away with an...
[TXT] kern_rwlock_obj.c  1.13   6 months  ad   Use kmem_intr_*() variants for lock objects since aiodoned was done away with an...
[TXT] subr_kcpuset.c  1.20   6 months  ad   Repply this change with a couple of bugs fixed: - Do away with separate pool_ca...
[TXT] vfs_cwd.c  1.11   6 months  ad   Repply this change with a couple of bugs fixed: - Do away with separate pool_ca...
[TXT] vfs_init.c  1.64   6 months  ad   Repply this change with a couple of bugs fixed: - Do away with separate pool_ca...
[TXT] vfs_lockf.c  1.81   6 months  ad   Repply this change with a couple of bugs fixed: - Do away with separate pool_ca...
[TXT] kern_kthread.c  1.49   6 months  ad   kernel_lock isn't needed to synchronise kthread_exit() and kthread_join().
[TXT] kern_event.c  1.150   6 months  msaitoh   s/ for for / for / in comment.
[TXT] kern_runq.c  1.70   6 months  ad   Fix a comment.
[TXT] subr_kmem.c  1.89   7 months  ad   Assert that kmem_alloc() provides the expected alignment.
[TXT] vfs_syscalls.c  1.561   7 months  ad   do_sys_accessat(): copy credentials only when needed.
[TXT] init_sysctl.c  1.228   7 months  christos   Move the initialization of the random hash for addresses earlier so that it does...
[TXT] kern_sysctl.c  1.270   7 months  christos   Move the initialization of the random hash for addresses earlier so that it does...
[TXT] kern_clock.c  1.151   7 months  riastradh   heartbeat(9): Move #ifdef HEARTBEAT to sys/heartbeat.h. Less error-prone this w...
[TXT] kern_cpu.c  1.97   7 months  riastradh   heartbeat(9): Move #ifdef HEARTBEAT to sys/heartbeat.h. Less error-prone this w...
[TXT] subr_prf.c  1.203   7 months  andvar   remove broken #ifdef KADB code block in subr_prf. kdbpanic() was seemingly MIPS ...
[TXT] exec_elf.c  1.105   8 months  rin   exec_elf: Sort auxv entries by value of types No significant changes intended. ...
[TXT] sys_memfd.c  1.11   8 months  christos   F_GETPATH guarantees that data points to a MAXPATHLEN pointer, so go back to usi...
[TXT] subr_cprng.c  1.44   8 months  riastradh   cprng(9): Drop and retake percpu reference across entropy_extract. entropy_extr...
[TXT] sys_epoll.c  1.4   8 months  christos   Add EPOLL_CLOEXEC (Theodore Preduta)
[TXT] kern_tc.c  1.76   8 months  riastradh   timecounter(9): Nix trailing whitespace. No functional change intended.
[TXT] init_sysent.c  1.341   8 months  christos   regen
[TXT] syscalls.c  1.329   8 months  christos   regen
[TXT] syscalls_autoload.c  1.45   8 months  christos   regen
[TXT] systrace_args.c  1.51   8 months  christos   regen
[TXT] files.kern  1.60   8 months  christos   Add epoll(2) from Theodore Preduta as part of GSoC 2023
[TXT] makesyscalls.sh  1.187   8 months  christos   Add epoll(2) from Theodore Preduta as part of GSoC 2023
[TXT] syscalls.conf  1.32   8 months  christos   Add epoll(2) from Theodore Preduta as part of GSoC 2023
[TXT] syscalls.master  1.311   8 months  christos   Add epoll(2) from Theodore Preduta as part of GSoC 2023
[TXT] subr_autoconf.c  1.314   9 months  riastradh   autoconf(9): Print `waiting for devices' normally once a minute.
[TXT] sys_descrip.c  1.48   9 months  christos   Add memfd_create(2) from GSoC 2023 by Theodore Preduta
[TXT] vfs_vnops.c  1.242   9 months  christos   Add memfd_create(2) from GSoC 2023 by Theodore Preduta
[TXT] subr_time.c  1.38   9 months  riastradh   clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID. Use same calculation as ...
[TXT] kern_crashme.c  1.11   9 months  riastradh   crashme(9): New crash methods with raised ipl or kpreempt disabled.
[TXT] vnode_if.c  1.119   10 months  hannken   Regen.
[TXT] vnode_if.src  1.85   10 months  hannken   VOP_IOCTL() is a wrapper around spec_ioctl() aka Xdev_ioctl() and protected with...
[TXT] subr_copy.c  1.19   10 months  riastradh   uiomove(9): Add uiopeek/uioskip operations. This allows a caller to grab some d...
[TXT] subr_disk.c  1.137   11 months  riastradh   ioctl(DIOCRMWEDGES): Delete only idle wedges. Don't forcibly delete busy wedges...
[TXT] vfs_lookup.c  1.234   11 months  mlelstv   Default PROC_MACHINE_ARCH to machine_arch and use this for magic symlinks to res...
[TXT] vfs_subr.c  1.500   11 months  riastradh   kern/vfs_subr.c: Revert previous build fixes, no longer needed. SDT_PROBE* will...
[TXT] subr_kobj.c  1.78   11 months  skrll   Pass local symbols relocations in both passes and provide the kobj_reloc impleme...
[TXT] sys_socket.c  1.81   11 months  riastradh   file(9): New fo_posix_fadvise operation. XXX kernel revbump -- changes struct f...
[TXT] subr_optstr.c  1.8   12 months  skrll   Extend optstr(9) to provide some functions to convert the value. Proposed on te...
[TXT] subr_msan.c  1.19   12 months  riastradh   kmsan: Format exact instruction addresses relative to symbols.
[TXT] subr_pool.c  1.290   12 months  riastradh   pool(9): Tweak branch prediction in pool_cache_get_paddr assertion. No function...
[TXT] kern_veriexec.c  1.27   12 months  riastradh   kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
[TXT] subr_asan.c  1.28   12 months  riastradh   kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
[TXT] subr_cpufreq.c  1.10   12 months  riastradh   kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
[TXT] subr_pcu.c  1.28   12 months  riastradh   kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
[TXT] sys_sched.c  1.50   12 months  riastradh   kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
[TXT] tty_ptm.c  1.46   12 months  riastradh   kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
[TXT] subr_disk_mbr.c  1.58   12 months  gutteridge   Fix typos: s/trough/through/
[TXT] uipc_domain.c  1.109   12 months  riastradh   sockaddr_alloc(9): Avoid uninitialized buffer in sockaddr_checklen. Manifests o...
[TXT] vfs_xattr.c  1.39   12 months  bouyer   extattr_set_vp(): properly handle XATTR_REPLACE flags, FFSv2ea will return ENOAT...
[TXT] kern_fork.c  1.230   13 months  skrll   Trailing whitespace
[TXT] subr_ipi.c  1.11   13 months  riastradh   kern: Eliminate most __HAVE_ATOMIC_AS_MEMBAR conditionals. I'm leaving in the c...
[TXT] subr_pcq.c  1.20   13 months  riastradh   kern: Eliminate most __HAVE_ATOMIC_AS_MEMBAR conditionals. I'm leaving in the c...
[TXT] kern_time.c  1.221   13 months  riastradh   itimer(9): Sprinkle some more assertions.
[TXT] kern_ksyms.c  1.108   13 months  riastradh   ksyms(4): Reject negative offsets earlier in lseek. Avoid arithmetic overflow. ...
[TXT] subr_devsw.c  1.51   14 months  riastradh   kern/subr_devsw.c: Nix trailing whitespace. No functional change intended. Ple...
[TXT] kern_module.c  1.161   14 months  riastradh   module(9): Make error message for multiple MODULE decls more obvious.
[TXT] kern_subr.c  1.231   14 months  mlelstv   If a specified root device does not exist when the kernel tries to mount the roo...
[TXT] vfs_trans.c  1.70   17 months  hannken   Add a helper to set or clear lower mount and use it. Always add a reference to t...
[TXT] vnode_if.sh  1.77   17 months  riastradh   miscfs/deadfs/deadfs.h: New home for deadfs-related externs. XXX regen sys/kern...
[TXT] subr_log.c  1.63   17 months  riastradh   kern/subr_log.c: log_lock is private; make it static, not extern.
[TXT] kgdb_stub.c  1.31   17 months  riastradh   kgdb(9): Use ddb/db_extern.h instead of copying extern.
[TXT] subr_kcov.c  1.18   17 months  riastradh   kern/subr_kcov.c: We already get cold from sys/kernel.h.
[TXT] sched_4bsd.c  1.46   17 months  riastradh   sys/sched.h: New home for extern sched_pstats_ticks in kernel.
[TXT] kern_ntptime.c  1.64   17 months  riastradh   sys: Put externs for time_adjtime and time_adjusted in .h files. time_adjtime: ...
[TXT] kern_pax.c  1.63   17 months  riastradh   kern/kern_pax.c: Get maxsmap from sys/resourcevar.h.
[TXT] vfs_dirhash.c  1.15   18 months  reinoud   Remove reference to udf_node in comment; it is FS agnostic.
[TXT] subr_lockdebug.c  1.83   19 months  nakayama   Fix "error: cast from pointer to integer of different size" on sparc build.
[TXT] kern_pmf.c  1.51   19 months  riastradh   kern_pmf.c: Fix whitespace, KNF, static. No functional change intended.
[TXT] kern_ras.c  1.42   20 months  riastradh   rasctl(2): Avoid arithmetic overflow. Reported-by: syzbot+40b6085d020ae47a6997@...
[TXT] subr_csan.c  1.14   20 months  riastradh   sys/atomic.h: Fix atomic_store_* on sparcv7, sparcv8. These did not cooperate w...
[TXT] sys_generic.c  1.134   21 months  riastradh   readv(2), writev(2): Avoid arithmetic overflow in bounds check.
[TXT] kern_physio.c  1.102   21 months  riastradh   physio(9): Avoid left shift of negative in alignment check. Reported-by: syzbot...
[TXT] sys_process_lwpstatus.c  1.4   21 months  riastradh   ptrace(PT_LWPSTATUS): Fix lid=0 case. Make ptrace_read_lwpstatus always overwri...
[TXT] sys_ptrace.c  1.12   21 months  riastradh   kern/sys_ptrace.c: Nix trailing whitespace.
[TXT] sys_syscall.c  1.15   21 months  hannken   Synchronize SYS_SYSCALL() with other syscall implementations and call trace_exit...
[TXT] subr_blist.c  1.15   22 months  andvar   fix various typos in comments, documentation and messages.
[TXT] uipc_usrreq.c  1.203   22 months  andvar   s/grabing/grabbing/ in comments.
[TXT] sys_module.c  1.30   22 months  andvar   s/build-in/built-in/ in comments.
[TXT] vfs_wapbl.c  1.112   2 years  riastradh   sys: Use membar_release/acquire around reference drop. This just goes through m...
[TXT] vfs_bio.c  1.303   2 years  riastradh   Revert "kern: Sprinkle biglock-slippage assertions." Got the diagnostic informa...
[TXT] subr_device.c  1.13   2 years  riastradh   sys: Split struct device into a private device_impl.h. Include this only inside...
[TXT] kern_drvctl.c  1.51   2 years  riastradh   driver(9): devsw_detach never fails. Make it return void. Prune a whole lotta ...
[TXT] sysv_ipc.c  1.42   2 years  christos   Expose groupmember as kauth_cred_groupmember and use it.
[TXT] sys_timerfd.c  1.8   2 years  thorpej   Implement eventfd_ioctl() and handle FIONBIO so that fcntl(O_NONBLOCK) works. W...
[TXT] subr_psref.c  1.18   2 years  macallan   more __diagused to appease clang
[TXT] kern_uidinfo.c  1.13   2 years  riastradh   kern: Show relevant variables for uidinfo counts in kasserts.
[TXT] sys_getrandom.c  1.2   2 years  riastradh   sys: Use preempt_point and preempt_needed, not open-coded versions.
[TXT] subr_interrupt.c  1.5   2 years  andvar   s/occured/occurred/ in comments, log messages and man pages.
[TXT] kern_acct.c  1.99   2 years  msaitoh   s/commmand/command/ in comment.
[TXT] tty_pty.c  1.149   2 years  thorpej   Setting EV_EOF requires modifying kn->kn_flags. However, that relies on holding...
[TXT] device_calls  1.1   2 years  thorpej   Device call interface definition files for the "device" and "pci" subsystems.
[TXT] subr_physmap.c  1.5   2 years  andvar   fix typos in word "segment" and two additional typos in if_tl.c.
[TXT] subr_prof.c  1.50   2 years  ryo   Improved the performance of kernel profiling on MULTIPROCESSOR, and possible to ...
[TXT] sys_ptrace_common.c  1.92   2 years  andvar   fix various typos in compatibility, mainly in comments.
[TXT] tty_conf.c  1.57   2 years  andvar   fix various typos in compatibility, mainly in comments.
[TXT] kern_ktrace_vfs.c  1.3   2 years  dholland   Add containment for the cloning devices hack in vn_open. Cloning devices (and a...
[TXT] kern_module_vfs.c  1.18   2 years  dholland   Add containment for the cloning devices hack in vn_open. Cloning devices (and a...
[TXT] subr_exec_fd.c  1.12   2 years  dholland   Add containment for the cloning devices hack in vn_open. Cloning devices (and a...
[TXT] subr_kobj_vfs.c  1.12   2 years  dholland   Add containment for the cloning devices hack in vn_open. Cloning devices (and a...
[TXT] vfs_getcwd.c  1.61   2 years  dholland   Now remove cn_consume from struct componentname. This change requires a kernel ...
[TXT] subr_hash.c  1.12   2 years  simonb   Return ENOENT if the hashstat sysctl was called to query a specific hash name an...
[TXT] exec_script.c  1.83   2 years  fcambus   Remove duplicate #ifdef block.
[TXT] subr_evcnt.c  1.17   3 years  mrg   avoid an error in the recent sys/evcnt.h change to drop the 0 array size from ev...
[TXT] kern_ctf.c  1.8   3 years  simonb   Check the CTF magic number in an endian friendly way (and don't use magic number...
[TXT] kern_todr.c  1.47   3 years  simonb   Print the "preposterous TOD clock time" message only if the RTC is before very l...
[TXT] kern_threadpool.c  1.23   3 years  riastradh   threadpool(9): Fix synchronization between cancel and dispatch. - threadpool_ca...
[TXT] core_elf32.c  1.67   3 years  rin   Use <compat/netbsd32/netbsd32.h> instead of <machine/netbsd32_machdep.h>, which ...
[TXT] uipc_sem.c  1.60   3 years  chs   when updating the per-uid "semcnt", decrement the counter for the uid that creat...
[TXT] subr_tftproot.c  1.25   3 years  thorpej   Remove unnecessary inclusion of <sys/timevar.h>
[TXT] kern_syscall.c  1.21   3 years  christos   PR/55629: Andreas Gustafsson: Don't crash when an emulation does not provide e_d...
[TXT] kern_stub.c  1.50   3 years  riastradh   New functions kthread_fpu_enter/exit. The MI definitions don't do anything but ...
[TXT] subr_fault.c  1.2   3 years  maxv   be one-shot by default, with room for circular
[TXT] sys_process.c  1.180   3 years  kamil   Catch up with the usage of struct vmspace::vm_refcnt Use the dedicated referenc...
[TXT] kern_prot.c  1.122   3 years  ad   Move proc_lock into the data segment. It was dynamically allocated because at t...
[TXT] sys_aio.c  1.48   3 years  ad   Move proc_lock into the data segment. It was dynamically allocated because at t...
[TXT] sys_mqueue.c  1.48   3 years  ad   Move proc_lock into the data segment. It was dynamically allocated because at t...
[TXT] sys_pset.c  1.24   3 years  ad   Move proc_lock into the data segment. It was dynamically allocated because at t...
[TXT] tty_tty.c  1.41   3 years  ad   Move proc_lock into the data segment. It was dynamically allocated because at t...
[TXT] subr_acl_posix1e.c  1.1   3 years  christos   Add ACL support for FFS. From FreeBSD.
[TXT] vfs_acl.c  1.1   3 years  christos   Add ACL support for FFS. From FreeBSD.
[TXT] subr_percpu.c  1.25   3 years  riastradh   Teach percpu to run constructors on CPU attach. This should make percpu work re...
[TXT] subr_disk_open.c  1.15   4 years  mlelstv   Make getdiskinfo() compatible with a DIOCGWEDGEINFO. dkw_parent is defined to h...
[TXT] tty_subr.c  1.43   4 years  msaitoh   s/transfered/transferred/
[TXT] kern_module_hook.c  1.4   4 years  skrll   branches: 1.4.6; Trailing whitespace
[TXT] core_netbsd.c  1.24   4 years  pgoyette   Move all non-emulation-specific coredump code into the coredump module, and remo...
[TXT] exec_aout.c  1.41   4 years  pgoyette   Move all non-emulation-specific coredump code into the coredump module, and remo...
[TXT] exec_ecoff.c  1.32   4 years  pgoyette   Move all non-emulation-specific coredump code into the coredump module, and remo...
[TXT] exec_elf32.c  1.143   4 years  pgoyette   Move all non-emulation-specific coredump code into the coredump module, and remo...
[TXT] exec_elf64.c  1.8   4 years  pgoyette   Move all non-emulation-specific coredump code into the coredump module, and remo...
[TXT] kern_malloc.c  1.158   4 years  maxv   Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized memory...
[TXT] kern_history.c  1.19   4 years  skrll   Traiing whitespace
[TXT] sysv_msg.c  1.76   4 years  kamil   Avoid -LONG_MIN msgtyp in msgrcv(2) and treat it as LONG_MAX This logic (found ...
[TXT] subr_extent.c  1.89   4 years  skrll   More diagnostic
[TXT] sysv_sem.c  1.98   4 years  pgoyette   Many years ago someone created a new __link_set_sysctl_funcs to hold the list of...
[TXT] subr_iostat.c  1.25   4 years  hannken   Implement disk_rename()/iostat_rename() to rename a disk. Use it from zvol_rena...
[TXT] subr_lwp_specificdata.c  1.4   4 years  ozaki-r   Implement an aggressive psref leak detector It is yet another psref leak detect...
[TXT] subr_disklabel.c  1.3   5 years  rin   branches: 1.3.4; Fix previous. We define _KERNEL for rump in opt_rumpkernel.h. ...
[TXT] subr_once.c  1.7   5 years  ryo   add INIT_ONCE(9), FINI_ONCE(9) with changing once_t. Welcome to 8.99.36
[TXT] kern_scdebug.c  1.2   5 years  palle   branches: 1.2.4; syscall debug - fix build when SYSCALL_DEBUG option is present...
[TXT] subr_humanize.c  1.2   5 years  kre   This had a similar problem to that reported in PR lib/54053 for the userland (li...
[TXT] subr_bufq.c  1.27   5 years  bad   rename module_name to strategy_module_name to avoid fatal shadowing of module_na...
[TXT] subr_emul.c  1.2   5 years  pgoyette   branches: 1.2.4; Merge the [pgoyette-compat] branch
[TXT] subr_syscall_stats.c  1.5   5 years  pgoyette   Merge the [pgoyette-compat] branch
[TXT] uipc_mbufdebug.c  1.7   5 years  msaitoh   branches: 1.7.4; KNF. No functional change.
[TXT] subr_userconf.c  1.27   5 years  mrg   call cnpollc(1) and cnpollc(0) around cngetc(). (christos has a good idea to ad...
[TXT] subr_localcount.c  1.7   6 years  ozaki-r   branches: 1.7.2; Implement a debugging facility (overflow/underflow detection) ...
[TXT] subr_specificdata.c  1.14   6 years  chs   remove checks for failure after memory allocation calls that cannot fail: kme...
[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] kern_ssp.c  1.7   7 years  christos   void duplicate definition on statically linking libc+ssp and rumpkern+ssp.
[TXT] kern_sdt.c  1.3   8 years  knakahara   fix inconsistency about "sdt" provider which was declared but not defined.
[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] Makefile  1.18   9 years  christos   Adjust for systrace based on the FreeBSD code: - create new file systrace_args.c...
[TXT] kern_uuid.c  1.20   9 years  riastradh   Get arguments in the right order for copyout. (Oops!)
[TXT] vfs_quotactl.c  1.40   9 years  dholland   Revert the following changes: src/sys/sys/quotactl.h 1.37 src/sys/compat/...
[TXT] uipc_proto.c  1.23   9 years  rmind   Add struct pr_usrreqs with a pr_generic function and prepare for the dismantling...
[TXT] tty_bsdpty.c  1.20   10 years  christos   Kernel portion of the multiple ptyfs mount support. Protocol changed between ker...
[TXT] uipc_accf.c  1.13   10 years  pooka   Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sy...
[TXT] kern_rate.c  1.2   11 years  pooka   Signed overflow is undefined behavior, and one version of gcc clearly tells us: ...
[TXT] Make.tags.inc  1.24   13 years  dyoung   Exclude drm sources from tags computation.
[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] subr_spldebug.c  1.3   13 years  ad   MAXCPUS -> maxcpus
[TXT] subr_callback.c  1.7   14 years  rmind   Add assert that ce->ce_func is not NULL.
[TXT] vfs_hooks.c  1.6   15 years  cegger   ansify function definitions
[TXT] subr_debug.c  1.7   15 years  ad   Disable the freecheck stuff atomically so we only get one warning about being ou...
[TXT] genlintstub.awk  1.10   18 years  uwe   Rewrite to support LINTSTUB in multiline comments. Be more flexible in what we a...
[TXT] core_elf64.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.4; Add support for dumping ELF-cormat core files.


CVSweb <webmaster@jp.NetBSD.org>