summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2010-04-30- add a fore more devices found in my boxJasper Lievisse Adriaanse
2010-04-30unbreak dumps on scsi disks.David Gwynne
2010-04-29Revert r1.80, leaving iopools in place. Fixes PR#6365. Why WD3200KS-00PKenneth R Westerback
2010-04-29add radeon hd2600 xtRobert Nagy
2010-04-29regenRobert Nagy
2010-04-29Add the CR_PAT MSR to the list of defined msrs.Owain Ainsworth
2010-04-29use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this willOwain Ainsworth
2010-04-29Currently pdc_scanbus() scans in reverse, which results in physical CPU0Joel Sing
2010-04-29Use per CPU hardware interrupt mask.Joel Sing
2010-04-29Finally fix the bit 17 swizzling code.Owain Ainsworth
2010-04-29Test bit is used like a boolean, so it must actually be a boolean.Owain Ainsworth
2010-04-29Fix the drm_atomic macros to use unsigned int like they should.Owain Ainsworth
2010-04-29Store hardware timer information per CPU.Joel Sing
2010-04-29- regenJasper Lievisse Adriaanse
2010-04-29- add a few more devices, including one from eric@Jasper Lievisse Adriaanse
2010-04-29- add another run, from markus bergkvistJasper Lievisse Adriaanse
2010-04-29- add another run, from markus bergkvistJasper Lievisse Adriaanse
2010-04-28We no longer need -Di386.Mark Kettenis
2010-04-28s/i386/__i386__/, no binary change.Mark Kettenis
2010-04-28Only invoke setcurcpu() #ifdef MULTIPROCESSORMiod Vallat
2010-04-28s/amd64/__amd64__/, s/i386/__i386__, no binary change.Mark Kettenis
2010-04-28s/i386/__i386__/, no binary change.Mark Kettenis
2010-04-28Do not modify hardware interrupt mask when establishing a soft interruptJoel Sing
2010-04-28Storeing current cpu_info address into LLAddr register, for curcpu().Takuya ASADA
2010-04-28no need to depend on a file twiceTheo de Raadt
2010-04-28clean up more more subtle and stupid differences between the variousTheo de Raadt
2010-04-28When setting a disklabel automatically generate a new UID if it does notJoel Sing
2010-04-28Cast 'a' to (void *) in the REASON_SET macro. Makes gcc4 happy.Robert Nagy