summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-08-01Turn flush_pipeline() in a simple macro.Miod Vallat
2003-08-01Define a more reasonable label_t size.Miod Vallat
2003-08-01Even better varargs code, inspired by and more closer to the powerpc code,Miod Vallat
necessary for proper gcc 2.95 operation.
2003-08-01Fix pcctwo locator typosMiod Vallat
2003-08-01${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead,Miod Vallat
use gcc to get the correct location.
2003-08-01Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.Miod Vallat
Gets us a working perl 5.8.
2003-08-01Support for new Marvell based Gigabit Ethernet adaptersNathan Binkert
ok deraadt@
2003-08-01remove the strcpy/strcat macrosAnil Madhavapeddy
deraadt@ ok
2003-07-31Make table tickets per-ruleset instead of global.Cedric Berger
Make table tickets u_int32_t for consistency with other parts of PF. Ok dhartmei@ henning@
2003-07-31pasto; lha@stacken.kth.seMarkus Friedl
2003-07-31fix the copyin() size for the instruction (and thus avoid oblittering someJason Wright
stack junk). Remove the math_abort() and bswapw() macros. ok mickey, tested by nick. fpu-less x86 machines now boot but there are still problems.
2003-07-31remove autoconf_nzs; from netbsdJason Wright
2003-07-30an absolute cure for an inherited arrhythmia w/ uninitialized variableMichael Shalayeff
2003-07-30kill sample device mappings as not really usefulMichael Shalayeff
2003-07-30Change:Jason Wright
#define I387 (*(union i387_union *)&(((struct pcb *)curproc->p_addr)->pcb_savefpu.gplemu)) To: #define I387 (curproc->p_addr->u_pcb.pcb_savefpu.gplemu) (and add a few includes of sys/user.h to make it work).
2003-07-30deduce the leds address from the model number and thus make some more use of ↵Michael Shalayeff
that lichtenblinkenschmutz on some more machinens
2003-07-30give those leds some hasteMichael Shalayeff
2003-07-30de-ifdef... now this is starting to make sense (it's still ugly and broken, tho)Jason Wright
2003-07-30Experimental support for ICH5/ICH5R SATA, inspired from FreeBSDAlexander Yurchenko
ata driver.
2003-07-30reverse booleans so it's clear what we're looking for. ok krw@Ted Unangst
2003-07-30support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.comMichael Shalayeff
2003-07-29avoid stack smash on FDDI case. found by kernel propolice.Jun-ichiro itojun Hagino
markus ok. miod/paul confirmed
2003-07-29Set pf_state->rt_ifp when creating the state entry, instead of doing itDaniel Hartmeier
later on, when another packet matches the state. ok mcbride@
2003-07-29load_raw did not set all the needed fields in the dmamap.Michael Shalayeff
make sure to allocate dmamem in one segment. do not allocate extra va for dmamem allocated -- just reuse the already there equ mapping of pa and thus implement the dmamem_free as a pglist free.
2003-07-29constify the conversion tablesMichael Shalayeff
2003-07-29move spl checking wrap over the syscall into trap.c:syscall();Michael Shalayeff
this gives several benefits: the arguments for a syscall printed are the exact args and not some wild guess fetched from the user stack; the check does not include the AST traps that may be checked on their own in the trap() routine should be desired; kill last use and thus itself the fuword() function and it's glue.
2003-07-29Support for HPT302 and HPT371, inspired from the FreeBSD ata driver.Alexander Yurchenko
Thanks to otto@ for help in regress testing and tedu@ for unslacking me.
2003-07-29Remove a diagnostic print which was left in the code to determine howDale Rahn
bad integer division is for calculation of the tick timer. Turns out that the typical error on most machines is < .005% just a few seconds per week. Not enough to bother with at this time.
2003-07-29fixup ip_len back to wire format after reass.Jun-ichiro itojun Hagino
2003-07-29More aggressive and easier to understand skip steps for addresses.Cedric Berger
Help daniel@ mcbride@ Ok henning@ mcbride@
2003-07-28nuke more MATH_EMULATEJason Wright
2003-07-28remove the non-licensed i386 math emulation stuff. This only leaves theJason Wright
gnu stuff as an option until it is replaced RSN. ok deraadt.
2003-07-28allow gif(4) over ipsec: mark mbuf for transport mode SA,Markus Friedl
so in_gif_input can detect whether a proto 4 header is due to ipsec tunnel mode or gif(4) encapsulation; fixes pr 3023 ok itojun@. provos@ and angelos@ agree; tested by sturm@
2003-07-28typo. from cedricJun-ichiro itojun Hagino
2003-07-26on syscall exit restore old cpl if there is a need; move call for softints ↵Michael Shalayeff
processing towards after that
2003-07-25use names not numbers for msrs, do not define yet another implementation of ↵Michael Shalayeff
wrmsr/rdmsr
2003-07-25s/CPUID_SYS2/CPUID_SEP/ to avoid confusionMichael Shalayeff
2003-07-25let ALWAYS_MATH_EMULATE actually compileJason Wright
2003-07-25make sure SYSENTER registers are 0 at boot time. should fix an unusualTed Unangst
DOS reported by Michal Zalewski to bugtraq. ok mickey@ toby@
2003-07-25do not flip ip_len/ip_off. pechkin and henning okJun-ichiro itojun Hagino
2003-07-25The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers.Henning Brauer
Jason Ackley <jason@ackley.net> in PR3368
2003-07-25remove extra arg to printfJason Wright
2003-07-25%lu for u_long argJason Wright
2003-07-25cast and %lu for size_t variable printfJason Wright
2003-07-24kill some externs that are not there anymore and had left other places for a ↵Michael Shalayeff
better void ages ago
2003-07-24a whole bunch of tyop fixes from Andrey SmaginJason Wright
2003-07-24increase ALG_MAX_RESULT_LEN to 64 bytes for sha2-512Markus Friedl
2003-07-24update ip_len to reflect tunnel header removal (lost duing ip_lenMarkus Friedl
flip changes); ok itojun; noticed by jrrs@ice-nine.org
2003-07-24conform to RFC2367 on SADB_xx naming (local name must be prefixed withJun-ichiro itojun Hagino
SADB_X_xx)
2003-07-24hmac-sha2-{256,384,512} support in AH/ESP auth. markus okJun-ichiro itojun Hagino