summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-05-12Raise VM_PHYSSEG_MAX to two and load an additional physical memoryJonathan Gray
2015-05-12Add missing braces.Jonathan Gray
2015-05-12The i211 does not support an external EEPROM only a OTPJonathan Gray
2015-05-11regenJasper Lievisse Adriaanse
2015-05-11add id for virtio rngJasper Lievisse Adriaanse
2015-05-11Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.Martin Pelikan
2015-05-11fix a potential use-after-free in pf_state_rm_src_nodeHenning Brauer
2015-05-11Refresh sensor values asynchronously.Martin Pieuchot
2015-05-11Take trunk(4) out of ether_input().Martin Pieuchot
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-05-10Set POLLHUP even if no valid events were specified as per POSIX.Todd C. Miller
2015-05-10Fix urtwn(4) 11b performance for RTL8188EU devices.Stefan Sperling
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2015-05-10My commit adding RTL8188EU did introduce a regression after all.Stefan Sperling
2015-05-10limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000)Jonathan Gray
2015-05-09Cleanup/rejig GPT code to be more readable, support different endianKenneth R Westerback
2015-05-09Fix an occurance of mtx_enter() that should have been mtx_leave().Jonathan Gray
2015-05-08Need explicit <sys/kcore.h> include now.Miod Vallat
2015-05-08When changing screen saver parameters with wsconsctl (or any other way toMiod Vallat
2015-05-08Fix the indentation. While originally I thought this was an if statementJonathan Gray
2015-05-08Add missing sabresd case statements. As sabresd_devs[] includes imxgpioJonathan Gray
2015-05-08Add initial board specific parts of novena support, tested by djm@Jonathan Gray
2015-05-07msleep(9) must prevent kernel from attempting a context switchMike Belopuhov
2015-05-07Include the timestamp TCP option in keep alive packets as well.Mike Belopuhov
2015-05-07Pass a thread pointer instead of its file descriptor table to getvnode(9).Martin Pieuchot
2015-05-07remove badly indented printf and it's preceeding testJonathan Gray
2015-05-07fix indentationJonathan Gray
2015-05-07fix indentation of a lineJonathan Gray
2015-05-07add missing braces to code under #ifdef TRM_DEBUG0Jonathan Gray
2015-05-07remove a surplus tabJonathan Gray
2015-05-07add missing bracesJonathan Gray
2015-05-06regenJonathan Gray
2015-05-06#include <sys/event.h> was removed from init_sysent.c but notJonathan Gray
2015-05-06Pass a thread pointer instead of its file descriptor table to getsock(9).Martin Pieuchot
2015-05-06make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it callDavid Gwynne
2015-05-06put mpi's atomics back in, but with the return value of add (and therefore su...David Gwynne
2015-05-06Add missing braces so this will correctly fall back to the "name"Jonathan Gray
2015-05-06add missing bracesJonathan Gray
2015-05-06Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2.Jonathan Gray
2015-05-05Eliminate rabid semicolonChris Cappuccio
2015-05-05no need to swizzle load/store addresses for 32bit values on big endian systemsJonathan Matthew
2015-05-05Now that we have a_fflag in struct vop_poll_args we can handleTodd C. Miller
2015-05-05Less magic numberAlexandr Shadchin
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
2015-05-05regenMartin Pieuchot
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
2015-05-05Flag user specified routes with an AF_LINK gateway as RTF_LLINFO.Martin Pieuchot