summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* deliver an l2uf frame on sta join to prime the bridgesam2006-03-061-0/+51
* when scanning channels marked passive defer probe request untilsam2006-03-065-12/+45
* Fix the build. %ju prints uintmax_t not unsigned long long (which ismlaier2006-03-061-3/+3
* MFi386 revision 1.1220: options TDFX_LINUX --> device tdfx_linuxyar2006-03-061-3/+2
* Improve the advantech watchdog.phk2006-03-061-2/+6
* If we miss the LINK_UP event from the network interface then the bridge portthompsa2006-03-062-13/+11
* Fix include paths to make this compile.silby2006-03-053-10/+10
* Retire NETSMBCRYPTO as a kernel option and make its functionalityyar2006-03-0513-57/+13
* Add USB modes.sos2006-03-052-0/+6
* Import microcodes for RT2561, RT2561S and RT2661 chipsets.damien2006-03-051-0/+2268
* Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)damien2006-03-051-2/+2
* Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)damien2006-03-0510-1298/+4816
* Update atapi-fd to support direct devices such as disks.sos2006-03-054-69/+101
* When we get an unknown ATAPI comand, try it even if it is not listed,phk2006-03-051-2/+4
* Add two new ATAPI commands.sos2006-03-051-0/+2
* Add another inverted amplifier sense quirk for Sony VAIO Type T.ariff2006-03-051-0/+1
* turn some WARNs for unknown events into INFOsmjacob2006-03-041-2/+2
* Create a mac_bsdextended_check_vp function that takes a cred, adwmalone2006-03-041-280/+43
* We need to check if file system size is equal to provider's size, becausepjd2006-03-041-2/+7
* Count drops when the first of two pipe mallocs fails.rwatson2006-03-041-0/+1
* Update src/sys/security/audit for OpenBSM 1.0 alpha 5:rwatson2006-03-043-15/+6
* Update src/sys/bsm for OpenBSM 1.0 alpha 5 changes:rwatson2006-03-042-22/+31
* crypto.ko depends on zlib.wkoszek2006-03-041-0/+1
* fixed a bug that an MLD report is not advertised when group-specific MLD quer...suz2006-03-041-2/+3
* MFi386: revision 1.1220.nyan2006-03-041-3/+2
* Add missing cast.phk2006-03-041-1/+1
* More detailed logging if timestepwarnings are enabled.phk2006-03-041-5/+8
* use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensureps2006-03-043-14/+16
* Fix bug in malloc_uninit():ps2006-03-031-1/+3
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-038-54/+102
* Cast the pointer to void * before casting it back to struct type * inmux2006-03-031-1/+1
* - use a more common style to print memory sizesnetchild2006-03-031-78/+133
* Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.yar2006-03-031-1/+1
* Move XBOX option to options. While it is only valid on i386,imp2006-03-033-7/+3
* Unbreak byte counters when network interfaces are in monitor mode bycsjp2006-03-031-8/+8
* Committed the xbox syscons(8)-able console driver.rink2006-03-034-256/+538
* Correctly switch IFCAP_VLAN_HWTAGGING on and off.glebius2006-03-031-6/+12
* - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl().glebius2006-03-031-7/+5
* Since we are using random ethernet addresses for the bridge, it is possiblethompsa2006-03-031-6/+21
* Don't truncate f_mntfromname & f_mntonname to 16 characters whenps2006-03-032-4/+4
* micro fix from justinmjacob2006-03-031-3/+3
* Slightly re-worked bpf(4) code associated with bridging: if we have acsjp2006-03-031-10/+26
* iir works on PAE now.scottl2006-03-031-1/+0
* - Print message about cpufreq and timecounter TSCmnag2006-03-031-1/+8
* Fix endian bugs accessing ioctl arguments that are passed by value.emax2006-03-031-13/+13
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-026-3/+22
* Hold extra reference to vm object while cleaning pages.tegge2006-03-021-0/+2
* Don't try to show marker nodes.tegge2006-03-021-1/+1
* The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for.thompsa2006-03-021-3/+4
* Add signal set sq_kill to sigqueue structure, the member saves alldavidxu2006-03-022-5/+26
OpenPOWER on IntegriCloud