NetBSD/sys/kern
dyoung 04d14f227e Lengthen sockaddr_dl so that a 16-byte FireWire address will fit
into sdl_data[].

Move the macro satocsdl() to net/if_dl.h, and introduce satosdl().

Add some helpers for initializing sockaddr_dl (sockaddr_dl_init),
for finding out the length to put in a sockaddr_dl's sdl_len member
(sockaddr_dl_measure), and for setting the link-layer address in
a sockaddr_dl to a new value (sockaddr_dl_setaddr).

Make sockaddr_copy() panic if the caller tries to copy a sockaddr
to a destination where it will not fit.
2007-08-07 04:06:20 +00:00
..
Make.tags.inc Don't run ctags(1) on an ndis file and on a pf file whose symbols 2007-07-16 22:47:55 +00:00
Makefile
bufq_disksort.c Avoid unnecessary cast in bufq_disksort_init(). 2007-02-01 00:36:37 +00:00
bufq_fcfs.c
bufq_priocscan.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
bufq_readprio.c Add a KASSERT to address CID: 4335. 2007-04-04 02:30:43 +00:00
cnmagic.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
core_elf32.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
core_elf64.c
core_netbsd.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
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 an elf note to handle pax arguments. This is a temporary solution to 2007-06-24 20:35:36 +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 Change the way that emulations locate files within the emulation root to 2007-04-22 08:29:55 +00:00
exec_subr.c Change unused fflags parameter in VOP_MMAP to prot and pass in 2007-07-27 08:26:38 +00:00
genlintstub.awk
init_main.c Add cpuctl(8). For now this is not much more than a toy for debugging and 2007-08-04 11:02:56 +00:00
init_sysctl.c remove a homegrown definition of CPU_INFO_FOREACH. 2007-08-06 11:51:46 +00:00
init_sysent.c Mark the SysV semaphore syscalls MP safe. 2007-08-04 10:52:57 +00:00
kern_acct.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_auth.c Fix the other inverted test as well. 2007-07-06 17:33:31 +00:00
kern_cctr.c Add sys/kern/kern_cctr.c, which contains MI cpu cyclecounter based 2007-07-21 11:47:07 +00:00
kern_clock.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_condvar.c cv_wakeup: the entire queue has to be searched, as we can't know how many 2007-08-02 22:01:40 +00:00
kern_core.c Remove calls to now obsolete vn_start_write() and vn_finished_write(). 2007-04-03 16:11:31 +00:00
kern_cpu.c Improve per-CPU support for the workqueue(9): 2007-08-05 01:19:17 +00:00
kern_descrip.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_drvctl.c drvctlioctl: Plug a possible memory leak. 2007-04-03 23:02:39 +00:00
kern_event.c +#include <sys/conf.h> 2007-07-21 19:23:03 +00:00
kern_exec.c Retire uvn_attach() - it abuses VXLOCK and its functionality, 2007-07-22 19:16:04 +00:00
kern_exit.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_fileassoc.c Some Veriexec stuff that's been rotting in my tree for months. 2007-05-15 19:47:43 +00:00
kern_fork.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_idle.c Don't depend on uvm_extern.h pulling in proc.h. 2007-07-21 19:06:20 +00:00
kern_ksyms.c Don't panic if we don't find a symbol or string table. Perhaps the kernel 2007-04-02 16:44:44 +00:00
kern_kthread.c kthread_exit: l->l_name could be NULL. 2007-07-10 23:06:56 +00:00
kern_ktrace.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_lkm.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_lock.c Define a new lockmgr flag LK_RESURRECT which can be used in 2007-07-29 12:40:37 +00:00
kern_lwp.c sys__lwp_suspend: implement waiting for target LWP status changes (or 2007-08-02 01:48:44 +00:00
kern_malloc.c malloc: fix a deadlock. 2007-04-19 11:03:44 +00:00
kern_malloc_debug.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
kern_mutex.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_ntptime.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_pax.c Use an elf note to handle pax arguments. This is a temporary solution to 2007-06-24 20:35:36 +00:00
kern_physio.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
kern_proc.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_prot.c Fix inverted check in sys_setgroups(). 2007-06-30 21:31:41 +00:00
kern_ras.c Return EEXIST if attempting to install a RAS that is already installed. 2007-03-13 04:44:06 +00:00
kern_resource.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_rwlock.c merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
kern_sig.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_sleepq.c sleepq_block: if a pending signal is detected but has already been taken 2007-08-01 23:30:54 +00:00
kern_stub.c Remove extra space so that symbol renaming works properly. 2007-03-03 10:08:18 +00:00
kern_subr.c Fix compilation in the POWERHOOK_DEBUG case 2007-08-01 19:50:24 +00:00
kern_synch.c suspendsched: reduce #ifdef. 2007-08-06 11:48:23 +00:00
kern_sysctl.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_systrace.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_tc.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_time.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_timeout.c callout_softclock: add a couple of assertions. 2007-08-01 23:23:41 +00:00
kern_todr.c Minor KNF, replace some spaces with tabs. 2006-09-24 18:24:55 +00:00
kern_turnstile.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_uuid.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_verifiedexec.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
kern_xxx.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kgdb_stub.c
makesyscalls.sh
sched_4bsd.c Add cpuctl(8). For now this is not much more than a toy for debugging and 2007-08-04 11:02:56 +00:00
subr_autoconf.c Defer callout_startup2() (which calls softintr_establish(9)) call 2007-07-20 22:15:47 +00:00
subr_blist.c
subr_bufq.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
subr_callback.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
subr_debug.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
subr_devsw.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
subr_disk.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
subr_disk_mbr.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
subr_evcnt.c
subr_extent.c Make the regression test build again. 2007-07-10 22:58:54 +00:00
subr_hash.c Move hashinit() & hashdone() from kern_subr.c to subr_hash.c to 2007-07-28 12:53:52 +00:00
subr_iostat.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
subr_kmem.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
subr_lockdebug.c splstatclock, spllock -> splhigh 2007-06-15 20:17:07 +00:00
subr_log.c merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
subr_once.c
subr_optstr.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
subr_pool.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
subr_prf.c Move bitmask_snprintf() from subr_prf.c to subr_prf_bitmask.c to permit 2007-07-29 09:38:01 +00:00
subr_prf_bitmask.c Move bitmask_snprintf() from subr_prf.c to subr_prf_bitmask.c to permit 2007-07-29 09:38:01 +00:00
subr_prof.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
subr_specificdata.c Replace some uses of lockmgr() / simplelocks. 2007-02-15 15:40:50 +00:00
subr_syscall_stats.c Add code to support per-system call statistics: 2007-02-18 16:58:15 +00:00
subr_tftproot.c Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time. 2007-05-08 06:10:27 +00:00
subr_userconf.c
subr_vmem.c Implementation of per-CPU work-queues support for workqueue(9) interface. 2007-07-12 20:39:56 +00:00
subr_workqueue.c Current convention is to name/number objects after ci->ci_cpuid, so do 2007-08-05 13:47:25 +00:00
subr_xxx.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
sys_aio.c According to POSIX, signal should be sent in aio_cancel() case too. 2007-07-11 00:40:42 +00:00
sys_generic.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sys_lwp.c sys__lwp_suspend: implement waiting for target LWP status changes (or 2007-08-02 01:48:44 +00:00
sys_pipe.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sys_pmc.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sys_process.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
sys_sched.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sys_sig.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sys_socket.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
syscalls.c Regen. 2007-07-17 18:03:09 +00:00
syscalls.conf Version mount(2) so that the length of the 'data' buffer is passed into 2007-07-14 15:41:30 +00:00
syscalls.master Mark the SysV semaphore syscalls MP safe. 2007-08-04 10:52:57 +00:00
sysv_ipc.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysv_msg.c msgctl1: fix a lock leak. 2007-03-13 03:43:54 +00:00
sysv_sem.c Mark the SysV semaphore syscalls MP safe. 2007-08-04 10:52:57 +00:00
sysv_shm.c fix typos 2007-04-29 20:23:34 +00:00
tty.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
tty_bsdpty.c Remove duplicate #include's 2007-03-26 22:52:44 +00:00
tty_conf.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
tty_ptm.c Remove duplicate #include's 2007-03-26 22:52:44 +00:00
tty_pty.c wrap calls to pgsignal() in proclist_mutex 2007-04-17 19:52:56 +00:00
tty_subr.c
tty_tty.c Remove calls to now obsolete vn_start_write() and vn_finished_write(). 2007-04-03 16:11:31 +00:00
uipc_domain.c Lengthen sockaddr_dl so that a 16-byte FireWire address will fit 2007-08-07 04:06:20 +00:00
uipc_mbuf.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
uipc_mbuf2.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
uipc_proto.c Convert to structure initializers. Use __arraycount 2007-02-18 23:16:59 +00:00
uipc_sem.c - ksem_proc_dtor: fix a use-after-free 2007-06-15 18:27:13 +00:00
uipc_socket.c sosetopt: clear SB_AUTOSIZE when setting buffer size explicitly. 2007-08-06 11:41:52 +00:00
uipc_socket2.c TCP socket buffers automatic sizing - ported from FreeBSD. 2007-08-02 02:42:40 +00:00
uipc_syscalls.c Remove non-user flags (especially MSG_IOVUSRSPACE) from mp->msg_flags 2007-07-15 08:33:38 +00:00
uipc_usrreq.c PR kern/32842: 2007-08-03 20:49:45 +00:00
vfs_bio.c B_ERROR is gone. 2007-07-29 13:53:46 +00:00
vfs_cache.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
vfs_getcwd.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
vfs_hooks.c
vfs_init.c Move vfs_attach(), vfs_detach() and vfs_reinit() from vfs_subr.c 2007-07-27 14:25:21 +00:00
vfs_lockf.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
vfs_lookup.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
vfs_subr.c Initialize size of outsize-of-fs device vnodes also, since they 2007-08-06 17:09:11 +00:00
vfs_subr2.c move setrootfstime() from init_main.c to vfs_subr2.c 2007-07-30 08:45:26 +00:00
vfs_syscalls.c * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
vfs_trans.c Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
vfs_vnops.c Retire uvn_attach() - it abuses VXLOCK and its functionality, 2007-07-22 19:16:04 +00:00
vfs_xattr.c Remove calls to now obsolete vn_start_write() and vn_finished_write(). 2007-04-03 16:11:31 +00:00
vnode_if.c regen: VOP_MMAP fflags -> prot 2007-07-27 08:27:38 +00:00
vnode_if.sh Introduce WILLMAKE for vnode operations which create a new vnode. 2007-07-22 21:26:53 +00:00
vnode_if.src Change unused fflags parameter in VOP_MMAP to prot and pass in 2007-07-27 08:26:38 +00:00