Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-29 | Do not define _FP_DYNAMIC; no other platform defines this and nothing (either | Miod Vallat | |
in kernel or in userland) uses it. ok deraadt@ | |||
2007-12-29 | update to tzdata2007j from elsie.nci.nih.gov | Todd C. Miller | |
2007-12-29 | add the IP-MIB ipAddrTable. it requires to encode the ipv4 addresses | Reyk Floeter | |
in the OIDs as the table index. the next step is to simplify the common mib implementation regarding the special requirements of these strange snmp tables. | |||
2007-12-29 | switch from spls to mutexes for protecting the random state. | David Gwynne | |
ok tedu@ djm@ | |||
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne | |
prompted by krw@ | |||
2007-12-29 | Remove debug message. Found by Mike Belopuhov, tsk tsk deraadt. | Marco Peereboom | |
2007-12-29 | Skip LBC on buswalk. Gets rid of unconfigured "Bus Converter Port" devices | Mark Kettenis | |
on machines like the C360. | |||
2007-12-29 | the scsi layer always had function pointers for asking the hba about a | David Gwynne | |
device before issuing scsi commands to it, but it was never implemented, never used, and no hba actually filled them in. i came along and added another two function pointers for the same thing. this cleans up the extra pointers. ok krw@ marco@ miod@ deraadt@ | |||
2007-12-29 | sync | Theo de Raadt | |
2007-12-28 | Use the correct packet maximum sizes for remote port and agent forwarding. | Darren Tucker | |
Prevents the server from killing the connection if too much data is queued and an excessively large packet gets sent. bz #1360, ok djm@. | |||
2007-12-28 | If initializing a frame buffer as glass console fails, instead of an invisible | Miod Vallat | |
panic (for you ichc fans out there), disable the wscons console and force a console device reselection, which ends up in picking a serial console. This should not happen, but just in case, it's a less rude behaviour. | |||
2007-12-28 | Explicitely mention we are the console device, when applicable. | Miod Vallat | |
2007-12-28 | There is no need, and no point, to initialize panicstr here. | Miod Vallat | |
2007-12-28 | Add a few more K-class models to the list of machines that have more devices | Mark Kettenis | |
than PDC tells us about. | |||
2007-12-28 | printf field widths are always int, so add casts to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-12-28 | Do not expose struct pmap unless _KERNEL | Miod Vallat | |
2007-12-28 | Repair fallout from libkern changes. | Miod Vallat | |
2007-12-28 | sync | Theo de Raadt | |
2007-12-28 | shrink the max number of supported OID elements from 128 to 32. | Reyk Floeter | |
2007-12-28 | set the default port in host byte order to get the correct result | Reyk Floeter | |
2007-12-28 | sync | Reyk Floeter | |
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@ |