summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-01Limit memory to 256MB at the moment, (intrusive) part of the branchMiod Vallat
2010-02-01On Loongson 2 processors, clear the branch target buffer on userland->kernelMiod Vallat
2010-02-01Fix thinko in previous.Miod Vallat
2010-01-31update to get a working bsd.rdOtto Moerbeek
2010-01-31fix ELF64_R_INFO for mips64el to cast to 64 bits before shift; ok miod@Otto Moerbeek
2010-01-31initial ramdisk stuff, produces a working bsd.rdOtto Moerbeek
2010-01-31syncMiod Vallat
2010-01-31add a fix from OpenSSL CVS for SA38200.Jasper Lievisse Adriaanse
2010-01-31Remove !__LP64__ bits and __LP64__ tests.Miod Vallat
2010-01-31Add hotplug and wsmux.Miod Vallat
2010-01-31According to Linux, some magic programming is necessary to prevent deadlocks,Miod Vallat
2010-01-31Remove unnecessary comparison, pointed out by Tiago Cunha.Nicholas Marriott
2010-01-31Add option WSCONS_COMPAT_RAWKBD for X. ok miod@.Matthieu Herrb
2010-01-31Return a correct address in smfb_mmap(), allows X to work with wsfb.Miod Vallat
2010-01-31If there is only 256MB of physical memory or less, access it from physicalMiod Vallat
2010-01-31add HOWTO_PIPEX_NPPPD.txt for people who try to use pipex and npppd beforeYASUOKA Masahiko
2010-01-31Fix DPADD, from Brad.Nicholas Marriott
2010-01-31privilege separation of npppd.YASUOKA Masahiko
2010-01-30Make sure the previous node is not a NOTE; prevents ICE on loongson.Otto Moerbeek
2010-01-30fake local addr:port when stdio fowarding as some servers (Tectia atDamien Miller
2010-01-30debug output goes to stderr, not "the system log"; ok markus dtuckerDamien Miller
2010-01-30More loongson directories for manpages.Miod Vallat
2010-01-30Loongson sets lists..Miod Vallat
2010-01-30Build on loongson, and sort platform list.Miod Vallat
2010-01-30Build these firmwares on loongson.Miod Vallat
2010-01-30Don't stop parsing command sequences when a command requests the client toNicholas Marriott
2010-01-30Ignore SIGHUP as well.Nicholas Marriott
2010-01-30don't mark channel as read failed if it is already closing; suppressesDamien Miller
2010-01-29kill correct channel (was killing already-dead mux channel, notDamien Miller
2010-01-29Allow sorting by command and pid. Also, allow partial matches with strncmp.Ted Unangst
2010-01-29set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.comDamien Miller
2010-01-28Remove dead assignment and newly created unused variable.Charles Longeau
2010-01-28The RA stack control bit on the loongson2 diagnostic register is not a clearMiod Vallat
2010-01-28regenMiod Vallat
2010-01-28HP-UX getpgrp2() is documented as returning the same value than getpgid(),Miod Vallat
2010-01-28Make sure the process tree is is loop-free by forbidding ptrace()Philip Guenthe
2010-01-28Typo, from Micah Cowan.Nicholas Marriott
2010-01-28- bump pkgname...just like in portsJasper Lievisse Adriaanse
2010-01-28liesDamien Bergamini
2010-01-28set differential gains on 6250 too (but use a 1.0 factor, not 1.5).Damien Bergamini
2010-01-28Update translations: fix EREMOTE and add a bunch of error codes too.Philip Guenthe
2010-01-28Make sure we also cause an iTLB and BTB flush on loongson processors duringMiod Vallat
2010-01-28downgrade an error() to a debug() - this particular case can be hit inDamien Miller
2010-01-27Actually bind the new key to e.Nicholas Marriott
2010-01-27tweak previous: there was a word missing, but i've just changedJason McIntyre
2010-01-27Calculate offset correctly, fixes incorrect offset and prevents crash whenNicholas Marriott
2010-01-27Alter next-word to have vi-like movement behaviour, and add next-word-end withNicholas Marriott
2010-01-27add missing "p" flag to getopt optstring;Damien Miller
2010-01-27change the MRR pattern from 1/1/1/1 to 2/2/2/4Damien Bergamini
2010-01-27actually order things:Marc Espie