summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-05-14Nuke more commons: ac97_id2, tinfo_tJason Wright
2003-05-14Use official (from pcap people) link type for pflog.Can Erkin Acar
With this change, the log header format also changes. The new log format is extendible and allows logging of the originating anchor and ruleset information. ok henning@ dhartmei@ frantzen@
2003-05-14The ramdac's hater club is proud to present new yet another SBus frameMiod Vallat
bufer driver, this time for the Southland Media Systems (now Quantum 3D) MGX and MGXPlus cards. Not complete, but a good start.
2003-05-14Remove redundant assignment. Found by Julien Bordet. ok itojun@Daniel Hartmeier
2003-05-14it is unlikely that we introduce 6to4 interface (IFT_STF) to openbsd.Jun-ichiro itojun Hagino
2003-05-14time bound some of the loops instead of depending on pci read to determineJason Wright
the loop time... icky poo! ok millert, tested by margarida
2003-05-14syncNathan Binkert
2003-05-14new marvell phyNathan Binkert
2003-05-14complain about commons since they are all currently dead here.Jason Wright
2003-05-14use our standard way of identifying MII devicesNathan Binkert
2003-05-142 lines of code bring us tags on nat rulesHenning Brauer
ok dhartmei@ frantzen@
2003-05-14syncNathan Binkert
2003-05-14devices from endace measurement systemsNathan Binkert
2003-05-14syncNathan Binkert
2003-05-14missed oneNathan Binkert
2003-05-14syncNathan Binkert
2003-05-14Another eephyNathan Binkert
2003-05-14syncJason Wright
2003-05-14add SUN CE ethernetJason Wright
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
deraadt ok
2003-05-14Makefile sk(4) use bus_dmaNathan Binkert
ok jason
2003-05-14remove flags from cgfourteen from here as well.Federico G. Schwindt
2003-05-14remove unneeded FB_FORCELOW; miod@ agreed.Federico G. Schwindt
2003-05-14fix use after free race when purging the new PF tagsMike Frantzen
ok henning@
2003-05-14em* is starting to show up on lots of machines. for next release,Theo de Raadt
let us make sure it fits.
2003-05-14regenPhilipp Buehler
2003-05-14add Smart Array 5312, 641, 642, 6400 [EM]Philipp Buehler
2003-05-14No more flags either for those frame buffer drivers.Miod Vallat
2003-05-14remove the last of the MI commonsJason Wright
2003-05-14zs driver on sparc does not take flags anymore since 10 months, so don'tMiod Vallat
mention any.
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
move chrtoblk and blktochr into MI code. tested on several archs and ok deraadt@
2003-05-13The sab driver sometimes gets out of sync with the hardware. This canHenric Jungheim
cause the serial console to hang. ok jason@
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt.
2003-05-13Nuke a few simple commons.Miod Vallat
2003-05-13snprintfTheo de Raadt
2003-05-13Force "struct timeval time" variable to be aligned to an 8-bit boundary.Miod Vallat
This is at least necessary for the sparc microtime() function, and was only working before by goat luck. The recent commons removal triggered it. __atribute__ syntax borrowed from NetBSD.
2003-05-13typos from Jean-Francois Brousseau;Jason McIntyre
2003-05-13Fix the tree. Jason, you were such a rock star yesterday, but it obviouslyTheo de Raadt
blinded you to the fact you were breaking ALL of our install media!
2003-05-13add support for tagging packets with arbitary tags and filtering based onHenning Brauer
those tags later on. ok dhartmei@ pb@ mcbride@ frantzen@
2003-05-13add PACKET_TAG_PF_TAG, to be used by PFHenning Brauer
2003-05-13Make the "slot" and "offset" locators for sbus drivers optional inMiod Vallat
configuration lines.
2003-05-13De-hackify. Use proper defines now that we have EI_OSABI and ELFOSABI_FREEBSDTodd C. Miller
2003-05-13Use EI_OSABI instead of EI_BRANDTodd C. Miller
2003-05-13sync e_ident[] identification indexes w/Todd C. Miller
http://www.caldera.com/developers/gabi/2000-07-17/ch4.eheader.html EI_BRAND is gone, we now have EI_OSABI and EI_ABIVERSION Add ELFOSABI_* defines that correspond to what binutils uses. Note that we don't currently set e_ident[EI_OSABI] to ELFOSABI_OPENBSD, though we probably should.
2003-05-13remove annoying sputtering that no other ethernet driver does; ok jason@Todd T. Fries
2003-05-13Back out previous change that causes "vnode table full" for large-scaleChristian Weisgerber
file operations.
2003-05-13back out. these changes were not tested. it might come as a surpriseTheo de Raadt
to some developers, but include files are not just used by the kernel. there are applications that pull them in as well. this change broke tcpdump, and who knows what else. i've been talking for 24 hours now about tree breakage and let this be official: I am prepared to lock the tree entirely if need be. YOU WILL GET OK PERMISSION FROM EVERYONE, NOT JUST FROM ONE PERSON
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
ok deraadt@
2003-05-13support for propolice in the kernel.Ted Unangst
some style input itojun@ tdeval@ toby@ tested, mostly by deraadt, on i386, macppc, vax, sparc64 ok deraadt@ miod@
2003-05-13turn layer fs back on. nullfs at least is very solid, and union isn't tooTed Unangst
bad. suggested by deraadt and naddy