summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Further synchronization of copyrights, licenses, white space, etc fromrwatson2008-07-3113-18/+17
* Eliminate recomputation of the PDE by pmap_pde_attr().alc2008-07-311-5/+2
* Fix LINTemax2008-07-311-0/+1
* Data type fixjfv2008-07-311-2/+2
* Unbreak the build by creating opt_nfs.hps2008-07-311-1/+1
* Unbreak the build by including sys/socketvar.hps2008-07-314-3/+7
* Include netinet/tcp_lro.h, unbreak the buildps2008-07-301-1/+1
* Hook up Bluetooth SCO sockets code to the buildemax2008-07-301-1/+2
* Introduce support for Bluetooth SCO sockets. This is based on olderemax2008-07-303-1/+2132
* Add igb driver to the default kerneljfv2008-07-301-1/+2
* Add igb to the default kerneljfv2008-07-301-1/+2
* Change Makefile to reflect new directory structurejfv2008-07-301-3/+5
* Change to build module with new directory treejfv2008-07-301-10/+4
* Alter kernel build to work with new dev/e1000 structure.jfv2008-07-301-32/+32
* Merge of the source for igb and em into dev/e1000, thisjfv2008-07-3050-10133/+1420
* One more whitespace nit.jhb2008-07-301-2/+0
* A few more whitespace fixes.jhb2008-07-302-2/+1
* If the kernel has run out of metadata for swap, then explicitly panic()jhb2008-07-301-1/+1
* Whitespace tweak.jhb2008-07-301-1/+0
* Trim some noise from some #ifdef's. This had leaked into the compat32jhb2008-07-302-2/+2
* fix includes for post sockbuf re-factorkmacy2008-07-305-142/+12
* Use single byte read and write operations to toggle the BIOS and OSjhb2008-07-302-14/+14
* The behaviour of the lockmgr going back at least to the 4.4BSD-Lite2 waskib2008-07-301-2/+9
* This updates the ixgbe driver to Intel internal version 1.4.7jfv2008-07-3010-423/+396
* Set all of the "optimum performance" PHY registers for the 15D parts asjhb2008-07-301-10/+8
* SIS_SETBIT() already does a read/modify/write operation, so there isn'tjhb2008-07-301-2/+1
* Remove the use of lbolt from the VFS syncer.ed2008-07-301-9/+7
* Don't make subr_clist.c depend on the TTY layer.ed2008-07-301-5/+6
* Bring back the save/restore of the %ds, %es, %fs and %gs registers forkib2008-07-305-20/+33
* Adopt the slightly weaker consistency locking approach used in IPv4 rawrwatson2008-07-301-7/+3
* Change the type of psaddr_t from void* to uintptr_t. A pointermarcel2008-07-301-1/+1
* Unbreak build.yongari2008-07-301-2/+0
* Free the correct buffer list on failure.thompsa2008-07-302-2/+2
* remove redundant ifdef ... lolkmacy2008-07-291-2/+0
* fix build by forward declaring thread and hiding socket buffer definitions fr...kmacy2008-07-291-3/+6
* Unbreak the build by protecting kernel-only functions with #ifdef _KERNEL.cognet2008-07-291-0/+4
* When copying in and out current ICMPv6 filters on a raw IPv6 socket,rwatson2008-07-291-6/+14
* Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can'trwatson2008-07-292-15/+3
* Marginally decomplicate set/getsockopt code in ip6_output.c by simplyrwatson2008-07-291-18/+11
* Fix build breakage - kthread_exit() in 8 now has no argumentsrrs2008-07-291-1/+2
* - Out with some printfs.rrs2008-07-296-19/+12
* style(9) - space after keywords, don't indent case.yongari2008-07-291-64/+63
* Cache PCI vendor/device ids to avoid unnecessary PCI configurationyongari2008-07-291-7/+4
* s/printf/device_printf/gyongari2008-07-292-23/+19
* Factor sockbuf, sockopt, and sockstate out of socketvar.h in to separate head...kmacy2008-07-294-221/+362
* Add missing jme(4), msk(4), nfe(4), re(4) and stge(4) in NOTES andyongari2008-07-291-0/+7
* Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug.emax2008-07-291-28/+18
* Don't use memcpy() to copy several bytes.mav2008-07-281-40/+22
* Re-enable em(4) and igb(4) in NOTES.jhb2008-07-281-2/+2
* Remove a stale reference to sys/dev/ixgbe/tcp_lro.c.jhb2008-07-281-2/+0
OpenPOWER on IntegriCloud