Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-07 | cvs_path_cat() already sets errno, no need to duplicate. | Xavier Santolaria | |
2005-06-07 | only display the ``cannot open ./CVS/Entries'' error message when | Xavier Santolaria | |
appropriate ... ok joris@. | |||
2005-06-07 | Run vlan_input before bridge_input, and change vlan_input to not | Camiel Dobbelaar | |
consume vlan frames that no vlan interface wants, so they can still be bridged. This way, the bridge can bridge encapsulated frames _and_ bridge between vlan interfaces. ok henning markus | |||
2005-06-07 | fix a possible panic in error path, | Can Erkin Acar | |
do not try to check debug status of a non existing interface in server mode. | |||
2005-06-07 | Don't restrict what login name may be removed, the account may | Todd C. Miller | |
have been made with a tool other than adduser and thus may use characters adduser considers illegal. OK henning@ and krw@ | |||
2005-06-07 | adding pointer protection to 'G' was too heavyweight. Since malloc guard | Ted Unangst | |
should be generally usable, split this out into option 'P'. ok deraadt | |||
2005-06-07 | Introduce verbose option to control the logging of the pf rules. | Camiel Dobbelaar | |
ok beck mpf | |||
2005-06-07 | -netccitt/ | Henning Brauer | |
2005-06-07 | no more CCITT | Henning Brauer | |
2005-06-07 | remove commented-out CCITT option | Henning Brauer | |
2005-06-07 | do not handle CCITT any longer | Henning Brauer | |
2005-06-07 | don't include ccitt headers (were not used anyway) | Henning Brauer | |
2005-06-07 | remove CCITT handling | Henning Brauer | |
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer | |
2005-06-07 | remove tiny AF_CCITT trace | Henning Brauer | |
2005-06-06 | Add a missing check for NULL before dereferencing a buf pointer in | Todd C. Miller | |
perl's yyerror(). Fixes a transient core dump on syntax error uncovered by random malloc() return addresses. Sent upstream via perlbug. | |||
2005-06-06 | memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley; | Damien Miller | |
ok avsm@ | |||
2005-06-06 | fix fd leak on SIGHUP after config change, spotted by Stephen Marley; ok avsm@ | Damien Miller | |
2005-06-06 | add ike encap types UDP_ENCAP_TUNNEL and UDP_ENCAP_TRANSPORT | Hans-Joerg Hoexer | |
2005-06-06 | correct names for miscellaneous control bit register | Michael Coulter | |
ok mickey@ | |||
2005-06-06 | AD1981 is actually AD1980 | Michael Coulter | |
ok mickey@ | |||
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright | |
-formatting nits | |||
2005-06-06 | allow show fib to be limited to inet or inet6 families, claudio ok | Henning Brauer | |
2005-06-06 | add support for a "family" token, allows to select address families | Henning Brauer | |
2005-06-06 | slight reshuffle to make this less confusing; | Jason McIntyre | |
ok beck@ | |||
2005-06-06 | add hostap example; | Jason McIntyre | |
2005-06-06 | enable iommu on all systems where we support it. We'll support it on more | Jason Wright | |
systems in a week or two (hey, getting a machine is taking me longer than I expected =) | |||
2005-06-06 | Change email address for author, at his request. | Kjell Wooding | |
2005-06-06 | oops. on 686 we count fpswtch in another function... | Michael Shalayeff | |
2005-06-06 | introduce a generic %foo expansion function. replace existing % expansion and | Damien Miller | |
add expansion to ControlPath; ok markus@ | |||
2005-06-06 | Backout 1.64, switch back to two-pool allocation scheme (with oldnointr | Daniel Hartmeier | |
allocator on one pool). Should fix PR 4231 and 4240, but reintroduces 4186. ok deraadt@ | |||
2005-06-06 | parse local/remote credential payload types. | Hans-Joerg Hoexer | |
2005-06-06 | update ftp mirrors in Taiwan | Kevin Lo | |
2005-06-06 | Change license to standard OpenBSD boilerplate, with permission | Kjell Wooding | |
from original author (David Mazieres) | |||
2005-06-06 | another leftover from the src routing adventure a year ago | Henning Brauer | |
2005-06-06 | get rid of another leftover from the src routing adventure | Henning Brauer | |
2005-06-06 | use a define instead of hardcoding "all" in 3 places | Henning Brauer | |
2005-06-06 | make cloned interfaces join an interface class group (carp for carpX, tun | Henning Brauer | |
for tunX etc) in if_clone_create and leave it in if_clone_destroy, ryan ok | |||
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 | |