Age | Commit message (Expand) | Author |
2014-07-13 | consistency with upcoming bootloader device parsing of the uboot arguments, | Jasper Lievisse Adriaanse |
2014-07-13 | When reassembled IPv6 fragments are NATed or RDRed by pf, the | Alexander Bluhm |
2014-07-13 | do not need malloc.h | Theo de Raadt |
2014-07-13 | use mallocarray where arguments are multiplied; ok tedu | Theo de Raadt |
2014-07-13 | Keep track of port connections and port resets. | Paul Irofti |
2014-07-13 | kill fs2hXX/h2fsXX macros with letohXX/htoleXX | Martin Pelikan |
2014-07-13 | Put back a m_copyback() that got lost in rev 1.837 of pf.c. This | Alexander Bluhm |
2014-07-13 | GPTSIGNATURE must be LL, for operation on non-punk machines | Theo de Raadt |
2014-07-13 | Introduce PS_NOBROADCASTKILL a process flag that excludes processes from | Claudio Jeker |
2014-07-13 | No need for <netinet/in_systm.h> here. | Martin Pieuchot |
2014-07-13 | bzero -> memset. for the speeds. | Ted Unangst |
2014-07-13 | trim some casts | Ted Unangst |
2014-07-13 | Remove stale comment which used to explain why we had a special 31-bit freelist | Miod Vallat |
2014-07-13 | KERNEL_ASSERT_LOCKED(9): Assertion for kernel lock (Rev. 3) | Masao Uebayashi |
2014-07-13 | Fall back to smaller spacing on the mips64 machines. | Paul Irofti |
2014-07-13 | Initial support to read GPT partition tables in the kernel, if option GPT. | Miod Vallat |
2014-07-13 | Stop using old n_long and n_short types. | Martin Pieuchot |
2014-07-13 | use mallocarray where arguments are multipled. ok deraadt | Ted Unangst |
2014-07-13 | fill in proper sizes in free(9) | Martin Pelikan |
2014-07-13 | pass the size to free in some of the obvious cases | Ted Unangst |
2014-07-13 | if the freedsize isn't zero, check that's reasonable. ok beck | Ted Unangst |
2014-07-13 | If the only process in the pgrp is in the middle of exiting, it might | Philip Guenther |
2014-07-13 | print leading '0x' for addresses and masks with DUMP_BOOT_{DESC,INFO} | Jasper Lievisse Adriaanse |
2014-07-13 | Stop using old n_time, n_long and n_short types in netinet headers. | Martin Pieuchot |
2014-07-13 | someone send dlg a keyboard with a tab key please | Henning Brauer |
2014-07-13 | ext4 (extents) read support | Martin Pelikan |
2014-07-13 | - fix off-by-one in getting the number of cores in the system | Jasper Lievisse Adriaanse |
2014-07-13 | Needs getchar.c now | Miod Vallat |
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse |
2014-07-13 | add copyright and rcs id | Jasper Lievisse Adriaanse |
2014-07-13 | Start handling host channel interrupts. | Paul Irofti |
2014-07-13 | treat external storage allocated by the mbuf layer the same as | David Gwynne |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-13 | One missing boot -> prsignal(initprocess) conversion | Miod Vallat |
2014-07-13 | These still need <sys/reboot.h> for the RB_ constants. | Miod Vallat |
2014-07-13 | more mmap random on 64-bit platforms. noticed in freebsd aslr patches. | Ted Unangst |
2014-07-13 | Add missing atomic primitives and __sync_synchronize to let the kernel | Miod Vallat |
2014-07-13 | Bye bye | Martin Pieuchot |
2014-07-13 | No need for ezload.h | Martin Pieuchot |
2014-07-12 | - remove CONSPEED from libsa.h | Jasper Lievisse Adriaanse |
2014-07-12 | unify cnspeed() | Jasper Lievisse Adriaanse |
2014-07-12 | regen | Jonathan Gray |
2014-07-12 | missed the trailing digit | Jonathan Gray |
2014-07-12 | resurrect this treasure (still needed to build microcode) | Theo de Raadt |
2014-07-12 | Print a line in dmesg to indicate if the aperture driver is | Jonathan Gray |
2014-07-12 | reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs) | Masao Uebayashi |
2014-07-12 | Add 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 cannot | Ted Unangst |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | Build kernels at -O2 instead of -Os, as done for userland and on all other | Miod Vallat |