summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it.phk2002-10-262-1/+6
* Fix a style nit.mux2002-10-261-1/+1
* In VOP_LOOKUP, don't deny DELETE and RENAME operationsmux2002-10-261-1/+2
* Add a missing destroy_dev().mux2002-10-261-0/+2
* Allow deprecated or unimplemented system call vectors to deliver SIGSYS,jake2002-10-261-1/+1
* Remove an unused macro.jake2002-10-261-6/+0
* MFi386: revisions 1.544 and 1.545.nyan2002-10-262-80/+640
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-2629-4824/+1254
* Call bpf_mtap() on outgoing packets.tmm2002-10-261-3/+6
* Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well.peter2002-10-261-0/+1
* 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
OpenPOWER on IntegriCloud