aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct buffer overflow in the handling of LCP options in ppp(4)Colin Percival2006-08-231-12/+24
* Pack several boolean fields into single bge_flags field.Gleb Smirnoff2006-08-231-1/+1
* Pack several boolean fields into single bge_flags field.Gleb Smirnoff2006-08-232-37/+43
* POSIX requires that higher numerical values for the priority representDavid Xu2006-08-231-39/+39
* Fix misalignment bugs caused by invalid type casts of pointersMarcel Moolenaar2006-08-224-11/+11
* It seems that em(4) misses Tx completion interrupts under certainPyun YongHyeon2006-08-221-0/+12
* Use aperture base address from north bridge. Some BIOS does not encodeJung-uk Kim2006-08-212-20/+10
* Minor style(9) treatment to make things a little more consistantWarner Losh2006-08-212-20/+33
* While checking for update of snapshot file in the ffs_copyonwrite,Konstantin Belousov2006-08-211-1/+1
* Implement 'camcontrol reportluns'. This allows users to send the SCSIKenneth D. Merry2006-08-212-15/+35
* Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h andAlan Cox2006-08-214-4/+2
* vm_page_zero_idle()'s return value serves no purpose. Eliminate it.Alan Cox2006-08-211-2/+1
* Fix RELENG_4 code version- isp_roles wasn't getting initialized soMatt Jacob2006-08-212-3/+6
* Page flags are reset on (re)allocation. There is no need to clear anyAlan Cox2006-08-211-8/+0
* Sync the MI parts for amd64 with i386 and remove the corresponding specialAlexander Leidinger2006-08-202-16/+90
* Correct typo in comment.Pawel Jakub Dawidek2006-08-201-1/+1
* Fix a signedness bug.Colin Percival2006-08-201-1/+1
* Make the default "init_path" value breakable, so it fits on theRuslan Ermilov2006-08-201-1/+1
* Get rid of some nested includes.Alexander Leidinger2006-08-193-8/+1
* MALLOC -> malloc and FREE -> freeSuleiman Souhlal2006-08-191-4/+4
* ifdef DEBUG a printfSuleiman Souhlal2006-08-191-0/+2
* comply with style policeJulian Elischer2006-08-182-6/+8
* Copy powerpc ficl files sysdep files (maybe we need a common one)Warner Losh2006-08-182-0/+533
* Build at91Warner Losh2006-08-181-1/+1
* Support compiling as part of worldWarner Losh2006-08-181-1/+1
* Add more nForce4 SMBus 2.0 PCI IDs.Ruslan Ermilov2006-08-181-0/+9
* Wordsmithing on the ixgb(4) and mxge(4) descriptions.Christian Brueffer2006-08-181-2/+2
* Add more modules, correct alphabetical order.Christian Brueffer2006-08-181-1/+3
* Add the new linux files to pc98 too.Alexander Leidinger2006-08-181-0/+3
* Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.George V. Neville-Neil2006-08-181-2/+2
* bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load().Gleb Smirnoff2006-08-181-20/+19
* Follow the lead of mxgb(4) and build the module for ixgb(4).Christian Brueffer2006-08-181-0/+3
* kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.Dmitry Morozovsky2006-08-181-3/+3
* Update JMicron support to also work with chips where the PATA and SATASøren Schmidt2006-08-181-19/+42
* Remove references to NMBCLUSTERS which is obsoleted.Dmitry Morozovsky2006-08-182-5/+3
* Appened ull to a really large integer constant to fix build on i386Warner Losh2006-08-181-1/+1
* while (0); -> while (0) in multi-line macrosWarner Losh2006-08-177-8/+7
* Allow ipfw to forward to a destination that is specified by a table.Julian Elischer2006-08-172-7/+25
* Don't put a ; after while (0)Warner Losh2006-08-171-2/+2
* - disable some more code when osrelease=2.4.2Alexander Leidinger2006-08-171-22/+46
* Move some stuff into headers where they belong.Alexander Leidinger2006-08-176-16/+4
* Remove unneeded asserts from bridge_ioctl_* since these are justAndrew Thompson2006-08-171-64/+0
* Remove two lock asserts that are unneeded due to subsequent unlocks.Andrew Thompson2006-08-171-2/+0
* Call bridge_span before dropping the lock.Andrew Thompson2006-08-171-2/+2
* Initialize the emul sx-lock.Alexander Leidinger2006-08-171-0/+1
* Rewrite bge_encap() so that it takes mbuf ** argument. In this case ifGleb Smirnoff2006-08-171-38/+48
* Fix the DEBUG build:Alexander Leidinger2006-08-172-5/+3
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...Julian Elischer2006-08-175-31/+9
* MFp4: changes since .s -> .S rename. Use correct header for sizeWarner Losh2006-08-171-2/+17
* Don't update Rx descriptor status in two different functions.Pyun YongHyeon2006-08-161-9/+8