Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Remove an unneeded stack storage as well. OK jsg@ | |||
2010-04-01 | Minor cleanup figured out while syncing kroute with snmpd's. | Claudio Jeker | |
OK dlg@ | |||
2010-04-01 | After syncing kroute with bgpd sync now against ospfd's so that this code | Claudio Jeker | |
uses only one rtm parser instead of three different ones. Fixes problems with priorities that were not handled everywhere correctly. Found by and OK jsg@ | |||
2010-04-01 | Allow for multiple CPUs by moving to an array of cpu_info. | Joel Sing | |
ok kettenis@ | |||
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 | |
and suggest workarounds ok guenther | |||
2010-04-01 | tweak previous; ok deraadt | Jason McIntyre | |
2010-04-01 | Allow top to accept tab characters as input in interactive mode | lum | |
while using the kill and renice commands. This removes a bug where process numbers that came after a tab character in the input string would not be affected by the corresponding command. ok tedu@ otto@ | |||
2010-03-31 | make ProxyPass exclude directives only exclude on match, instead of always | Alexander Hall | |
noted by Vasiliy Kiryanov, thanks! ok stephan@ | |||
2010-03-31 | More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protect | Dale Rahn | |
operations, where X or W is taken away. ok deraadt@ kettenis@ | |||
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat | |
being page-aligned, and high being end of page (i.e. high & PAGE_MASK == PAGE_MASK) everywhere, for consistency. Future code will depend on this. ok deraadt@ | |||
2010-03-31 | Add bnx firmware on installation media; this causes a media oflow, so | Miod Vallat | |
enlarge bsd.rd filesystem; this in turn causes a cd oflow, so enlarge cd filesystem. ok jsing@ deraadt@ | |||
2010-03-31 | Bring /dev/apm support in line with apm(4). Make the suspend button send | Mark Kettenis | |
a suspend request event to apmd(8) instead of suspending immediately. Also keep track of whether /dev/apm and /dev/apmctl are currently open, such that we can still suspend immediately if apmd(8) isn't running. ok deraadt@, marco@, pirofti@, jsing@, oga@ | |||
2010-03-31 | network static and network connected have been superseded by network inet | Claudio Jeker | |
static and network inet connected a long time ago. It is time to remove the old compat code. | |||
2010-03-31 | Don't accept keys with modifiers as input. Fixes crash reported by Brian | Nicholas Marriott | |
R Landy. | |||
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 | |
the AF independent MIBs like RFC4292 in the future. Additionally count number of routes (also needed by some MIBs) and do not track the state of routes since the MIB do not require it and it is expensive. OK jsg@ | |||
2010-03-31 | update the inteldrm GEM interface to the newer version. | Owain Ainsworth | |
This adds a couple of new ioctls and remove the I915_GEM_EXECBUFFER ioctl in exchange for EXECBUFFER2 which supports better tiling parameters. the original interface is removed since our GEM support will not support it. This temporarily breaks the build of libdrm_intel, this will be fixed in the next commit. discussed with matthieu@ | |||
2010-03-30 | regen | Matthieu Herrb | |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb | |
ok miod@, deraadt@, todd@. | |||
2010-03-30 | several missing closedir() calls | zinovik | |
regress test run fine with this changes ok deraadt@, drahn@ | |||
2010-03-30 | revert revision 1.53. | Owain Ainsworth | |
Now the kernel does a proper vt switch for us this hack is no longer needed. ok miod@ | |||
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth | |
When we hit suspend time, go through all wsdisplays on the system. if they are in mode MAPPED, but not MODE_DUMBFB then if possible do a full vt switch to a !mapped vt, and prevent switching back until resume time. This has to be called from MD code because this involves userland running so that X can run the vt switch signal handler. This way, any case where we are using the "poke registers from userland" model, we will not be on the hardware when we go down, so the kernel can actually handle thing properly. Tested on several acpi laptops (by kettenis@ and ian@), x40 (me and beck@ at LEAST) and zaurus (me). Maybe others, but if so I forgot who at this time.. Idea from deraadt somewhere over the Faroe Islands (I thought of a similar thing myself a while ago). Much prompting from him. Ok and comments miod@ | |||
2010-03-30 | After snprintf(3) call `dir' is no longer used so free it also on normal | zinovik | |
code path. ok deraadt@ | |||
2010-03-30 | This diff synchronizes rcs parser code with OpenRCS. It shrinks code by 3 | zinovik | |
lines, but does exactly the same thing. It also removes unneeded variable `buf' ok deraadt@, xsa@ | |||
2010-03-30 | Hmpf, aid2af() leftover from the time I did the transition that should not | Claudio Jeker | |
be there. network X set nexthop Y failed because of this. | |||
2010-03-30 | Since we use a direct mapping for the area where we save a process' floating | Mark Kettenis | |
point registers, we no longer need to flush/purge the cache. | |||
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 | |
set IFF_OACTIVE and try again later. Previously bge(4) reserved 16 send BDs after loading DMA maps but the hardware only requires one reserved send BD. From FreeBSD, via Brad | |||
2010-03-30 | Log non-informational messages at LOG_WARNING priority instead of LOG_INFO. | Jacek Masiulaniec | |
OK millert@ | |||
2010-03-30 | sync | Theo de Raadt | |
2010-03-30 | Do not print ac97 link rate message unless debug is enabled. | David Coppa | |
Adapted from NetBSD OK jakemsr@ | |||
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 | |
is risky. Delete the comment suggesting we might. | |||
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback | |
Feedback from miod@ and kettenis@. ok beck@ | |||
2010-03-29 | merge 1.9.19, keeping local patches | Ingo Schwarze | |
* scoping fixes for roff instructions * accept apostroph in place of dot as a macro control character * accept tabs between the control character and the macro name * check that man(7) .TH titles use capital letters | |||
2010-03-29 | Initialize 'flags' field of tree_cache stack variables to 0. Paranoia. | Kenneth R Westerback | |
2010-03-29 | Always put server id in NAK's to requests. Some router/switches | Kenneth R Westerback | |
need this, as reported in PR#6339. Fix tested by submitter, Marcel Widget, who also supplied the diff that I tweaked. ok beck@ | |||
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth | |
whitespace tweaks on i386 so that it matches). ok kettenis@ | |||
2010-03-29 | Add Radeon HD360 Mobility. | Owain Ainsworth | |
Info from Mitja. | |||
2010-03-29 | Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs as | Claudio Jeker | |
well. First big sync, the interface address tree still needs to be made AF independent but that will be done in a second step. OK jsg@ | |||
2010-03-29 | Improve the way we handle spoofed paritions for Resize. Now any auto | Otto Moerbeek | |
allocated can be treated. We still check if no non-native partition overlaps the openbsd area, to avoid surprised. ok krw@ lum@ | |||
2010-03-29 | I'm going to need community_ext_conv() outside of rde_attr.c soon, so move | Claudio Jeker | |
the prototype to rde.h |