summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END.marius2011-11-2332-36/+33
* Probe the BCM5785.marius2011-11-231-0/+1
* Sync with NetBSD rev. 1.104marius2011-11-231-1/+14
* Remove unused functions.fjoe2011-11-232-109/+0
* - Remove unused old libdialog includesfjoe2011-11-232-185/+0
* Fix parsing of redirect_addr argument.glebius2011-11-231-1/+2
* Avoid double free creating a new RAID with invalid command line arguments.emaste2011-11-231-0/+3
* some tweaks to build picobsd for different architectures.luigi2011-11-232-5/+13
* Plug fd leakskevlo2011-11-233-0/+4
* fix formatting warning using casts. The numbers involvedluigi2011-11-231-4/+4
* Fix build without INVARIANTS.trociny2011-11-231-0/+2
* Fix build, hopefully.trociny2011-11-231-33/+42
* Re-lock the ath lock after ath_reset() has been called.adrian2011-11-231-0/+1
* Remove unused variable mii.kevlo2011-11-231-2/+0
* Tidy up the statistic documentation.adrian2011-11-231-2/+2
* Add the new statistics introduced in r227868.adrian2011-11-231-7/+14
* Flesh out the TX aggregation completion statistics.adrian2011-11-233-5/+16
* Disable accepting frames in re_stop() to put RX MAC into idle state.yongari2011-11-231-3/+15
* fdopendir(): Do not close the passed file descriptor on failure.jilles2011-11-221-4/+13
* Perform media change after setting IFF_DRV_RUNNING flag. Without it,yongari2011-11-221-2/+2
* Writing access to RL_CFG5 register also requires EEPROM writeyongari2011-11-221-5/+6
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-2232-32/+32
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-2227-30/+30
* Style change.hselasky2011-11-221-2/+2
* Remove yet another outdated note about procfs(5) being required.trociny2011-11-221-6/+0
* forgot to merge NETMAP entries in sys/conf !luigi2011-11-223-0/+8
* Update to use DEVMETHOD_END.marius2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-22156-585/+238
* For IP1001 PHY, do not set multi-port device(MASTER). Ideally thisyongari2011-11-221-1/+2
* Remove libpam from _prebuild_libs. This should unbreak the -jX build.des2011-11-221-2/+1
* No need in procfs(5).trociny2011-11-222-25/+1
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).trociny2011-11-222-341/+27
* Add new options, -e and -x, to display process environment variablestrociny2011-11-226-12/+228
* Announce flow control capability to underlying PHY driver.yongari2011-11-221-4/+11
* Retire linprocfs_doargv(). Instead use new functions, proc_getargv()trociny2011-11-221-146/+14
* Rework link establishment and link state detection logic.yongari2011-11-221-18/+44
* In procfs_doproccmdline() if arguments are not cashed read them fromtrociny2011-11-221-30/+8
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returntrociny2011-11-223-5/+409
* Improve logging:glebius2011-11-221-2/+2
* style(9) nitglebius2011-11-221-1/+2
* Fix SIOCDIFADDR semantics: if no address is specified, then delete first one.glebius2011-11-221-1/+1
* - Add a DEVMETHOD_END alias for KOBJMETHOD_END so that along with 'driver_t'marius2011-11-222-3/+4
* Always start MII auto polling before accessing any MII registers.yongari2011-11-221-0/+2
* Define __FreeBSD_kernel__ macro in sys/param.h.rmh2011-11-221-0/+16
* Append unit number to the WMI status device name to allow attachingjh2011-11-222-6/+6
* Avoid panics from recursive rename operations. Not a perfect patch butivoras2011-11-221-6/+3
* Fix a crash when trying to duplicate a locale that contains some implicit C l...theraven2011-11-221-1/+6
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.kib2011-11-225-1/+24
* Remove the wrong comment about ufs not being loadable.kib2011-11-221-5/+4
* - Use ppb_assert_locked() rather than using explicit mtx_assert callattilio2011-11-224-34/+12
OpenPOWER on IntegriCloud