aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In current code, threads performing an interruptible sleep (on bothAttilio Rao2009-12-126-19/+131
* For ia32 syscall(), call cpu_set_syscall_retval(). Update comment insideKonstantin Belousov2009-12-122-30/+6
* Make the code buildable in userland so it is easier to test it:Luigi Rizzo2009-12-121-8/+25
* Remove driver lock assertion in MII register access. This changePyun YongHyeon2009-12-121-2/+0
* CFA support doesn't exclude FLUSH support.Alexander Motin2009-12-111-2/+2
* Cleanups the boot2 for pc98. There is no functional change.Yoshihiro Takahashi2009-12-118-164/+18
* only export bio_cmd and flags to userland (bio_cmd areLuigi Rizzo2009-12-111-17/+16
* Fix interrupt handling. It started off broken and grew worse over time.Marcel Moolenaar2009-12-111-46/+62
* Wrap long lines.Andrew Thompson2009-12-111-37/+77
* Add a quirk for the Curitel UM175 where setting multiplexing for callAndrew Thompson2009-12-114-7/+36
* Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).Andrew Thompson2009-12-111-1/+0
* Add one more set of codec IDs.Alexander Motin2009-12-111-0/+8
* use div64 when converting back the burst value for userlandLuigi Rizzo2009-12-101-1/+1
* when draining a flowset free the entire chain, not just one packet.Luigi Rizzo2009-12-101-1/+1
* Add module dependency for cam if configured as ATA_CAM.Takanori Watanabe2009-12-101-0/+3
* centralize the code to free a packet (or a chain) while in dummynet.Luigi Rizzo2009-12-101-32/+27
* Don't warn about an RSDP with a corrupt checksum. The kernel does a betterJohn Baldwin2009-12-101-3/+1
* No functional changes (who dares to touch this code!) but:Luigi Rizzo2009-12-101-5/+8
* Limit maximum I/O size, depending on command set supported by device.Alexander Motin2009-12-101-0/+4
* for PV XEN translate page table entries from machine (real) to physical (logi...Kip Macy2009-12-101-0/+16
* - revert pmap_kenter_temporary to taking a physical addressKip Macy2009-12-103-9/+11
* Implement a rudimentary suspend/resume methods for PCI P2P bridge.Jung-uk Kim2009-12-102-57/+200
* For some buses, devices may have active resources assigned even though theyJohn Baldwin2009-12-093-64/+188
* Fix a confusing typo in the EDD packet structure used in gptboot andJohn Baldwin2009-12-092-6/+6
* - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it toJohn Baldwin2009-12-092-21/+112
* Fix hardware issue with FTDI chips: avoid sending a zero length packet due toAndrew Thompson2009-12-091-1/+1
* Fix dwSignature for NCM mode and add extra debug output.Andrew Thompson2009-12-091-6/+17
* Add new device ids.Andrew Thompson2009-12-093-0/+4
* Correct name, 82801IJ -> 82801JIAndrew Thompson2009-12-092-8/+8
* If the ID byte is non zero then we allow descriptors having multiple sizes.Andrew Thompson2009-12-091-3/+12
* Clear result before requesting XPT_PATH_INQ.Alexander Motin2009-12-091-0/+1
* Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes.Alexander Motin2009-12-091-1/+14
* make PV core dump actually dump memory - still need to fix program header ini...Kip Macy2009-12-092-0/+7
* Allow using IPv6 in nfsrvd_sentcache() callback.Xin LI2009-12-081-2/+3
* Simplify a macro not to generate unncessary symbols.Jung-uk Kim2009-12-081-14/+1
* Fix the build.Alexander Motin2009-12-081-2/+13
* Don't add VAPPEND if the file is not being opened for writing. Note that thisEdward Tomasz Napierala2009-12-082-2/+2
* Add additional checks of the kernel stack addresses in order toMarius Strobl2009-12-082-6/+22
* Remove phantom line of code that somehow slippedJack F Vogel2009-12-081-1/+0
* Create sysctl node(dev.bge.%d.focred_collapse) instead ofPyun YongHyeon2009-12-082-21/+25
* Add ID for NetMos NM9820 Serial Port chip, found on CardBus serial adapter.Alexander Motin2009-12-081-0/+1
* MFi386: revision 200219Yoshihiro Takahashi2009-12-082-8/+25
* MFi386: Use real mode instead of v86 mode.Yoshihiro Takahashi2009-12-081-410/+361
* MFi386: revision 200216Yoshihiro Takahashi2009-12-082-3/+2
* - Try pre-allocating all FIBs upfront. Previously we tried pre-allocatingJung-uk Kim2009-12-083-10/+6
* Partially revert r200228. For mini RCB case, bge(4) still have toPyun YongHyeon2009-12-081-7/+5
* Resync with Intel versions of both the em and igbJack F Vogel2009-12-0822-1798/+3148
* Fix typo in commentRui Paulo2009-12-081-1/+1
* Improve response to multi-touch taps.Rui Paulo2009-12-081-48/+117
* In exception_save, write-back ar.rnat after switching the backing-Marcel Moolenaar2009-12-081-14/+13