.. |
Make.tags.inc
|
Skip computing tags on IP Filter while its compatibility #defines
|
2006-09-01 04:55:12 +00:00 |
Makefile
|
…
|
|
bufq_disksort.c
|
…
|
|
bufq_fcfs.c
|
…
|
|
bufq_priocscan.c
|
…
|
|
bufq_readprio.c
|
…
|
|
cnmagic.c
|
…
|
|
core_elf32.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
core_elf64.c
|
…
|
|
core_netbsd.c
|
…
|
|
exec_aout.c
|
…
|
|
exec_conf.c
|
Make this compile under "no options COREDUMP".
|
2006-08-30 14:41:06 +00:00 |
exec_ecoff.c
|
…
|
|
exec_elf32.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
exec_elf64.c
|
…
|
|
exec_macho.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
exec_script.c
|
at the request of elad, as veriexec.h has returned, revert the changes
|
2006-07-26 09:33:57 +00:00 |
exec_subr.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
genlintstub.awk
|
…
|
|
init_main.c
|
at the request of elad, as veriexec.h has returned, revert the changes
|
2006-07-26 09:33:57 +00:00 |
init_sysctl.c
|
at the request of elad, as veriexec.h has returned, revert the changes
|
2006-07-26 09:33:57 +00:00 |
init_sysent.c
|
Regen. (add __weak_alias(sys_ptrace, sys_nosys) when PTRACE is off)
|
2006-09-01 21:04:45 +00:00 |
kern_acct.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
kern_auth.c
|
Short-circuit calls to kauth_authorize_action() for a scope withtout any
|
2006-09-02 20:10:24 +00:00 |
kern_clock.c
|
Add missing initializers
|
2006-09-02 06:21:32 +00:00 |
kern_descrip.c
|
add missing initializer
|
2006-09-02 06:22:45 +00:00 |
kern_drvctl.c
|
…
|
|
kern_event.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
kern_exec.c
|
Single-thread updates to the process credential.
|
2006-07-30 21:58:11 +00:00 |
kern_exit.c
|
1) Complete Linux exit_group() emulation
|
2006-08-23 19:49:09 +00:00 |
kern_fileassoc.c
|
Add functions to the fileassoc interface to allow a "hint" to be provided
|
2006-08-20 10:38:23 +00:00 |
kern_fork.c
|
- Always make p->p_cred a private copy before modifying.
|
2006-07-17 15:29:06 +00:00 |
kern_kcont.c
|
…
|
|
kern_ksyms.c
|
…
|
|
kern_kthread.c
|
…
|
|
kern_ktrace.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
kern_lkm.c
|
Add missing initializer
|
2006-09-02 06:26:13 +00:00 |
kern_lock.c
|
assert_sleepable: panic if curlwp == NULL.
|
2006-07-21 10:22:51 +00:00 |
kern_lwp.c
|
sys__lwp_create: put newuc back to the pool on failure.
|
2006-08-14 14:11:21 +00:00 |
kern_malloc.c
|
use ASSERT_SLEEPABLE where appropriate.
|
2006-07-21 10:08:41 +00:00 |
kern_malloc_debug.c
|
…
|
|
kern_microtime.c
|
…
|
|
kern_ntptime.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
kern_pax.c
|
…
|
|
kern_physio.c
|
…
|
|
kern_proc.c
|
Single-thread updates to the process credential.
|
2006-07-30 21:58:11 +00:00 |
kern_prot.c
|
Single-thread updates to the process credential.
|
2006-07-30 21:58:11 +00:00 |
kern_ras.c
|
…
|
|
kern_resource.c
|
ugh.. more stuff that's overdue and should not be in 4.0: remove the
|
2006-07-30 17:38:19 +00:00 |
kern_sa.c
|
…
|
|
kern_securelevel.c
|
…
|
|
kern_sig.c
|
- fix initializer
|
2006-09-02 06:29:13 +00:00 |
kern_subr.c
|
comment out impossible comparison
|
2006-09-02 06:30:53 +00:00 |
kern_synch.c
|
deal with empty if bodies
|
2006-09-02 06:32:09 +00:00 |
kern_sysctl.c
|
delete unreachable code
|
2006-09-02 06:33:11 +00:00 |
kern_systrace.c
|
add missing initializer
|
2006-09-02 06:35:49 +00:00 |
kern_tc.c
|
use c99 initializers, per gimpy's request
|
2006-09-03 06:40:39 +00:00 |
kern_time.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
kern_timeout.c
|
…
|
|
kern_todr.c
|
Before calling todr_gettime, fill in tv.tv_sec. At least one port (vax)
|
2006-09-05 19:32:17 +00:00 |
kern_uuid.c
|
…
|
|
kern_verifiedexec.c
|
Pretending to be Elad's keyboard:
|
2006-08-11 19:17:47 +00:00 |
kern_xxx.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
kgdb_stub.c
|
…
|
|
makesyscalls.sh
|
…
|
|
subr_autoconf.c
|
…
|
|
subr_blist.c
|
…
|
|
subr_bufq.c
|
…
|
|
subr_callback.c
|
…
|
|
subr_devsw.c
|
…
|
|
subr_disk.c
|
Change iostat_alloc() to take the parent pointer and the name directly, so
|
2006-08-23 17:19:32 +00:00 |
subr_disk_mbr.c
|
…
|
|
subr_evcnt.c
|
…
|
|
subr_extent.c
|
use ASSERT_SLEEPABLE where appropriate.
|
2006-07-21 10:08:41 +00:00 |
subr_iostat.c
|
Change iostat_alloc() to take the parent pointer and the name directly, so
|
2006-08-23 17:19:32 +00:00 |
subr_kmem.c
|
don't include sys/lock.h as it is no longer necessary.
|
2006-08-28 13:41:04 +00:00 |
subr_log.c
|
add missing initializer
|
2006-09-03 06:24:21 +00:00 |
subr_once.c
|
…
|
|
subr_optstr.c
|
…
|
|
subr_pool.c
|
avoid empty else statement
|
2006-09-03 06:25:19 +00:00 |
subr_prf.c
|
Fix %X in kernel printf, from Arnaud Degroote in PR kern/34459.
|
2006-09-03 17:06:36 +00:00 |
subr_prof.c
|
…
|
|
subr_userconf.c
|
…
|
|
subr_vmem.c
|
Use %zu for size_t
|
2006-08-21 09:05:22 +00:00 |
subr_workqueue.c
|
…
|
|
subr_xxx.c
|
…
|
|
sys_generic.c
|
use c99 initializers
|
2006-09-03 06:34:34 +00:00 |
sys_pipe.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
sys_pmc.c
|
…
|
|
sys_process.c
|
process_domem exists for ktrace/ptrace/systrace
|
2006-09-01 21:05:33 +00:00 |
sys_socket.c
|
…
|
|
syscalls.c
|
Missed commit (Regen'ed).
|
2006-09-01 22:23:18 +00:00 |
syscalls.conf
|
…
|
|
syscalls.master
|
Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt
|
2006-09-01 20:58:18 +00:00 |
sysv_ipc.c
|
…
|
|
sysv_msg.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
sysv_sem.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
sysv_shm.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
tty.c
|
PR/34129: Andreas Gustafsson: Nonblocking write to pty can return 0
|
2006-08-03 22:51:05 +00:00 |
tty_bsdpty.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
tty_conf.c
|
…
|
|
tty_ptm.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
tty_pty.c
|
adjust resid in one more place.
|
2006-08-03 22:06:55 +00:00 |
tty_subr.c
|
…
|
|
tty_tty.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
uipc_domain.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
uipc_mbuf.c
|
use c99 initializers
|
2006-09-03 21:12:14 +00:00 |
uipc_mbuf2.c
|
…
|
|
uipc_proto.c
|
use c99 initializers
|
2006-09-03 21:12:14 +00:00 |
uipc_sem.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
uipc_socket.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
uipc_socket2.c
|
Fix broken comments - there is no SO_ISCONNECTED or SO_ISCONFIRMING
|
2006-08-16 18:31:54 +00:00 |
uipc_syscalls.c
|
Don't leave a dangling socket (no associated struct file) if
|
2006-08-22 13:39:48 +00:00 |
uipc_usrreq.c
|
use c99 initializers
|
2006-09-03 21:12:14 +00:00 |
vfs_bio.c
|
use c99 initializers
|
2006-09-03 21:39:29 +00:00 |
vfs_cache.c
|
…
|
|
vfs_getcwd.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
vfs_hooks.c
|
…
|
|
vfs_init.c
|
…
|
|
vfs_lockf.c
|
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
|
2006-08-17 17:11:27 +00:00 |
vfs_lookup.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
vfs_subr.c
|
Add %'s to go with PRI format constants.
|
2006-08-24 01:08:00 +00:00 |
vfs_syscalls.c
|
vfs_copyinfh_alloc: kludge for nfsv2 file handles.
|
2006-08-08 13:08:08 +00:00 |
vfs_vnops.c
|
at the request of elad, as veriexec.h has returned, revert the changes
|
2006-07-26 09:33:57 +00:00 |
vfs_xattr.c
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
vnode_if.c
|
Fix alignement problems for fhandle_t, exposed by gcc4.1.
|
2006-07-13 12:00:24 +00:00 |
vnode_if.sh
|
…
|
|
vnode_if.src
|
…
|
|