Age | Commit message (Expand) | Author |
2010-04-29 | crikey! all our wireless pages had the Os macro out of place; | Jason McIntyre |
2010-04-29 | - previous addition should have been version 2 | Jason McIntyre |
2010-04-29 | - regen | Jasper Lievisse Adriaanse |
2010-04-29 | - add a few more devices, including one from eric@ | Jasper Lievisse Adriaanse |
2010-04-29 | fix multicast address, Sebastian Benoit <benoit-lists at fb12.de> | Henning Brauer |
2010-04-29 | sync | Jasper Lievisse Adriaanse |
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse |
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse |
2010-04-29 | Fix a couple of crtsavres issues found after initial checkin. closer now. | Dale Rahn |
2010-04-29 | Add the bits to compile a working powerpc kernel. This is a work in | Marco Peereboom |
2010-04-28 | We no longer need -Di386. | Mark Kettenis |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-04-28 | Only invoke setcurcpu() #ifdef MULTIPROCESSOR | Miod Vallat |
2010-04-28 | s/amd64/__amd64__/, s/i386/__i386__, no binary change. | Mark Kettenis |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-04-28 | Make the active pane border have a green foreground instead of | Nicholas Marriott |
2010-04-28 | Rename nfiles so as not to collide with sys/file.h, | Jonathan Gray |
2010-04-28 | shuffle extern decl of header[] so gcc4 doesn't complain about | Jonathan Gray |
2010-04-28 | Fix crash when resizing in copy mode, when cursor can end up outside screen. | Nicholas Marriott |
2010-04-28 | rename BS so we don't collide with the ocurses define, | Jonathan Gray |
2010-04-28 | Add a new 'i' command to the disklabel interactive editor, allowing the | Joel Sing |
2010-04-28 | Move the UID printing/parsing code into separate functions and avoid using | Joel Sing |
2010-04-28 | When restoring a disklabel do not restore the uid. Let the kernel allocate | Joel Sing |
2010-04-28 | Do not modify hardware interrupt mask when establishing a soft interrupt | Joel Sing |
2010-04-28 | Storeing current cpu_info address into LLAddr register, for curcpu(). | Takuya ASADA |
2010-04-28 | no need to depend on a file twice | Theo de Raadt |
2010-04-28 | clean up more more subtle and stupid differences between the various | Theo de Raadt |
2010-04-28 | Allow neighbor-as in AS filter statements like: | Claudio Jeker |
2010-04-28 | Teach disklabel how to print and parse UIDs. | Joel Sing |
2010-04-28 | When setting a disklabel automatically generate a new UID if it does not | Joel Sing |
2010-04-28 | Cast 'a' to (void *) in the REASON_SET macro. Makes gcc4 happy. | Robert Nagy |
2010-04-28 | Fix gcc4 warning | Marco Peereboom |
2010-04-28 | - plug memleak (in #if 0'd code) | Jasper Lievisse Adriaanse |
2010-04-28 | Enable -fwrapv by default. It's what many programmers expect and according | Mark Kettenis |
2010-04-28 | VIDIOC_S_INPUT, VIDIOC_STREAMON, VIDIOC_STREAMOFF need a pointer to int. | Marcus Glocker |
2010-04-28 | *sigh* make the same change as previous commit to the sister function of | Owain Ainsworth |
2010-04-28 | Deal with a non-incremented iterator by changing a | Owain Ainsworth |
2010-04-27 | Fix a subtle bug noticed by naddy@ in pftop(8), thanks! | Ingo Schwarze |
2010-04-27 | Fix inline assembler to make it acceptable to gcc4. Based on a diff from | Mark Kettenis |
2010-04-27 | Avoid null-pointer dereference by giving proc0 a place to store its | Mark Kettenis |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-27 | __packed needs to be applied to the struct, not the typedef. | Mark Kettenis |
2010-04-27 | Don't use cast expressions as lvalues; gcc4 complains about them. And gcc3 | Mark Kettenis |
2010-04-27 | Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup, | Dale Rahn |
2010-04-27 | Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line), | Theo de Raadt |
2010-04-27 | Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3 | Jonathan Gray |
2010-04-27 | Use the form ${_archdir}/${_arch} to reach a few more places, unifying the | Theo de Raadt |
2010-04-27 | arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist, | Dale Rahn |
2010-04-27 | A lot of the sections in this were out of whack with the order they | Theo de Raadt |
2010-04-27 | Update oxsemi (now plxtech) datasheet URL. | Stuart Henderson |