summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix misalignment bugs caused by invalid type casts of pointersmarcel2006-08-224-11/+11
* It seems that em(4) misses Tx completion interrupts under certainyongari2006-08-221-0/+12
* Use aperture base address from north bridge. Some BIOS does not encodejkim2006-08-212-20/+10
* Minor style(9) treatment to make things a little more consistantimp2006-08-212-20/+33
* While checking for update of snapshot file in the ffs_copyonwrite,kib2006-08-211-1/+1
* Implement 'camcontrol reportluns'. This allows users to send the SCSIken2006-08-212-15/+35
* Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h andalc2006-08-214-4/+2
* vm_page_zero_idle()'s return value serves no purpose. Eliminate it.alc2006-08-211-2/+1
* Fix RELENG_4 code version- isp_roles wasn't getting initialized somjacob2006-08-212-3/+6
* Page flags are reset on (re)allocation. There is no need to clear anyalc2006-08-211-8/+0
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-202-16/+90
* Correct typo in comment.pjd2006-08-201-1/+1
* Fix a signedness bug.cperciva2006-08-201-1/+1
* Make the default "init_path" value breakable, so it fits on theru2006-08-201-1/+1
* Get rid of some nested includes.netchild2006-08-193-8/+1
* MALLOC -> malloc and FREE -> freessouhlal2006-08-191-4/+4
* ifdef DEBUG a printfssouhlal2006-08-191-0/+2
* comply with style policejulian2006-08-182-6/+8
* Copy powerpc ficl files sysdep files (maybe we need a common one)imp2006-08-182-0/+533
* Build at91imp2006-08-181-1/+1
* Support compiling as part of worldimp2006-08-181-1/+1
* Add more nForce4 SMBus 2.0 PCI IDs.ru2006-08-181-0/+9
* Wordsmithing on the ixgb(4) and mxge(4) descriptions.brueffer2006-08-181-2/+2
* Add more modules, correct alphabetical order.brueffer2006-08-181-1/+3
* Add the new linux files to pc98 too.netchild2006-08-181-0/+3
* Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.gnn2006-08-181-2/+2
* bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load().glebius2006-08-181-20/+19
* Follow the lead of mxgb(4) and build the module for ixgb(4).brueffer2006-08-181-0/+3
* kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.marck2006-08-181-3/+3
* Update JMicron support to also work with chips where the PATA and SATAsos2006-08-181-19/+42
* Remove references to NMBCLUSTERS which is obsoleted.marck2006-08-182-5/+3
* Appened ull to a really large integer constant to fix build on i386imp2006-08-181-1/+1
* while (0); -> while (0) in multi-line macrosimp2006-08-177-8/+7
* Allow ipfw to forward to a destination that is specified by a table.julian2006-08-172-7/+25
* Don't put a ; after while (0)imp2006-08-171-2/+2
* - disable some more code when osrelease=2.4.2netchild2006-08-171-22/+46
* Move some stuff into headers where they belong.netchild2006-08-176-16/+4
* Remove unneeded asserts from bridge_ioctl_* since these are justthompsa2006-08-171-64/+0
* Remove two lock asserts that are unneeded due to subsequent unlocks.thompsa2006-08-171-2/+0
* Call bridge_span before dropping the lock.thompsa2006-08-171-2/+2
* Initialize the emul sx-lock.netchild2006-08-171-0/+1
* Rewrite bge_encap() so that it takes mbuf ** argument. In this case ifglebius2006-08-171-38/+48
* Fix the DEBUG build:netchild2006-08-172-5/+3
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...julian2006-08-175-31/+9
* MFp4: changes since .s -> .S rename. Use correct header for sizeimp2006-08-171-2/+17
* Don't update Rx descriptor status in two different functions.yongari2006-08-161-9/+8
* Fix typos in comment.thomas2006-08-161-1/+1
* MFp4: First cut at making spi and/or sd card booting work, needs workimp2006-08-1619-119/+2940
* MFp4:imp2006-08-163-41/+23
* MFp4:imp2006-08-163-48/+5
OpenPOWER on IntegriCloud