aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove hack used to deal with ifnet teardown now that if_detach and theSam Leffler2009-06-023-42/+8
* Buf-ring fixes for mxgeAndrew Gallatin2009-06-022-27/+8
* In bwi_newstate, only zero the bssid when we stop a STA. And onlyWarner Losh2009-06-021-6/+20
* Remove unneeded include.Robert Watson2009-06-021-2/+0
* Remove window(1) from the base system.Ed Schouten2009-06-02105-16640/+7
* Handle lock recursion differenty by always checking against LO_RECURSABLEAttilio Rao2009-06-025-20/+23
* Include <machine/stdarg.h> for va_*(). I'm not sure how this compiledJohn Baldwin2009-06-021-0/+1
* Add support for the four PUC serial interfaces found on IBM SurePOS 300Robert Watson2009-06-021-0/+11
* Correct a boundary case error in the management of a page's dirty bits byAlan Cox2009-06-022-14/+33
* Rather than using both -prune (which requires directory-first tree traversal)Brian Somers2009-06-021-4/+4
* - Use an acquire barrier to increment f_count in fget_unlocked andJeff Roberson2009-06-021-2/+6
* Add 88E8071, 88E8072 to the supported hardware list. While I'm herePyun YongHyeon2009-06-021-2/+6
* Add Yukon Extreme device ids, 88E8071 and 88E8072.Pyun YongHyeon2009-06-022-3/+9
* Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.Pyun YongHyeon2009-06-022-8/+67
* Catch up with the times: "mozilla" -> "firefox".Joseph Koshy2009-06-021-2/+2
* Add frame parser capability of Yukon FE+ and Yukon Extreme. WithPyun YongHyeon2009-06-022-13/+47
* Add preliminary Yukon Extreme support and register definitions.Pyun YongHyeon2009-06-022-34/+198
* Fix monitor mode vaps to work as intended:Sam Leffler2009-06-027-23/+89
* Program LED registers for 88E1116/88E1149 PHYs. These PHYs arePyun YongHyeon2009-06-022-3/+47
* Don't assume page register value is 0 and restore previous pagePyun YongHyeon2009-06-021-1/+3
* don't dispatch frames to vap's not runningSam Leffler2009-06-021-0/+3
* count packetsSam Leffler2009-06-021-0/+3
* Add a note about the change to rcorder for pf and ipfw.Doug Barton2009-06-011-0/+6
* Commit the updates to this file for the new BIND optionsDoug Barton2009-06-011-2/+16
* Add support for the build options that are currently in the port:Doug Barton2009-06-018-1/+51
* - Add Hungarian catalogGabor Kovesdan2009-06-012-1/+186
* Remove another d_thread_t use that crept in.John Baldwin2009-06-011-1/+1
* MFp4.Alexander Motin2009-06-012-14/+58
* Add an extension to the character device interface that allows characterJohn Baldwin2009-06-013-62/+80
* V_loif is not an array but a pure pointer, so treat it as such.Marko Zec2009-06-012-2/+2
* Fix segfault when giving invalid long option to pkg_info.Jilles Tjoelker2009-06-011-0/+1
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-0120-194/+233
* Update VNET base pointer setting macro to use a correct source ofMarko Zec2009-06-011-1/+1
* Initialize the match structure. This is unnecessary but gcc insists toXin LI2009-06-011-2/+1
* Remove an #undef MIN that slipped under the radar and led me toMarko Zec2009-06-011-9/+0
* Add forgotten in previous commit flags argument.Dmitry Chagin2009-06-011-2/+2
* Implement accept4 syscall.Dmitry Chagin2009-06-013-1/+21
* Implement a variation of the accept_common() which takesDmitry Chagin2009-06-011-14/+21
* Split linux_accept() syscall onto linux_accept_common() which shouldDmitry Chagin2009-06-011-13/+22
* Add a simple API to manage scatter/gather lists of phyiscal addresses.John Baldwin2009-06-015-0/+1283
* Change the "-4" option flag to "-e" since it does not refer to IPv4Rick Macklem2009-06-012-5/+5
* Add an internal pci_printf() routine similar to device_printf() exceptJohn Baldwin2009-06-011-7/+18
* Adjust some comments.John Baldwin2009-06-011-4/+4
* Add a flags field to struct ucred, and export that via kinfo_proc,Robert Watson2009-06-013-1/+4
* Set an rx jumbo cluster to the correct size beforeAndrew Gallatin2009-06-012-1/+4
* Revert the WARNS change for now, need some time to fix the real problem.Xin LI2009-06-011-1/+0
* - Remove obsolete and confusing comment about renaming "sound" to "snd".Joel Dahl2009-06-011-65/+55
* Mark as WARNS=6.Xin LI2009-06-011-0/+1
* Code cleanups to make this WARNS=6 clean.Xin LI2009-06-017-45/+56
* Revert a recent netisr2 change: when billing packets to the currentRobert Watson2009-06-011-2/+0