summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update 802.11 wireless support:sam2007-06-1169-4853/+13028
* Conditionally acquire Giant in vm_contig_launder_page().alc2007-06-111-0/+4
* Connect icsphy(4) to the build.yongari2007-06-112-1/+2
* Add icsphy(4), Integrated Circuit Systems PHY driver, ported fromyongari2007-06-112-0/+438
* Add ICS1889/ICS1892/ICS1893 PHY.yongari2007-06-111-0/+3
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-112-2/+4
* Disable automatic IP ID increment. Due to a hardware bug the automaticyongari2007-06-111-15/+0
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-1129-31/+75
* Use default options for default partitioning schemes, rather thanmarcel2007-06-1110-20/+21
* Add the machine-specific definitions for configuring the new physicalalc2007-06-102-1/+31
* - Add codec id for ALC660 [1]ariff2007-06-101-1/+10
* Optimize vmmeter locking.attilio2007-06-109-91/+74
* Fix a case in tcp_do_segment() where tcp_update_sack_list() wouldandre2007-06-101-2/+1
* Fix style for comments, be more verbose and add some more.andre2007-06-101-23/+34
* Now pam_nologin(8) will provide an account management functionyar2007-06-101-1/+1
* Work around a firmware bug in the HP rx2660, where in ACPI an I/O portmarcel2007-06-102-3/+12
* Cast len to be a uintmax_t and make format in KASSERT match so asmjacob2007-06-101-1/+2
* Remove const type qualifier from a function- gcc4.2 doesn't accept it.mjacob2007-06-101-3/+3
* Initialize the dma tag's bounce_zone to NULL if we didn't allocate it.cognet2007-06-101-1/+2
* Prefer device_printf over printfimp2007-06-102-36/+31
* Prefer device_printf over printf. Eliminate axe_unit as it is noimp2007-06-102-38/+32
* Remove 'inline' qualifiers from functions which are not, in fact, inlines.mjacob2007-06-102-7/+7
* Cast the ioctl define to the type of the variable being switched on.mjacob2007-06-101-2/+2
* Remove unused variable.mjacob2007-06-101-2/+0
* Init timespec to zero fo quiesce warnings.mjacob2007-06-101-1/+1
* Quiesce warnings by initializing irql values to zero.mjacob2007-06-101-3/+3
* Ensure that newpath is always initialized, even for the error case.mjacob2007-06-101-0/+2
* Commit for Nate his "guidelines for submitting quirks".mjacob2007-06-101-2/+210
* Remove unused variable.mjacob2007-06-101-1/+0
* The new compiler can't quite follow the logic of has_stime andmjacob2007-06-101-1/+1
* Initialized ets to zero. This is arguably a gcc bug in that ets is alwaysmjacob2007-06-101-0/+2
* Complete an initialization to make gcc 4.2 happy.mjacob2007-06-101-0/+1
* Initialize devname.mjacob2007-06-101-0/+2
* Add ofw_bus_if.h as a dependency on sparc64. Without this sparc64 kernelkensmith2007-06-101-0/+4
* Add a new physical memory allocator. However, do not yet connect italc2007-06-102-0/+741
* Fix a bug caming from the committing a pre-merge version of the patchattilio2007-06-101-0/+2
* Work around an integer overflow in expression `3 * maxbufspace / 4',marcel2007-06-091-0/+7
* Synchronize the instruction cache after writing to memory. This ismarcel2007-06-091-1/+5
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-0914-21/+70
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-099-23/+47
* Make the handling of the tcp window explicit for the SYN_SENT caseandre2007-06-091-4/+10
* Remove some bogosity from the SYN_SENT case in tcp_do_segmentandre2007-06-091-6/+8
* Since locking in kern/subr_prof.c is changed a bit, we need nomore ofattilio2007-06-092-3/+1
* Don't send pure window updates when the peer has closed the connectionandre2007-06-091-1/+4
* The current rusage code show peculiar problems:attilio2007-06-096-48/+26
* Propagate volatile qualifier to make gcc4.2 happy.mjacob2007-06-091-1/+1
* Handle a race condition on >2 core machines in tcp_timer() whenandre2007-06-091-2/+8
* - Opps.. takes out debug printfs I accidentally left in :-(rrs2007-06-092-16/+0
* - fix send_failed notification contentsrrs2007-06-096-87/+99
* Make this compile.ru2007-06-091-1/+1
OpenPOWER on IntegriCloud