summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Add ae(4) to loader.conf.stas2008-10-041-0/+1
* - Spell cam correctly (scbus), this makes it possible to compile hptiopantoine2008-10-042-3/+3
* Fix a typo.jkoshy2008-10-041-1/+1
* sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, notweongyo2008-10-042-3/+3
* Fix Vflags abuse in fdescfs. There should be no functional changes.trasz2008-10-031-3/+1
* Fix Vflags abuse in cd9660. There should be no functional changes.trasz2008-10-031-7/+7
* Abort transfers on all pipes before closing them. This fixes the crashemax2008-10-031-0/+5
* Oops, missed updating a place with with 's/lock1/plock/' when addingjhb2008-10-031-3/+4
* resync to git masterrnoland2008-10-0333-1611/+1838
* Further minor cleanups to UNIX domain sockets:rwatson2008-10-032-34/+17
* Implement IPv4 source address selection for unbound sockets.bz2008-10-031-43/+205
* - Add driver for Attansic L2 FastEthernet controller found onstas2008-10-0311-0/+2834
* Backout svn r183528.bz2008-10-031-1/+1
* Remove or update several stale comments.rwatson2008-10-031-16/+16
* Update ng_tty for MPSAFE TTY.thompsa2008-10-032-454/+282
* Add hardware MAC statistics support. Register information wasyongari2008-10-033-25/+287
* Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface'...kmacy2008-10-031-1/+13
* Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match.imp2008-10-021-1/+1
* Allow static hints to override kenv.bms2008-10-021-0/+5
* Correctly handle Intel g33 chips and add support for g45 chipsrnoland2008-10-022-19/+135
* Add ICH10 PCI id's.sos2008-10-022-53/+69
* Remove __Break_the_struct_layout_for_now field from struct pr_usrreqs,rwatson2008-10-021-1/+0
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-02125-901/+2728
* 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
OpenPOWER on IntegriCloud