summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-06-07introduce a default "external" interface group, containing the interface(s)Henning Brauer
2005-06-07oopsTheo de Raadt
2005-06-07avoid retarded C unsigned char -> signed integer promotion rules.Theo de Raadt
2005-06-07add support for the BCM5714.Brad Smith
2005-06-07de-register, ok henningCamiel Dobbelaar
2005-06-07make it prettier; jason okTheo de Raadt
2005-06-07wrong OpenBSD define for 3.7, oops; Claus AssmannTheo de Raadt
2005-06-07Run vlan_input before bridge_input, and change vlan_input to notCamiel Dobbelaar
2005-06-07fix a possible panic in error path,Can Erkin Acar
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-07remove CCITT handlingHenning Brauer
2005-06-07CCITT about to bite the dust, remove special casing in archs and driversHenning Brauer
2005-06-06correct names for miscellaneous control bit registerMichael Coulter
2005-06-06AD1981 is actually AD1980Michael Coulter
2005-06-06-no need to hang onto virtual-dma parameter from prom, free itJason Wright
2005-06-06enable iommu on all systems where we support it. We'll support it on moreJason Wright
2005-06-06oops. on 686 we count fpswtch in another function...Michael Shalayeff
2005-06-06Backout 1.64, switch back to two-pool allocation scheme (with oldnointrDaniel Hartmeier
2005-06-06another leftover from the src routing adventure a year agoHenning 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
2005-06-06Homogeneize dmesg output.Miod Vallat
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
2005-06-05Revert ss_mustek use of new scsi_mode_select(). Further developmentKenneth R Westerback
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
2005-06-05ops, forgot to regen this as well.Federico G. Schwindt
2005-06-04regen.Federico G. Schwindt
2005-06-04k8htb pci bridges as found in asus a8v deluxe mobo; deraadt@ okFederico G. Schwindt
2005-06-04let the arc4random sysctl write out up to 256 bytes at once.Ted Unangst
2005-06-04Make scsi_do_mode_sense() aware of the difference between the 8 byteKenneth R Westerback
2005-06-03com_pxa2x0 must cause com.c compilation; piece missed by uweTheo de Raadt
2005-06-03No longer used.Kenneth R Westerback
2005-06-03Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h intoKenneth R Westerback
2005-06-03Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh.Kenneth R Westerback
2005-06-03Cache a copy of the INQUIRY data obtained during device attachment inKenneth R Westerback
2005-06-03reties -> retriesMiod Vallat
2005-06-03Hold a reference to the relevant struct in_ifaddr while a multicast addressChristopher Pascoe
2005-06-02Fix pasto - use correct pointer to extract block count from 8 byteKenneth R Westerback
2005-06-02These options dont affect anything anymore.Dale Rahn
2005-06-02use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (;Michael Shalayeff
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
2005-06-02correctly close the audio device in audio_open() if one of theJoris Vink
2005-06-02tsc, ryan left debug crap behindHenning Brauer
2005-06-02for sysctl syscall pass the mib[] back to kdump to parse;Michael Shalayeff