summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix what looks like a typo: MODULE_DEPEND() takes module names,yar2006-07-271-1/+1
* Define BYTE_MSF if we're compiling a big endian kernel, so that DDB cancognet2006-07-271-0/+3
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-271-0/+1
* Add device ID for second generation D-Link DGE-530T.yongari2006-07-272-3/+10
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-272-0/+2
* Prepending an mbuf after loading a DMA map results in unexpectedyongari2006-07-271-31/+28
* Nuke invalid use of BUS_DMA_ALLOCNOW.yongari2006-07-271-1/+1
* Make sure to use the same DMA map in DMA map load/unload operationsyongari2006-07-271-5/+8
* Properly propagate overrun conditions to the TTY layer.marcel2006-07-271-0/+2
* bridgestp is now a seperate module.thompsa2006-07-262-1/+2
* Hook bridgestp up to the build.thompsa2006-07-261-0/+1
* Add bridgestp as a seperate module.thompsa2006-07-261-0/+8
* Remove stp variables that are already initialised in bstp_attach().thompsa2006-07-261-5/+0
* Remove zs(4). It has been replaced by scc(4) & uart(4).marcel2006-07-261-2/+0
* Replace sio_iobus.c with uart_iobus.c.marcel2006-07-261-1/+1
* Turn this into an uart(4) bus attachment.marcel2006-07-261-40/+19
* Repocopy from: src/sys/powerpc/psim/sio_iobus.cmarcel2006-07-261-108/+0
* Remove call to soisdisconnected() in uipc_detach(), since it will alreadyrwatson2006-07-261-1/+0
* o Remove device zsmarcel2006-07-261-5/+1
* o Enable -Werrormarcel2006-07-261-3/+2
* On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add amarcel2006-07-261-3/+10
* Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consolemarcel2006-07-261-1/+7
* Implement uart_cpu_eqres() and uart_cpu_getdev(). This allowsmarcel2006-07-261-3/+56
* o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.marcel2006-07-265-2/+38
* Include needed clock.h.marcel2006-07-262-0/+2
* Forward declare struct trapframe.marcel2006-07-261-0/+2
* Add snd_emu10kx_loadache2006-07-261-0/+1
* /tmp/cvsuusTrcthompsa2006-07-264-723/+953
* Remove variables that are overridden by ether_ifattach(). This clears up anythompsa2006-07-261-3/+0
* add missing \n'ssam2006-07-261-2/+2
* check tim is present in the beacon before defer'ing the mcast buffer bit;sam2006-07-261-1/+2
* support for 802.11 packet injection via bpfsam2006-07-262-0/+243
* add support for 802.11 packet injection via bpfsam2006-07-268-1/+204
* Fix braino: The cl_range field should not hold the shifted I/Omarcel2006-07-262-3/+3
* set default beacon miss threshold to 10 beaconssam2006-07-261-0/+1
* add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon misssam2006-07-262-0/+11
* o move min/max beacon interval and dtim period to public locationsam2006-07-262-7/+24
* Use virtual_avail instead of freemempos as the starting point of the availablecognet2006-07-251-1/+1
* Remove redundant check committed by accident.pjd2006-07-251-2/+0
* Avoid memory allocations when the given address is already 16 bytes aligned.pjd2006-07-251-6/+51
* Modify PADLOCK_ALIGN() macro, so when the given address is already 16 bytespjd2006-07-251-1/+1
* Style fixes.pjd2006-07-254-10/+10
* In udf_find_partmaps(), when we find a type 1 partition map, we have toyar2006-07-252-10/+13
* Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl.njl2006-07-251-13/+55
* Add uipc_sockbuf.c to standard files list; accidentally missed in earlierrwatson2006-07-251-0/+1
* Cleanup.kevlo2006-07-252-18/+1
* Add stge(4) to the list of drivers supported by GENERIC kernel.yongari2006-07-252-0/+2
* Add an entry for the stge(4) module.yongari2006-07-251-1/+1
* bus_alloc_resource_any is actually defined in themjacob2006-07-251-5/+0
* When probing to attach the CAM functionality, check againstmjacob2006-07-251-5/+13
OpenPOWER on IntegriCloud