summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-07-01Make our trapframe squeeky clean in setregs(). Avoid leaking registers intoMark Kettenis
2010-07-01enable mandoc regression tests; ok phessler@Ingo Schwarze
2010-07-01syncTheo de Raadt
2010-07-01It seems the x200s doesn't need the video bios call from locore.Paul Irofti
2010-07-01Add more support bits for ARMv7, including frame for VIPT (pmap_prefer).Dale Rahn
2010-07-01Another radeon hd3200.Owain Ainsworth
2010-07-01CPU id is not enough to tell 3430 from 3530 so change the printed name.Dale Rahn
2010-07-01In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze
2010-07-01if we cannot copy the setup file (because objdir doesn't exist), thenPeter Hessler
2010-07-01Move rdcap/rdcap16 structs used to get info about disk size off ofKenneth R Westerback
2010-07-01don't need to setup the resolver early now that dns lookups are doneEric Faurot
2010-07-01Oops. Lost the < 0 check on file position I had in the circulatedKenneth R Westerback
2010-07-018168E/8111E also supports IPv6 receive TCP/UDP checksum offload.Stuart Henderson
2010-07-01Nix some warnings.Nicholas Marriott
2010-07-01Synch instead of flush FPU state on APs before suspending.Mike Larkin
2010-07-01Split v_value into v_string/v_number, change macros to functions and lo letNicholas Marriott
2010-07-01We don't do CamelCase: fix style(9) violations in goto labels.Owain Ainsworth
2010-07-01Change variable get/set macros to have better names and drop boolean/characterNicholas Marriott
2010-07-01Implement vs{,un}lock_device and use it for physio.Artur Grabowski
2010-07-01Fix memory leak by adding a missing free(lsa).Alexander Bluhm
2010-07-01Ensure that IPIs have priority and are run first to avoid deadlock. ThisJoel Sing
2010-07-01Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze