Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-28 | nfs_sndlock() is often called with its rep argument | Thordur I. Bjornsson | |
as NULL, so make sure its non-NULL before attempting to reference it. Fixes PR5694; Confirmed by submitter. OK art@, krw@ | |||
2007-12-28 | add "show mib" command to dump compiled-in MIB names | Reyk Floeter | |
2007-12-28 | split code handling the "structure of management information" and the | Reyk Floeter | |
"message processing subsystem" into separate files smi.c and mps.c | |||
2007-12-28 | provide vpd page 0, which lists which vpd pages we provide. | David Gwynne | |
2007-12-28 | rename some functions to make it clear theyre used to emulate vpd responses | David Gwynne | |
2007-12-28 | split the MIB declarations (names) from the definitions (implementation). | Reyk Floeter | |
2007-12-28 | implement emulation of vpd page 83, the device identification page. if the | David Gwynne | |
disk provides a wwn, use it, otherwise do our best to generate an id from the model and serial number. | |||
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne | |
serial number and split the vpd header out for use in other places. while here define the device identification page bits too. ok krw@ marco@ | |||
2007-12-28 | use $OpenBSD$ tags. | Thordur I. Bjornsson | |
ok reyk@ | |||
2007-12-28 | spacing | Reyk Floeter | |
2007-12-28 | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the | Darren Tucker | |
ServerAlive and ClientAlive timers. Prevents dropping a connection when these are enabled but the peer does not support our keepalives. bz #1307, ok djm@. | |||
2007-12-28 | use the snmp camelCase for MIB definitions, this allows to simplify | Reyk Floeter | |
the code a bit and is mostly a stylistic change. | |||
2007-12-28 | allows src: urls to work better by using -F nolock during pkg builds. | Marc Espie | |
Also turns off ftp package fetching, as noticed by bernd@ With this, src: urls should be mostly functional now. | |||
2007-12-28 | tweak the semantics so that no-default-conflict works. | Marc Espie | |
requested by mbalmer@,sturm@. okay winiger@ | |||
2007-12-28 | Pull from master repo: | Stefan Kempf | |
Use sclass and soffset to access hdr.h_sclass and hdr.h_offset. | |||
2007-12-27 | Remove leftover code in m197_machdep.c, back when I wanted to address the | Miod Vallat | |
DCAM2 boards in a different way. | |||
2007-12-27 | Fix the spurious or unclaimed interrupt messages, I swapped them by mistake. | Miod Vallat | |
2007-12-27 | Make the mvme188 interrupt handling closer to the aviion interrupt handling: | Miod Vallat | |
non-VME syscon interrupt sources will now use their own intrhand array, and interrupt sources will be enabled in the arbiter as interrupt handlers are registered. This allows VME devices to use the whole 256 interrupts range. | |||
2007-12-27 | Undo previous commit after debating a few corner cases with gwk. This | Marco Peereboom | |
needs to be redone in another way. | |||
2007-12-27 | Make a snmpwalk against snmpd on hppa and macppc work. armish still dont | Mats O Jansson | |
work. -moj | |||
2007-12-27 | allow for max 5000 uses/sec offset adjust, this makes it possible for | Otto Moerbeek | |
clocks with drifts larger than 500ppm to be corrected. | |||
2007-12-27 | Add _PPC support. Tested by several people. | Marco Peereboom | |
2007-12-27 | missing newline in autoconf pxe report; spotted by henning | Theo de Raadt | |
2007-12-27 | -s uses optarg; Elad Efrat | Theo de Raadt | |
2007-12-27 | Add a small helper function to consistently handle the EAI_SYSTEM error | Darren Tucker | |
code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417. ok markus@ stevesk@ | |||
2007-12-27 | fifofs, deadfs and specfs all have the same "trivial lookup routine that | Thordur I. Bjornsson | |
always fails". Introduce vop_generic_lookup(), which is a trivial lookup routine that always fails and use that instead, zap the redundant copies. ok toby@, tedu@, art@ | |||
2007-12-27 | Add a missing length check of received spamd sync packet headers. | Reyk Floeter | |
From Diego Giagio (dgiagio at gmail) with input from tedu@ | |||
2007-12-27 | use TAILQ_FOREACH when possible instead of manually | Thordur I. Bjornsson | |
rolling it. ok todd@, miod@; | |||
2007-12-27 | last item in NAME should not be followed by a comma; from Pierre Riteau | Jason McIntyre | |
2007-12-27 | power(4) can now make use of the DS1687 register definitions header file. | Joel Sing | |
ok jasper@ | |||
2007-12-27 | Clean up the clock MD code. Move all of the DS1687 register definitions to | Joel Sing | |
the appropriate place and remove all of the magic numbers. Whilst we're here fix up some KNF issues. Also, the get/set functions used the wrong control registers, allowing the clock to update during operation. ok miod@, jasper@ | |||
2007-12-27 | 1.90 again. use the right flags when creating a dmamap for use during | David Gwynne | |
interrupts. | |||
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne | |
in. this reverts 1.90. | |||
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne | |
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves | |
2007-12-27 | KNF, no functional change | Marco Peereboom | |
2007-12-27 | Fix for PR5365. | Thordur I. Bjornsson | |
Use the va_blocksize, that is the blocksize of the underlying exported file system instead of the DIRBLKSIZ constant to size the chunks. Diff from Enache Adrian <3n4ch3@gmail.com> Tested by myself and a few others. | |||
2007-12-26 | Since no cache flush/inval operation will occur before we enable D$, and | Miod Vallat | |
we never disable it, it is not necessary to check for D$ to be enabled before acting. That's a few more cycles spared. | |||
2007-12-26 | Remove the last debug bit from the PSR on 88110: do not force memory accesses | Miod Vallat | |
instructions to be serialized (this defeats the purpose of having a superscalar processor, and accesses to volatile variables are done with explicit memory barriers anyway). This brings a HUGE speedup: openssl speed -elapsed shows AES is 90% faster, blowfish is 75% faster, and sha1 is 50% faster. Not so bad! However, doing this increases the pressure on the processor bus, so it is necessary to increase the processor bus timeout on 40MHz boards again (to 256 usec). ``black cat'' 50MHz boards seem to be unaffected, so they remain at 64 usec. | |||
2007-12-26 | Teach the hppa bootloader how to boot 64-bit kernels. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2007-12-26 | Honour the rounding mode in fpu_ftoi(). | Miod Vallat | |
2007-12-26 | First try at getting the interval bits filled in fcmp{,u} results. | Miod Vallat | |
2007-12-26 | Fix FPU_SET_CARRY() | Miod Vallat | |
2007-12-26 | Use the TSTATE_xxx constants instead of (PSTATE_xxx << TSTATE_PSTATE_SHIFT) | Miod Vallat | |
for readability; ok kettenis@ | |||
2007-12-25 | Limit physmem to 32MB on 01-W3869B02[EF] boards which shipped with 64MB of | Miod Vallat | |
memory but a memory controller limited to 32MB. Not tested for lack of such crippled hardware, just the average once-per-leap-year act of niceness from me (a bit early though). | |||
2007-12-25 | Tell 197SP and 197DP apart in MULTIPROCESSOR kernels. | Miod Vallat | |
2007-12-25 | Increase timeout on the processor bus when running without snooping enabled. | Miod Vallat | |
This lets 40MHz MVME197LE boards run with instruction cache enabled, and also fixes random instruction faults occuring on the early 50MHz models. | |||
2007-12-25 | Some cosmetic code reorg to make things a bit more textually | Kenneth R Westerback | |
consistant. No functional change. | |||
2007-12-25 | A few fixes in the exception bits reporting, spotted by John Hauser's TestFloat. | Miod Vallat | |
2007-12-25 | Zero / Num should return a zero with the same sign as the divider. | Miod Vallat | |