summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow the block size used when booting over NFS to be overridden. It defaultsbenno2008-05-162-2/+8
* The beacon miss notification must run without locks held has it calls back intothompsa2008-05-162-2/+16
* Spelling and capitalization fixes.scf2008-05-161-4/+4
* LO_ENROLLPEND is no more existing so just axe it (it was left out by theattilio2008-05-161-2/+1
* lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so justattilio2008-05-151-1/+1
* - Const'ify firmware and lookup-tables.marius2008-05-155-53/+53
* Update the kernel to count the number of mbufs and clustersgnn2008-05-152-2/+14
* - Embed the recursion counter for any locking primitive directly in theattilio2008-05-1512-82/+54
* Don't call vm_reserv_alloc_page() on device-backed objects. Otherwise, thealc2008-05-151-1/+1
* Fix a panic when it occurred during initializing the ndis driver becauseweongyo2008-05-151-0/+4
* Go back to using the process command name (p_comm) for the file name andjhb2008-05-151-2/+2
* Move speaker a lot closer to style(9)phk2008-05-151-343/+317
* Improve the integration of BCM5906[M] support:marius2008-05-142-66/+63
* Add the devctl notifications for the cdev create/destroy events.kib2008-05-141-0/+42
* style(9): remove FreeBSD CVS ID from the initial license comment.rpaulo2008-05-141-3/+0
* Actually, don't rely on the unsafe MAX() macro. Use imax() as providedrpaulo2008-05-141-2/+2
* Don't let hacksync() call bus_dmamap_sync(9) on DMA maps whichmarius2008-05-132-6/+14
* Regen.rdivacky2008-05-136-14/+20
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-139-15/+200
* From the OpenBSD commit log :cognet2008-05-132-1/+3
* - Set sc->dev to the new-bus device_t so all the device_printf()s work.jhb2008-05-121-1/+3
* Add support for management apps. Work around an apparent firmware bug thatscottl2008-05-122-8/+126
* fix typo in runz_fuzzjulian2008-05-121-1/+1
* Fix the loopback interface. Cleaning up some code with new macrosgnn2008-05-121-1/+0
* declare ieee80211_phymode_name with an array sizesam2008-05-121-1/+1
* Update PLCP<->rate mapping support:sam2008-05-127-24/+149
* Minor cleanup of vap create work:sam2008-05-1218-33/+57
* we have a DFS capability now so enable checksam2008-05-111-3/+0
* use c99-style initialization for ieee80211_phymode_namesam2008-05-111-11/+11
* add DFS capability bit and use it to auto-enable DFS supportsam2008-05-113-3/+5
* use the current left edge of the BA window when forming ADDBA requestsam2008-05-111-3/+4
* add PLCP service bit definitionssam2008-05-111-0/+5
* move inline keyword to silence compiler complaintssam2008-05-111-3/+3
* Change the check for cpu_high to actually match CPUID 0x06.rpaulo2008-05-111-3/+3
* Don't use libkern's max() function as that's for unsigned numbers only.rpaulo2008-05-111-2/+2
* fix typo's that broke duration calculation on protection framessam2008-05-112-2/+2
* Correct an error in pmap_align_superpage(). Specifically, correctlyalc2008-05-112-4/+6
* Provide the new argument to kmem_suballoc().alc2008-05-101-1/+1
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isalc2008-05-104-18/+16
* Add -mno-sse3 for amd64 case tooache2008-05-101-1/+1
* Only start the vaps if the init routine completed.thompsa2008-05-104-4/+8
* - Associate from a taskq as we can deadlock on the ndis hal and the com lock.thompsa2008-05-102-11/+49
* Partially revert the last rev. Do call ndis_setstate_80211() when we up thethompsa2008-05-101-65/+113
* Generalize vm_map_find(9)'s parameter "find_space". Specifically, addalc2008-05-102-10/+23
* Add missing braces in #if 0ed code.antoine2008-05-101-1/+2
* - Fix panic on detach.simokawa2008-05-102-4/+4
* Kqueue_scan() may sleep when encountered the influx knotes. On the otherkib2008-05-101-1/+10
* The kqueue_close() encountering the KN_INFLUX knotes on the kq beingkib2008-05-101-4/+11
* - Disable interrupts on suspend to eliminate excessivesimokawa2008-05-101-4/+9
* move a #define from a place it shouldn't have been to a place it shouldjulian2008-05-102-4/+3
OpenPOWER on IntegriCloud