summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-06-11Add bounds checks for CTL_DEBUG sysctl variable.Matthew Dempsky
2014-06-11Always create a local route for every configured IPv4 address on theMartin Pieuchot
2014-06-11Flag local routes as such and make them use the highest possibleMartin Pieuchot
2014-06-11Create system taskq ("systqmp") which runs without the kernel lock;Bret Lambert
2014-06-11em(4) receives jumbos by chaining its MCLBYTES sized descriptorsDavid Gwynne
2014-06-11Don't map phys pages < 64KB in the resume page table. We stopped doing thisMike Larkin
2014-06-10KNFMark Kettenis
2014-06-10add ppb to the configs as suggested by kettenis@Jasper Lievisse Adriaanse
2014-06-10Rearrange the inequality.Brad Smith
2014-06-10mop up #ifdef _KERNEL goo; ok miodTheo de Raadt
2014-06-09Replace the unmaintainable assembler code responsible for 88100 precise FPUMiod Vallat
2014-06-09Remove redundant regdump() output.Miod Vallat
2014-06-09Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installbootJoel Sing
2014-06-09Doh, traps 128 and 129 need to point to sigsys, not unknown_vector.Miod Vallat
2014-06-09More format string fixes (in 88110 code)Miod Vallat
2014-06-09Split the 88100 floating point support code in two files, one for the preciseMiod Vallat
2014-06-08check both rsdp checksums in the case of rsdp revision >= 2.Daniel Dickman
2014-06-08Remove an incorrect bzero() that was zeroing theJonathan Gray
2014-06-08instead of reading past the end of the sun_fstypes arrayJonathan Gray
2014-06-08Use memcpy to copy the sogetopt() SO_SPLICE off_t value, for it may not beMiod Vallat
2014-06-08Stop accepting system calls on trap vectors 128 and 129. Userland has notMiod Vallat
2014-06-07In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.Stefan Sperling
2014-06-07Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
2014-06-07Document bwi(4) interrupt error flags by using named constantsStefan Sperling
2014-06-07g/c unused IFT_L2VLAN, ok reyk bluhmHenning Brauer
2014-06-06Allocate the struct itty array in ttystats_init() with M_ZERO.Matthew Dempsky
2014-06-05Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seemsMiod Vallat
2014-06-04In fusefs_unmount() we need to send the FBT_DESTROY fusebuf only ifSylvestre Gallon
2014-06-04Clearing the data toggle bit only makes sense for endpoints that use it,Martin Pieuchot
2014-06-04Only use ifa_ifwithaddr() to check if the binding address is on theMartin Pieuchot
2014-06-04Use C99 initializers for pipe and bus methods.Martin Pieuchot
2014-06-04Stop using a global variable to do address lookups.Martin Pieuchot
2014-06-04Properly compare endpoint addresses: ignore the direction bit whichAlexandre Ratchov
2014-06-04While it may be smart to use the radix tree for exports it is not OK toClaudio Jeker
2014-06-03Fix sentinel style.Kenji Aoyama
2014-06-03Make zyd(4) compile with ZYD_DEBUG.Stefan Sperling
2014-06-03Fix an off-by-one in zyd_rxeof().Stefan Sperling
2014-06-03Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping offStefan Sperling
2014-06-03Do not include <sys/malloc.h> where it is not needed.Martin Pieuchot
2014-06-03Use a proper compiler barrier; just having the inline asm for the "sync"Mark Kettenis
2014-06-03Better comment for `faulty address'.Kenji Aoyama
2014-06-02Apply the ``make sure sigcontext does not overlap pending DAE addresses''Miod Vallat
2014-06-02Bump DFLSSIZ to 2MB to match most of the other platforms.Brad Smith
2014-06-02Simply use ifa_ifwithaddr() to check if the binding address is on theMartin Pieuchot
2014-06-01Take subsequent stack alignment into account in local_stack_frame() whenMiod Vallat
2014-06-01Remove real mode VGA repost option. It was used by nobody, and even if itMike Larkin
2014-05-31Use calloc to make sure the correct size is zeroed; Benjamin BaierMiod Vallat
2014-05-31Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@Miod Vallat
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-31Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in aClaudio Jeker