.. |
Make.tags.inc
|
Exclude drm sources from tags computation.
|
2011-01-21 23:23:44 +00:00 |
Makefile
|
…
|
|
bufq_disksort.c
|
…
|
|
bufq_fcfs.c
|
…
|
|
bufq_priocscan.c
|
…
|
|
bufq_readprio.c
|
…
|
|
cnmagic.c
|
Replace more printfs with aprint_normal / aprint_verbose
|
2010-01-31 00:43:37 +00:00 |
core_elf32.c
|
Merge from matt-nb5-mips64
|
2009-12-14 00:47:10 +00:00 |
core_elf64.c
|
…
|
|
core_netbsd.c
|
udpate license clauses on my code to match the new-style BSD licenses.
|
2011-02-02 20:07:25 +00:00 |
exec_aout.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
exec_ecoff.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
exec_elf.c
|
Pass down ELF Auxillary Vectors for static NetBSD binaries too.
|
2011-03-07 05:09:09 +00:00 |
exec_elf32.c
|
…
|
|
exec_elf64.c
|
…
|
|
exec_macho.c
|
Include internal definitions (uvm/uvm.h) only where necessary.
|
2011-01-17 07:13:31 +00:00 |
exec_script.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
exec_subr.c
|
PR/44673: Arna Clauson: Latest MAXSSIZ bump broke netbsd32 emulation on amd64.
|
2011-03-04 04:25:58 +00:00 |
genlintstub.awk
|
…
|
|
init_main.c
|
comment
|
2011-04-14 16:20:52 +00:00 |
init_sysctl.c
|
vfs_drainvnodes: drop lwp argument, remove variable name in prototype.
|
2011-04-02 05:07:56 +00:00 |
init_sysctl_base.c
|
Chop init_sysctl into base nodes (init_sysctl_base.c) and the
|
2009-09-16 15:03:56 +00:00 |
init_sysent.c
|
merge the bouyer-quota2 branch. This adds a new on-disk format
|
2011-03-06 17:08:10 +00:00 |
kern_acct.c
|
Fix up sign-compare issue checking for free space. Should fix PR 43413
|
2011-03-26 21:31:23 +00:00 |
kern_auth.c
|
Tiny cosmetics...
|
2009-12-31 02:20:36 +00:00 |
kern_cctr.c
|
…
|
|
kern_cfglock.c
|
Define a set of new kernel locking primitives to implement the recursive
|
2010-08-21 13:17:31 +00:00 |
kern_clock.c
|
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
|
2010-12-20 00:25:23 +00:00 |
kern_condvar.c
|
Typo fix.
|
2011-04-14 20:19:35 +00:00 |
kern_core.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
kern_cpu.c
|
Add CTASSERT to verify __HAVE_CPU_DATA_FIRST is correct defined or undefined.
|
2010-12-22 02:43:23 +00:00 |
kern_ctf.c
|
DTrace: Fix several bugs where the mod_ctf_get() function could return
|
2010-05-03 09:51:36 +00:00 |
kern_descrip.c
|
Drop extern inline for fd_getfile(). Apparently, GCC already ignores it.
|
2011-04-24 20:30:38 +00:00 |
kern_drvctl.c
|
If a multithreaded app closes an fd while another thread is blocked in
|
2009-12-20 09:36:05 +00:00 |
kern_event.c
|
make list traversing in knote() safe against removal of the entry
|
2010-09-10 10:23:46 +00:00 |
kern_exec.c
|
Make debugging code compile.
|
2011-03-14 20:12:40 +00:00 |
kern_exit.c
|
Borrow the lwpctl data area from the parent for the vfork() child.
|
2011-02-21 20:23:28 +00:00 |
kern_fileassoc.c
|
Oops - unintentional locking bit that's not yet ready.
|
2009-12-25 20:07:18 +00:00 |
kern_fork.c
|
- Move some checks into mqueue_get() and avoid some duplication.
|
2011-04-24 20:17:53 +00:00 |
kern_hook.c
|
Add critpoll (critical polling) hooks. These are keep things like watchdogs
|
2010-12-11 22:27:53 +00:00 |
kern_idle.c
|
Include internal definitions (uvm/uvm.h) only where necessary.
|
2011-01-17 07:13:31 +00:00 |
kern_ksyms.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
kern_kthread.c
|
Add support for cpu-specific uarea allocation routines. Allows different
|
2011-02-17 19:27:13 +00:00 |
kern_ktrace.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
kern_lock.c
|
remove dated and wrong comments about curlwp being NULL.
|
2009-12-20 20:42:23 +00:00 |
kern_lwp.c
|
Optimise mutex_onproc() and rw_onproc() by making them O(1), instead
|
2011-03-20 23:19:16 +00:00 |
kern_malloc.c
|
give the name of the dup initialization.
|
2010-05-05 02:20:42 +00:00 |
kern_malloc_debug.c
|
buildfix: uvm_extern.h -> uvm.h
|
2011-01-19 09:02:52 +00:00 |
kern_malloc_stdtype.c
|
Remove M_IOV (missed in previous commit) and M_1394DATA types.
|
2010-04-23 19:09:15 +00:00 |
kern_module.c
|
add a "module_machine", that defaults to machine.
|
2011-04-17 05:16:28 +00:00 |
kern_module_vfs.c
|
Rename the autoloaded property list from <module>.prop to <module>.plist
|
2010-11-28 00:26:38 +00:00 |
kern_mutex.c
|
G/C unused MUTEX_COUNT_BIAS (it was for VAX)
|
2011-04-11 19:11:08 +00:00 |
kern_mutex_obj.c
|
Fix copyrights.
|
2010-03-31 19:59:39 +00:00 |
kern_ntptime.c
|
_KERNEL_OPT
|
2010-04-13 22:46:10 +00:00 |
kern_pax.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
kern_physio.c
|
Make vmapbuf() return success/error and make physio deal with a
|
2011-02-10 14:46:44 +00:00 |
kern_pmf.c
|
A pointer typedef entails trading too much flexibility to declare const
|
2010-02-24 22:37:54 +00:00 |
kern_proc.c
|
Replace malloc with kmem, and remove M_SUBPROC.
|
2011-04-18 00:26:11 +00:00 |
kern_prot.c
|
remove trailing empty line. no useful change.
|
2010-08-30 10:30:01 +00:00 |
kern_ras.c
|
…
|
|
kern_rate.c
|
…
|
|
kern_resource.c
|
Remove pfind() and pgfind(), fix locking in various broken uses of these.
|
2010-07-01 02:38:26 +00:00 |
kern_runq.c
|
remove redundant checks of PK_MARKER.
|
2010-03-03 00:47:30 +00:00 |
kern_rwlock.c
|
Optimise mutex_onproc() and rw_onproc() by making them O(1), instead
|
2011-03-20 23:19:16 +00:00 |
kern_rwlock_obj.c
|
Fix copyrights.
|
2010-03-31 19:59:39 +00:00 |
kern_sdt.c
|
DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
|
2010-03-01 21:10:13 +00:00 |
kern_sig.c
|
Include internal definitions (uvm/uvm.h) only where necessary.
|
2011-01-17 07:13:31 +00:00 |
kern_sleepq.c
|
Remove uarea swap-out functionality:
|
2009-10-21 21:11:57 +00:00 |
kern_softint.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
kern_ssp.c
|
Switch SSP init output to aprint_debug() instead of aprint_normal()
|
2010-02-01 16:14:58 +00:00 |
kern_stub.c
|
Let the linker instead of the C preprocessor configure the kernel: make
|
2011-01-31 23:07:16 +00:00 |
kern_subr.c
|
Change md(4) to:
|
2010-11-11 11:07:06 +00:00 |
kern_synch.c
|
Add an assert to make sure no unexpected spinlocks are held in mi_switch
|
2011-04-14 05:33:20 +00:00 |
kern_syscall.c
|
Update the rest of the kernel to conform to the module subsystem's new
|
2010-08-21 13:19:39 +00:00 |
kern_sysctl.c
|
Move sysctl routines from init_sysctl.c to kern_descrip.c (for
|
2011-01-28 18:44:44 +00:00 |
kern_tc.c
|
_KERNEL_OPT
|
2010-04-13 22:46:10 +00:00 |
kern_time.c
|
implement timer_create of CLOCK_MONOTONIC
|
2011-04-08 10:35:37 +00:00 |
kern_timeout.c
|
- Fix a few possible locking issues in execve1() and exit1(). Add a note
|
2010-12-18 01:36:19 +00:00 |
kern_todr.c
|
Remove clause 3 (UCB advertising clause) from the University of Utah
|
2011-02-08 20:20:06 +00:00 |
kern_turnstile.c
|
turnstile_block: reduce code duplication.
|
2009-11-18 12:26:22 +00:00 |
kern_uidinfo.c
|
uid_init: maxproc -> maxcpus
|
2009-03-22 00:49:13 +00:00 |
kern_uuid.c
|
switch to nanotime() for 100ns resolution
|
2010-05-04 19:23:56 +00:00 |
kern_verifiedexec.c
|
allow get the size of the request sysctls to work.
|
2011-01-29 00:38:25 +00:00 |
kern_xxx.c
|
_KERNEL_OPT
|
2010-11-21 17:57:24 +00:00 |
kgdb_stub.c
|
Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen.
|
2011-04-03 22:29:25 +00:00 |
makesyscalls.sh
|
Include syscall.h and syscallargs.h from <srcsys> instead of <sys>
|
2011-03-08 18:29:49 +00:00 |
sched_4bsd.c
|
bluntly balance estcpu decay for ncpu > 1. PR/31966.
|
2011-04-14 16:19:35 +00:00 |
sched_m2.c
|
more s/the the/the/
|
2009-11-22 19:09:15 +00:00 |
subr_autoconf.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
subr_blist.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
subr_bufq.c
|
Provide unwind log for bufq sysctls, since (theoretically) bufq might
|
2009-09-17 09:54:27 +00:00 |
subr_callback.c
|
Add assert that ce->ce_func is not NULL.
|
2009-11-24 20:11:50 +00:00 |
subr_copy.c
|
Split uiomove() and high-level copy routines out of the crowded
|
2009-11-04 16:54:00 +00:00 |
subr_debug.c
|
…
|
|
subr_device.c
|
Device accessors are only marginally related to autoconf, so put them
|
2010-01-31 15:10:11 +00:00 |
subr_devsw.c
|
In bdev_strategy, return ENXIO instead of panicing if the block device has
|
2009-09-03 11:42:21 +00:00 |
subr_disk.c
|
add some (uint64_t) casts so avoid 32 bit overflows. this fixes my
|
2010-10-14 00:47:16 +00:00 |
subr_disk_mbr.c
|
This not working on ews4800mips has nothing to do with rump, so:
|
2010-05-11 20:07:40 +00:00 |
subr_disk_open.c
|
Add helper function that determines the size and block size of a disk device.
|
2010-01-30 11:57:17 +00:00 |
subr_evcnt.c
|
Add a sysctl to retrieve evcnts from the kernel. You can tell it to
|
2011-01-29 17:35:23 +00:00 |
subr_exec_fd.c
|
Support FD_CLOEXEC in rump kernels.
|
2011-02-15 15:54:28 +00:00 |
subr_extent.c
|
…
|
|
subr_hash.c
|
…
|
|
subr_humanize.c
|
Give humanize_number & format_bytes their own spots in the sun and move
|
2009-10-02 15:48:41 +00:00 |
subr_iostat.c
|
Create CTL_HW before creating nodes on top of it (sysctl constructors
|
2009-11-30 11:28:35 +00:00 |
subr_kmem.c
|
Init kmem_guard_depth to 0 so it will be placed in .data so it can be
|
2011-02-17 18:55:31 +00:00 |
subr_kobj.c
|
Deal with ELFnn_MACHDEP_ID_CASES a bit better.
|
2011-01-18 08:15:51 +00:00 |
subr_kobj_vfs.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
subr_lockdebug.c
|
rearrange some common code in lockdebug_unlocked.
|
2011-04-14 06:12:02 +00:00 |
subr_log.c
|
…
|
|
subr_lwp_specificdata.c
|
void police!
|
2010-04-12 23:09:28 +00:00 |
subr_once.c
|
ansify function definitions
|
2009-03-15 17:14:40 +00:00 |
subr_optstr.c
|
…
|
|
subr_pcq.c
|
…
|
|
subr_pcu.c
|
Default PCU_UNIT_COUNT to 0. If 0, don't compile the contents of subr_pcu.c
|
2011-02-19 20:19:54 +00:00 |
subr_percpu.c
|
Relax an assertion
|
2011-04-19 07:12:59 +00:00 |
subr_pool.c
|
pnbuf_cache is used all over the place outside of vfs, so put it
|
2011-03-22 15:16:23 +00:00 |
subr_prf.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
subr_prof.c
|
Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions.
|
2009-12-17 01:25:10 +00:00 |
subr_specificdata.c
|
…
|
|
subr_spldebug.c
|
MAXCPUS -> maxcpus
|
2010-04-25 11:49:22 +00:00 |
subr_syscall_stats.c
|
…
|
|
subr_tftproot.c
|
Back out previous change: do not skip the test on rootspec, but make it
|
2009-08-23 12:10:50 +00:00 |
subr_time.c
|
fix and cleanup for tvtohz():
|
2011-01-26 19:15:13 +00:00 |
subr_userconf.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
subr_vmem.c
|
wrap a long line.
|
2010-12-17 22:24:11 +00:00 |
subr_workqueue.c
|
workqueue_finiqueue: remove unused variable.
|
2009-11-11 14:54:40 +00:00 |
subr_xcall.c
|
Implement high priority (XC_HIGHPRI) xcall(9) mechanism - a facility
|
2010-06-22 18:29:01 +00:00 |
sys_aio.c
|
Remove curproc == NULL test.
|
2011-02-17 19:02:50 +00:00 |
sys_descrip.c
|
- Add O_CLOEXEC to open(2)
|
2011-04-10 15:45:33 +00:00 |
sys_generic.c
|
- Add O_CLOEXEC to open(2)
|
2011-04-10 15:45:33 +00:00 |
sys_lwp.c
|
many changes for COMPAT_LINUX:
|
2010-07-07 01:30:32 +00:00 |
sys_module.c
|
Update the rest of the kernel to conform to the module subsystem's new
|
2010-08-21 13:19:39 +00:00 |
sys_mqueue.c
|
Add missing <sys/atomic.h> include.
|
2011-04-25 11:39:42 +00:00 |
sys_pipe.c
|
- Add O_CLOEXEC to open(2)
|
2011-04-10 15:45:33 +00:00 |
sys_pmc.c
|
…
|
|
sys_process.c
|
Remove pfind() and pgfind(), fix locking in various broken uses of these.
|
2010-07-01 02:38:26 +00:00 |
sys_pset.c
|
Remove pfind() and pgfind(), fix locking in various broken uses of these.
|
2010-07-01 02:38:26 +00:00 |
sys_sched.c
|
Remove pfind() and pgfind(), fix locking in various broken uses of these.
|
2010-07-01 02:38:26 +00:00 |
sys_select.c
|
In a case of direct select, set only masked events, do not wakeup LWP
|
2011-03-06 04:41:58 +00:00 |
sys_sig.c
|
Do not restrict the siginfo a process sends to itself in any way, but
|
2011-03-03 20:46:16 +00:00 |
sys_socket.c
|
If a multithreaded app closes an fd while another thread is blocked in
|
2009-12-20 09:36:05 +00:00 |
sys_syscall.c
|
…
|
|
syscalls.c
|
merge the bouyer-quota2 branch. This adds a new on-disk format
|
2011-03-06 17:08:10 +00:00 |
syscalls.conf
|
Make syscallargs.h include <sys/sched.h> for cpuset_t typedef for
|
2011-01-18 17:33:05 +00:00 |
syscalls.master
|
actually, revert previous for now. quotactl doesn't play with the
|
2011-03-09 22:12:45 +00:00 |
sysv_ipc.c
|
Replace malloc with kmem(9).
|
2009-04-16 14:55:44 +00:00 |
sysv_msg.c
|
…
|
|
sysv_sem.c
|
semu_alloc: simplify a little.
|
2009-10-05 23:46:02 +00:00 |
sysv_shm.c
|
Use 'z' printf format modifier to print size_t in debug code.
|
2010-07-27 14:25:23 +00:00 |
tty.c
|
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
|
2011-04-24 16:26:51 +00:00 |
tty_bsdpty.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
tty_conf.c
|
…
|
|
tty_ptm.c
|
Clean up vnode lock operations pass 2:
|
2010-06-24 12:58:48 +00:00 |
tty_pty.c
|
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
|
2011-04-24 16:26:51 +00:00 |
tty_subr.c
|
Christos was worried about clrbits() being called with a length of zero.
|
2009-11-14 13:18:41 +00:00 |
tty_tty.c
|
Clean up vnode lock operations pass 2:
|
2010-06-24 12:58:48 +00:00 |
uipc_accf.c
|
Update the rest of the kernel to conform to the module subsystem's new
|
2010-08-21 13:19:39 +00:00 |
uipc_domain.c
|
KAUTH_GENERIC_CANSEE -> KAUTH_REQ_NETWORK_SOCKET_CANSEE.
|
2009-10-03 20:24:39 +00:00 |
uipc_mbuf.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
uipc_mbuf2.c
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
uipc_proto.c
|
…
|
|
uipc_sem.c
|
ksem_free: remove wrong assert.
|
2011-04-17 20:37:43 +00:00 |
uipc_socket.c
|
Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket
|
2011-02-01 01:39:19 +00:00 |
uipc_socket2.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
uipc_syscalls.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
uipc_usrreq.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
vfs_bio.c
|
- Replace few malloc(9) uses with kmem(9).
|
2011-04-24 18:46:22 +00:00 |
vfs_cache.c
|
Make holding v_interlock mandatory for callers of vget().
|
2010-07-21 17:52:09 +00:00 |
vfs_cwd.c
|
Support FD_CLOEXEC in rump kernels.
|
2011-02-15 15:54:28 +00:00 |
vfs_dirhash.c
|
…
|
|
vfs_getcwd.c
|
Abolish struct componentname's cn_pnbuf. Use the path buffer in the
|
2010-11-30 10:29:57 +00:00 |
vfs_hooks.c
|
ansify function definitions
|
2009-03-15 17:14:40 +00:00 |
vfs_init.c
|
- Add usermount_common_policy() that implements some common (everything
|
2009-10-05 04:20:13 +00:00 |
vfs_lockf.c
|
Fix build with LOCKF_DEBUG on LP64 platforms; from Alexander Nasonov
|
2011-01-31 08:25:32 +00:00 |
vfs_lookup.c
|
Simplify logic: at the bottom of the loop, instead of checking if we
|
2011-04-18 00:47:24 +00:00 |
vfs_mount.c
|
vfs_insmntque: convert check to assert.
|
2011-04-03 01:20:23 +00:00 |
vfs_subr.c
|
Split off parts of vfs_subr.c into vfs_vnode.c and vfs_mount.c modules.
|
2011-04-02 04:28:56 +00:00 |
vfs_syscalls.c
|
sys_link: prevent hard links on directories (cross-mount operations are
|
2011-04-24 21:35:29 +00:00 |
vfs_trans.c
|
don't forget to skip marker processes.
|
2009-05-12 11:42:12 +00:00 |
vfs_vnode.c
|
getcleanvnode: make static, add few comments, convert checks to asserts.
|
2011-04-04 02:46:57 +00:00 |
vfs_vnops.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
vfs_wapbl.c
|
Fix digit number of nanosecond.
|
2011-02-20 11:21:34 +00:00 |
vfs_xattr.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
vnode_if.c
|
merge the bouyer-quota2 branch. This adds a new on-disk format
|
2011-03-06 17:08:10 +00:00 |
vnode_if.sh
|
- Use offsetof() in VOPARG_OFFSETOF() instead of re-implementing it.
|
2011-04-03 01:19:35 +00:00 |
vnode_if.src
|
Update UCB license (3rd clause drop).
|
2011-04-02 23:05:50 +00:00 |