summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Grab two syscall numbers. One is used to emulate functionality that linuxpeter2006-08-162-0/+4
* Change xorq back to xorl.davidxu2006-08-161-1/+1
* Style fixes to comments.netchild2006-08-166-20/+39
* Resolve conflictsguido2006-08-1616-361/+501
* This commit was generated by cvs2svn to compensate for changes in r161351,guido2006-08-163-10/+23
|\
| * Import IP Filter 4.1.13guido2006-08-1621-402/+557
* | o Re-word a comment.maxim2006-08-161-1/+1
* | Swap the names "sem_exithook" and "sem_exechook" in the previous commit tocperciva2006-08-161-4/+4
* | Include sys/limits.h for INT_MAX. freebsd32_proto.h 1.58 does not includejkim2006-08-161-0/+1
* | Backout revision 1.117, xorl and xorq have same result, but xorq needsdavidxu2006-08-151-2/+2
* | - Fix typo in #error pragma: compitable -> compatiblepav2006-08-151-1/+1
OpenPOWER on IntegriCloud