summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.rdivacky2011-04-043-10/+12
* Always check the current minimum value to make the test more predictable.jkim2011-04-041-2/+2
* errno.h: fix couple of whitespace nitsavg2011-04-041-2/+2
* Fix bogus logic to calculate delta between two values from ACPI timers.jkim2011-04-041-8/+3
* Lower the bar for ACPI-fast on virtual machines. The current logic dependsjkim2011-04-041-2/+3
* Fix a long standing bug where file_load() passes down the global loadaddrmarcel2011-04-041-1/+1
* Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.jkim2011-04-041-3/+3
* Remove malloc type M_NETADDR unused since splitting into vfs_subr.cpluknet2011-04-041-2/+0
* Commit missing bits from the last commit:adrian2011-04-043-1/+6
* Add a HAL capability bit for supporting self-linked RX descriptors and disabl...adrian2011-04-049-12/+31
* At least set the coverage class value here; worry about populating theadrian2011-04-041-0/+1
* Do not increment num_args if strsep(3) returned an empty field.pluknet2011-04-041-3/+4
* When removing ifnets, we should first remove the reference to ifnetglebius2011-04-041-9/+10
* Lower WARNS to unbreak the build, some archs may have alignment issues.thompsa2011-04-041-1/+1
* fix printing of tv_usecthompsa2011-04-041-1/+1
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pagemarcel2011-04-037-52/+140
* - Include usbdump into default build.hselasky2011-04-031-0/+1
* Add 2 new archsw interfaces:marcel2011-04-035-30/+55
* - Fix for missing event if a libUSB USB transfer is started andhselasky2011-04-031-4/+17
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-036-6/+6
* I missed committing this last time - it's needed for the 5ghz fast clock calc...adrian2011-04-032-4/+6
* - Improvements to USB PF solutionhselasky2011-04-035-199/+501
* In g_eli_read_done() and g_eli_write_done(), for a bio withtrociny2011-04-031-2/+2
* Add in the clock timing calculation when Merlin is using the 5ghz fast clock.adrian2011-04-031-2/+15
* Import the initial CPU support for the MIPS RALink RT305x SoC.adrian2011-04-0321-0/+4031
* Add in some missing flags in the EHCI initialisation code,adrian2011-04-031-0/+7
* Commit configuration files for the AR913x SoC and the TP-Link WR-1043ND.adrian2011-04-034-0/+197
* Import a fix from the ath9k - reduce the TX FIFO size for Kite (AR9285.)adrian2011-04-031-1/+9
* Add an explanation of the inivalsadrian2011-04-031-0/+1
* Import nvram2env, a device driver which imports various NVRAM-styleadrian2011-04-032-0/+319
* Revert rev 165325. The arch_maphint interface hasn't been in use formarcel2011-04-032-48/+0
* MFV of tzdata2011e:edwin2011-04-035-7/+67
* Make the ski loader functional again after the previous set of changes.marcel2011-04-032-31/+31
* Fix problems that manifested from filesystem full conditions:jeff2011-04-021-9/+14
* Implement compat32 shims for PCIOCGETCONF.kib2011-04-021-0/+106
* Provide the structures and ioctl number definition for handlingkib2011-04-022-0/+44
* Add accounting for RACCT_NPTS.trasz2011-04-021-6/+25
* Add missing include.adrian2011-04-021-1/+1
* Increase default timeout from 5 seconds to 20 seconds. 5 seconds is definitelypjd2011-04-022-3/+3
* Handle ENOBUFS on send(2) by retrying for a while and logging the problem.pjd2011-04-021-0/+22
* When we are operating on blocking socket and get EAGAIN on send(2) or recv(2)pjd2011-04-021-4/+35
* Declare directions for sockets between primary and secondary.pjd2011-04-022-0/+12
* Allow to disable sends or receives on a socket using shutdown(2) bypjd2011-04-021-0/+22
* Handle the problem described in r220264 by using GEOM GATE queue of unlimitedpjd2011-04-021-1/+1
* Because ggatel(8) operates on local GEOM providers, use unlimited queue size inpjd2011-04-022-18/+4
* GEOM has an internal mechanism to deal with ENOMEM errors returned viapjd2011-04-021-1/+1
* Overhaul locale handling.gordon2011-04-021-46/+45
* A handful of the openwrt devices use a MAC address that's at a hard-codedadrian2011-04-021-0/+21
* From ath9k - clear the RX descriptor status before recycling it.adrian2011-04-021-0/+5
* Add some more debuggingadrian2011-04-021-0/+8
OpenPOWER on IntegriCloud