summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove stone-aged and irrelevant "#ifndef notdef".andre2006-09-291-2/+2
* Nits.bms2006-09-292-2/+2
* Push removal of mrouted down to the rest of the tree.bms2006-09-293-3/+3
* Fix pointer dereference before NULL pointer checking.ariff2006-09-291-1/+3
* Small style and comment adjustments.andre2006-09-291-4/+6
* Remove manual vlan header insertion in em_encap(). It is unnecessary as theandre2006-09-291-36/+5
* Change em_transmit_checksum_setup() to deal with already inserted vlan headers,andre2006-09-291-47/+107
* Change em_tso_setup() to deal with already inserted vlan headers, IP optionsandre2006-09-291-36/+120
* Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported.andre2006-09-291-4/+4
* Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are:andre2006-09-291-5/+21
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-1/+15
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-12/+17
* SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.ru2006-09-291-4/+8
* The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, fromru2006-09-291-3/+3
* o Convert w/spaces to tabs in the previous commit.maxim2006-09-292-6/+6
* Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,silby2006-09-292-16/+48
* Fix two minor style(9) nits in v1.313 which were noticed during ankensmith2006-09-291-2/+2
* Tweak the code to handle intercepting BIOS calls to int 0x15 to shavejhb2006-09-281-17/+10
* Optimize the int 15/87 handler for space to shave another 16 bytes off ofjhb2006-09-281-31/+17
* Add an 'smap' command that dumps out the BIOS SMAP.jhb2006-09-282-0/+22
* Ignore a sub-topic match if it is inside the command description.jhb2006-09-281-0/+3
* When tcp_output() receives an error upon sending a packet it reverts partsandre2006-09-281-2/+15
* Various fixups, especially for the upcomming High Definition Audioariff2006-09-288-80/+264
* A couple of simple tweaks that trim BTX by 6 bytes. Since BTX isjhb2006-09-281-3/+2
* When doing TSO correctly do the check to prevent a maximum sized IP packetandre2006-09-281-1/+1
* Fix the IPv4 multicast routing detach path. On interface detach whilstbms2006-09-281-5/+87
* The IPv4 code should clean up multicast group state when an interfacebms2006-09-282-2/+33
* Add -march=i386 to fix amd64 build by generating the same coderu2006-09-282-2/+2
* Retire macros for the old kernel memory allocator.ru2006-09-281-22/+0
* Extend comment explaining why code is conditional at !defined(SCHED_ULE).sobomax2006-09-272-0/+8
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-2727-53/+421
* Emulate moving cr0, cr2, cr3, or cr4 into any i386 general registerjhb2006-09-271-7/+19
* Since ULE doesn't honor hlt_cpus_mask don't compile code that preventssobomax2006-09-272-2/+2
* Move Giant up even further since P_CONTROLT isn't really fully lockedmbr2006-09-271-1/+1
* Use ctty instead of just returning. ctty just has a simple open thatmbr2006-09-271-1/+1
* - Removed a copyright from makefile.ru2006-09-272-3/+3
* Add support for 945G/GM AGP chipsets.anholt2006-09-272-26/+58
* Skip the AEN event command that is always hanging out on the card.scottl2006-09-271-0/+2
* Fix a bad #include statmentscottl2006-09-271-1/+1
* Compilation.piso2006-09-271-1/+1
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-2632-303/+2133
* The need to run a filter also implies that bouncing could be possible, soscottl2006-09-261-5/+4
* Fix a memory leak in ipmi_unload().jhb2006-09-261-1/+3
* Only support the SMB_OLD_BREAD ioctl if one of COMPAT_FREEBSD[456] isjhb2006-09-261-0/+6
* PC98 would also like a trademark.rwatson2006-09-261-1/+2
* Add a value to the define I forgot, for the purity's sake.ru2006-09-261-1/+1
* Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.ru2006-09-262-2/+6
* Added COMPAT_FREEBSD6 option.ru2006-09-268-1/+11
* Begin the process of moving info to sysctl stuff for FreeBSDmjacob2006-09-262-1/+47
* Protect change to bo_flag by holding the bufobj mutex.tegge2006-09-261-0/+2
OpenPOWER on IntegriCloud