Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-03 | RM7000 processors with 64 TLB pairs instead of the usual 48 use an external | Miod Vallat | |
control bit to enabled use of the extra 16, in order to be able to be used as drop-in R5000 replacement without modifying RM7000-unaware software. Because of this, when a 64 TLB RM7000 processor is detected, check that the upper 16 really will be used before deciding how many TLB the kernel needs to invalidate whe ASID wraps. | |||
2009-12-02 | Zap trailing whitespace. From Brad. | Stuart Henderson | |
2009-12-02 | Reflect the keypad mode of the application so that numlock works. | Nicholas Marriott | |
2009-12-02 | no firmware on ramdisks; ok kettenis | Theo de Raadt | |
2009-12-02 | log_warn() consistency. | Michael Knudsen | |
`OK' claudio | |||
2009-12-02 | Close the pane if the process died due to a signal, not just if it exited | Nicholas Marriott | |
normally. | |||
2009-12-02 | and check result | Marc Espie | |
2009-12-02 | fix some inter-dependencies case: | Marc Espie | |
- when we merge updatesets, invalidate the solver (there isn't any, usually). - look inside set for check_depends. - do register_dependencies after committing all plists to cache. | |||
2009-12-02 | splitted update: a -> a + b with inter-dependencies | Marc Espie | |
2009-12-02 | we don't expose overruns/underruns as negative positions anymore, | Alexandre Ratchov | |
don't call the sio_onmove() call-back with negative argument. | |||
2009-12-02 | reapply from mainline lynx, fix lost after local update. Okay deraadt. | Paul Irofti | |
2008-04-27 (2.8.7dev.9) * pass a newline after the start of PRE-section in HTGopher.c to force the first newline between records to be seen and cause the lines to split (report by Ciprian Dorin Craciun) -TD | |||
2009-12-02 | IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown. | Takuya ASADA | |
ok miod@ | |||
2009-12-02 | use kstack for curprocpaddr instead of proc0paddr. | Takuya ASADA | |
ok miod@ | |||
2009-12-01 | Fix the mixer interface for the CE4231 sound card found in Sun machines. Still a | Edd Barrett | |
lot of room for improvement in the driver, but atleast it works now. OK kettenis@, ratchov@ | |||
2009-12-01 | correct name. | Okan Demirmen | |
ok dlg@ | |||
2009-12-01 | add ``M-Audio Revolution 5.1'' in the list of supported cards | Alexandre Ratchov | |
2009-12-01 | Don't claim to know about nehalem until we can be sure | Jonathan Gray | |
the the msr paths are sane. ok deraadt@ | |||
2009-12-01 | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott | |
buffer. From Jonathan Alvarado. | |||
2009-12-01 | The MD ACPI PSS paths are using MSRs they shouldn't be | Jonathan Gray | |
so don't try to do EST on machines we don't know the bus_clock on for now. ok deraadt@ | |||
2009-12-01 | regen | Jasper Lievisse Adriaanse | |
2009-12-01 | - add a whole bunch of more devices from dmesgs | Jasper Lievisse Adriaanse | |
- fix a typo | |||
2009-12-01 | Add the new exec command to run a process and its children in a | Reyk Floeter | |
non-default rdomain/rtable. route will change the default rdomain using the new setrdomain() syscall and execute the supplied command, eg. "route -T1 exec /usr/sbin/named". Tested by many including michele@, phessler@ ok claudio@, deraadt@ | |||
2009-12-01 | add "exec" keyword | Reyk Floeter | |
ok jsg@ | |||
2009-12-01 | Update code to use the new AID address ids so that this works again with | Claudio Jeker | |
bgpd. Reads OK henning@ | |||
2009-12-01 | Use an artificial address family id in struct bgpd_addr and almost everywhere | Claudio Jeker | |
else. Adds conversion functions to map AFI/SAFI and the Unix AF_ values from and into AID used in bgpd. This is needed to support things like MPLS VPN and other upcomming changes that need to play a lot with AFI/SAFI pairs. Mostly mechanical change, henning@ has no particular issues with this. Must go in so that I can continue working. | |||
2009-12-01 | - regen | Jasper Lievisse Adriaanse | |
2009-12-01 | - some more id's from dmesgs | Jasper Lievisse Adriaanse | |
2009-12-01 | document more or less what's going on now. | Marc Espie | |
With updatesets, technical details are ways more complicated. | |||
2009-12-01 | okay, this one needs tagging as well | Marc Espie | |
2009-12-01 | From Brad: "Rewrite the ti(4) man page a bit making it look closer | Stuart Henderson | |
to the bge(4) man page. - Remove mentioning PCI for the type of Gigabit adapters at the top since there are also SBus adapters. - Shuffle the list of adapters and the description of the chipsets around so that the adapters list is further up the page and the description of the chipsets is further down the page. - Make the list of adapter entries consistent and only mention the media type. - Remove the bit about the Tigon 1 chipset no longer being in production. They're both no longer in production and I don't think this has much relevence in the man page. There are plenty of other Ethernet chipsets no longer in production as well." | |||
2009-12-01 | for every case we can't install stuff, we have to let the tracker now, and | Marc Espie | |
close the set. | |||
2009-12-01 | Look for mice and xterm keys before standard function keys as they are less | Nicholas Marriott | |
likely to be partial versions. | |||
2009-12-01 | Fix dmesg printing of error. | Marco Peereboom | |
2009-12-01 | Mark disk as dirty when starting a write to it. Restores issuing of | Kenneth R Westerback | |
SYNCHRONIZE_CACHE commands on device close. ok dlg@ marco@ | |||
2009-12-01 | properly handle all xs states that can be returned by an adapter in sd. | David Gwynne | |
requested by krw@ after spending a week munging through my code. | |||
2009-12-01 | put the midlayer changes back in. | David Gwynne | |
the two issues affecting it last time are gone. the first, mishandling of TRY_AGAIN_LATER is not relevant now that krw got rid of TRY_AGAIN_LATER. the second, the misbehaving IBM disk was found to be a problem with siop using ordered tags on most ops combined with the speed of the new code. putting this in so we can move forward. ok krw@ "commit please" marco@ | |||
2009-12-01 | Change type of dva to u_int64_t to make mpii(4) compile on i386. | Alexander Bluhm | |
ok marco@ | |||
2009-11-30 | Load firmware that is needed for accelerated X on Elite3D boards. | Mark Kettenis | |
The firmware is loaded from /etc/firmware/afb, which will be provided soon. | |||
2009-11-30 | Add inline function to read %fprs. | Mark Kettenis | |
2009-11-30 | Re-initialise the interface upon resume. | Mark Kettenis | |
ok deraadt@, pirofti@, claudio@ | |||
2009-11-30 | It doesn't make sense to talk about doing packet tagging "during | Stuart Henderson | |
nat-to or rdr-to in addition to filter rules". | |||
2009-11-30 | tweak the rules a bit: the search filter for "more recent than" ought to | Marc Espie | |
notice it sees older stuff. Even if they get filtered later on, this would turn into a "no need to update". (in actual use, I probably will need to open those packages and look at the pkgpaths to make sure they are not valid candidates, and to compare full signatures... oh well) | |||
2009-11-30 | Crank __LDPGSZ from 4KB to 16KB, in preparation for a kernel page size | Miod Vallat | |
increase as well. Binaries compiled before this change will not work once the kernel page size is cranked (in a few weeks), so you might want to update your userland and packages soon. | |||
2009-11-30 | Handle partial xterm function key sequences. | Nicholas Marriott | |
2009-11-30 | KNF | Paul Irofti | |
2009-11-30 | Bump up array size to prevent overflow when probing memory | Can Erkin Acar | |
on machines reporting > 32 memory regions. ok kettenis@ | |||
2009-11-30 | better errors: have $set->cleanup mark set as finished. | Marc Espie | |
in case there is an issue, register set as not updateable with tracker. | |||
2009-11-30 | better: have can_install return 0/1 as definitive answer, and return "undef" | Marc Espie | |
for try again later. Don't bother cleaning up set from can_install, since complete does it too. | |||
2009-11-30 | regen | Jasper Lievisse Adriaanse | |
2009-11-30 | - add two devices found in dmesgs | Jasper Lievisse Adriaanse | |