summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-02Merge vassign and vtoken and make it much more strict on what it accepts.Nicholas Marriott
2010-07-02Add an ath_pci_activate callback for ACPI suspend/resume with ath(4).Reyk Floeter
2010-07-02cleanup and remove some #ifdef junk in the power hooks.Reyk Floeter
2010-07-02Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc.Nicholas Marriott
2010-07-02Rewrite hunt() to put the "rotary action" into it rather than remote.c, and soNicholas Marriott
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02Dump parsed schema to buffer and send in requests for the cn=schemaMartin Hedenfal
2010-07-02add more MCP79 AHCI ids to the list of devices that need special handling,Jonathan Gray
2010-07-02Add a comment to explain why the sync is necessary in the while loop.Joel Sing
2010-07-02Apparently volatile does not mean what it is supposed to mean... avoid aJoel Sing
2010-07-02unbreak strdelim() skipping past quoted strings, e.g.Damien Miller
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02gremlin crept in by accidentMiod Vallat
2010-07-02Proper fix for uninitialized variable warning.Mark Kettenis
2010-07-02don't reference an item after it has been returned to the poolDavid Krause
2010-07-02correctly init ppr_able in reset, and some others gcc complained about.Ted Unangst
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2010-07-02the variables work better when initialized. ok deraadtTed Unangst
2010-07-02on error, getuint() will return UINT_MAX. Instead of actually usingAlexander Hall
2010-07-02oops, add a missing newline; noticed by and ok phessler@Christian Weisgerber
2010-07-02Don't validate modification of immutable attributes if the namespace isMartin Hedenfal
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-02braces define scope, not indentation. found hunting uninit bugs. ok ogaTed Unangst
2010-07-02some very obvious uninit bugs found when I turned off -Wno-uninitializedTed Unangst
2010-07-02fix corrupt UVMHIST_LOGTakuya ASADA
2010-07-02Disallow deleting non-leaf nodes.Martin Hedenfal
2010-07-02Add a BT_CURSOR_EXACT operation to btree_cursor_get. It behaves likeMartin Hedenfal
2010-07-02initialize values to something sensible.Ted Unangst
2010-07-02add an align argument to uvm_km_kmemalloc_pla.Artur Grabowski
2010-07-02Drop the uvm_km_pages.mtx mutex in uvm_km_putpage before we free va's,Thordur I. Bjornsson
2010-07-02Plug a memory leak where each update leaked one page.Martin Hedenfal
2010-07-02Abstraction clean-up. `I like it' deraadt@.Paul Irofti
2010-07-02Some functions change the ifp in during ether_input(). This confuses theClaudio Jeker
2010-07-02Fix memory leaks in schema parser.Martin Hedenfal
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2010-07-02Add Lenovo ThinkPad X100e quirk, from Brad.Paul Irofti
2010-07-02remove prototype of okaytoclone, which got removed in 1.117Jonathan Gray
2010-07-02structure copy the unp_connid to the other socketTheo de Raadt
2010-07-02Switch to nitems for the table, save some space. `Looks good' deraadt@.Paul Irofti
2010-07-02Use M_NOWAIT only if SCSI_NOSLEEP is set, as is the usual idiom. FromKenneth R Westerback
2010-07-02Implement FPU shootdowns for hppa multiprocessor kernels. There are stillJoel Sing
2010-07-01Don't overwrite the device name with the fake cu%d host.Nicholas Marriott
2010-07-01Repost T510 video using the emulator.Mike Larkin
2010-07-01When a process' FPU context is evicted or restored record which CPU theJoel Sing
2010-07-01Mobility hd4870 works, add it.Owain Ainsworth
2010-07-01regenTed Unangst
2010-07-013.5 compat is old, but relied upon by other compats still in tree. theTed Unangst
2010-07-01syncOwain Ainsworth
2010-07-01Radeon mobility Hd4870, from jcr.Owain Ainsworth