Age | Commit message (Expand) | Author |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-09 | back out 1.143, it causes data corruption on the mpis in sun v20z boxes, | David Gwynne |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Fix comments as well. | Mark Kettenis |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Since libsa/stand.h provides an extern declaration of devsw[], we should make | Mark Kettenis |
2010-05-09 | Fix packed use and unbreak with gcc4, same as i386. | Nicholas Marriott |
2010-05-09 | Attach pineview graphics in inteldrm. | Owain Ainsworth |
2010-05-09 | Support Pineview IGD in intagp. | Owain Ainsworth |
2010-05-09 | Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attach | Miod Vallat |
2010-05-09 | Program a larger PCI retry hold interval if there is a Lucent USB controller | Miod Vallat |
2010-05-09 | Prevent "taken branch" exceptions from kernel space by clearing the PSL_T | Mark Kettenis |
2010-05-09 | Make single stepping a system call work. Instead of single stepping through | Mark Kettenis |
2010-05-09 | hander -> handler | Jasper Lievisse Adriaanse |
2010-05-09 | shuffle an extern around so gcc4 doesn't whinge about incomplete types | Jonathan Gray |
2010-05-09 | Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1. | Mark Kettenis |
2010-05-09 | Make i386 use a pointer to the trap frame like everybody else instead of | Mark Kettenis |
2010-05-08 | disk_busy()/disk_unbusy() dance; from NetBSD. | Miod Vallat |
2010-05-08 | Huge work-in-progress commit to support Loongson 2E-based evaluation boards | Miod Vallat |
2010-05-08 | Defines for the Intel 8259 PIC and compatible designs, because hardwired | Miod Vallat |
2010-05-08 | A little bit of a hack. | Owain Ainsworth |
2010-05-08 | Set the write combined bit on our newly created pages. | Owain Ainsworth |
2010-05-08 | Page Attribute Tables (PAT) support for x86. | Owain Ainsworth |
2010-05-08 | Upon changing the MAC address of an if_trunk interface, all ports are switched | Stefan Sperling |
2010-05-08 | While handling SIOCSIFLLADDR, after adjusting the MAC of the interface, | Stefan Sperling |
2010-05-08 | During IPv6 source address selection, prefer RFC 4941 temporary addresses | Stefan Sperling |
2010-05-07 | fix packed use as pointed out by gcc4. | Jonathan Gray |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-05-07 | order the network pseudo-devices by name. Move pppoe and sppp into that list. | Claudio Jeker |
2010-05-07 | Remember to restore the spl. Found out the hard way by me. | David Hill |
2010-05-06 | Move the net/bpf.h include done and wrap it in the ususal #if NBPFILTER > 0 | Claudio Jeker |
2010-05-06 | Change trap() and syscall() to accept a pointer rather than using call | Nicholas Marriott |
2010-05-06 | Ansify functions and use "clock" rather than the CPU name for clock | Joel Sing |
2010-05-06 | Count the number of CPUs in the system. | Joel Sing |
2010-05-06 | Remove the incorrect if_media code. It is no longer needed to show and track | Claudio Jeker |
2010-05-06 | Fix favail format string. | Marco Pfatschbacher |
2010-05-05 | Prevent a process from entering iwn_ioctl while another process is | Damien Bergamini |
2010-05-05 | firmware images in type-length-value format can now offer different | Damien Bergamini |
2010-05-05 | regen | Damien Bergamini |
2010-05-05 | Since we never set the X bit for directly mappings, nothing can be moved into | Mark Kettenis |
2010-05-05 | USB Id for Atheros AR3011 bluetooth adapter. | Damien Bergamini |
2010-05-05 | disable bluetooth coexistence as I suspect this is what is causing | Damien Bergamini |
2010-05-05 | map the ATA data set management stuff (ie, trim) to the SCSI thin | David Gwynne |
2010-05-03 | Provide a disk_map() function which attempts to map a disklabel UID to the | Joel Sing |
2010-05-02 | Properly initialize the members of `struct mdproc' that deal with | Mark Kettenis |
2010-05-02 | The line-discipline-specific ioctls return -1 to indicate that | Stefan Sperling |
2010-05-02 | The Cyrix "coma bug" workaround code has a really convoluted way to write 0 | Mark Kettenis |
2010-05-02 | Remove unused softc member. | Miod Vallat |
2010-05-02 | Precompute the userland process apr cache bits into a global variable. | Miod Vallat |
2010-05-02 | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents | Mark Kettenis |