aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Actually, don't rely on the unsafe MAX() macro. Use imax() as providedRui Paulo2008-05-141-2/+2
* Don't let hacksync() call bus_dmamap_sync(9) on DMA maps whichMarius Strobl2008-05-132-6/+14
* Regen.Roman Divacky2008-05-136-14/+20
* Implement robust futexes. Most of the code is modelled afterRoman Divacky2008-05-139-15/+200
* From the OpenBSD commit log :Olivier Houchard2008-05-132-1/+3
* - Set sc->dev to the new-bus device_t so all the device_printf()s work.John Baldwin2008-05-121-1/+3
* Add support for management apps. Work around an apparent firmware bug thatScott Long2008-05-122-8/+126
* fix typo in runz_fuzzJulian Elischer2008-05-121-1/+1
* Fix the loopback interface. Cleaning up some code with new macrosGeorge V. Neville-Neil2008-05-121-1/+0
* declare ieee80211_phymode_name with an array sizeSam Leffler2008-05-121-1/+1
* Update PLCP<->rate mapping support:Sam Leffler2008-05-127-24/+149
* Minor cleanup of vap create work:Sam Leffler2008-05-1218-33/+57
* we have a DFS capability now so enable checkSam Leffler2008-05-111-3/+0
* use c99-style initialization for ieee80211_phymode_nameSam Leffler2008-05-111-11/+11
* add DFS capability bit and use it to auto-enable DFS supportSam Leffler2008-05-113-3/+5
* use the current left edge of the BA window when forming ADDBA requestSam Leffler2008-05-111-3/+4
* add PLCP service bit definitionsSam Leffler2008-05-111-0/+5
* move inline keyword to silence compiler complaintsSam Leffler2008-05-111-3/+3
* Change the check for cpu_high to actually match CPUID 0x06.Rui Paulo2008-05-111-3/+3
* Don't use libkern's max() function as that's for unsigned numbers only.Rui Paulo2008-05-111-2/+2
* fix typo's that broke duration calculation on protection framesSam Leffler2008-05-112-2/+2
* Correct an error in pmap_align_superpage(). Specifically, correctlyAlan Cox2008-05-112-4/+6
* Provide the new argument to kmem_suballoc().Alan Cox2008-05-101-1/+1
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isAlan Cox2008-05-104-18/+16
* Add -mno-sse3 for amd64 case tooAndrey A. Chernov2008-05-101-1/+1
* Only start the vaps if the init routine completed.Andrew Thompson2008-05-104-4/+8
* - Associate from a taskq as we can deadlock on the ndis hal and the com lock.Andrew Thompson2008-05-102-11/+49
* Partially revert the last rev. Do call ndis_setstate_80211() when we up theAndrew Thompson2008-05-101-65/+113
* Generalize vm_map_find(9)'s parameter "find_space". Specifically, addAlan Cox2008-05-102-10/+23
* Add missing braces in #if 0ed code.Antoine Brodin2008-05-101-1/+2
* - Fix panic on detach.Hidetoshi Shimokawa2008-05-102-4/+4
* Kqueue_scan() may sleep when encountered the influx knotes. On the otherKonstantin Belousov2008-05-101-1/+10
* The kqueue_close() encountering the KN_INFLUX knotes on the kq beingKonstantin Belousov2008-05-101-4/+11
* - Disable interrupts on suspend to eliminate excessiveHidetoshi Shimokawa2008-05-101-4/+9
* move a #define from a place it shouldn't have been to a place it shouldJulian Elischer2008-05-102-4/+3
* undef MAXFIBS before redefining itJulian Elischer2008-05-101-0/+1
* Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATAXin LI2008-05-101-0/+6
* Add a stub for pmap_align_superpage() on machines that don't (yet)Alan Cox2008-05-096-0/+60
* bump __FreeBSD_versionJulian Elischer2008-05-091-1/+1
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-0969-362/+1055
* Trim trailing whitespace at ends of lines.Robert Watson2008-05-091-16/+16
* Set D_TRACKCLOSE to avoid a race in devfs that could lead to orphaned bpfJohn Baldwin2008-05-091-0/+1
* Introduce pmap_align_superpage(). It increases the starting virtualAlan Cox2008-05-093-0/+48
* When blocking on an F_FLOCK style lock request which is upgrading aDoug Rabson2008-05-091-11/+12
* - Export HZ value via kern.hz sysctl (this is the same name as for thePawel Jakub Dawidek2008-05-091-8/+17
* Always bump tcpstat.tcps_badrst if we get a RST for a connection in theJohn Baldwin2008-05-081-4/+5
* Add ID for HTC PPC6700 Modem.Xin LI2008-05-082-0/+2
* - Remove the BUS_HANDLE_MIN checking in the __BUS_DEBUG_ACCESS macro;Marius Strobl2008-05-081-81/+109
* Remove #if 0'ed code referencing no longer existent ecache_flush().Marius Strobl2008-05-081-7/+0
* Use <machine/intr_machdep.h> directly instead of depending on headerMarius Strobl2008-05-081-1/+1