Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer | |
the the default route(s) point to. handles IPv4 and IPv6 as well as multipath routes. follows default route changes, of course. eases writing pf rulesets especially on laptops etc. that use different interfaces depending on the environment (wired, wireless, ...) ok theo ryan | |||
2005-06-07 | oops | Theo de Raadt | |
2005-06-07 | avoid retarded C unsigned char -> signed integer promotion rules. | Theo de Raadt | |
mac->ac_enaddr[2] << 24 resulted in sign extension smashing other stuff djast@cs.toronto.edu, ok mickey | |||
2005-06-07 | add support for the BCM5714. | Brad Smith | |
From FreeBSD | |||
2005-06-07 | de-register, ok henning | Camiel Dobbelaar | |
2005-06-07 | make it prettier; jason ok | Theo de Raadt | |
2005-06-07 | wrong OpenBSD define for 3.7, oops; Claus Assmann | Theo de Raadt | |
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 | 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 | 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-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 | 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 | oops. on 686 we count fpswtch in another function... | Michael Shalayeff | |
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 | another leftover from the src routing adventure a year ago | 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-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 | ops, forgot to regen this as well. | Federico G. Schwindt | |
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 | let the arc4random sysctl write out up to 256 bytes at once. | Ted Unangst | |
ok + input deraadt miod | |||
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 | com_pxa2x0 must cause com.c compilation; piece missed by uwe | Theo de Raadt | |
2005-06-03 | No longer used. | Kenneth R Westerback | |
2005-06-03 | Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h into | Kenneth R Westerback | |
cd.h. Remove include of cdvar.h from cd.c. cdvar.h becomes expendable. No functional change. | |||
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback | |
Add 'big' parameter to report which mode sense header type is being returned. Eliminate icky pointer arithmetic, since it won't work if only block descriptors are returned by the device. No functional change. | |||
2005-06-03 | Cache a copy of the INQUIRY data obtained during device attachment in | Kenneth R Westerback | |
the scsi_link structure. This is a more general solution than the current inconsistant copying of fields into _softc structures. The redundant fields in _softc's will be cleaned up later. The device field will be used immediately to finish up the new mode sense code. ok marco@ | |||
2005-06-03 | reties -> retries | Miod Vallat | |
2005-06-03 | Hold a reference to the relevant struct in_ifaddr while a multicast address | Christopher Pascoe | |
is bound on the interface. ok mcbride@ henning@ | |||
2005-06-02 | Fix pasto - use correct pointer to extract block count from 8 byte | Kenneth R Westerback | |
block descriptors. Not that we actually use this information anywhere. | |||
2005-06-02 | These options dont affect anything anymore. | Dale Rahn | |
2005-06-02 | use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (; | Michael Shalayeff | |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ | |||
2005-06-02 | correctly close the audio device in audio_open() if one of the | Joris Vink | |
precision parameters is zero. ok tedu@ | |||
2005-06-02 | tsc, ryan left debug crap behind | Henning Brauer | |
2005-06-02 | for sysctl syscall pass the mib[] back to kdump to parse; | Michael Shalayeff | |
always print () on syscalls w/ void args even (deraadt version) |