summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-07cvs_path_cat() already sets errno, no need to duplicate.Xavier Santolaria
2005-06-07only display the ``cannot open ./CVS/Entries'' error message whenXavier Santolaria
appropriate ... ok joris@.
2005-06-07Run vlan_input before bridge_input, and change vlan_input to notCamiel 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-07fix 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-07Don't restrict what login name may be removed, the account mayTodd 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-07adding pointer protection to 'G' was too heavyweight. Since malloc guardTed Unangst
should be generally usable, split this out into option 'P'. ok deraadt
2005-06-07Introduce verbose option to control the logging of the pf rules.Camiel Dobbelaar
ok beck mpf
2005-06-07-netccitt/Henning Brauer
2005-06-07no more CCITTHenning Brauer
2005-06-07remove commented-out CCITT optionHenning Brauer
2005-06-07do not handle CCITT any longerHenning Brauer
2005-06-07don't include ccitt headers (were not used anyway)Henning Brauer
2005-06-07remove CCITT handlingHenning Brauer
2005-06-07CCITT about to bite the dust, remove special casing in archs and driversHenning Brauer
2005-06-07remove tiny AF_CCITT traceHenning Brauer
2005-06-06Add a missing check for NULL before dereferencing a buf pointer inTodd 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-06memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley;Damien Miller
ok avsm@
2005-06-06fix fd leak on SIGHUP after config change, spotted by Stephen Marley; ok avsm@Damien Miller
2005-06-06add ike encap types UDP_ENCAP_TUNNEL and UDP_ENCAP_TRANSPORTHans-Joerg Hoexer
2005-06-06correct names for miscellaneous control bit registerMichael Coulter
ok mickey@
2005-06-06AD1981 is actually AD1980Michael Coulter
ok mickey@
2005-06-06-no need to hang onto virtual-dma parameter from prom, free itJason Wright
-formatting nits
2005-06-06allow show fib to be limited to inet or inet6 families, claudio okHenning Brauer
2005-06-06add support for a "family" token, allows to select address familiesHenning Brauer
2005-06-06slight reshuffle to make this less confusing;Jason McIntyre
ok beck@
2005-06-06add hostap example;Jason McIntyre
2005-06-06enable iommu on all systems where we support it. We'll support it on moreJason Wright
systems in a week or two (hey, getting a machine is taking me longer than I expected =)
2005-06-06Change email address for author, at his request.Kjell Wooding
2005-06-06oops. on 686 we count fpswtch in another function...Michael Shalayeff
2005-06-06introduce a generic %foo expansion function. replace existing % expansion andDamien Miller
add expansion to ControlPath; ok markus@
2005-06-06Backout 1.64, switch back to two-pool allocation scheme (with oldnointrDaniel Hartmeier
allocator on one pool). Should fix PR 4231 and 4240, but reintroduces 4186. ok deraadt@
2005-06-06parse local/remote credential payload types.Hans-Joerg Hoexer
2005-06-06update ftp mirrors in TaiwanKevin Lo
2005-06-06Change license to standard OpenBSD boilerplate, with permissionKjell Wooding
from original author (David Mazieres)
2005-06-06another leftover from the src routing adventure a year agoHenning Brauer
2005-06-06get rid of another leftover from the src routing adventureHenning Brauer
2005-06-06use a define instead of hardcoding "all" in 3 placesHenning Brauer
2005-06-06make cloned interfaces join an interface class group (carp for carpX, tunHenning Brauer
for tunX etc) in if_clone_create and leave it in if_clone_destroy, ryan ok
2005-06-06Homogeneize dmesg output.Miod Vallat
2005-06-06let "show fib" print out both the v4 and the v6 routes.Henning Brauer
2005-06-05on CTL_KROUTE requests, send back both v4 and v6 routesHenning Brauer
2005-06-05work around another disgusting ugliness in v6: the netmasks we get onHenning 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-05make log_in6addr actually work correctly - it is astounding how ugly thingsHenning 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-05Add megaraid 320 from Alexey E. Suslikov <cruel at texnika dot com dot ua>Marco Peereboom
2005-06-05resyncMarco Peereboom
2005-06-05Add Megaraid 320 from Alexey E. Suslikov <cruel at texnika dot com dot ua>Marco Peereboom
2005-06-05Fix scsi_mode_select() and scsi_mode_select_big() to send just theKenneth 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-05Revert ss_mustek use of new scsi_mode_select(). Further developmentKenneth 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-05const'ify the char *groupname param to if_addgroup and if_delgroupHenning Brauer
2005-06-05const'ify the char * parameter to pfi_kif_get and pfi_group_changeHenning Brauer