summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-24wrap the kernel specific parts in an _KERNEL ifdef.Jonathan Gray
2009-07-24Don't include systm.h as it isn't needed and pulls in libkern headers,Jonathan Gray
2009-07-24syncTheo de Raadt
2009-07-24Simplify screen redrawing by drawing the border and background together ratherNicholas Marriott
2009-07-24Accept lowercase c- and m- prefix as well as C- and M-.Nicholas Marriott
2009-07-24Permit commands to be bound to key presses without the prefix key first. TheNicholas Marriott
2009-07-24up-pane and down-pane no longer auto-repeat; update the description ofStuart Henderson
2009-07-24timeout_add -> timeout_add_secBret Lambert
2009-07-24RECONF_REINIT is a bad initial reconf_action state for templates.Claudio Jeker
2009-07-24for every packet we forwarded, we copied the first 68 bytes of it in caseDavid Gwynne
2009-07-24From NetBSD rev 1.5Jonathan Gray
2009-07-24Global Item #3 should be Physical Minimum not Maximum accordingJonathan Gray
2009-07-24timeout_add -> timeout_add_msecBret Lambert
2009-07-24timeout_add -> timeout_add_msecBret Lambert
2009-07-24silent VIA VT6202 workaround; from bradTheo de Raadt
2009-07-24add compat support to gdb so that it can deal with libpthread with andKurt Miller
2009-07-23Insert free pages at the head of the page queues. Should provide betterMark Kettenis
2009-07-23another lava puc that might show upTheo de Raadt
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23- document isadmaJason McIntyre
2009-07-23None of the server message functions return anything but 0, so make them allNicholas Marriott
2009-07-23timeout_add -> timeout_add_msecBret Lambert
2009-07-23a trio of timeout_add conversionsBret Lambert
2009-07-23no need for Xo/Xc when we have very simple list items;Jason McIntyre
2009-07-23Tidy client message return slightly: convert flags into an enum, and mergeNicholas Marriott
2009-07-23Switch re(4) over to MCLGETI.Mark Kettenis
2009-07-23elide a little bit later, the final list, after From has beenMartynas Venckus
2009-07-23VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune itTheo de Raadt
2009-07-23Silence some lint warnings about an unreachable return by consolidatingBret Lambert
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-07-23Avoid twiddling the lower bits of a BAR such that the code becomes usableMark Kettenis
2009-07-23Get rid of bus_mem_add_mapping().Miod Vallat
2009-07-23When computing the total resources required by devices behind a ppb, takeMiod Vallat
2009-07-23When configuring devices on the bridge, try and provide resources to mapMiod Vallat
2009-07-23Allow __pmap_pv_enter() to fail, instead of dereferencing NULL; and let theMiod Vallat
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-07-23sync. -mojMats O Jansson
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-07-23mention the 0,125 resolution, which explains why sysctl(8) may show somethingConstantine A. Murenin
2009-07-23Redraw after starting selection to correctly remove any existing selection.Nicholas Marriott
2009-07-23Document rdomain keyword, again from stsp@Claudio Jeker
2009-07-23Spelling and comment fixes by stsp@Claudio Jeker
2009-07-23What gets allocated with bus_space_map() needs to be released withMiod Vallat
2009-07-23Revert r1.5, I don't like it, new sessions should start off identically - withNicholas Marriott
2009-07-23Adding disabled framework for RAID6Jordan Hargrave
2009-07-23Remove unused code.Mark Kettenis
2009-07-23Update bgpctl show next to show all necessary info. This time OK henning@Claudio Jeker