NetBSD/sys/kern
ad 16fc727817 Just use proc0.p_cred where root credentials are needed, instead of
allocating a new kauth_cred_t.
2006-07-17 14:49:16 +00:00
..
Make.tags.inc
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bufq_disksort.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bufq_fcfs.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bufq_priocscan.c use consistent order of function specifiers and type specifiers. 2006-05-22 12:42:01 +00:00
bufq_readprio.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cnmagic.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
core_elf32.c integrate kauth. 2006-05-14 21:15:11 +00:00
core_elf64.c
core_netbsd.c Sprinkle static. 2005-12-08 03:05:40 +00:00
exec_aout.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exec_conf.c Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so 2006-02-09 19:18:56 +00:00
exec_ecoff.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exec_elf32.c don't break lkms; pointed out by hannken@ and he@, thanks! 2006-05-18 17:35:49 +00:00
exec_elf64.c
exec_macho.c integrate kauth. 2006-05-14 21:15:11 +00:00
exec_script.c integrate kauth. 2006-05-14 21:15:11 +00:00
exec_subr.c Better implementation of PaX MPROTECT, after looking some more into the 2006-05-20 15:45:37 +00:00
genlintstub.awk Rewrite to support LINTSTUB in multiline comments. 2006-01-22 05:11:11 +00:00
init_main.c keep NetBSD boottime semantics: 2006-07-14 22:44:28 +00:00
init_sysctl.c - Don't cast kauth_cred_t to (struct ucred *), just set pc_ucred = NULL. 2006-07-17 14:47:02 +00:00
init_sysent.c regenerate again to have correct source RCS Id 2006-07-13 23:26:24 +00:00
kern_acct.c don't allocate statvfs on the stack. 2006-06-12 00:22:47 +00:00
kern_auth.c - Don't cast kauth_cred_t to (struct ucred *), just set pc_ucred = NULL. 2006-07-17 14:47:02 +00:00
kern_clock.c re-order initialization sequence to have real counters available during autoconfig 2006-06-09 22:47:56 +00:00
kern_descrip.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_drvctl.c ktrace-lwp merge fallout. 2005-12-15 22:01:17 +00:00
kern_event.c reduce sleep time by slept time for retrys 2006-07-14 22:35:15 +00:00
kern_exec.c okay, since there was no way to divide this to two commits, here it goes.. 2006-07-14 18:41:40 +00:00
kern_exit.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_fileassoc.c expose less api; prompted by yamt@. 2006-07-16 19:37:55 +00:00
kern_fork.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
kern_kcont.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 19:12:23 +00:00
kern_ksyms.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_kthread.c
kern_ktrace.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
kern_lkm.c Request executable memory for LKM code/data areas. This fixes LKMs 2006-07-05 14:31:00 +00:00
kern_lock.c Fix call to simple_lock_assert_held() so builds with -DDEBUG work. 2006-03-31 06:01:07 +00:00
kern_lwp.c introduce macros, UAREA_TO_USER and USER_TO_UAREA, 2006-05-22 13:43:54 +00:00
kern_malloc.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_malloc_debug.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_microtime.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
kern_ntptime.c L_CLR(time_adj) each round so adjtime() corrections don't 2006-07-01 05:44:26 +00:00
kern_pax.c Better implementation of PaX MPROTECT, after looking some more into the 2006-05-20 15:45:37 +00:00
kern_physio.c from Christian Ehrhardt: 2006-04-18 09:54:32 +00:00
kern_proc.c move SA related pools to where they are used. make them static. 2006-06-25 08:12:54 +00:00
kern_prot.c do_setresuid, do_setresgid: use the suser privilege only when necessary. 2006-07-15 06:31:34 +00:00
kern_ras.c Make it compile on archs without __HAVE_RAS. 2005-11-25 11:29:48 +00:00
kern_resource.c integrate kauth. 2006-05-14 21:15:11 +00:00
kern_sa.c wrap long lines. 2006-06-26 10:21:59 +00:00
kern_securelevel.c Ensure creation of kern node. 2006-04-17 03:45:19 +00:00
kern_sig.c remove unnecessary arguments from kauth_authorize_process. 2006-06-13 13:56:50 +00:00
kern_subr.c Add includes of opt_multiprocessor.h and opt_lockdebug.h where missing. 2006-06-11 07:32:18 +00:00
kern_synch.c Don't define bpendtsleep on vax (gcc4 optimizer will duplicate the asm 2006-07-08 00:23:29 +00:00
kern_sysctl.c Don't allocate > 2K on the stack. 2006-06-12 01:25:05 +00:00
kern_systrace.c systrace_seteuid, systrace_setegid: 2006-05-28 07:08:41 +00:00
kern_tc.c rename boottimebin to timebasebin as this 2006-07-14 23:01:12 +00:00
kern_time.c fix another t{s,v}tohz() fallout (invalid remaining time) 2006-07-16 19:23:11 +00:00
kern_timeout.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_uuid.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_verifiedexec.c minor api cleanup, and remove useless VOP_GETATTR() calls. 2006-07-15 20:07:36 +00:00
kern_xxx.c integrate kauth. 2006-05-14 21:15:11 +00:00
kgdb_stub.c Use ANSI function decls. 2005-12-07 05:53:24 +00:00
makesyscalls.sh protect sys/syscall.h properly against multiple inclusion and make the 2005-12-03 17:04:36 +00:00
subr_autoconf.c Initialize an uninitialized variable gcc 4 found 2006-05-14 05:26:59 +00:00
subr_blist.c blst_meta_fill: fix an assertion. PR/32580 from Nick Hudson. 2006-01-20 14:19:40 +00:00
subr_bufq.c - add ioctls to set/get disk bufq strategy. 2005-12-26 10:36:47 +00:00
subr_callback.c add a comment telling which structure members are zero-initialized, 2006-06-23 16:17:23 +00:00
subr_devsw.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_disk.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
subr_disk_mbr.c Always make partitions contiguous even if the mbr has gaps. From someone 2006-06-11 23:25:23 +00:00
subr_evcnt.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_extent.c Spell coalesce correctly. 2006-04-15 05:07:15 +00:00
subr_iostat.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
subr_kmem.c add DEBUG code to detect modifications on free memory. 2006-07-08 06:01:53 +00:00
subr_log.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_once.c - tweak RUN_ONCE api to allow init_func returns an error. 2006-01-16 21:45:38 +00:00
subr_optstr.c Implement options string parsing of the form 'a=b c=d ...'. This will be 2006-02-03 11:04:46 +00:00
subr_pool.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
subr_prf.c if db_onpanic is -1, do not invoke any ddb functions at all when handling 2006-01-28 14:37:31 +00:00
subr_prof.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_userconf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_vmem.c fix VM_BESTFIT. 2006-06-26 10:23:20 +00:00
subr_workqueue.c Use for in a forever loop as per KNF. 2006-05-02 13:26:07 +00:00
subr_xxx.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sys_generic.c make inittimeleft() and gettimeleft() available (for e. g. kern_event.c) 2006-07-14 22:33:27 +00:00
sys_pipe.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
sys_pmc.c
sys_process.c integrate kauth. 2006-05-14 21:15:11 +00:00
sys_socket.c integrate kauth. 2006-05-14 21:15:11 +00:00
syscalls.c regenerate again to have correct source RCS Id 2006-07-13 23:26:24 +00:00
syscalls.conf merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
syscalls.master Fix alignement problems for fhandle_t, exposed by gcc4.1. 2006-07-13 12:00:24 +00:00
sysv_ipc.c integrate kauth. 2006-05-14 21:15:11 +00:00
sysv_msg.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
sysv_sem.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
sysv_shm.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tty.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tty_bsdpty.c integrate kauth. 2006-05-14 21:15:11 +00:00
tty_conf.c - tweak RUN_ONCE api to allow init_func returns an error. 2006-01-16 21:45:38 +00:00
tty_ptm.c Just use proc0.p_cred where root credentials are needed, instead of 2006-07-17 14:49:16 +00:00
tty_pty.c Introduce SA_NOKERNINFO, a flag for SIGINFO not to print kernel messages. 2006-06-03 18:18:26 +00:00
tty_subr.c Use ANSI function decls, sprinkle static. 2005-12-08 03:09:04 +00:00
tty_tty.c integrate kauth. 2006-05-14 21:15:11 +00:00
uipc_domain.c CURTAIN() -> KAUTH_GENERIC_CANSEE. 2006-07-16 20:21:42 +00:00
uipc_mbuf.c move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
uipc_mbuf2.c whitespace. 2006-03-15 11:10:41 +00:00
uipc_proto.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uipc_sem.c integrate kauth. 2006-05-14 21:15:11 +00:00
uipc_socket.c bump default so_snd.sb_lowat to increase chance to use loaning. 2006-06-21 12:55:12 +00:00
uipc_socket2.c Make sure we have at least PIPE_BUF bytes available in the socket send buffer. 2006-07-03 02:34:39 +00:00
uipc_syscalls.c version the socket(2) syscall. for compat30 socket, we use 2006-06-26 21:23:56 +00:00
uipc_usrreq.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_bio.c move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
vfs_cache.c Coverity CID 602: Remove always true if statement. 2006-04-15 04:33:48 +00:00
vfs_getcwd.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_hooks.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vfs_init.c changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
vfs_lockf.c remove NOLOCKF and use normal NULL instead. 2006-05-20 12:20:55 +00:00
vfs_lookup.c integrate kauth. 2006-05-14 21:15:11 +00:00
vfs_subr.c fix a simonb-timecounters regression. 2006-06-23 14:13:02 +00:00
vfs_syscalls.c FHANDLE_SIZE_MIN is an allowed value for the requested size (it happens 2006-07-15 16:32:29 +00:00
vfs_vnops.c oops, forgot to commit that one. thanks Arnaud Lacombe. 2006-07-16 18:49:29 +00:00
vfs_xattr.c integrate kauth. 2006-05-14 21:15:11 +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 integrate kauth. 2006-05-14 21:15:11 +00:00
vnode_if.src integrate kauth. 2006-05-14 21:15:11 +00:00