aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some more style(9) issues.Rebecca Cran2010-11-145-41/+45
* Move the limiting of the PHY to 10/100 modes of operation due to limitationsMarius Strobl2010-11-142-16/+23
* Simplify sctp_delayed_cksum() a bit.Michael Tuexen2010-11-141-4/+2
* Remove redundant cases and a style(9) bug.Marius Strobl2010-11-141-4/+1
* Add support for asterisk characters when filling in the GELI passwordEd Schouten2010-11-144-4/+17
* - Change these drivers to take advantage and use the generic IEEE 802.3Marius Strobl2010-11-145-75/+82
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-1415-303/+310
* Let cryptosoft(4) add its pseudo-device with a specific unit number and itsMarius Strobl2010-11-141-2/+2
* The ni_rctls checks are used to verify that a ratectl algo has set upBernhard Schmidt2010-11-141-8/+0
* Fix the jump location.Rebecca Cran2010-11-141-1/+1
* When rebooting the machine jump to 0xf000:fff0 instead of 0xffff:0x0.Rebecca Cran2010-11-141-1/+1
* Fix style(9) issues from r215281 and r215282.Rebecca Cran2010-11-145-26/+53
* Add descriptions to some more sysctls.Rebecca Cran2010-11-141-13/+13
* Add some descriptions to sys/kern sysctls.Rebecca Cran2010-11-145-32/+32
* Workaround build for PAE case for now - revert the PHYSXin LI2010-11-141-0/+4
* Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mipsWarner Losh2010-11-1325-42/+50
* Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshotMartin Matuska2010-11-131-0/+4
* Add the switch config for the XS Stick.Nick Hibma2010-11-132-1/+6
* Correct mips/arm elimination of symWarner Losh2010-11-131-1/+1
* Fix compiler warnings.Hans Petter Selasky2010-11-131-3/+3
* Let the linker pick the right output format automaticallyWarner Losh2010-11-131-7/+0
* Now there is no functional difference from i386 version.Yoshihiro Takahashi2010-11-131-35/+0
* Remove unused includes.Yoshihiro Takahashi2010-11-131-6/+0
* Some device drivers calculate various timing related things based onBernhard Schmidt2010-11-131-0/+1
* Fix a locking issue reported by brucec@ affectingMichael Tuexen2010-11-131-1/+2
* Remove unused variables.Edward Tomasz Napierala2010-11-131-4/+0
* Use 'z' modifier for size_t printing.Konstantin Belousov2010-11-131-1/+1
* Update to vendor release 1.20.00.19.Xin LI2010-11-132-377/+360
* Similar to r212647, remove the workaround in sys/net/vnet.h for an ldDimitry Andric2010-11-121-9/+0
* Add a queue to hold packets while we await an ARP reply.George V. Neville-Neil2010-11-124-22/+85
* Warn users that acpi.ko is deprecated and exit immediately unless the userJung-uk Kim2010-11-121-0/+4
* MFamd64: (based on) r209957Jung-uk Kim2010-11-126-60/+29
* Don't print an empty line when printing mapping arrays.Michael Tuexen2010-11-121-2/+0
* Fix more issues with the SACK/NR-SACK generation code.Michael Tuexen2010-11-121-21/+24
* Partially revert r215182. There appears to be a silicon bug on the 970Nathan Whitehorn2010-11-121-4/+4
* Fix regression introduced in r215132. Caller always holds a driverPyun YongHyeon2010-11-121-4/+0
* Create C1 state when _CST is valid but _CST does not have one. Some BIOSesJung-uk Kim2010-11-121-4/+26
* Make POLL_ERR and POLL_HUP different.Jilles Tjoelker2010-11-121-1/+1
* Add CPU support code for the IBM Cell Broadband Engine.Nathan Whitehorn2010-11-124-0/+48
* The first customer of the SO_USER_COOKIE option:Luigi Rizzo2010-11-123-0/+37
* This commit implements the SO_USER_COOKIE socket option, which letsLuigi Rizzo2010-11-123-0/+18
* This commit marks the first formal contribution of the "Five New TCP CongestionLawrence Stewart2010-11-1213-288/+1202
* Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open FirmwareNathan Whitehorn2010-11-125-87/+24
* Remove or conditionalize some hypervisor-unfriendly instruction sequences.Nathan Whitehorn2010-11-122-4/+12
* Add some platform KOBJ extensions and continue integrating PowerPCNathan Whitehorn2010-11-129-34/+140
* Fix an error in r215067. An existing /chosen/mmu but missing translationsNathan Whitehorn2010-11-121-5/+5
* Centralize CPU idle routines into powerpc/cpu.c and use the sameNathan Whitehorn2010-11-123-104/+98
* Standardise all Swinburne related copyright/licence statements throughout theLawrence Stewart2010-11-123-24/+18
* The university does not require that its CRICOS number be included in sourceLawrence Stewart2010-11-123-6/+3
* Fix style.Edward Tomasz Napierala2010-11-111-2/+2