summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-03Add a SECURITY FIX for CVE-2010-0010Jasper Lievisse Adriaanse
"on 64-bit platforms this allows remote origin servers to cause a denial of service (daemon crash) or possibly execute arbitrary code via a large chunk size that triggers a heap-based buffer overflow." "looks good" to henning@ ok otto@
2010-02-03Argh, typo in macro name.Miod Vallat
2010-02-03First cut at loongson installation notes.Miod Vallat
2010-02-03Enable the next page bit for IP1001, otherwise the PHY failsStuart Henderson
to re-establish 1000baseT link after downgrading to 10/100. Fixes problems for Andreas Bartelt with ipgphy at VT6130. From FreeBSD via Brad, ok naddy@
2010-02-03Use nitems.Joel Sing
2010-02-03typo. CPU_ID_ARM1022EJS -> CPU_ID_ARM1026EJSKevin Lo
ok drahn@
2010-02-03Document 'show bcstats'.Joel Sing
ok beck@
2010-02-03make it clear that -iname supports globbing;Ingo Schwarze
refer to glob(7) for more precision; add some relevant and remove some not so relevant .Xrs; ok jmc@
2010-02-02make buffer_get_string_ret() really non-fatal in all cases (it wasDamien Miller
using buffer_get_int(), which could fatal() on buffer empty); ok markus dtucker
2010-02-02Add missing 'in' in sample rdr-to rule. Noted by Steve Williams.Stuart Henderson
2010-02-02Attach athn(4) to the AR2427 which is a castrated (no 11n) AR928X.Damien Bergamini
The Asus Eee PC 1005P has such a device. This makes things even more confusing since athn now also supports some non-802.11n devices! Please let me know if you have such a device.
2010-02-02regenDamien Bergamini
2010-02-02add AR2427 pci idDamien Bergamini
2010-02-02Fix for the Intel WiFi Link 1000.Damien Bergamini
The EEPROM image is in the OTPROM block before the last block, not in the last block itself. Intel WiFi Link 1000 parts should work now.
2010-02-02Add rcs id'sKevin Lo
ok drahn@
2010-02-02Skip calling smp_rendezvous if it's not necessary.Takuya ASADA
ok miod@
2010-02-02lazy FP saving on uniprocessor, just like macppc.Takuya ASADA
ok miod@
2010-02-01Commit a diff I had sitting around in my tree that 90% matches one sent byDale Rahn
dermist. fixes moko build.
2010-02-01If redrawing line 0 of the screen onto the tty, there can't be a wrap flag onNicholas Marriott
the previous line, so move the cursor. Fixes status line redraw issues when resizing in choose mode and hopefully at other times as well.
2010-02-01Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott
2010-02-01- add and enable puc(4) (only com, i didn't test lpt)Jasper Lievisse Adriaanse
ok miod@
2010-02-01Properly restore ret1 instead of overwriting ret0 with the saved value.Mark Kettenis
Fixes lazy binding for functions that return results larger than 64 bits (such as structs). ok miod@
2010-02-01regenDamien Bergamini
2010-02-01change descriptions for WiFi Link 6000 seriesDamien Bergamini
2010-02-01Fix logic error (&& vs. ||), found while looking for inspiration for smtpdJacek Masiulaniec
state machine needed by the features that are coming along. ok claudio@
2010-02-01unmute GPIO 0 on IDT 92HD73C1 codecs found in Dell machinesJacob Meuser
2010-02-01Limit memory to 256MB at the moment, (intrusive) part of the branchMiod Vallat
prediction workarounds until something better is devised.
2010-02-01On Loongson 2 processors, clear the branch target buffer on userland->kernelMiod Vallat
transitions, to work around an evil horde of evil bugs in the processor's branch prediction logic. This finally makes the Lemote Yeeloong stable, and I can now spend my time looking for hair implants resellers.
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
"Modify compression code so it avoids using ex_data free functions. This stops applications that call CRYPTO_free_all_ex_data() prematurely leaking memory." looks ok to markus@
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
so do the same magic ourselves too.
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
address zero onwards, instead of using the 2GB window. No functional change (except maybe unbreaking never tried 2E support).
2010-01-31add HOWTO_PIPEX_NPPPD.txt for people who try to use pipex and npppd beforeYASUOKA Masahiko
everything is done.
2010-01-31Fix DPADD, from Brad.Nicholas Marriott
2010-01-31privilege separation of npppd.YASUOKA Masahiko
- Drop privilege after daemon initializing. - Some system calls that requires root privileges were replaced to wrapper functions that communicate with a separated privileged process via IPC. And the privileged process checks whether the operations are acceptable.
2010-01-30Make sure the previous node is not a NOTE; prevents ICE on loongson.Otto Moerbeek
Actually we should probably look further than just the immediate predecessor here. ok miod@
2010-01-30fake local addr:port when stdio fowarding as some servers (Tectia atDamien Miller
least) validate that they are well-formed; reported by imorgan AT nas.nasa.gov ok dtucker
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