Age | Commit message (Expand) | Author |
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 |
2010-05-02 | repeated text in a comment, spotted by adam dutko | Ted Unangst |
2010-05-02 | Add defines for thread-local-storage sections/symbols/segments and for | Philip Guenthe |
2010-05-01 | put the read macros into functions so gcc4 doesn't whinge. | Jonathan Gray |
2010-05-01 | Unbreak ramdisks. | Owain Ainsworth |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |
2010-04-30 | Prevent a possible case of lock recursion in swapoff. | Owain Ainsworth |
2010-04-30 | Add __unused and __used macros that expand to appropriate __attribute__ | Mark Kettenis |
2010-04-30 | add HT Capabilities element in outgoing probe requests if HT is | Damien Bergamini |
2010-04-30 | fix for 5GHz band. | Damien Bergamini |
2010-04-30 | add support for firmware images in "type-length-value" format. | Damien Bergamini |
2010-04-30 | Remove volatile from function return values since gcc4 complains about them | Mark Kettenis |
2010-04-30 | Add commented MPLS and mpe(4) entries. | Claudio Jeker |
2010-04-30 | - regen | Jasper Lievisse Adriaanse |