summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present.peter2002-10-261-0/+1
* iBack out david's last commit. the suspension code needs to be calledjulian2002-10-263-26/+13
* Move suspension checking code from userret() into thread_userret().davidxu2002-10-263-13/+26
* Backout revision 1.48.davidxu2002-10-262-4/+2
* o m_adj rx buffer so IP header is 32-bit alignedsam2002-10-252-18/+21
* Cast si_drv2 to intptr_t instead of int to quiet warnings.jhb2002-10-251-1/+1
* Comment describing the semantics of mac_late.rwatson2002-10-259-9/+54
* Use the newer "+" modifier on output contraints when a register orjhb2002-10-252-62/+62
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-255-11/+26
* Don't copy td_md. Instead, let the MD code handle it just like itjhb2002-10-251-3/+2
* Note that the sched_lock protects md_ldt of struct mdproc.jhb2002-10-252-2/+2
* - Rename the DDB specific %z printf format to %y.mux2002-10-252-5/+14
* Finish fixing the 5.x FPU code for dealing with signal handlers.peter2002-10-253-0/+3
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-2543-221/+1182
* Change method to determine base memory size.iwasaki2002-10-252-86/+110
* #include <geom/geom.h> to get proper prototypes. Contrary to my fears wephk2002-10-251-10/+12
* Add a g_dev_print() function which prints all the /dev entries GEOMphk2002-10-252-0/+17
* Initialize tick_MHz and related variables much earlier. After the lasttmm2002-10-253-13/+17
* Fix iommu_dvmamap_sync() to use the right address when flushing thetmm2002-10-251-1/+1
* Don't check IFF_RUNNING in previous change.simokawa2002-10-251-2/+2
* Loose the g_dev_clone() noise.phk2002-10-251-1/+0
* Greatly improve readability of trap() by using a table to convert betweenjake2002-10-253-239/+165
* suspend thread only when it can be interrupted.davidxu2002-10-252-2/+4
* let thread_schedule_upcall() handle idle kse.davidxu2002-10-252-4/+16
* Disable the kernacc() check in mtx_validate() until such time that kernaccphk2002-10-252-0/+10
* In vrele() we can actually have a VCHR with v_rdev == NULL if wephk2002-10-251-1/+1
* fix style-ojulian2002-10-252-2/+2
* More work on the interaction between suspending and sleeping threads.julian2002-10-254-48/+66
* Use the correct values for LDBL_*. Libc doesn't completely supportimp2002-10-252-18/+20
* Minor cleanups.jake2002-10-251-3/+3
* Within ufs, the ffs_sync and ffs_fsync functions did not alwaysmckusick2002-10-256-15/+37
* fix typo.davidxu2002-10-252-2/+4
* Extract out KSE specific code from machine specific codejulian2002-10-248-129/+105
* Oops, forgot to commit this file. This is part of the fixmux2002-10-241-0/+2
* Use a better test to prevent tasting geom.ctl so we don't screw thephk2002-10-241-1/+1
* Fix the spechash lock order reversal by keeping an updated sumphk2002-10-243-19/+30
* Make sure GEOM has stopped rattling the disks before we try to mountphk2002-10-241-0/+4
* Don't taste the first provider, it's /dev/geom.ctl and it's not goingphk2002-10-241-1/+2
* Oops, I missed a few changes in 'device acpica' -> 'device acpi' change.jhb2002-10-242-6/+6
* Rename 'device acpica' to 'device acpi'.jhb2002-10-245-153/+153
* Fix ipfw2 panics on 64-bit platforms.mux2002-10-241-6/+2
* src and dst address were erroneously swapped in SRC_SET and DST_SETluigi2002-10-241-2/+2
* Don't try to be cute and save a call/return by implementing a degeneratephk2002-10-241-5/+1
* Provide kernel options for the various MAC policy modules so thatrwatson2002-10-243-1/+22
* device rc no longer requires a count since jhb newbussified the rcrwatson2002-10-241-1/+1
* respect TDF_SINTR, also for SINGLE_NO_EXIT threading mode, if a threaddavidxu2002-10-242-12/+12
* Add new loader tunable hw.acpi.ec.event_driven so that we controliwasaki2002-10-241-1/+4
* Fix kernel build on sparc64 in the IPDIVERT case.mux2002-10-241-1/+1
* don't forget to remove kse from idle queue.davidxu2002-10-242-0/+4
* Move thread related code from kern_proc.c to kern_thread.c.julian2002-10-244-320/+1010
OpenPOWER on IntegriCloud