summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't add the atrun-line to the crontab when MK_AT is set.ed2010-03-191-0/+3
* Regenkib2010-03-194-53/+123
* Remove empty line.kib2010-03-191-1/+0
* Convert aio syscall registration to SYSCALL_INIT_HELPER.kib2010-03-191-33/+59
* Implement compat32 shims for mqueuefs.kib2010-03-193-68/+328
* Implement compat32 shims for ksem syscalls.kib2010-03-192-70/+141
* Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to correspondingkib2010-03-195-587/+733
* Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c tokib2010-03-193-54/+74
* Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros andkib2010-03-194-0/+95
* FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>" module name.kib2010-03-192-2/+2
* Make freebsd32_copyiniov() available outside of freebsd32_misc.kib2010-03-192-1/+4
* Properly handle compat32 calls to sctp generic sendmsd/recvmsg functions thatkib2010-03-191-4/+19
* Remove dead statement.kib2010-03-191-1/+0
* Fix two style issues.kib2010-03-191-2/+2
* Make sure the snmp_pf module will first refresh its entires if necessary,syrinx2010-03-191-12/+12
* Fix typo in commentimp2010-03-191-1/+1
* SSE is enabled by default about 5 years ago so there is no point pretendingdelphij2010-03-191-2/+0
* - Added support for 5709S/5716S PHYs.davidch2010-03-183-389/+288
* - Added support for 5709S/5716S PHYs.davidch2010-03-183-23/+158
* turn 205266 in to a no-op until the problem can be properly diagnosedkmacy2010-03-181-1/+1
* Detect illegal access to unmapped memory within real mode emulator to aidjkim2010-03-181-9/+44
* Properly progress through the list of IPv6 addresses using in6_addr size.ed2010-03-181-1/+1
* Update to 9.6.2-P1, the latest patchfix release which deals withdougb2010-03-1857-1858/+2459
* For those of us mere mortals who do not aspire to the lofty heightsdougb2010-03-181-0/+2
* Unbreak build by removing a code bit that is only related to other coderpaulo2010-03-181-1/+1
* Add support for retrieving labeled pf filter rule counters.syrinx2010-03-183-4/+382
* Simplify loops.pjd2010-03-181-20/+10
* Fix a couple of bugs with 802.11n:rpaulo2010-03-184-25/+90
* Add ddb support to the "new" link layer code ("new-arp"):bz2010-03-181-0/+136
* Remove an unneeded variable.ed2010-03-181-1/+0
* Remove two pieces of code (one disabled in revision 39665 and another deriveddelphij2010-03-182-16/+0
* Need to set the proper flag bit when inserting ARPqingli2010-03-181-1/+1
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".jmallett2010-03-174-2/+25
* Remove two instances of the evil hack to get the ifnet. mii_ifp isimp2010-03-171-12/+2
* o Add support for UltraSparc-IV+:marius2010-03-172-34/+77
* Set the device capabilities to include dynamic link-state forqingli2010-03-171-0/+2
* Cache line align various structures and move volatile counters tokmacy2010-03-171-6/+14
* - cache line align arcs_lock array (h/t Marius Nuennerich)kmacy2010-03-171-3/+3
* Add macros for the VER.impl of SPARC64 II to VIIIfx.marius2010-03-171-1/+8
* - Add TTE and context register bits for the additional page sizes supportedmarius2010-03-175-34/+75
* Fix 2 bugs in mxge_attach()gallatin2010-03-171-3/+3
* - Add quirk handling for Sun Fire V1280. The firmware of these machinesmarius2010-03-172-5/+29
* use CACHE_LINE_SIZE instead of hardcoding 128 for lock padkmacy2010-03-171-1/+1
* We actually can generate a host number.mjacob2010-03-171-1/+1
* Add pcb reference counting to the pcblist sysctl handler functionsbz2010-03-174-13/+55
* Add "Massachusetts".obrien2010-03-171-0/+1
* Put gone device timer into a structure tag that can hold more than 32 seconds...mjacob2010-03-174-17/+24
* Revamp the interrupt code based on the previous commit:marcel2010-03-1713-376/+421
* Better way to find out available file system types is to use lsvfs(1).pjd2010-03-161-6/+4
* - reduce contention by breaking up ARC state locks in to 16 for datakmacy2010-03-162-129/+381
OpenPOWER on IntegriCloud