summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix error in synproxy connection completion. Source andglebius2005-04-221-2/+2
* Pick up the selectors to use for various kernel segments from assym.siedowse2005-04-222-6/+7
* Add rules for building assym.s.iedowse2005-04-221-0/+14
* Add sio and puc to i386 build.imp2005-04-221-1/+4
* Sort Oxford Semi entires. Add entry for OXCB950, a PCI/CardBusimp2005-04-221-13/+22
* Create a puc module. Not connected to the build until I can test it onimp2005-04-221-0/+10
* Sanity the RTC code:marcel2005-04-225-400/+130
* If we get interrupted during a data phase and the DMA engine is stillscottl2005-04-221-0/+6
* - Disable code which allows getnewvnode() to fail. Many ffs_vget() callersjeff2005-04-221-0/+2
* - Add two KASSERTs to prevent us from recycling a buf that is still on ajeff2005-04-221-0/+6
* Eliminate an unpredictable branch from bcmp().alc2005-04-211-4/+2
* Remove some code that snuck in by accident.ps2005-04-211-5/+0
* Fix for interaction problems between TCP SACK and TCP Signature.ps2005-04-212-55/+106
* Undo rev 1.71 as it is the wrong change.ps2005-04-211-10/+7
* - Make the sack scoreboard logic use the TAILQ macros. This improvesps2005-04-214-80/+44
* Fix for 2 bugs related to TCP Signatures :ps2005-04-211-7/+10
* Add a microcode to implement receive bundling for 82551 chipsets withmux2005-04-213-20/+152
* Move Path MTU discovery ICMP processing from icmp_input() toandre2005-04-214-59/+74
* Enable extended RFDs and TCBs, and thus checksum offloading, formux2005-04-211-2/+1
* Ignore ICMP Source Quench messages for TCP sessions. Source Quench isandre2005-04-214-51/+23
* Rehash the timeout code to make it more simple.sos2005-04-214-169/+118
* Add the tunable "debug.acpi.max_threads" to allow users to set thenjl2005-04-212-4/+10
* Revert previous commit: The hwpmc(4) driver compiles on all platforms.marcel2005-04-204-39/+13
* Revert previous commit: build hwpmc(4) on all architectures.marcel2005-04-201-3/+1
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-206-7/+3
* Do not conditionally compile the contents of this file upon whethermarcel2005-04-201-5/+0
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-2012-24/+10
* o Reverse the inclusion chain from MD->MI to MI->MD by removing themarcel2005-04-202-2/+3
* o Reverse the inclusion chain from MD->MI to MI->MD by includingmarcel2005-04-201-4/+2
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-205-0/+50
* - Initialize interface as UP when hook is connected.glebius2005-04-201-2/+5
* When netgraph flow control message comes from downstream, broadcastglebius2005-04-201-0/+28
* When a rebuild is done, properly mark the arrays as functional again.sos2005-04-201-1/+17
* Inherit signal mask for child process in fork1(), RELENG_4 and otherdavidxu2005-04-201-0/+1
* Properly hook in devices found by SATA connect events.sos2005-04-203-4/+3
* Rename from apm_bioscall.s to apm_bioscall.S for removing a special rulenyan2005-04-203-7/+2
* Remove extra ifnet pointer from private data. It can be accessed via arpcom.glebius2005-04-201-6/+5
* Add macro NG_COPYMESSAGE(), which allocates memory and creates aglebius2005-04-201-1/+22
* - Call if_link_state_change() for each vlan, when link changesglebius2005-04-201-7/+4
* Remove anti-LOR bandaid, it is not needed now.glebius2005-04-201-21/+0
* Do not call all link state callbacks directly, but scheduleglebius2005-04-202-3/+24
* Only compile for the hwpmc module for supported architectures.jkoshy2005-04-201-1/+3
* Remove dead variable.jkoshy2005-04-202-6/+4
* Check sopt_level in uipc_ctloutput() and return early if it is non-zero.mdodd2005-04-201-0/+3
* Get order right when initializing task file bus resources. ATA drives aregrehan2005-04-202-4/+4
* Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211wpaul2005-04-201-4/+5
* Move this to the specific architectures that are supported. #ifdef fooimp2005-04-194-13/+39
* The size of a filesystem may be less than the size of the provider itwollman2005-04-191-2/+2
* Remove the hack which allowed to use gmirror for root file system,pjd2005-04-192-49/+8
* Call g_waitidle() before every check the list of holds is empty.pjd2005-04-191-7/+11
OpenPOWER on IntegriCloud