Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | Add a SECURITY FIX for CVE-2010-0010 | Jasper 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-03 | Argh, typo in macro name. | Miod Vallat | |
2010-02-03 | First cut at loongson installation notes. | Miod Vallat | |
2010-02-03 | Enable the next page bit for IP1001, otherwise the PHY fails | Stuart 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-03 | Use nitems. | Joel Sing | |
2010-02-03 | typo. CPU_ID_ARM1022EJS -> CPU_ID_ARM1026EJS | Kevin Lo | |
ok drahn@ | |||
2010-02-03 | Document 'show bcstats'. | Joel Sing | |
ok beck@ | |||
2010-02-03 | make 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-02 | make buffer_get_string_ret() really non-fatal in all cases (it was | Damien Miller | |
using buffer_get_int(), which could fatal() on buffer empty); ok markus dtucker | |||
2010-02-02 | Add missing 'in' in sample rdr-to rule. Noted by Steve Williams. | Stuart Henderson | |
2010-02-02 | Attach 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-02 | regen | Damien Bergamini | |
2010-02-02 | add AR2427 pci id | Damien Bergamini | |
2010-02-02 | Fix 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-02 | Add rcs id's | Kevin Lo | |
ok drahn@ | |||
2010-02-02 | Skip calling smp_rendezvous if it's not necessary. | Takuya ASADA | |
ok miod@ | |||
2010-02-02 | lazy FP saving on uniprocessor, just like macppc. | Takuya ASADA | |
ok miod@ | |||
2010-02-01 | Commit a diff I had sitting around in my tree that 90% matches one sent by | Dale Rahn | |
dermist. fixes moko build. | |||
2010-02-01 | If redrawing line 0 of the screen onto the tty, there can't be a wrap flag on | Nicholas 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-01 | Add 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-01 | Properly 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-01 | regen | Damien Bergamini | |
2010-02-01 | change descriptions for WiFi Link 6000 series | Damien Bergamini | |
2010-02-01 | Fix logic error (&& vs. ||), found while looking for inspiration for smtpd | Jacek Masiulaniec | |
state machine needed by the features that are coming along. ok claudio@ | |||
2010-02-01 | unmute GPIO 0 on IDT 92HD73C1 codecs found in Dell machines | Jacob Meuser | |
2010-02-01 | Limit memory to 256MB at the moment, (intrusive) part of the branch | Miod Vallat | |
prediction workarounds until something better is devised. | |||
2010-02-01 | On Loongson 2 processors, clear the branch target buffer on userland->kernel | Miod 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-01 | Fix thinko in previous. | Miod Vallat | |
2010-01-31 | update to get a working bsd.rd | Otto Moerbeek | |
2010-01-31 | fix ELF64_R_INFO for mips64el to cast to 64 bits before shift; ok miod@ | Otto Moerbeek | |
2010-01-31 | initial ramdisk stuff, produces a working bsd.rd | Otto Moerbeek | |
2010-01-31 | sync | Miod Vallat | |
2010-01-31 | add 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-31 | Remove !__LP64__ bits and __LP64__ tests. | Miod Vallat | |
2010-01-31 | Add hotplug and wsmux. | Miod Vallat | |
2010-01-31 | According to Linux, some magic programming is necessary to prevent deadlocks, | Miod Vallat | |
so do the same magic ourselves too. | |||
2010-01-31 | Remove unnecessary comparison, pointed out by Tiago Cunha. | Nicholas Marriott | |
2010-01-31 | Add option WSCONS_COMPAT_RAWKBD for X. ok miod@. | Matthieu Herrb | |
2010-01-31 | Return a correct address in smfb_mmap(), allows X to work with wsfb. | Miod Vallat | |
2010-01-31 | If there is only 256MB of physical memory or less, access it from physical | Miod Vallat | |
address zero onwards, instead of using the 2GB window. No functional change (except maybe unbreaking never tried 2E support). | |||
2010-01-31 | add HOWTO_PIPEX_NPPPD.txt for people who try to use pipex and npppd before | YASUOKA Masahiko | |
everything is done. | |||
2010-01-31 | Fix DPADD, from Brad. | Nicholas Marriott | |
2010-01-31 | privilege 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-30 | Make 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-30 | fake local addr:port when stdio fowarding as some servers (Tectia at | Damien Miller | |
least) validate that they are well-formed; reported by imorgan AT nas.nasa.gov ok dtucker | |||
2010-01-30 | debug output goes to stderr, not "the system log"; ok markus dtucker | Damien Miller | |
2010-01-30 | More loongson directories for manpages. | Miod Vallat | |
2010-01-30 | Loongson sets lists.. | Miod Vallat | |
2010-01-30 | Build on loongson, and sort platform list. | Miod Vallat | |