summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-05-09shuffle an extern around so gcc4 doesn't whinge about incomplete typesJonathan Gray
2010-05-09Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1.Mark Kettenis
2010-05-09Make i386 use a pointer to the trap frame like everybody else instead ofMark Kettenis
2010-05-08disk_busy()/disk_unbusy() dance; from NetBSD.Miod Vallat
2010-05-08Huge work-in-progress commit to support Loongson 2E-based evaluation boardsMiod Vallat
2010-05-08Defines for the Intel 8259 PIC and compatible designs, because hardwiredMiod Vallat
2010-05-08A little bit of a hack.Owain Ainsworth
2010-05-08Set the write combined bit on our newly created pages.Owain Ainsworth
2010-05-08Page Attribute Tables (PAT) support for x86.Owain Ainsworth
2010-05-08Upon changing the MAC address of an if_trunk interface, all ports are switchedStefan Sperling
2010-05-08While handling SIOCSIFLLADDR, after adjusting the MAC of the interface,Stefan Sperling
2010-05-08During IPv6 source address selection, prefer RFC 4941 temporary addressesStefan Sperling
2010-05-07fix packed use as pointed out by gcc4.Jonathan Gray
2010-05-07Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1Claudio Jeker
2010-05-07order the network pseudo-devices by name. Move pppoe and sppp into that list.Claudio Jeker
2010-05-07Remember to restore the spl. Found out the hard way by me.David Hill
2010-05-06Move the net/bpf.h include done and wrap it in the ususal #if NBPFILTER > 0Claudio Jeker
2010-05-06Change trap() and syscall() to accept a pointer rather than using callNicholas Marriott
2010-05-06Ansify functions and use "clock" rather than the CPU name for clockJoel Sing
2010-05-06Count the number of CPUs in the system.Joel Sing
2010-05-06Remove the incorrect if_media code. It is no longer needed to show and trackClaudio Jeker
2010-05-06Fix favail format string.Marco Pfatschbacher
2010-05-05Prevent a process from entering iwn_ioctl while another process isDamien Bergamini
2010-05-05firmware images in type-length-value format can now offer differentDamien Bergamini
2010-05-05regenDamien Bergamini
2010-05-05Since we never set the X bit for directly mappings, nothing can be moved intoMark Kettenis
2010-05-05USB Id for Atheros AR3011 bluetooth adapter.Damien Bergamini
2010-05-05disable bluetooth coexistence as I suspect this is what is causingDamien Bergamini
2010-05-05map the ATA data set management stuff (ie, trim) to the SCSI thinDavid Gwynne
2010-05-03Provide a disk_map() function which attempts to map a disklabel UID to theJoel Sing
2010-05-02Properly initialize the members of `struct mdproc' that deal withMark Kettenis
2010-05-02The line-discipline-specific ioctls return -1 to indicate thatStefan Sperling
2010-05-02The Cyrix "coma bug" workaround code has a really convoluted way to write 0Mark Kettenis
2010-05-02Remove unused softc member.Miod Vallat
2010-05-02Precompute the userland process apr cache bits into a global variable.Miod Vallat
2010-05-02Use intermediate vaddr_t cast when casting a pointer to off_t. PreventsMark Kettenis
2010-05-02repeated text in a comment, spotted by adam dutkoTed Unangst
2010-05-02Add defines for thread-local-storage sections/symbols/segments and forPhilip Guenthe
2010-05-01put the read macros into functions so gcc4 doesn't whinge.Jonathan Gray
2010-05-01Unbreak ramdisks.Owain Ainsworth
2010-05-01incomming -> incomingMichael Knudsen
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-30Prevent a possible case of lock recursion in swapoff.Owain Ainsworth
2010-04-30Add __unused and __used macros that expand to appropriate __attribute__Mark Kettenis
2010-04-30add HT Capabilities element in outgoing probe requests if HT isDamien Bergamini
2010-04-30fix for 5GHz band.Damien Bergamini
2010-04-30add support for firmware images in "type-length-value" format.Damien Bergamini
2010-04-30Remove volatile from function return values since gcc4 complains about themMark Kettenis
2010-04-30Add commented MPLS and mpe(4) entries.Claudio Jeker
2010-04-30- regenJasper Lievisse Adriaanse