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