summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-07-14In the next step, stop accepting the nibble-swapped protocol for 5.6.Theo de Raadt
2014-07-14whitespaceJasper Lievisse Adriaanse
2014-07-14Enable ext2fs support on RAMDISK_CD. Requested a few months ago inVadim Zhukov
2014-07-14Write to the correct control module registers when configuring gpio pins.Raphael Graf
2014-07-14better type safety and KNF.Martin Pelikan
2014-07-14More comment cleanup in boot().Masao Uebayashi
2014-07-14revert free checks in here. this seems to be a bit too agressive at theBob Beck
2014-07-14international currency locale rules as per POSIX.1-2008Martin Pelikan
2014-07-14Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3)Theo de Raadt
2014-07-14now that receive ring accounting has been pulled out of the mbuf layer,David Gwynne
2014-07-13use mallocarray for multiplied value checkingTed Unangst
2014-07-13KASSERTMSG(9): New kernel assertion with messageMasao Uebayashi
2014-07-13pass correct sizes to free()Ted Unangst
2014-07-13use mallocarray()Theo de Raadt
2014-07-13pciide.c, pciide_rdc_reg.h(new): ported rdcide(4) from NetBSD.sasano
2014-07-13use mallocarrayTed Unangst
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Comment out option GPT until the matching userland bits are in place.Miod Vallat
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13The correct place to call _bus_dmamap_sync() is after we copy data *to* theMark Kettenis
2014-07-13Fix sched_stop_secondary_cpus() to properly drain CPUsMatthew Dempsky
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13#$%#@$# CONSPEEDMiod Vallat
2014-07-13more hanging tabsJasper Lievisse Adriaanse
2014-07-13ugly hanging tabs; ok jasperTheo de Raadt
2014-07-13No libsa putchar wanted here actuallyMiod Vallat
2014-07-13obvious conversion to mallocarray()Theo de Raadt
2014-07-13Still needs <sys/reboot.h>Miod Vallat
2014-07-13consistency with upcoming bootloader device parsing of the uboot arguments,Jasper Lievisse Adriaanse
2014-07-13When reassembled IPv6 fragments are NATed or RDRed by pf, theAlexander Bluhm
2014-07-13do not need malloc.hTheo de Raadt
2014-07-13use mallocarray where arguments are multiplied; ok teduTheo de Raadt
2014-07-13Keep track of port connections and port resets.Paul Irofti
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13Put back a m_copyback() that got lost in rev 1.837 of pf.c. ThisAlexander Bluhm
2014-07-13GPTSIGNATURE must be LL, for operation on non-punk machinesTheo de Raadt
2014-07-13Introduce PS_NOBROADCASTKILL a process flag that excludes processes fromClaudio Jeker
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-13bzero -> memset. for the speeds.Ted Unangst
2014-07-13trim some castsTed Unangst
2014-07-13Remove stale comment which used to explain why we had a special 31-bit freelistMiod Vallat
2014-07-13KERNEL_ASSERT_LOCKED(9): Assertion for kernel lock (Rev. 3)Masao Uebayashi
2014-07-13Fall back to smaller spacing on the mips64 machines.Paul Irofti
2014-07-13Initial support to read GPT partition tables in the kernel, if option GPT.Miod Vallat
2014-07-13Stop using old n_long and n_short types.Martin Pieuchot
2014-07-13use mallocarray where arguments are multipled. ok deraadtTed Unangst
2014-07-13fill in proper sizes in free(9)Martin Pelikan
2014-07-13pass the size to free in some of the obvious casesTed Unangst
2014-07-13if the freedsize isn't zero, check that's reasonable. ok beckTed Unangst