summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - Add sys_tick and the USIII and beyond sys_tick_cmpr to state_regs[].marius2008-08-121-15/+15
* Import xen sub-arch includes.kmacy2008-08-1212-0/+2038
* Remove unnecessary locking around pointer fetch.kib2008-08-121-2/+0
* Increase statistic counters for enc0 interface when enabledvanhu2008-08-124-1/+58
* Import OS interfaces to Xen services.kmacy2008-08-1268-0/+14624
* Restore link state handling which was broken in rev 1.69.yongari2008-08-121-4/+1
* Remove 'cr' at the end of line.yongari2008-08-121-20/+20
* Remove whitespace at the end of line.yongari2008-08-121-10/+10
* Remove cxgb private lro implementation and switch to using system implementat...kmacy2008-08-126-479/+77
* Vendor fix for PHY problem.kmacy2008-08-117-89/+787
* Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr,jhb2008-08-112-18/+131
* Make sure we check the preselection masks present for all audit pipes.csjp2008-08-111-1/+2
* MFamd64: Decode "cmov*" instructions.jhb2008-08-111-1/+21
* Rework Dallas Semiconductor RTC support.raj2008-08-111-103/+229
* Rename ds1339 -> ds133x to better fit the upcoming driver extensions.raj2008-08-112-1/+1
* - Convert sc_sessions_mtx mutex to a rwlock, so in the fast pathpjd2008-08-112-88/+70
* Add an entry for the upgt(4) module.weongyo2008-08-111-0/+1
* Connect upgt(4) to the build.weongyo2008-08-111-0/+5
* Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).weongyo2008-08-114-0/+2869
* Use device_set_desc() instead of device_set_desc_copy() as we don'tyongari2008-08-111-1/+1
* Partial back out r180952.yongari2008-08-111-4/+2
* Minor typo fix, caught while skimming through the file.keramida2008-08-101-1/+1
* Revert r181345.kib2008-08-102-2/+3
* Move sis to sys/dev/sis for consistency.imp2008-08-104-3/+3
* Read the config space of the child, not the bridge, to determine whenimp2008-08-101-5/+5
* Move the xl driver form sys/pci to sys/dev/xl for consistency.imp2008-08-104-6/+3
* Add quirks for making uhid(4) ignore the Apple iPhone and iPhone 3G.brix2008-08-092-0/+6
* Simplify session selection/allocation.pjd2008-08-091-10/+5
* - Fix freeing session on newsession failure.pjd2008-08-091-9/+24
* Implify sessions freeing loop.pjd2008-08-091-2/+1
* We don't have to drop a lock around malloc(M_NOWAIT).pjd2008-08-091-4/+4
* When freeing session, restore its ID after zeroing memory.pjd2008-08-091-0/+1
* Sessions in-use are at the end of the queue, so use TAILQ_FOREACH_REVERSE()pjd2008-08-091-3/+5
* fix typoimp2008-08-091-1/+1
* It turns out that checking the first DWORD register is more reliableimp2008-08-091-15/+17
* Add glxsb(4) driver for the Security Block in AMD Geode LX processors (asphilip2008-08-097-0/+1217
* Remove unneeded D_NEEDGIANT from /dev/fd/{0,1,2}.ed2008-08-091-1/+0
* Nitdes2008-08-091-2/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-0914-23/+25
* Switch to simplified BSD license (with phk's approval), plus whitespacedes2008-08-092-45/+63
* After some intial testing, there are even slower cards than the onesimp2008-08-091-13/+24
* Intel describes the behavior of their processors as "undefined" if two oralc2008-08-091-2/+84
* Verify that the WPA flags set are actually compatible with theimp2008-08-091-4/+13
* Rather than waiting a fixed amount of time, which might not be enoughimp2008-08-091-12/+23
* Change -1 to 0xfffffffful since the interface returns uint32_t.imp2008-08-091-1/+1
* While most bridges can bring a card out of reset in 20ms, there areimp2008-08-091-3/+4
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-081-0/+1
* - Bump __FreeBSD_version for cpuctl(4) added.stas2008-08-081-1/+1
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-084-4/+18
* Fix the hangs reported with the real mode BTX:jhb2008-08-081-11/+22
OpenPOWER on IntegriCloud