Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-25 | add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode. | Henning Brauer | |
on bridge rule load translate tagnames to pf tags using pf_tagname2tag etc if packets match a bridge filter rule tag them using pf_tag_packet() with the given tag help dhartmei@ ok deraadt@ jason@ dhartmei@ | |||
2003-06-25 | a bit whitespace/tab KNF while I'm here | Henning Brauer | |
2003-06-25 | support Moxa C104H | Henning Brauer | |
from Raul Aldaz <raul.aldaz at grupocarreras.com> with minor polishing by me, thanks! | |||
2003-06-25 | regen | Henning Brauer | |
2003-06-25 | Moxa C104H | Henning Brauer | |
2003-06-25 | Avoid a divide by zero by | Kenneth R Westerback | |
1) Ensuring that both sd_scsi.c and sd_atapi.c report a device as offline when its disksize cannot be determined. 2) Ensuring blksize is always non-zero, with a default value of 512. 3) Eliminating a couple of unneeded 'sectors' variables, which makes the code easier for me to read if nothing else. The bug was introduced when sd_atapi.c was changed to allow 'incomplete' implementations to be reported as online. REALLY incomplete implementations (i.e. not even the disksize can be determined) would be reported online with a blksize of zero. Also fix a couple of knf nits in Mickey's last commit, and add another check for an rpm of 0. ok (pre-Mickey diffs) tdeval@ marc@ frantzen@ | |||
2003-06-25 | fix _set_ functions as found while debugging an@stp | Michael Shalayeff | |
2003-06-24 | ... and it must compile, too. Doh. | Miod Vallat | |
2003-06-24 | io_alloc must provide working bus_space tag and handles... | Miod Vallat | |
2003-06-24 | a.out emulation for dynamic binaries: intercept the right system calls | Marc Espie | |
so that they look in /emul/a.out first. This allows a.out's ld.so to find its own libraries without interfering with ELF at all. Many comments from various people. okay deraadt@ | |||
2003-06-24 | try to devise drive's rpm and default to 3600 should we fail miserably. | Michael Shalayeff | |
derived from pr2815 from Marco Peereboom krw@ deraadt@ ok | |||
2003-06-24 | Use the common Power9000 definitions. | Miod Vallat | |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim | |
associate a name with each interrupt handler. This is not visible outside the kernel (yet). ok jason@ | |||
2003-06-24 | Revert the addition of the blanking code - it will corrupt displays after long | Miod Vallat | |
blanking periods... | |||
2003-06-24 | For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signed | Dale Rahn | |
chars. Fixes other defines if -fsigned-chars is specified. ok deraadt. | |||
2003-06-24 | in the ipv6 case, allow route-to to route to link-local addresses | Henning Brauer | |
from KOZUKA Masahiro <ma-kun@kozuka.jp> with a minor adjustment from itojun ok itojun@ dhartmei@ | |||
2003-06-24 | KNF | Henning Brauer | |
2003-06-24 | recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16). | Jun-ichiro itojun Hagino | |
without it "route change X" would change less-specific route by mistake. reported by jinmei@kame, markus ok | |||
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino | |
2003-06-24 | * kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to | Jun-ichiro itojun Hagino | |
decide whether to create an empty llinfo stricter so that a user can manually change the link-layer address of an existing neighbor cache. Pointed out by: KIU Shueng Chuan from kame | |||
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino | |
2003-06-24 | clear ln_hold earlier. from kame | Jun-ichiro itojun Hagino | |
2003-06-23 | bus_space_*_raw*_1() do not exist; drahn@ ok | Michael Shalayeff | |
2003-06-23 | Remove strcat() and strcpy() prototypes since we no longer have those | Todd C. Miller | |
functions in kernel-land. Noticed by Jim Rees; OK deraadt@ | |||
2003-06-23 | *_raw_*_1() functions do not exist | Michael Shalayeff | |
2003-06-23 | no need to check nintr late in the code... it's verified pretty early | Jason Wright | |
2003-06-23 | Properly account for fast interrupt vectors; this was accidentally broken | Miod Vallat | |
since r1.10 | |||
2003-06-23 | strange things happen if we ack latched lasi ints on older machines | Michael Shalayeff | |
2003-06-23 | and we have a copyright (TNF) | Ted Unangst | |
2003-06-23 | no need for an explicit <machine/intr.h> inclusion | Michael Shalayeff | |
2003-06-23 | Remove some debugging cruft. | Jason Wright | |
2003-06-23 | Attachment glue for stp and tslot drivers, and add them, as well as wi0, | Miod Vallat | |
to the appropriate configuration files. | |||
2003-06-23 | Driver for the pcmcia slots in the Tadpole SPARCbook machines. | Miod Vallat | |
Currently only tested with wi(4), and there are still some sporadic "device timeout" issues left - your mileage may vary. | |||
2003-06-23 | Split the stp driver into its core, and md attachment routines, and provide | Miod Vallat | |
attachment routines for sparc and sparc64. | |||
2003-06-23 | Add a very straightforward subset of the bus_space API, where all functions | Miod Vallat | |
expand to very simple inlines. This will be used by some code very shortly. | |||
2003-06-23 | Handle SBus cards with an "interrupts" property but no "intr" property. | Miod Vallat | |
Adapted from NetBSD in a quite ugly way, but it works... ok deraadt@ | |||
2003-06-23 | install host route for p2p interface even if there's connected net route | Jun-ichiro itojun Hagino | |
by broadcast interface. NetBSD PR 21903. markus ok | |||
2003-06-23 | sync | Theo de Raadt | |
2003-06-23 | fix nfds type; tedu marc ok | Theo de Raadt | |
2003-06-23 | Don't remove anchor too early in table code, it makes PF use freed memory. | Cedric Berger | |
This might just be a temporary fix, we're still looking for a better one. ok dhartmei@ | |||
2003-06-23 | Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP not | Dale Rahn | |
DOZE, DOZE is not valid on these processors. Improves battery life on 12" PBG4 from 3 hours to 4 hours. tested by tdeval@ | |||
2003-06-22 | sync | Theo de Raadt | |
2003-06-22 | extra headers | Theo de Raadt | |
2003-06-21 | count packets and bidirectionally on state entries, allowing for fine-grained | Damien Miller | |
traffic reporting w/ pfsync; ok dhartmei@ Note: ABI change (new fields in struct pf_state), requires a rebuild of pfctl and tcpdump. | |||
2003-06-21 | add exec/fork/exit hooks per process for compat emulations. | Ted Unangst | |
use them to correctly emulate linux brk. update to TNF copyright in linux_exec.c. from netbsd, mostly from a diff by Kurt Miller in pr3318. this should fix java. no regressions in testing by kurt and sturm@. be prepared for "proc size mismatch" -- recompile ps and friends. ok deraadt@ | |||
2003-06-20 | Screen blanker routine for Creator, adapted from the X11 sunffb driver code. | Miod Vallat | |
Tested by jason@ and I. | |||
2003-06-20 | Add MSS support to the synproxy. The client's MSS is sent to the server, | Daniel Hartmeier | |
the server's MSS is guessed based on the routing table and interface MTU. Fine patch entirely from Krists Krilovs <pow@pow.za.net>, ok frantzen@ Note: ABI change (new field in struct pf_state), requires a pfctl rebuild (and tcpdump for pfsync). | |||
2003-06-20 | Extend 'BAD ICMP' debug message, include icmp type/code and outer IP header | Daniel Hartmeier | |
addresses. ok mcbride@, cedric@ | |||
2003-06-19 | ack all unmasked cpu interrupts here to cancel effect of device probing ↵ | Michael Shalayeff | |
activities | |||
2003-06-18 | Do not panic on no memory available when allocating bufs, pass ENOBUFS | Henning Brauer | |
to userland instead. fixes PRs 2235, 2236 and 2640 from Otto Moerbeek <otto@drijf.net> ok frantzen@, tedu@, deraadt@ |