Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-02 | sync | Alexander Yurchenko | |
2003-09-02 | Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx> | Alexander Yurchenko | |
ok nate@ | |||
2003-09-01 | The most harmful bugs are always so blatant it takes hours to spot them... | Miod Vallat | |
Correctly setup the vector table for T_SIGSYS and T_SIGTRAP traps, and handle T_SIGSYS userland traps. This passes a complete usertrap regression test now. | |||
2003-09-01 | Be sure to always provide a nonzero number in PREP() and PREP2() for software | Miod Vallat | |
traps not tied to a particular vector, in order to correctly process data access faults whenever necessary, before servicing the trap. | |||
2003-09-01 | Prevent userland from invoking BUG system calls, by saving the initial BUG | Miod Vallat | |
trap vector contents, putting the bugtrap() stub in place, and switching back and forth between them when the kernel needs to invoke BUG functions. | |||
2003-09-01 | Do not let userland programs enter DDB at will - it's a BAD thing. | Miod Vallat | |
Also, fix a logic error in m88100_syscall() which prevented ERESTART and EJUSTRETURN to be returned (gasp!) | |||
2003-09-01 | Correctly map the message buffer. | Miod Vallat | |
2003-09-01 | remove unused sc_echobug code; ok fgs, mickey | Markus Friedl | |
2003-09-01 | match syscallargs comments with reality | Henning Brauer | |
from Patrick Latifi <patrick.l@hermes.usherb.ca> ok jason@ tedu@ | |||
2003-09-01 | sync | Alexander Yurchenko | |
2003-09-01 | New vendor Micro Star International and its USB Bluetooth adapter | Alexander Yurchenko | |
ok nate@ | |||
2003-09-01 | KNF | Henning Brauer | |
2003-09-01 | regen. | Federico G. Schwindt | |
2003-09-01 | set fadvise64 as dummy. some binaries compiled with a recent glibc | Federico G. Schwindt | |
seems to require it; henning ok. | |||
2003-09-01 | Make nat rule update the table counters when no filtering rule is used. | Cedric Berger | |
This is mostly to support the new "nat pass" rule. ok dhartmei@ henning@ | |||
2003-08-31 | remove bogus cache test. Suggested by drahn@, ok mickey@, miod@. | Matthieu Herrb | |
2003-08-31 | Upon returning from m18*_ext_int(), do not invoke data_access_emulation() | Miod Vallat | |
if trap(T_DATAFLT) has been able to correct the issue. This is, in fact, really a can't-happen situation, anyways. | |||
2003-08-31 | pdc_model needs to be visible from cpu.c | Miod Vallat | |
2003-08-30 | Compile kernels with -mno-check-zero-division. Saves two pages, and things | Miod Vallat | |
will go wrong anyway, should the kernel divide by zero... | |||
2003-08-29 | Fix three cases of potential accesses to free'd memory. At least one of | Daniel Hartmeier | |
them could be used to panic pf with scrub rules remotely. Found by Rob Pickering. ok frantzen@, henning | |||
2003-08-28 | from NetBSD via Tim Weiss, tim at zetaflops dot net: deal with FS block ↵ | Jason Wright | |
sizes larger than 8K testing: krw | |||
2003-08-28 | remove extraneous bracket in comment; | Jason McIntyre | |
2003-08-28 | b180 wink-wink | Michael Shalayeff | |
2003-08-28 | fix bzero size; from pechkin | Michael Shalayeff | |
2003-08-28 | fix "pfctl -vvsr" output for rules with tables inside anchors. | Cedric Berger | |
ok henning@ | |||
2003-08-28 | Sync ('make microcode') with change to aicasm_symbol.c: | Kenneth R Westerback | |
Fix use of uninitialized variable by porting NetBSD patch to correctly initialize it. Said variable is used as the value of the define DOWNLOAD_CONST_COUNT in the generated file aic7xxxreg.h. This define is currently not used anywhere. Spotted and ok mickey@. | |||
2003-08-28 | Fix use of uninitialized variable by porting NetBSD patch to correctly | Kenneth R Westerback | |
initialize it. Said variable is used as the value of the define DOWNLOAD_CONST_COUNT in the generated file aic7xxxreg.h. This define is currently not used anywhere. Spotted and ok mickey@. | |||
2003-08-27 | this bit is defined as prefetchable and not cachable and thus rename and use ↵ | Michael Shalayeff | |
appropriately | |||
2003-08-27 | fix inconsistency how we handle tcpopt EOL versus how p0f v2 handles it | Mike Frantzen | |
2003-08-27 | it is supprisingly common (>4%) for some NAT and DSL routers to tweak MSS | Mike Frantzen | |
by setting it to whatever is suitable for the link type. so we try a guessed 1460 MTU and 1500 MSS if the primary check fails. algorithm tweak from Michal Zalewski name a few constants too while I'm in there | |||
2003-08-27 | Enable 'Snag' boot on newer Apple machines. | Dale Rahn | |
2003-08-27 | RNF_IGNORE can corrupt the radix tree when an interface is down, it | Henric Jungheim | |
makes routing lookups slightly more expensive, and serves no useful purpose. ok itojun@ tedu@ | |||
2003-08-27 | cut-and-paste error; henric | Jun-ichiro itojun Hagino | |
2003-08-26 | fix for dinode rename, this broke the forth bootblock.s ok jason@ tedu@ | Dale Rahn | |
2003-08-26 | constify ffs_tables | Michael Shalayeff | |
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino | |
disappers. deraadt ok | |||
2003-08-26 | fix sys_clock_settime. hint from nordin@ ok deraadt@ | Ted Unangst | |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. few other little cleanups. help testing otto@ and markus@ | |||
2003-08-25 | if_init support, required by ieee80211. | Federico G. Schwindt | |
deraadt@ ok. | |||
2003-08-25 | add DLT_IEEE802_11; deraadt@ ok. | Federico G. Schwindt | |
2003-08-24 | defines and struct for the ieee80211 framework; deraadt@ ok. | Federico G. Schwindt | |
2003-08-24 | sprinkle some __kprintf__ attributes around functions which use format | Anil Madhavapeddy | |
strings in the kernel to make gcc aware of the extra modifiers deraadt@ ok | |||
2003-08-24 | regen | Ted Unangst | |
2003-08-24 | freebsd pread and pwrite are the same as ours. jason + ackley.net says this | Ted Unangst | |
lets him run perforce. ok deraadt@ | |||
2003-08-23 | unifiy with mvme88k | Theo de Raadt | |
2003-08-23 | unify with mvme88k; miod ok | Theo de Raadt | |
2003-08-23 | remember to reset exec_maxhdrsz after lkm load/unload. ok fgsch@ | Ted Unangst | |
2003-08-23 | remove native emulations from emulsw. you can't change them and probably | Ted Unangst | |
aren't interested, so keep them out of the sysctl. ok deraadt |