Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-05 | Add TRENDnet TEW-401PCplus CardBus adapter. | Marcus Glocker | |
Reported by Inigo Tejedor Arrondo. | |||
2007-12-05 | Revert change which seems to break things like dhclient. Requested by | Kenneth R Westerback | |
deraadt@. | |||
2007-12-04 | Work in progress SMP code for 88110 processor using the BusSwitch chip as | Miod Vallat | |
an IPI facility, for MVME197DP. It's still missing a few remote cache IPIs and IPI do not seem to be reliably triggered on remote processors at the moment (but this could be a problem on the board I am currently testing on), at least it will boot multiuser using only cpu0 to schedule processes. | |||
2007-12-04 | sync | Theo de Raadt | |
2007-12-04 | new device; graeme@omni.net.au | Theo de Raadt | |
2007-12-04 | Correctly set the stack pointer of a secondary processor to the end | Miod Vallat | |
of its initialization stack. Oops. | |||
2007-12-04 | disable uticom until we receive one | Theo de Raadt | |
2007-12-04 | sync | Theo de Raadt | |
2007-12-04 | Remove remains of the idle pcb/stack. | Mark Kettenis | |
ok miod@ | |||
2007-12-04 | expresscard ral(4) rt2860 now can attach and detach correctly | Theo de Raadt | |
ok kettenis | |||
2007-12-04 | Make puc(4) detachable. | Mark Kettenis | |
Tested by millert@ | |||
2007-12-04 | sync | Theo de Raadt | |
2007-12-04 | 1500 is a 'magic number' in the protocol that all implementations | Claudio Jeker | |
must be able to handle as MRU but while testing pppoe(4) against a pppoe(8) server I figured out that pppoe(8) insists on a MRU 1492. Because of this we allow the offered MRU to be between PP_MIN_MRU and PP_MAX_MRU especially because the MRU is not used at all as long as it is smaller then PP_MAX_MRU. OK canacar@ | |||
2007-12-04 | Always compare the nexthop if one is specified even if it is a non-multipath | Claudio Jeker | |
route. This mostly affects "route delete" and it will not remove the last route if previous delete is redone. OK henning@ | |||
2007-12-04 | fix out of partition/memory bounds access when accessing blocks at the tail | Otto Moerbeek | |
end; avoids bad address errors; original diff by me with cleanup by millert@; ok millert@ | |||
2007-12-04 | show some -d examples; ok jmc | Theo de Raadt | |
2007-12-04 | Some ExpressCard cards have old PCI devices and a PCIe-PCI bridge. | Mark Kettenis | |
In that case, configure the bridge and all devices behind it. | |||
2007-12-04 | missing change from 1.6.9p9 | Todd C. Miller | |
2007-12-04 | revert SIGQUIT catching; requested by deraadt | Federico G. Schwindt | |
2007-12-04 | sync | Theo de Raadt | |
2007-12-04 | catch SIGQUIT too. ckuethe@ and henning@ ok. | Federico G. Schwindt | |
2007-12-04 | In double_reg_fixup(), do not rely on tf_r[0] being zero. | Miod Vallat | |
2007-12-04 | Better cache routines for 88410, will only flush in pages instead of | Miod Vallat | |
flushing the whole secondary cache. This does not work around the snooping errata yet, I'm trying to get something not too ugly first. | |||
2007-12-04 | Program the abort interrupt source correctly. | Miod Vallat | |
2007-12-04 | Improve setregs() so that it performs the equivalent of the first two | Miod Vallat | |
instructions of the new binary, which allows them to be skipped unconditionaly. | |||
2007-12-04 | Faster splassert_check() | Miod Vallat | |
2007-12-04 | Fix userland vs system test in errata #16 handling. | Miod Vallat | |
2007-12-04 | allow the usb serial number to be printed in verbose mode. this is | Chris Kuethe | |
useful for people writing custom hotplugd(8) scripts, as well as ipod users. ok deraadt | |||
2007-12-03 | Check for G channels before B when setting the (eeprom) mode. | Federico G. Schwindt | |
based on a change from Luis R. Rodriguez <mcgrof at gmail dot com>. reyk@ ok | |||
2007-12-03 | document daily(8) log rotation; | Jason McIntyre | |
based on a report filed in netbsd pr #37467, from Ben Wong; | |||
2007-12-03 | update to sudo 1.6.9p9 | Todd C. Miller | |
2007-12-03 | set the value before freeing the result; marco@ ok. | Federico G. Schwindt | |
2007-12-02 | Sync | Kenneth R Westerback | |
2007-12-02 | Add Radeon Mobility M10 NT, as seen on his T42p by Alexander Holupirek, who | Kenneth R Westerback | |
kindly looked it up on www.pcidatabase.com. | |||
2007-12-02 | One last missing IPL_VM. | Miod Vallat | |
2007-12-02 | Added AMLOP_BREAKOPINT function handler for X40 systems | Jordan Hargrave | |
ok marco@ | |||
2007-12-02 | Fixes acpidump on DL145 systems; method defined within another method | Jordan Hargrave | |
ok brad@ | |||
2007-12-02 | fix the trailing space for real now. | Federico G. Schwindt | |
2007-12-02 | Rework mmu initialization so that we do not actually enable translation | Miod Vallat | |
until cmmu_set_sapr(). Also, do not enable snooping on MVME197LE, so that we don't have to add workarounds for snooping problems later. | |||
2007-12-02 | Do not take biglock for NOLOCK system calls. | Miod Vallat | |
2007-12-02 | Only check for errata #16 for instruction faults. | Miod Vallat | |
2007-12-02 | Add a workaround for the MVME197LE reset issue when not system controller. | Miod Vallat | |
2007-12-02 | Remove 88110 control registers accessors which are never used anywhere. | Miod Vallat | |
2007-12-02 | The beginning of a real floating-point exception handler for the 88110. The | Miod Vallat | |
existing code to enable TCFP was broken, as it was not setting the TCFP bit in the right register. So far, the exception handler will deliver SIGFPE in all cases. It will eventually do the necessary rounding, and handle the odd-numbered register pair operation, as I get time to write this (or see how much can be lifted from the 88100 floating-point exception code). | |||
2007-12-02 | Do not pass UPAGES and USPACE (under the name USIZE) in assym.h, code which | Miod Vallat | |
needs it includes <machine/param.h> already. | |||
2007-12-02 | Since the 88110 doesn't disable the FPU when handling an exception (and does | Miod Vallat | |
not need to), do not try to handle exceptions occuring when we re-enable shadowing as special - these are just nested exceptions. While there, add a workaround for the 88110 rte errata (#18). | |||
2007-12-02 | Better inline assembler constructs. | Miod Vallat | |
2007-12-02 | Sort and clean definitions. No functional changes. | Miod Vallat | |
2007-12-02 | When setting up the vectors page, do not put a nop as the first instruction | Miod Vallat | |
if the processor is a 88110, since only the 88100 suffers from the ``will fetch one instruction too far'' bug. | |||
2007-12-02 | Provide faster bcopy() and bzero() routines for pmap_copy_page() and | Miod Vallat | |
pmap_zero_page(). |