.. |
bus_if.m
|
|
|
clock_if.m
|
|
|
cpufreq_if.m
|
|
|
device_if.m
|
|
|
genassym.sh
|
|
|
imgact_aout.c
|
|
|
imgact_elf32.c
|
|
|
imgact_elf64.c
|
|
|
imgact_elf.c
|
|
|
imgact_gzip.c
|
|
|
imgact_shell.c
|
|
|
inflate.c
|
|
|
init_main.c
|
- Move all of the PS_ flags into either p_flag or td_flags.
|
2007-09-17 05:31:39 +00:00 |
init_sysent.c
|
Regenerate.
|
2007-08-16 05:32:26 +00:00 |
kern_acct.c
|
Add missing newline in the log message of the previous commit.
|
2007-08-31 13:56:26 +00:00 |
kern_alq.c
|
|
|
kern_clock.c
|
- Move all of the PS_ flags into either p_flag or td_flags.
|
2007-09-17 05:31:39 +00:00 |
kern_condvar.c
|
|
|
kern_conf.c
|
|
|
kern_context.c
|
|
|
kern_cpu.c
|
Always call sched_bind(), even if on the CPU in question. It is wrong to
|
2007-08-20 06:28:26 +00:00 |
kern_descrip.c
|
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
|
2007-08-06 14:26:03 +00:00 |
kern_environment.c
|
I don't know what I was smoking when I wrote these three years ago; the
|
2007-10-13 11:30:19 +00:00 |
kern_event.c
|
Revert previous commits which I committed by mistake.
|
2007-07-14 21:23:31 +00:00 |
kern_exec.c
|
Change the management of cached pages (PQ_CACHE) in two fundamental
|
2007-09-25 06:25:06 +00:00 |
kern_exit.c
|
|
|
kern_fork.c
|
- Redefine p_swtime and td_slptime as p_swtick and td_slptick. This
|
2007-09-21 04:10:23 +00:00 |
kern_idle.c
|
|
|
kern_intr.c
|
|
|
kern_jail.c
|
|
|
kern_kse.c
|
- Move all of the PS_ flags into either p_flag or td_flags.
|
2007-09-17 05:31:39 +00:00 |
kern_kthread.c
|
|
|
kern_ktr.c
|
|
|
kern_ktrace.c
|
Partially revert the previous change. I failed to notice that where
|
2007-08-29 21:17:11 +00:00 |
kern_linker.c
|
|
|
kern_lock.c
|
|
|
kern_lockf.c
|
Do not call free() while holding vnode interlock.
|
2007-08-07 09:04:50 +00:00 |
kern_malloc.c
|
|
|
kern_mbuf.c
|
This patch adds an M_NOFREE flag which allows one to mark an mbuf as
|
2007-10-06 21:42:39 +00:00 |
kern_mib.c
|
|
|
kern_module.c
|
|
|
kern_mtxpool.c
|
|
|
kern_mutex.c
|
- Remove the global definition of sched_lock in mutex.h to break
|
2007-07-18 20:46:06 +00:00 |
kern_ntptime.c
|
|
|
kern_physio.c
|
|
|
kern_pmc.c
|
|
|
kern_poll.c
|
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
|
2007-08-06 14:26:03 +00:00 |
kern_priv.c
|
|
|
kern_proc.c
|
- Redefine p_swtime and td_slptime as p_swtick and td_slptick. This
|
2007-09-21 04:10:23 +00:00 |
kern_prot.c
|
|
|
kern_resource.c
|
- Use ruxagg() in calcru() to make sure we have current tick information
|
2007-07-17 01:08:09 +00:00 |
kern_rwlock.c
|
Fix some problems with lock profiling in rw locks:
|
2007-07-20 08:43:42 +00:00 |
kern_sema.c
|
|
|
kern_shutdown.c
|
|
|
kern_sig.c
|
- Calling sched_nice() in tdsigwakeup() is no longer required by ULE and
|
2007-07-19 08:49:16 +00:00 |
kern_subr.c
|
|
|
kern_switch.c
|
- Fix ULE in kernels without PREEMPTION compiled in by always enabling the
|
2007-10-08 23:37:28 +00:00 |
kern_sx.c
|
Fix sx_try_slock(), so it only fails when there is an exclusive owner.
|
2007-10-02 14:48:48 +00:00 |
kern_synch.c
|
- Restore historical yield() behavior by manually lowering priority and
|
2007-10-08 23:40:40 +00:00 |
kern_syscalls.c
|
|
|
kern_sysctl.c
|
In userland_sysctl(), call useracc() with the actual newlen value to be
|
2007-09-02 09:59:33 +00:00 |
kern_tc.c
|
|
|
kern_thr.c
|
Add thr_kill2 syscall which sends a signal to a thread in another process.
|
2007-08-16 05:26:42 +00:00 |
kern_thread.c
|
- Call sched_sleep() before we suspend threads. sched_wakeup() is already
|
2007-09-21 04:04:22 +00:00 |
kern_time.c
|
|
|
kern_timeout.c
|
Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (and
|
2007-09-15 12:33:24 +00:00 |
kern_umtx.c
|
|
|
kern_uuid.c
|
|
|
kern_xxx.c
|
|
|
ksched.c
|
|
|
link_elf_obj.c
|
|
|
link_elf.c
|
|
|
linker_if.m
|
|
|
Make.tags.inc
|
|
|
Makefile
|
|
|
makesyscalls.sh
|
|
|
md4c.c
|
|
|
md5c.c
|
|
|
p1003_1b.c
|
- Restore historical sched_yield() behavior by changing sched_relinquish()
|
2007-10-08 23:45:24 +00:00 |
posix4_mib.c
|
|
|
sched_4bsd.c
|
- Restore historical sched_yield() behavior by changing sched_relinquish()
|
2007-10-08 23:45:24 +00:00 |
sched_ule.c
|
- Bail out of tdq_idled if !smp_started or idle stealing is disabled. This
|
2007-10-08 23:50:39 +00:00 |
serdev_if.m
|
|
|
subr_acl_posix1e.c
|
|
|
subr_autoconf.c
|
|
|
subr_blist.c
|
|
|
subr_bus.c
|
First in a series of changes to remove the now-unused Giant compatibility
|
2007-07-27 11:59:57 +00:00 |
subr_clist.c
|
|
|
subr_clock.c
|
If clock_ct_to_ts fails to convert time time from the real time clock,
|
2007-07-23 09:42:32 +00:00 |
subr_devstat.c
|
|
|
subr_disk.c
|
|
|
subr_eventhandler.c
|
|
|
subr_fattime.c
|
|
|
subr_firmware.c
|
|
|
subr_hints.c
|
|
|
subr_kdb.c
|
- Move all of the PS_ flags into either p_flag or td_flags.
|
2007-09-17 05:31:39 +00:00 |
subr_kobj.c
|
|
|
subr_lock.c
|
Currently the LO_NOPROFILE flag (which is masked on upper level code by
|
2007-09-14 01:12:39 +00:00 |
subr_log.c
|
|
|
subr_mbpool.c
|
|
|
subr_mchain.c
|
|
|
subr_module.c
|
|
|
subr_msgbuf.c
|
|
|
subr_param.c
|
|
|
subr_pcpu.c
|
|
|
subr_power.c
|
|
|
subr_prf.c
|
|
|
subr_prof.c
|
|
|
subr_rman.c
|
|
|
subr_rtc.c
|
|
|
subr_sbuf.c
|
|
|
subr_scanf.c
|
|
|
subr_sleepqueue.c
|
subr_sleepqueue.c presents a thread lock missing which leads to dangerous
|
2007-09-13 09:12:36 +00:00 |
subr_smp.c
|
This is a follow-up, cleaning-up commit about recent changes involving
|
2007-09-11 22:54:09 +00:00 |
subr_stack.c
|
|
|
subr_taskqueue.c
|
|
|
subr_trap.c
|
- Move all of the PS_ flags into either p_flag or td_flags.
|
2007-09-17 05:31:39 +00:00 |
subr_turnstile.c
|
|
|
subr_unit.c
|
|
|
subr_witness.c
|
Fix some entries in the locks static table of witness.
|
2007-09-20 20:38:43 +00:00 |
sys_generic.c
|
|
|
sys_pipe.c
|
|
|
sys_process.c
|
- Fix from pr kern/115469; Don't redeliver a signal once it has been
|
2007-10-09 00:03:39 +00:00 |
sys_socket.c
|
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
|
2007-08-06 14:26:03 +00:00 |
syscalls.c
|
Regenerate.
|
2007-08-16 05:32:26 +00:00 |
syscalls.master
|
Add thr_kill2 syscall which sends a signal to a thread in another process.
|
2007-08-16 05:26:42 +00:00 |
systrace_args.c
|
Regenerate.
|
2007-08-16 05:32:26 +00:00 |
sysv_ipc.c
|
|
|
sysv_msg.c
|
|
|
sysv_sem.c
|
|
|
sysv_shm.c
|
|
|
tty_compat.c
|
|
|
tty_conf.c
|
|
|
tty_cons.c
|
|
|
tty_pts.c
|
|
|
tty_pty.c
|
|
|
tty_subr.c
|
|
|
tty_tty.c
|
|
|
tty.c
|
ttyfree() frees the cdev(). But if there are pending kevents,
|
2007-07-20 09:41:54 +00:00 |
uipc_accf.c
|
|
|
uipc_cow.c
|
|
|
uipc_debug.c
|
|
|
uipc_domain.c
|
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
|
2007-08-06 14:26:03 +00:00 |
uipc_mbuf2.c
|
|
|
uipc_mbuf.c
|
This patch adds an M_NOFREE flag which allows one to mark an mbuf as
|
2007-10-06 21:42:39 +00:00 |
uipc_mqueue.c
|
|
|
uipc_sem.c
|
|
|
uipc_sockbuf.c
|
Set the NFS server sockbuf high watermarks to the system defaults
|
2007-10-12 03:56:27 +00:00 |
uipc_socket.c
|
|
|
uipc_syscalls.c
|
- During shutdown pending, when the last sack came in and
|
2007-08-27 05:19:48 +00:00 |
uipc_usrreq.c
|
When we do open, we should lock the vnode exclusively. This fixes few races:
|
2007-07-26 16:58:09 +00:00 |
vfs_acl.c
|
|
|
vfs_aio.c
|
Destroy the kaio_mtx on the freeing the struct kaioinfo in the
|
2007-08-20 11:53:26 +00:00 |
vfs_bio.c
|
Fix the description of the formula used to autosize the number of
|
2007-09-26 11:22:23 +00:00 |
vfs_cache.c
|
Fix some locking cases where we ask for exclusively locked vnode, but we get
|
2007-09-21 10:16:56 +00:00 |
vfs_cluster.c
|
|
|
vfs_default.c
|
|
|
vfs_export.c
|
|
|
vfs_extattr.c
|
|
|
vfs_hash.c
|
|
|
vfs_init.c
|
|
|
vfs_lookup.c
|
Fix some locking cases where we ask for exclusively locked vnode, but we get
|
2007-09-21 10:16:56 +00:00 |
vfs_mount.c
|
When restoring the mount after umount failed, the MNTK_UNMOUNT flag
|
2007-09-12 16:31:32 +00:00 |
vfs_subr.c
|
When restoring the mount after umount failed, the MNTK_UNMOUNT flag
|
2007-09-12 16:31:32 +00:00 |
vfs_syscalls.c
|
Rename mac_check_vnode_delete() MAC Framework and MAC Policy entry
|
2007-09-10 00:00:18 +00:00 |
vfs_vnops.c
|
When we do open, we should lock the vnode exclusively. This fixes few races:
|
2007-07-26 16:58:09 +00:00 |
vnode_if.src
|
|
|