Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-14 | Nuke more commons: ac97_id2, tinfo_t | Jason Wright | |
2003-05-14 | Use 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-14 | The ramdac's hater club is proud to present new yet another SBus frame | Miod 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-14 | Remove redundant assignment. Found by Julien Bordet. ok itojun@ | Daniel Hartmeier | |
2003-05-14 | it is unlikely that we introduce 6to4 interface (IFT_STF) to openbsd. | Jun-ichiro itojun Hagino | |
2003-05-14 | time bound some of the loops instead of depending on pci read to determine | Jason Wright | |
the loop time... icky poo! ok millert, tested by margarida | |||
2003-05-14 | sync | Nathan Binkert | |
2003-05-14 | new marvell phy | Nathan Binkert | |
2003-05-14 | complain about commons since they are all currently dead here. | Jason Wright | |
2003-05-14 | use our standard way of identifying MII devices | Nathan Binkert | |
2003-05-14 | 2 lines of code bring us tags on nat rules | Henning Brauer | |
ok dhartmei@ frantzen@ | |||
2003-05-14 | sync | Nathan Binkert | |
2003-05-14 | devices from endace measurement systems | Nathan Binkert | |
2003-05-14 | sync | Nathan Binkert | |
2003-05-14 | missed one | Nathan Binkert | |
2003-05-14 | sync | Nathan Binkert | |
2003-05-14 | Another eephy | Nathan Binkert | |
2003-05-14 | sync | Jason Wright | |
2003-05-14 | add SUN CE ethernet | Jason Wright | |
2003-05-14 | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | Jun-ichiro itojun Hagino | |
deraadt ok | |||
2003-05-14 | Makefile sk(4) use bus_dma | Nathan Binkert | |
ok jason | |||
2003-05-14 | remove flags from cgfourteen from here as well. | Federico G. Schwindt | |
2003-05-14 | remove unneeded FB_FORCELOW; miod@ agreed. | Federico G. Schwindt | |
2003-05-14 | fix use after free race when purging the new PF tags | Mike Frantzen | |
ok henning@ | |||
2003-05-14 | em* is starting to show up on lots of machines. for next release, | Theo de Raadt | |
let us make sure it fits. | |||
2003-05-14 | regen | Philipp Buehler | |
2003-05-14 | add Smart Array 5312, 641, 642, 6400 [EM] | Philipp Buehler | |
2003-05-14 | No more flags either for those frame buffer drivers. | Miod Vallat | |
2003-05-14 | remove the last of the MI commons | Jason Wright | |
2003-05-14 | zs driver on sparc does not take flags anymore since 10 months, so don't | Miod Vallat | |
mention any. | |||
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst | |
move chrtoblk and blktochr into MI code. tested on several archs and ok deraadt@ | |||
2003-05-13 | The sab driver sometimes gets out of sync with the hardware. This can | Henric Jungheim | |
cause the serial console to hang. ok jason@ | |||
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod 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-13 | Nuke a few simple commons. | Miod Vallat | |
2003-05-13 | snprintf | Theo de Raadt | |
2003-05-13 | Force "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-13 | typos from Jean-Francois Brousseau; | Jason McIntyre | |
2003-05-13 | Fix the tree. Jason, you were such a rock star yesterday, but it obviously | Theo de Raadt | |
blinded you to the fact you were breaking ALL of our install media! | |||
2003-05-13 | add support for tagging packets with arbitary tags and filtering based on | Henning Brauer | |
those tags later on. ok dhartmei@ pb@ mcbride@ frantzen@ | |||
2003-05-13 | add PACKET_TAG_PF_TAG, to be used by PF | Henning Brauer | |
2003-05-13 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat | |
configuration lines. | |||
2003-05-13 | De-hackify. Use proper defines now that we have EI_OSABI and ELFOSABI_FREEBSD | Todd C. Miller | |
2003-05-13 | Use EI_OSABI instead of EI_BRAND | Todd C. Miller | |
2003-05-13 | sync 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-13 | remove annoying sputtering that no other ethernet driver does; ok jason@ | Todd T. Fries | |
2003-05-13 | Back out previous change that causes "vnode table full" for large-scale | Christian Weisgerber | |
file operations. | |||
2003-05-13 | back out. these changes were not tested. it might come as a surprise | Theo 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-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst | |
ok deraadt@ | |||
2003-05-13 | support 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-13 | turn layer fs back on. nullfs at least is very solid, and union isn't too | Ted Unangst | |
bad. suggested by deraadt and naddy |