Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-27 | disable interrupts in rdmsr() and wrmsr() so that their operation does not | Miod Vallat | |
risk being interrupted. | |||
2010-01-26 | 4.7-BETA (also, lo-carb and ozone layer friendly) | Miod Vallat | |
2010-01-26 | Actually use the copy made when no newline is found, from martynas@. | Nicholas Marriott | |
2010-01-26 | sync | Damien Bergamini | |
2010-01-26 | new run(4) ids | Damien Bergamini | |
2010-01-26 | backout last, it causes mem conflicts and device trouble; | Otto Moerbeek | |
ok beck@ miod@ | |||
2010-01-26 | downgrade, not downgrades | Marc Espie | |
2010-01-26 | fix merging behavior when merging doesn't occur: | Marc Espie | |
- display message that says "this update didn't merge" - be more specific in return values, because we want to distinguish between we merged some stuff -> compute full depends / we didn't -> proceed thanks to Florent Tribouilloy for being my guinea pig ;) | |||
2010-01-26 | Be a bit more paranoid and disable interrupts around critical pieces of code, | Miod Vallat | |
such as isa interrupt mask change. While there, use the same constructs to work around write posting when updating bonito interrupt masks. | |||
2010-01-26 | Comment out the Geode timecounter code completely. While a nice idea, this | Miod Vallat | |
counter relies upon MSR access, and on the Lemote, access to them is done through the northbridge PCI configuration space, which wreaks havoc on the system stability. | |||
2010-01-26 | Sprinkle some write buffer flushes, copied from powerpc; prevents | Miod Vallat | |
lock count from becoming negative under bad timing circumstances. | |||
2010-01-26 | -Wuninitialized and remove a // comment; from portable | Damien Miller | |
2010-01-26 | rewrite ssh(1) multiplexing code to a more sensible protocol. | Damien Miller | |
The new multiplexing code uses channels for the listener and accepted control sockets to make the mux master non-blocking, so no stalls when processing messages from a slave. avoid use of fatal() in mux master protocol parsing so an errant slave process cannot take down a running master. implement requesting of port-forwards over multiplexed sessions. Any port forwards requested by the slave are added to those the master has established. add support for stdio forwarding ("ssh -W host:port ...") in mux slaves. document master/slave mux protocol so that other tools can use it to control a running ssh(1). Note: there are no guarantees that this protocol won't be incompatibly changed (though it is versioned). feedback Salvador Fandino, dtucker@ channel changes ok markus@ | |||
2010-01-25 | Hugely simplify window_copy_cursor_next_word, which was way overcomplicated. | Nicholas Marriott | |
2010-01-25 | Update the selection properly after goto line or searching. | Nicholas Marriott | |
2010-01-25 | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. | Nicholas Marriott | |
2010-01-25 | sync | Todd T. Fries | |
2010-01-25 | add uthum there too. ok drahn@ | Matthieu Herrb | |
2010-01-25 | stucture -> structure; | Jason McIntyre | |
2010-01-25 | ellipses are not optional arguments; while here, fix a double .Ar/.Ar | Igor Sobrado | |
in the roff source. ok jmc@ | |||
2010-01-25 | fix double full stop, find out by jmc@ when looking into another issue. | Igor Sobrado | |
2010-01-25 | Provide proper ELF64_R_{SYM,TYPE,INFO} on little endian mips64, since these | Miod Vallat | |
do not follow the regular layout. Makes ld.so much happier on loongson. ok drahn@ | |||
2010-01-24 | Redraw properly when scrolling backward and the cursor is on the last | Nicholas Marriott | |
line. Based on a fix from Micah Cowan. | |||
2010-01-24 | "Fix" crash caused by FAT32 re-use of small buf from buffer cache, | Kenneth R Westerback | |
at least until problem (starting somewhere between 4.1 and 4.2) in buffer cache is found and a general fix is in place. Simply B_INVAL small buf so it doesn't come back. Addresses PR#6290, confirmed by submitter RD Thrush. ok tedu@ "should be marked XXX" thib@ | |||
2010-01-24 | - add missing "Xr" where it was obviously intended. | Jasper Lievisse Adriaanse | |
2010-01-24 | link man section 8 for loongson. ok miod@ | Matthieu Herrb | |
2010-01-24 | let .Dt recognise "loongson"; ok matthieu miod | Jason McIntyre | |
2010-01-24 | tests for shared libs update issues... | Marc Espie | |
2010-01-24 | extra indirection: no match gives a reason why, so we can rebuild | Marc Espie | |
report_problems to actually say what's wrong... | |||
2010-01-24 | use libspecs, report problem will be terser for now. | Marc Espie | |
2010-01-24 | - revert previous; nitems() shouldn't be used in userland (yet). | Jasper Lievisse Adriaanse | |
ok kjell@ | |||
2010-01-24 | use libspecs through Dependencies. | Marc Espie | |
2010-01-24 | add code to unify spec and names as LibraryObject, plus a repository and | Marc Espie | |
match/lookup functions. | |||
2010-01-24 | prevent broken packagenames from creeping in. | Marc Espie | |
2010-01-24 | check package name issues | Marc Espie | |
2010-01-24 | add code to check packagename for problems | Marc Espie | |
2010-01-24 | In orig_intra_lsa_rtr(), don't allocate and free a temporary buffer | Stefan Sperling | |
which easily fits on the stack. OK claudio@ | |||
2010-01-24 | use nitems here, no real change | Ted Unangst | |
2010-01-23 | When a window is destroyed, remove all links to it from each session rather | Nicholas Marriott | |
than just the first. Reported by Robin Lee Powell. | |||
2010-01-23 | generate 1st version. | Matthieu Herrb | |
2010-01-23 | Add etc.loongson. ok miod@ | Matthieu Herrb | |
2010-01-23 | md etc bits for loongson. ok miod@ | Matthieu Herrb | |
2010-01-23 | Give little-endian fp on mips a change to be handled correctly. | Miod Vallat | |
2010-01-23 | Don't leak if arguments appear multiple times, from Tiago Cunha. | Nicholas Marriott | |
2010-01-23 | Use C-e and C-y for scrolling in vi mode, from Micah Cowan. | Nicholas Marriott | |
2010-01-23 | finally, 6250 parts need crystal calibration too. | Damien Bergamini | |
update sensitivity settings for 5000 series to workaround a performance bug in the DSP (1000 is not affected so we keep the old values for 5000.) update sensitivity settings for 6000 series. from similar changes to iwlwifi | |||
2010-01-23 | It's wrong to complain about illegal -c arguments when finding | Ingo Schwarze | |
illegal -b arguments, so fix the error messages; patch from Laurent Ghigonis <ooookiwi at gmail dot com> on tech@. While here, improve the manual, too: * arguments need not be in increasing order * CAVEAT: -b and -c do the same right now feedback and ok jmc@ | |||
2010-01-22 | Correctly return ENXIO on unhandled ioctls; ok marco@ | Miod Vallat | |
2010-01-22 | Move is_memory_range() from mips64 mem.c to a per-architecture location; this | Miod Vallat | |
allows /dev/kmem to access the 256MB alias of the low memory on loongson, which in turns makes procmap(8) happy. | |||
2010-01-22 | Fix previous to pick the right year as the timebase (mips64 routines expect | Miod Vallat | |
the year to be relative to 1900, not zero). |