summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-02In automatic mode if the battery is absent go to 100%Theo de Raadt
2010-04-01Add PCI_PRODUCT_ATI_RADEON_HD4500_M to the listRobert Nagy
2010-04-01Add more dell subids found in the windows driver.Jonathan Gray
2010-04-01Avoid null pointer dereference. Pointed out by Nick Hudson; variant on hisMark Kettenis
2010-04-01Don't index cpu_info by apic id, but by device unit number instead. RecentMark Kettenis
2010-04-01Don't mention translation in the require-order blurb as it is nowJonathan Gray
2010-04-01Add H700 now that we know the subid...Marco Peereboom
2010-04-01fix fatal calls, that they will report function names from which they arezinovik
2010-04-01WARNINGS -> CAVEATS, and a little neccessary cleanup;Jason McIntyre
2010-04-01Track blackhole and reject flags since the MIB knows about them.Claudio Jeker
2010-04-01Minor cleanup figured out while syncing kroute with snmpd's.Claudio Jeker
2010-04-01After syncing kroute with bgpd sync now against ospfd's so that this codeClaudio Jeker
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-04-01typoTheo de Raadt
2010-04-01document that setting the time of the machine is unsafe. explain why,Theo de Raadt
2010-04-01tweak previous; ok deraadtJason McIntyre
2010-04-01Allow top to accept tab characters as input in interactive modelum
2010-03-31make ProxyPass exclude directives only exclude on match, instead of alwaysAlexander Hall
2010-03-31More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protectDale Rahn
2010-03-31Make sure the boundaries of uvm_pglistalloc() calls are set up with lowMiod Vallat
2010-03-31Add bnx firmware on installation media; this causes a media oflow, soMiod Vallat
2010-03-31Bring /dev/apm support in line with apm(4). Make the suspend button sendMark Kettenis
2010-03-31network static and network connected have been superseded by network inetClaudio Jeker
2010-03-31Don't accept keys with modifiers as input. Fixes crash reported by BrianNicholas Marriott
2010-03-31put date(1) onto the media, it fitsTheo de Raadt
2010-03-31Make a -DSMALL version of date(1) for the mediaTheo de Raadt
2010-03-31if bthub defines are needed by conf.c, they must come from files.bluetoothTheo de Raadt
2010-03-31fix typoTheo de Raadt
2010-03-31Radeon HD2400 XT works. Tested by Dennis den Brok; thanks!Owain Ainsworth
2010-03-31Track interface addresses in a AF independent way. This is needed to supportClaudio Jeker
2010-03-31update the inteldrm GEM interface to the newer version.Owain Ainsworth
2010-03-30regenMatthieu Herrb
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
2010-03-30several missing closedir() callszinovik
2010-03-30revert revision 1.53.Owain Ainsworth
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2010-03-30After snprintf(3) call `dir' is no longer used so free it also on normalzinovik
2010-03-30This diff synchronizes rcs parser code with OpenRCS. It shrinks code by 3zinovik
2010-03-30Hmpf, aid2af() leftover from the time I did the transition that should notClaudio Jeker
2010-03-30Since we use a direct mapping for the area where we save a process' floatingMark Kettenis
2010-03-30Support Radeon Mobility HD3670; James Thackray. Thanks!Owain Ainsworth
2010-03-30syncOwain Ainsworth
2010-03-30Mobility Radeon HD3670, from James Thackray (first.last@gmail.com)Owain Ainsworth
2010-03-30Have bge_start check if there are less than 16 free send BDs and if notChristian Weisgerber
2010-03-30Log non-informational messages at LOG_WARNING priority instead of LOG_INFO.Jacek Masiulaniec
2010-03-30syncTheo de Raadt
2010-03-30Do not print ac97 link rate message unless debug is enabled.David Coppa
2010-03-30describe better what KERN_PROC_ARGV and KERN_PROC_ENV return; ok jmc@Otto Moerbeek
2010-03-30We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because itTheo de Raadt
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback