Age | Commit message (Expand) | Author |
2014-10-20 | Be sure to return if the pci interrupt can't be mapped, instead of falling | Miod Vallat |
2014-10-20 | pipex(4): Converted to use pool(9) | Masao Uebayashi |
2014-10-20 | use sha512 instead of md5 for tcp isn. ok deraadt | Ted Unangst |
2014-10-20 | typo; deraadt | Ted Unangst |
2014-10-20 | replace bzeros after allocations with M_ZERO and PR_ZERO as appropriate. | David Gwynne |
2014-10-20 | use SHA512 to hash entropy instead of MD5 | Ted Unangst |
2014-10-20 | unconditionally build sha2 so we can use it in all the kernels. | Ted Unangst |
2014-10-19 | More gracefully handle firmware loading errors in ulpt(4). | Stefan Sperling |
2014-10-19 | Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximum | Brad Smith |
2014-10-18 | Don't use %r1 to refer to bit 1. No binary difference. | Mark Kettenis |
2014-10-18 | Whitespace. | Masao Uebayashi |
2014-10-18 | Make sure the direct map isn't executable on hardware that allows us to do so. | Mark Kettenis |
2014-10-18 | oops, too greedy | Miod Vallat |
2014-10-18 | Don't assume that ep_taddr and ep_daddr are page-aligned. It is possible to | Mark Kettenis |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-10-18 | Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg) | Jonathan Armani |
2014-10-17 | reinstate i386/bus_space diff now that serial consoles are fixed in | Stuart Henderson |
2014-10-17 | Initialize comconsiot. Fixes problems with the (now backed out) i386 | Mark Kettenis |
2014-10-17 | backout i386/bus_space diff for now, req'd by deraadt@ - problems at boot | Stuart Henderson |
2014-10-17 | Also remove trailing spaces from the CPU brand string. | Mark Kettenis |
2014-10-17 | revert previous. It isn't just i386 which cares about the setperf | Theo de Raadt |
2014-10-17 | cpu_setperf and perflevel must remain exposed, otherwise a bunch of | Theo de Raadt |
2014-10-17 | In the new world order, setperf does not exist on ramdisks. | Theo de Raadt |
2014-10-17 | Mark Cave-Ayland pointed out on tech@ that the OF_test_method was called | Daniel Dickman |
2014-10-17 | convert old b functions to mem functions | Ted Unangst |
2014-10-17 | redo the performance throttling in the kernel. | Ted Unangst |
2014-10-17 | bring the twisting of bus_space from amd64 over to i386. this is: | David Gwynne |
2014-10-17 | reset all the pfsync packet state before calling ip_output in | David Gwynne |
2014-10-16 | No longer used. | Mark Kettenis |
2014-10-16 | The "close" word doesn't return any arguments. | Mark Kettenis |
2014-10-16 | Additonal registers needs to be saved in sc_save2, not sc_save. | Mark Kettenis |
2014-10-16 | LID control method devices aren't required to offer _PSW, so don't skip | Mike Larkin |
2014-10-16 | Use an instruction encoding for the return-to-realmode code that works on | Mike Larkin |
2014-10-16 | Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard | Todd C. Miller |
2014-10-16 | No need to reserve separate KVA ranges for the RLE and copy pages in | Mike Larkin |
2014-10-16 | missing \n in printf; Daniel Wade | Theo de Raadt |
2014-10-15 | move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant to | Sebastian Reitenbach |
2014-10-15 | Do not panic when attempting to decode invalid condition codes, or if | Miod Vallat |
2014-10-15 | Sprinkle CPU_BUSY_CYCLE() in a few places. | Masao Uebayashi |
2014-10-15 | Revert previous (wrong commit message). | Masao Uebayashi |
2014-10-15 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-10-14 | Do not skip saving callee-saved registers in trap frames if compiling without | Miod Vallat |
2014-10-14 | Document that lo0 must be present on your system by panic(9)ing if we | Martin Pieuchot |
2014-10-14 | Don't check for an empty list of interfaces. This is never true even if | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-14 | NetBSD revision 1.20 of pmap.h (from 1996) deleted license text that should | Daniel Dickman |
2014-10-13 | disable pagezero thread on hppa, until failure gets diagnosed, ok miod kettenis | Theo de Raadt |
2014-10-13 | POSIX says that mknod(2) should support fifos. OK guenther@ | Todd C. Miller |
2014-10-13 | Let this compile without option DDB. | Miod Vallat |
2014-10-13 | Add dumping of struct dqblk done by quotactl(2) | Philip Guenther |