summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrap the whole (software) TX path from ifnet dequeue to software queueadrian2012-06-111-34/+71
* Add another TID lock.adrian2012-06-111-0/+1
* Make sure the frames are queued to the head of the list, not the tail.adrian2012-06-111-1/+1
* When scheduling frames in an aggregate session, the frames should beadrian2012-06-111-1/+15
* Retried frames need to be inserted in the head of the list, not the tail.adrian2012-06-111-1/+1
* Finish undoing the previous commit - this part of the code is no longeradrian2012-06-111-7/+4
* Introduce a new lock debug which is specifically for making sure theadrian2012-06-112-0/+8
* Revert r233227 and followup commits as it breaks CCMP PN replay detection.adrian2012-06-115-272/+35
* Fix typokevlo2012-06-111-1/+1
* - Consistenly mention columns and fieldskevlo2012-06-112-8/+8
* Add more description and clarification about the -depth and -d options inissyl02012-06-101-4/+5
* Remove redundant include.pjd2012-06-101-1/+0
* Style: move opt_*.h includes in the proper place.pjd2012-06-101-3/+3
* "on the their types." -> "on their types."trhodes2012-06-101-1/+1
* When we are closing capability during dup2(), we want to call mq_fdclose()pjd2012-06-101-2/+7
* touch: Add the -d option from POSIX.1-2008.jilles2012-06-102-5/+95
* Merge two ifs into one. Other minor style fixes.pjd2012-06-101-12/+9
* Use the previous stack entry protection and max protection to correctlykib2012-06-101-1/+1
* Partially revert r236666:mav2012-06-104-4/+4
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-104-4/+0
* The GUMSTIX-QEMU config file is almost identical to the GUMSTIX config,andrew2012-06-101-69/+2
* Add athaggrstats to the ath(4) tools build.adrian2012-06-101-1/+1
* Flesh out 'athaggrstats', a utility which will display the aggregationadrian2012-06-106-0/+979
* Add a new ioctl for ath(4) which returns the aggregate statistics.adrian2012-06-102-0/+4
* Simplify fdtofp().pjd2012-06-101-4/+4
* Some fixes for r236772.iwasaki2012-06-104-6/+6
* Bring a couple of libstdc++ patches from Apple's llvm-gcc project.pfg2012-06-1010-42/+111
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-1012-90/+30
* When synchronously syncing a device (MNT_WAIT), wait for buffersmckusick2012-06-091-2/+11
* Update maximum number of tables available in ipfw to reflectmelifaro2012-06-091-2/+2
* ds_guid of 0 is special, as it is used by snapshot receive code topjd2012-06-091-4/+8
* There is no need to drop the FILEDESC lock around malloc(M_WAITOK) anymore, aspjd2012-06-091-17/+1
* Remove now unused variable.pjd2012-06-091-1/+0
* Make some of the loops more readable.pjd2012-06-091-16/+9
* Validate IPv4 network mask being passed to ipfw kernel interface.melifaro2012-06-091-0/+3
* __flt_rounds was omitted from the exported symbols here.kientzle2012-06-091-0/+1
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-0910-537/+263
* Correct panic message.pjd2012-06-091-1/+1
* Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supporteddim2012-06-091-1/+1
* mdoc: fix a few badly nested blocks.joel2012-06-091-7/+5
* Add "human" option to print IPv4/IPv6 flows in human-readable format.melifaro2012-06-092-13/+34
* Fix typo introduced in r236559.melifaro2012-06-091-1/+1
* mdoc: fix mandoc "Oc breaks Op" warning.joel2012-06-091-5/+10
* mdoc: minor improvements to a few lists with tags.joel2012-06-091-6/+6
* Clean up trailing whitespace.gjb2012-06-091-21/+21
* Fix a typo: s/deafult/defaultgjb2012-06-091-1/+1
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-0917-681/+280
* sh: Do not assume that SIGPIPE will only kill a subshell in builtins/wait3.0jilles2012-06-081-1/+1
* Several updates:jhb2012-06-081-59/+62
* - Remove the UNUSED_ARG macro and use __unused in argument listsgabor2012-06-082-17/+9
OpenPOWER on IntegriCloud