summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow clock_if.m to be referenced by kernel modules, this is usefulbms2008-10-021-1/+2
* - Use the new gv_write_header function to write out the header when removing alulf2008-10-021-1/+1
* - Remove unneeded macro since the config_length field in the header was changedlulf2008-10-021-5/+0
* Define and use MMC_SECTOR_SIZE.imp2008-10-024-4/+12
* MAXPHYS seems more stable on the AT91RM9200 boards that I have. Weimp2008-10-021-1/+1
* Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclassimp2008-10-021-1/+4
* Correct misspellings.jkoshy2008-10-021-2/+2
* Default to ignoring potentially evil IPv6 Neighbor Solicitationcperciva2008-10-024-1/+26
* Reduce the impact of svnversion. Just scan the src/sys tree, not all ofpeter2008-10-011-1/+1
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-0111-202/+37
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.jhb2008-10-012-2/+2
* Enable shared locks for path name lookups on supported filesystems (NFSjhb2008-10-011-1/+1
* Remove the LOOKUP_SHARED kernel option. Instead, make vfs.lookup_sharedjhb2008-10-012-8/+1
* Wait until after dropping the receive socket buffer lock to allocate spacejhb2008-10-011-23/+13
* Remove function prototypes of nonexistent TTY functions.ed2008-10-011-9/+0
* Update to Myri10GE firmware version 1.4.33 from 1.4.29. Relevant changes inc...gallatin2008-10-015-56663/+32655
* - Make gvinum header on-disk structure consistent on all platforms by storinglulf2008-10-013-8/+232
* Various cleanups for soreceive_dgram():rwatson2008-10-011-58/+19
* Remove critical_enter() and critical_exit(): pmap_growkernel is calledimp2008-10-011-4/+2
* Add device ids for MCP77/79 and set appropriate support flags.yongari2008-10-012-0/+40
* update callers of vm_fault_hold_user_pageskmacy2008-09-302-11/+15
* Refactor vm_fault_hold_user_pages:kmacy2008-09-302-65/+56
* Make sure that optical PHYs work ...kmacy2008-09-301-0/+6
* cosmetic changes and style fixesmarius2008-09-302-47/+33
* Use bus_get_dma_tag() so fatm(4) works on platforms requiring it.marius2008-09-301-1/+1
* Update the function name in several assertions in soreceive_dgram().jhb2008-09-301-4/+4
* Do not mangle if_oerrors of the underlying interface. This counterglebius2008-09-301-2/+0
* Save extended address register prior to switching to 1000BASE-Xyongari2008-09-301-2/+3
* Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.yongari2008-09-302-0/+3
* Explicitly mark IFM_HDX for half-duplex media.yongari2008-09-301-0/+2
* Report current link state while auto-negotiation is in progress.yongari2008-09-301-1/+1
* Use mii_anegticks instead of hardcoded MII_ANEGTICKS.yongari2008-09-301-2/+2
* Announce link loss right after it happens.yongari2008-09-301-1/+4
* If mbuf is not writable get a writable copy before invokingyongari2008-09-301-1/+10
* Always pullup mbuf prior to accessing TCP header.yongari2008-09-301-0/+5
* Improve support for multiple block read/write. This code is currentlyimp2008-09-301-38/+42
* Properly implement read only. Also, the caps implementation is wrongimp2008-09-301-5/+1
* vm_fault_hold_user_pages will not return if an address in the range passed in...kmacy2008-09-291-14/+8
* Move the code for doing out-of-memory grass from vm_pageout_scan()kib2008-09-293-71/+87
* Make the media size return the block rather than the bytes on the device.imp2008-09-291-1/+1
* Explicitly set data to NULL rather than relying mmc_wait_for_cmd() toimp2008-09-291-1/+8
* Minor style fixes from mav@ (with similar problems fixed where I noticedimp2008-09-292-4/+5
* Conform to style(9) for return (foo); The files were a mix before.imp2008-09-292-12/+12
* Expand comments relating various detach/free/drop inpcb routines.rwatson2008-09-291-9/+31
* Fix typo in comment.rwatson2008-09-291-2/+2
* Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORMmarcel2008-09-291-1/+1
* Insert the null scheme at the head. This does not change anymarcel2008-09-291-1/+1
* Convert all C++ comments to C style. There's lots of folks that don'timp2008-09-291-23/+30
* The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST wereimp2008-09-291-2/+2
* Implement MMCBR_IVAR_CAPS for AT91 MCI device.imp2008-09-281-0/+5
OpenPOWER on IntegriCloud