aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables andRobert Watson2003-05-0810-74/+74
* Acquire Giant at the start of the raid rebuild kthreads.John Baldwin2003-05-081-0/+1
* Oops. Turn T_PAGEFLT back into an interrupt gate. It is *critical*Peter Wemm2003-05-082-2/+10
* Exclude sys/boot for amd64. There are still toolchain issues to dealPeter Wemm2003-05-081-1/+4
* ioctl VINUM_READCONFIG: Don't lock configuration here. vinum_scandiskGreg Lehey2003-05-081-5/+1
* Leave space for the 128 byte red-zone on the stack.Peter Wemm2003-05-081-1/+1
* #include <machine/metadata.h> was missing; add itPeter Wemm2003-05-081-0/+1
* Fix a preemption race. I was reenabling interrupts in the fast systemPeter Wemm2003-05-081-1/+1
* - Change the full Asic revision defines to CHIPID to better since thePaul Saab2003-05-072-41/+49
* Clean up locking for the MAC Framework:Robert Watson2003-05-079-702/+1620
* Style nits.John Baldwin2003-05-073-6/+12
* #include <sys/resource.h> to limit ports damage.Poul-Henning Kamp2003-05-071-1/+1
* Hide the "ENOMEM" notice messages behind bootverbose. They are stillPoul-Henning Kamp2003-05-071-1/+2
* Correct a bug introduced with reduced TCP state handling; makeRobert Watson2003-05-075-9/+39
* Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-dataRobert Watson2003-05-061-5/+2
* Fix the WARNING for wrong rawoffset, I tested incompatible units.Poul-Henning Kamp2003-05-061-2/+2
* Add PCI ID's for the Intel ICH5 (82801EB) chipset.John Baldwin2003-05-062-0/+2
* Add PCI ID's for the 4 USB hubs on the ICH5 controller.John Baldwin2003-05-061-0/+20
* We are now in 5.1-BETAScott Long2003-05-061-2/+2
* Fix a printf() format error which broke the ia64 GENERIC build.Dag-Erling Smørgrav2003-05-061-1/+2
* Lock the vm_object when performing vm_pager_deallocate().Alan Cox2003-05-065-7/+12
* Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and itOlivier Houchard2003-05-061-4/+0
* Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing theJohn Baldwin2003-05-051-2/+2
* Mostly sort the includes.John Baldwin2003-05-051-13/+13
* Put descriptive comments on the GEOM_* optionsPoul-Henning Kamp2003-05-051-9/+9
* Lock the proc lock around calls to tdsignal() in the sigwait() family ofJohn Baldwin2003-05-051-6/+12
* Make issignal() private to kern_sig.c since it is only called from cursig()John Baldwin2003-05-052-2/+2
* Remove TD_ON_RUNQ() from a check to make sure Giant is not held whenJohn Baldwin2003-05-051-3/+1
* Split sendit into two parts. The first part, still called sendit, thatDavid Malone2003-05-052-50/+69
* Fix usages of %ll[dx] with typedef'ed created types.David E. O'Brien2003-05-052-19/+19
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-056-81/+163
* Avoid double-free panic.Poul-Henning Kamp2003-05-051-1/+0
* Clean up proc locking in procfs: make sure the proc lock is held beforeRobert Watson2003-05-053-5/+12
* Write to RESET_START register if TARGET_RESET ORB doesn't work for timeout.Hidetoshi Shimokawa2003-05-051-52/+138
* Don't panic for FWXF_START state in fw_xfer_unload().Hidetoshi Shimokawa2003-05-051-2/+7
* Add a missing ~ when clearing flags in close.Søren Schmidt2003-05-051-1/+1
* Things run thru the C preprocessor must use C-style comments.David E. O'Brien2003-05-052-22/+22
* Change the semantics of sysv shm emulation to take a additionalMartin Blapp2003-05-053-105/+176
* Back out rev 1.146 -- it broke the LINT build.David E. O'Brien2003-05-051-1/+1
* Revert rev 1.396 -- it broke the Alpha kernel build.David E. O'Brien2003-05-051-1/+1
* Re-order the the initialization slightly to improve structure.Poul-Henning Kamp2003-05-051-22/+22
* Add sector size member to subdisk, plex and volume objects.Greg Lehey2003-05-051-0/+3
* Remove an accidental #include.Greg Lehey2003-05-051-8/+30
* Implement DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls. It appears thatGreg Lehey2003-05-051-0/+24
* Use a dedicated malloc(9) bucket for sector storage.Poul-Henning Kamp2003-05-051-7/+9
* Add two KASSERTS which trigger if free(9) would drag the "memuse" statisticPoul-Henning Kamp2003-05-051-0/+6
* Don't warn if the rawoffset is zero, that is actually the best value itPoul-Henning Kamp2003-05-051-1/+1
* regen.Murray Stokely2003-05-052-2/+39
* Add KEYSPAN USA19QW, JRC PHONE, SANDISK SDDR75.Murray Stokely2003-05-051-0/+7
* Correct failed checkin. Only one of the hunks in the last checkinGreg Lehey2003-05-051-1/+1