Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-06 | Homogeneize dmesg output. | Miod Vallat | |
2005-06-06 | let "show fib" print out both the v4 and the v6 routes. | Henning Brauer | |
2005-06-05 | on CTL_KROUTE requests, send back both v4 and v6 routes | Henning Brauer | |
2005-06-05 | work around another disgusting ugliness in v6: the netmasks we get on | Henning Brauer | |
the routing socket have crap in the lower bytes, so instead of using a straightforward and rather simple algorithm to convert them to prefix lengths we have to do quite some ugly manual fiddling... disgusting. | |||
2005-06-05 | make log_in6addr actually work correctly - it is astounding how ugly things | Henning Brauer | |
are in the v6 world. the lower 16 bits of the scope ID are embedded in byte 3 and 4 of the address for link-local addresses... sometimes, at least. these btes have to be 0 by definition, so we need to fiddle the scope ID out and reset those bytes to 0. embedding the scopeID like that is the most disgusting hack I have seen in a while. | |||
2005-06-05 | Add megaraid 320 from Alexey E. Suslikov <cruel at texnika dot com dot ua> | Marco Peereboom | |
2005-06-05 | resync | Marco Peereboom | |
2005-06-05 | Add Megaraid 320 from Alexey E. Suslikov <cruel at texnika dot com dot ua> | Marco Peereboom | |
2005-06-05 | Fix scsi_mode_select() and scsi_mode_select_big() to send just the | Kenneth R Westerback | |
required number of bytes, rather than a full scsi_mode_sense_buf. Some devices (e.g. my HP SureStore DAT/24) decline to accept such oversized transfers. Instead, force callers to fill in the data_length field in the header and use that information to set the size of the transfer. | |||
2005-06-05 | Revert ss_mustek use of new scsi_mode_select(). Further development | Kenneth R Westerback | |
revealed it is doing it's own weird stuff not reproduced in new functions. e.g. it doesn't use mode sense headers. Rather than try to fix it or figure it out at this time ... | |||
2005-06-05 | const'ify the char *groupname param to if_addgroup and if_delgroup | Henning Brauer | |
2005-06-05 | const'ify the char * parameter to pfi_kif_get and pfi_group_change | Henning Brauer | |
2005-06-05 | * introduce cvs_putchar(), to output a single character to stdout. | Joris Vink | |
if we are in server mode send 'M' when needed. * switch diff command to cvs_printf() and cvs_putchar() so it will output correctly in local and server mode. ok xsa@, jfb@ | |||
2005-06-05 | provide cleartext messages for the cease suberror codes | Henning Brauer | |
2005-06-05 | sort sections; | Jason McIntyre | |
2005-06-05 | s/-p1003.1-2003/-p1003.1-2004/g | Jason McIntyre | |
2005-06-05 | latest edition of susv3 is 2004, so use that as .St -p1003.1-200*; | Jason McIntyre | |
ok marco@ | |||
2005-06-05 | .Xr usb(4); ok jmc@. | Xavier Santolaria | |
2005-06-05 | - comment out relaydb entry, since it is not available by default | Jason McIntyre | |
- add a `method' capability to the whitelist example ok beck@ | |||
2005-06-05 | (lightly) document carp(4) in reference to state table; | Jason McIntyre | |
suggested by alexey e. suslikov; better wording + ok joel@ | |||
2005-06-05 | if functions permits null reply from minibuffer, use eread (with | Kjell Wooding | |
EFNUL), not ereply. ok cloder | |||
2005-06-05 | ops, forgot to regen this as well. | Federico G. Schwindt | |
2005-06-05 | print the error for the last notification sent when we're IDLE in the | Henning Brauer | |
neighbor detail display | |||
2005-06-05 | grr, more whitespace KNF, more carrot for claudio | Henning Brauer | |
2005-06-04 | do not print the tcp connection details when the session is IDLE, we | Henning Brauer | |
have no connection in that case | |||
2005-06-04 | when the max-prefix limit was exceeded generate a STOP event; we do not | Henning Brauer | |
want the session to be restarted automagically in that case. | |||
2005-06-04 | call the FSM with a CON_FATAL event after sending notifications in the cases | Henning Brauer | |
where it was missing so that we actually close the connection | |||
2005-06-04 | do not send out suberrorcodes for cease errors; there are none in the | Henning Brauer | |
standard | |||
2005-06-04 | use the recorded error code to prevent sending out multiple notifications | Henning Brauer | |
2005-06-04 | when sending out a notification record the error code and suberror code in | Henning Brauer | |
the peer stats struct, and clear them as soon as the session leaves IDLE | |||
2005-06-04 | undo last commit, all memory is already freed by udp_remove() | Hans-Joerg Hoexer | |
ok cloder | |||
2005-06-04 | be more clear about route-age | Henning Brauer | |
2005-06-04 | Fix description in a comment. | Joel Knight | |
2005-06-04 | document resumption and keyboard behaviour with the lid closed. | David Gwynne | |
sure deraadt@ | |||
2005-06-04 | Clarify that for -i/-R only paths beginning with /var/run are valid. | Hans-Joerg Hoexer | |
2005-06-04 | regen. | Federico G. Schwindt | |
2005-06-04 | k8htb pci bridges as found in asus a8v deluxe mobo; deraadt@ ok | Federico G. Schwindt | |
2005-06-04 | relay IMSG_CTL_KROUTE6 as well, from somewhere in BC on the drive to vancouver | Henning Brauer | |
2005-06-04 | use the new fat random sysctl to get initial state. (fallback to looping). | Ted Unangst | |
stir after eating 400000 words. ok + input deraadt | |||
2005-06-04 | let the arc4random sysctl write out up to 256 bytes at once. | Ted Unangst | |
ok + input deraadt miod | |||
2005-06-04 | Clean up gcc-isms. OK tholo | Chad Loder | |
2005-06-04 | Make scsi_do_mode_sense() aware of the difference between the 8 byte | Kenneth R Westerback | |
general block descriptor and the 8 byte direct block descriptor, and return the correct values for density, block_count and block_size based on the type of the device. First cut has T_SEQUENTIAL (i.e. tape devices) as the only device type using general block descriptors, so the behaviour change is minimal. | |||
2005-06-03 | Make M-x gid tokenize C identifiers correctly. Problem reported by mjc. | Chad Loder | |
Testing and OK mjc | |||
2005-06-03 | com_pxa2x0 must cause com.c compilation; piece missed by uwe | Theo de Raadt | |
2005-06-03 | cleanup | Theo de Raadt | |
2005-06-03 | various tweaks; | Jason McIntyre | |
ok tholo@ | |||
2005-06-03 | no /etc/acpi/, this was not really discussed | Theo de Raadt | |
2005-06-03 | add an ipv6 example; | Jason McIntyre | |
from alex kirk; ok dhartmei@, unless i have badly misunderstood him; | |||
2005-06-03 | sync | Theo de Raadt | |
2005-06-03 | May 09 First commit to OpenBSD stable branch, OPENBSD_2_7, 2000 | Jason Wright | |