summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* o add country codes from Atheros regulatory; these are not listed insam2009-01-271-10/+43
* remove %b msg bit defines now publicsam2009-01-271-7/+0
* o make %b msg bit defines public (to user apps too)sam2009-01-277-61/+61
* fill in ieee channel #'s and max tx power for drivers that work exclusivelysam2009-01-271-0/+15
* add new state bit to indicate when interference is observed on the channelsam2009-01-271-0/+3
* change IEEE80211_IS_CHAN_OFDM and IEEE80211_IS_CHAN_CCK to return truesam2009-01-271-2/+2
* define IEEE80211_CHAN_108A and IEEE80211_CHAN_108G in terms of theirsam2009-01-271-2/+2
* Bump .Dd for r187782.keramida2009-01-271-1/+1
* update to 0.5.11: some useful bug fixes (check ChangeLog)sam2009-01-2742-163/+378
* Following a fair amount of real world experience with ACLs andrwatson2009-01-275-39/+44
* fix printing of uint64_t values, so we can use WARNS=2luigi2009-01-274-11/+27
* When synchronizing the clock at system startup time, use bothkeramida2009-01-272-3/+7
* Fix the input buffer at 1024. The previous calculated buffer sizen_hibma2009-01-271-5/+6
* fix wrong variable usage...luigi2009-01-271-2/+1
* Put nat and ipv6 support in their own files.luigi2009-01-275-1320/+1436
* Put dummynet-related code in a separate file.luigi2009-01-273-785/+853
* never mind, for the time being let's stick with WARNS=0 untilluigi2009-01-271-2/+2
* Start splitting the monster file in smaller blocks.luigi2009-01-274-589/+681
* - Add support for Moxa Technologies CP-168EL/PCIe card.stas2009-01-271-0/+6
* put the usage() function inline, it was only 1 line and used once;luigi2009-01-271-19/+10
* put all options in a single struct, and document them.luigi2009-01-271-126/+146
* I believe this is safe to build with WARNS=2 nowluigi2009-01-271-1/+1
* remove a couple of rarely used #define;luigi2009-01-271-13/+12
* - Add support for nehalem/corei7 cpus. This supports all of the corejeff2009-01-275-56/+864
* Follow up with previous commit: mention -D, not -C when cg checkdelphij2009-01-271-1/+1
* s/use/using/ in previous commit.trhodes2009-01-271-1/+1
* Add ENOMEM to the return values.trhodes2009-01-271-24/+16
* Remove DETACH event handling; this is race prone and does nothing useful.sam2009-01-261-6/+5
* Delete commented out ancient history.imp2009-01-261-14/+0
* Clean up ng_ubt2. Get rid of excessive use of NG_NODE_REF/UNREF().emax2009-01-262-503/+244
* Don't unlock the parent ppc lock until after releasing the ppbus.jhb2009-01-261-1/+1
* Make the Monty Python quote more google friendly instead oftrhodes2009-01-261-3/+2
* MFp4 //depot/projects/usb/ @156706thompsa2009-01-261-6/+10
* Regen.thompsa2009-01-262-2/+46
* MFp4 //depot/projects/usb/ @156522,156530thompsa2009-01-263-1/+36
* MFp4 //depot/projects/usb/ @156521thompsa2009-01-261-22/+50
* Fix up USB_GET_REPORT_DESC ioctl.thompsa2009-01-261-1/+1
* Add umass quirk.thompsa2009-01-262-0/+5
* Add a usb hid quirk.thompsa2009-01-262-0/+2
* No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for itsobrien2009-01-261-2/+1
* kmod.mk includes bsd.sys.mk anyway so use CSTD instead of homegrownrdivacky2009-01-261-2/+1
* Use the proper flag to let kern.ttys be executed without Giant.ed2009-01-261-1/+1
* Specify analog beep pin widget for several AD codecs.mav2009-01-261-1/+8
* Whitespace tweak.jhb2009-01-261-1/+1
* Now that mtx_sleep/msleep can accept Giant as the interlock, simplify thejhb2009-01-261-19/+6
* Change the way our softc is stored to use the devinfo facility provided by pcmnwhitehorn2009-01-264-27/+20
* wrap all malloc/calloc/realloc calls so they exit on failureluigi2009-01-261-23/+33
* The kernel may do unbalanced calls to fifo_close() for fifo vnode,kib2009-01-261-1/+4
* Add missing locking around setting the ppc interrupt handler IVAR.jhb2009-01-261-0/+2
* Some implementations of getopt() expect that argv[0] is always theluigi2009-01-261-27/+42
OpenPOWER on IntegriCloud