summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Increase maximum input queue size limit for raw Bluetooth HCI sockets.emax2008-08-011-2/+1
* Fix locking bug, i.e. lock "wildcard" matched pcb before return.emax2008-08-011-0/+3
* Enhance pmap_change_attr(). Specifically, avoid 2MB page demotions, cachealc2008-07-312-21/+54
* In mac_bsdextended's auditctl and acct policy access control checks,rwatson2008-07-311-11/+8
* remove socketvar.h, add more selective includeskmacy2008-07-314-6/+15
* move sockbuf locking macros in to sockbuf.hkmacy2008-07-312-14/+18
* Currently, BSM audit pathname token generation for chrooted or jailedcsjp2008-07-313-55/+121
* MFp4 (//depot/projects/tcpecn/):rpaulo2008-07-315-14/+155
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-317-110/+330
* 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
OpenPOWER on IntegriCloud