summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When we return with an error we cannot unlock the mutex, becausegnn2012-08-011-1/+2
* replace inet_ntoa_r with the more standard inet_ntop().luigi2012-08-012-10/+12
* add a cast to avoid a signed/unsigned warning (to be removedluigi2012-08-011-1/+1
* - Add myself to calendar.freebsdbdrewery2012-08-012-0/+4
* Do a trivial reformatting of the comment, to record the proper commitkib2012-08-011-2/+1
* Several fixes to allow firmware/BIOS flash access from user-level:mav2012-08-014-64/+41
* diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.ckib2012-08-011-14/+86
* Add lfence().kib2012-08-012-0/+14
* Revise pmap_enter()'s handling of mapping updates that change thealc2012-08-011-22/+30
* Fix kernel panic on `camcontrol reset` for specific target, caused bymav2012-08-011-0/+1
* Restore a piece of BSD history.des2012-08-011-3/+3
* Some more whitespace cleanup.glebius2012-08-014-21/+21
* Add the chip select glue.imp2012-08-012-0/+6
* Teach md5(1) about sha512.delphij2012-08-013-10/+36
* Use calloc().delphij2012-08-011-2/+1
* Fix a case of "mis-located braces".adrian2012-08-011-2/+2
* Allow 802.11n hardware to support multi-rate retry when RTS/CTS isadrian2012-07-314-7/+24
* In case of IPsec he have to do delayed checksum calculations beforebz2012-07-311-0/+14
* Prefer ate over macb. macb doesn't work anymore, and ate has moreimp2012-07-314-4/+1
* Note about where we can boot this.imp2012-07-311-1/+2
* Allow chip selects other than 0. The SAM9260EK boardimp2012-07-311-4/+14
* Restore the PCI bridge configuration upon resume.adrian2012-07-311-0/+5
* Clean up some unused leftover code from emjfv2012-07-311-74/+30
* Reorder the managament of advisory locks on open files so that the advisoryjhb2012-07-312-43/+61
* Fix wrong indent according to style(9)mm2012-07-311-2/+2
* Fix reporting of root pool upgrade notice.mm2012-07-311-19/+19
* Shuffle the call to ath_hal_setuplasttxdesc() to _after_ the rate controladrian2012-07-312-31/+7
* find: Remove unnecessary and inconsistent initialization.jilles2012-07-311-1/+1
* Push the rate control and descriptor chaining into the descriptor "set"adrian2012-07-311-61/+52
* Some style(9) and whitespace changes.glebius2012-07-315-126/+116
* Add several performance optimizations to acpi_cpu_idle().mav2012-07-311-11/+21
* Fixed some debug output in hwmp_recv_prep.monthadar2012-07-311-3/+3
* nobody uses this file except the userspace ipfw code, but the castluigi2012-07-311-1/+1
* Fix a PREQ comparison error in 11s HWMP.monthadar2012-07-311-3/+4
* Fix bugs in net80211s found with wtap simulator.monthadar2012-07-311-4/+6
* Fix wtap to not panic in wtap_beacon_intrp.monthadar2012-07-311-2/+6
* remove a redundant MALLOC_DECLAREluigi2012-07-311-4/+0
* I am comparing current pipe code with the one in 8.3-STABLE r236165,davidxu2012-07-313-19/+6
* Properly apply #ifdef INET and leave a comment that we are (will) applybz2012-07-311-3/+3
* Improve the should-never-hit printf to ease debugging in case we'd ever hitbz2012-07-311-2/+3
* - Change back "d_ofs" to int8_t to not pessimize padding and size of "struct ...fjoe2012-07-312-6/+15
* macb doesn't work, switch to ate.imp2012-07-311-2/+1
* Migrate some more TX side setup routines to be methods.adrian2012-07-316-18/+86
* Break out the hardware handoff and TX DMA restart code into methods.adrian2012-07-313-4/+70
* Placeholder ioctl for an upcoming rate control statistics API change.adrian2012-07-311-0/+1
* When a thread is blocked in direct write state, it only sets PIPE_DIRECTWdavidxu2012-07-313-6/+12
* Partial MFV (illumos-gate 13753:2aba784c276b)mm2012-07-3011-119/+417
* Until now KTR_ENTRIES, which defines the size of circular buffer used indavide2012-07-302-3/+3
* ieeefp.h is only needed on i386 class hardware.kargl2012-07-301-0/+2
* Whitespace.kargl2012-07-303-4/+3
OpenPOWER on IntegriCloud