Age | Commit message (Expand) | Author |
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer |
2005-06-07 | oops | Theo de Raadt |
2005-06-07 | avoid retarded C unsigned char -> signed integer promotion rules. | Theo de Raadt |
2005-06-07 | add support for the BCM5714. | Brad Smith |
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 |
2005-06-07 | fix a possible panic in error path, | Can Erkin Acar |
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 |
2005-06-06 | AD1981 is actually AD1980 | Michael Coulter |
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright |
2005-06-06 | enable iommu on all systems where we support it. We'll support it on more | Jason Wright |
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 |
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 |
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 |
2005-06-05 | Revert ss_mustek use of new scsi_mode_select(). Further development | Kenneth R Westerback |
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 |
2005-06-04 | Make scsi_do_mode_sense() aware of the difference between the 8 byte | Kenneth R Westerback |
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 |
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback |
2005-06-03 | Cache a copy of the INQUIRY data obtained during device attachment in | Kenneth R Westerback |
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 |
2005-06-02 | Fix pasto - use correct pointer to extract block count from 8 byte | Kenneth R Westerback |
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 |
2005-06-02 | correctly close the audio device in audio_open() if one of the | Joris Vink |
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 |