summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-07-13If the only process in the pgrp is in the middle of exiting, it mightPhilip Guenther
2014-07-13print leading '0x' for addresses and masks with DUMP_BOOT_{DESC,INFO}Jasper Lievisse Adriaanse
2014-07-13Stop using old n_time, n_long and n_short types in netinet headers.Martin Pieuchot
2014-07-13someone send dlg a keyboard with a tab key pleaseHenning Brauer
2014-07-13ext4 (extents) read supportMartin Pelikan
2014-07-13- fix off-by-one in getting the number of cores in the systemJasper Lievisse Adriaanse
2014-07-13Needs getchar.c nowMiod Vallat
2014-07-13use nitems() instead of handrolling something identicalJasper Lievisse Adriaanse
2014-07-13add copyright and rcs idJasper Lievisse Adriaanse
2014-07-13Start handling host channel interrupts.Paul Irofti
2014-07-13treat external storage allocated by the mbuf layer the same asDavid Gwynne
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-13One missing boot -> prsignal(initprocess) conversionMiod Vallat
2014-07-13These still need <sys/reboot.h> for the RB_ constants.Miod Vallat
2014-07-13more mmap random on 64-bit platforms. noticed in freebsd aslr patches.Ted Unangst
2014-07-13Add missing atomic primitives and __sync_synchronize to let the kernelMiod Vallat
2014-07-13Bye byeMartin Pieuchot
2014-07-13No need for ezload.hMartin Pieuchot
2014-07-12- remove CONSPEED from libsa.hJasper Lievisse Adriaanse
2014-07-12unify cnspeed()Jasper Lievisse Adriaanse
2014-07-12regenJonathan Gray
2014-07-12missed the trailing digitJonathan Gray
2014-07-12resurrect this treasure (still needed to build microcode)Theo de Raadt
2014-07-12Print a line in dmesg to indicate if the aperture driver isJonathan Gray
2014-07-12reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs)Masao Uebayashi
2014-07-12Add in missing brswphy(4) and the commented out USB entries.Brad Smith
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12Build kernels at -O2 instead of -Os, as done for userland and on all otherMiod Vallat