Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-22 | remove an obsolete comment art spotted | Ted Unangst | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Make sure we have a real stack when invoking getipl() during exceptions. | Miod Vallat | |
Fits in the brown-paperbag bug category. | |||
2007-12-22 | just call getpwnam(NTPD_USER) once; ok henning@ | Kevin Steves | |
2007-12-22 | fix df posix mode bug | Charles Longeau | |
from otto@ prompted by otto@ who is aftk for now | |||
2007-12-22 | Move initial PSR initialization to a separate routine, instead of duplicating | Miod Vallat | |
it five times. | |||
2007-12-22 | Enable branch prediction on MC88110 revision 5 and later, since we can | Miod Vallat | |
workaround errata #1 differently on these models. | |||
2007-12-22 | Replace _bus_dmamap_load() with an implementation based on | Mark Kettenis | |
_bus_dmamap_load_buffer() like everybode else does. | |||
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Reset the MAC filter if we stop the device, so no frames are accepted | Marcus Glocker | |
anymore. | |||
2007-12-22 | sync | Theo de Raadt | |
2007-12-22 | more qlogic products | Theo de Raadt | |
2007-12-21 | Change the EF_xxx constants to be real offsets within the trapframe, instead | Miod Vallat | |
of offsets / sizeof(register_t), and nuke the REG_OFF macro. No functional change. | |||
2007-12-21 | remove trailing whitespace; | Jason McIntyre | |
2007-12-21 | Don't panic if someone inserts a CardBus slot for which we disabled CardBus | Mark Kettenis | |
support; print a properly formatted message instead. ok jsing@ | |||
2007-12-21 | a few nits | Marc Espie | |
2007-12-21 | Add a hack to discover all devices on (some) K-class servers. | Mark Kettenis | |
2007-12-21 | Don't use getpropstring to get the CPU model name; it's evil. Instead, rely on | Mark Kettenis | |
the name passed in struct mainbus_attach_args. | |||
2007-12-21 | basic (crypto, kex and transfer) interop regression tests against putty | Damien Miller | |
To run these, install the net/putty port and run "make interop" - the tests aren't run by default yet. | |||
2007-12-21 | update to sudo 1.6.9p10 | Todd C. Miller | |
2007-12-20 | Get rid of disable_interrupt() and have caller use get_psr() and set_psr(); | Miod Vallat | |
this allows us to get rid of the dependency of asm_macro.h on asm.h, which was really only there to bring in psl.h. | |||
2007-12-20 | Do not protect this file with _KERNEL; other header files which include it do it | Miod Vallat | |
in a _KERNEL-only section, and we want to eventually be able to use it from the bootblocks. | |||
2007-12-20 | Print the VME vector number used when attaching. | Miod Vallat | |
2007-12-20 | Flush the source page before copying in pmap_copy_page(). This should not | Miod Vallat | |
be necessary, but not doing it appears to break 88204 (not 88200) and split CMMUs. | |||
2007-12-20 | Do not wait for the end of the universe if delay(0). | Miod Vallat | |
2007-12-20 | More minor TX fixing (still sucks). Add more debug info and leave debug | Marcus Glocker | |
mode on for now. | |||
2007-12-20 | note that redirections with the sticky-address option will not count | Reyk Floeter | |
statistics for new connections with sticky states. | |||
2007-12-20 | implement statistics for redirections, like the existing statistics | Reyk Floeter | |
for relays. they can be viewed with the new "relayctl show redirects" command. (uses the previous change to pf_table.c to get the statistics) looks good pyr@ | |||
2007-12-20 | increment the match/nomatch table counters when using a table/pool in | Reyk Floeter | |
rdr rules. this helps to get some statistics about l3 redirections. ok henning@ | |||
2007-12-20 | Remove an obsolete nfs kludge, spotted by Frank Denis (many thanks), also ↵ | Charles Longeau | |
there in NetBSD and FreeBSD trees. Tested by thib@ who found that it shaved 18min wall clock time of coping a 20G file. Been in snaps for some time "looks ok" markus@ "makes sense" blambert@ ok claudio@ thib@ | |||
2007-12-20 | rework timers. | Henning Brauer | |
stop changing tienmr values directly, always use new timer_(get/set/stop/running) functions. preparation for more to come :) ok claudio | |||
2007-12-20 | Get rid of __HAVE_PCCBB_ATTACH_HOOK. | Mark Kettenis | |
2007-12-20 | Add an empty pccbb_attach_hook. | Mark Kettenis | |
2007-12-20 | Add an empty pccbb_attach_hook. | Mark Kettenis | |
2007-12-20 | add original copyright | Oleg Safiullin | |
bad me | |||
2007-12-20 | typo | Jakob Schlyter | |
2007-12-20 | add OpenBSD-tag | Jakob Schlyter | |
2007-12-20 | Stricter range checks in mmap function. | Miod Vallat | |
2007-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith | |
ok claudio@ krw@ jason@ dlg@ | |||
2007-12-20 | regen | Brad Smith | |
2007-12-20 | add the ATI Radeon Mobility X1400 PCI id. | Brad Smith | |
From David Hill <dhill at mindcry dot org> ok dlg@ | |||
2007-12-20 | regen | Brad Smith | |
2007-12-20 | add the MCP77 LAN PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux ok dlg@ | |||
2007-12-20 | attach another variant of the MC8755, this one is found in x61s laptops from ↵ | Felix Kronlage | |
lenovo. tested by oga@ | |||
2007-12-20 | regen | Felix Kronlage | |
2007-12-20 | add another variant of the Sierra Wireless MC8755 3G/UMTS/HSDPA modems found ↵ | Felix Kronlage | |
in x61 laptops from lenovo |