summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Garbage collect now-unused nfsrv_setcred() -- it's not only unused, butrwatson2007-11-042-18/+0
* Add support for trimmed down version of ATI SB600 AC97 audioariff2007-11-042-0/+2
* Add an option to limit the number of source MACs that can be behind a bridgethompsa2007-11-042-23/+91
* fix build: when usb was enabled wireless drivers were brought in sosam2007-11-031-8/+0
* upgrade zd1211b firmware for the zyd driver. This solves a hardwaresam2007-11-031-512/+471
* fix a typo in rx radiotap's flagssam2007-11-031-1/+1
* correct entrysam2007-11-031-1/+1
* bandaid crash as I have no time to research the issue and the driversam2007-11-031-1/+1
* Ever since the module registration system was introduced to this driver,scottl2007-11-031-1/+2
* Remove zyd as wireless is not supported on PAE.thompsa2007-11-031-0/+1
* Eliminate spurious "Approaching the limit on PV entries, ..."alc2007-11-032-11/+8
* o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages().maxim2007-11-021-1/+1
* Completely remove the code for single threading the mainline fork code.julian2007-11-021-49/+3
* Fix a shutdown hang on some SMP systems. The previous logic was to IPI allnjl2007-11-021-4/+6
* sync 11n support with vap code base; many changes based on interopsam2007-11-0216-272/+1036
* correct channel flags returned by IEEE80211_IOC_STA_INFO; we needsam2007-11-021-1/+1
* don't try to re-associate after a parameter change, too many ap'ssam2007-11-021-11/+1
* - Add sysctl for sizeof(znode_t), which will be used by fstat(1).lulf2007-11-022-0/+8
* Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertionemaste2007-11-012-19/+22
* Call zil_commit() (if ZIL is not disabled) after every non-read requestpjd2007-11-012-22/+22
* __CPU_XSCALE_PXA2XX -> CPU_XSCALE_PXA2X0kevlo2007-11-011-1/+1
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:pjd2007-11-012-4/+12
* add zydsam2007-10-311-1/+2
* Fix locking issue in ng_btsocket_l2cap_ctloutput()emax2007-10-311-2/+4
* Add CPU_ARM9Ekevlo2007-10-311-0/+1
* Don't define get_cachetype() for CPU_ARM9E unless it's going to be used.kevlo2007-10-311-1/+1
* If we're on an SMP kernel and there is more than 1 CPU, reject any attemptsnjl2007-10-301-1/+17
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-3022-76/+78
* Apply a few changes from ipfilter-current:darrenr2007-10-307-44/+69
* Correct a copy and paste'o in phys_pager.c, we are talking about phys hereremko2007-10-301-1/+1
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-307-22/+78
* Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()yongari2007-10-301-1/+0
* Implement per-object type consistency checks for labels passed torwatson2007-10-301-20/+65
* Move nvram out of DEFAULTS. There really isn't a lot of justificationpeter2007-10-294-2/+6
* - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4)marius2007-10-291-2/+1
* kill commented out line of code.imp2007-10-291-1/+0
* fix typo in code normally not compiled in.julian2007-10-291-1/+1
* Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channelemax2007-10-291-31/+53
* Merge OpenBSM 1.0 changes to src/sys/bsm:rwatson2007-10-291-39/+1
* Replace use of AU_NULL with 0 when no audit classes are in use; thisrwatson2007-10-292-4/+4
* Canonicalize names of local variables.rwatson2007-10-291-66/+66
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingrwatson2007-10-2942-13250/+12171
* Resort TrustedBSD MAC Framework policy entry point implementations andrwatson2007-10-299-4684/+4744
* Add 88E1116/88E1116R PHY support code that takes the PHY out ofyongari2007-10-292-0/+15
* Add a newer RTL8211B(L) PHY.yongari2007-10-291-2/+2
* Add support for RealTek RTL8211B(L) PHY. It's based on the patchyongari2007-10-292-28/+99
* o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so setyongari2007-10-291-7/+14
* Fix typo in code obviously not being compiled on any of my machines.julian2007-10-281-1/+1
* - Make failure to route a ISA interrupt non fatal. Apparently themarius2007-10-281-14/+16
* - Add constants for the different memory types in the SMAP table.jhb2007-10-287-38/+37
OpenPOWER on IntegriCloud