Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-07 | Always disable interrupts on a controller for polled commands. | Alexander Yurchenko | |
This solves a long standing problem with hangs during attaching scsibus at atapiscsi on some i386 machines. Help in debugging the problem pval@. Testing pval@, deraadt@, david@ and me on several machines. ok costa@ tdeval@ pb@ deraadt@ | |||
2004-02-07 | Final bits to make IT8212F working: | Alexander Yurchenko | |
- don't touch bus speed register; - don't try to setup the chip in compat mode, it's native always; - disable cable check, it works only in cpu firmware mode. Testing Aubert Guillaume <aubertguillaume@wanadoo.fr> | |||
2004-02-07 | remove a typo in the copyright; | Jason McIntyre | |
with permission of the author (Heiko W. Rupp) and the (c) holders (The NetBSD Foundation) via wiz@netbsd; | |||
2004-02-07 | Add a few more sensors types like in NetBSD. Not used for now. | Alexander Yurchenko | |
2004-02-07 | shut it up a bit more | Henning Brauer | |
2004-02-07 | Simplify inet line processing in inet_info(). | Kenneth R Westerback | |
2004-02-07 | Be sure to flag pte constants as UL, and cope with this in locore. | Miod Vallat | |
ok deraadt@ | |||
2004-02-07 | knf; jjy2+@pitt.edu | Theo de Raadt | |
2004-02-07 | Updates for Pegasos II | Miod Vallat | |
2004-02-07 | Add a MACHINE_ARCH entry for cats. | Miod Vallat | |
2004-02-07 | zap stupid message | Henning Brauer | |
2004-02-07 | KNF | Henning Brauer | |
2004-02-07 | more KNF From: Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
great job. no binary change. | |||
2004-02-07 | send filter rules to the RDE on reloads, help & ok claudio | Henning Brauer | |
2004-02-07 | whitespace police | Henning Brauer | |
2004-02-07 | more style fixes from Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
Thank you very much for this excellent work, it helps a lot. binary unchanged. I am still convinced dhclient can be made readable. | |||
2004-02-07 | pass correct argument count to ktrsyscall(); now ktrace & kdump work | Theo de Raadt | |
2004-02-07 | Do not generate text relocations in PIC code. | Dale Rahn | |
2004-02-07 | Dynamic linker support for arm. non-lazy binding works. | Dale Rahn | |
2004-02-07 | sync | Theo de Raadt | |
2004-02-07 | new fxp; cmetz | Theo de Raadt | |
2004-02-07 | Use the offset provided to us by m_pulldown(), rather than using size of | Ryan Thomas McBride | |
ip and pfsync headers. This makes us behave correctly if the packet is spread across multiple mbufs (which does not appear to happen in practice). | |||
2004-02-07 | Copy arm/t-netbsd removing the shared libgcc pieces, suggested by espie | Dale Rahn | |
2004-02-07 | when connected routes show up at runtime we have to set ifindex in struct kif | Henning Brauer | |
2004-02-07 | houps, fetchtable() had the default route special cased... bad. | Henning Brauer | |
sin_len == 0 here too. | |||
2004-02-07 | the sockaddr holding the netmask and advertised by rtm_addrs might | Henning Brauer | |
mave sa_len == 0 to indicate a mask of /0 | |||
2004-02-07 | sin_family in the sockaddr_n representing the netmask we sniffed on the | Henning Brauer | |
routing socket is meaningless. so we're better off not checking it. | |||
2004-02-06 | Use EVP_CIPHER_CTX_key_length for key length. ok markus@ | Darren Tucker | |
2004-02-06 | use the kernel default for buf size. no behavior change by default. | Ted Unangst | |
ok canacar@ mcbride@ | |||
2004-02-06 | as seen in netbsd. crank bpf sizes to adapt to faster networks. | Ted Unangst | |
max size goes to 2MB, default goes to 32k. ok canacar@ mcbride@ | |||
2004-02-06 | - options description cleanup | Jason McIntyre | |
- 10x not 6 for mkstemp(3) | |||
2004-02-06 | default db.log=1. as noted by Sam Smith, this is more useful. mickey concurred | Ted Unangst | |
2004-02-06 | permit IPv6-only operation (permit AF_INET6 bind(2) without IPv4 address). | Jun-ichiro itojun Hagino | |
found by todd fries. markus ok | |||
2004-02-06 | use a struct bgpd_addr for the address token instead of a in_addr, claudio ok | Henning Brauer | |
2004-02-06 | initial cut at the filtering language. | Henning Brauer | |
structs etc to describe a rule, filter rule list management parser groks filter defs now. claudio ok, discussion & help also jakob theo | |||
2004-02-06 | make old & new SYSENTRY macros | Theo de Raadt | |
2004-02-06 | fix alias definition, was backwards. | Dale Rahn | |
2004-02-06 | No SUBDIRs here. | Dale Rahn | |
2004-02-06 | fix machine/machine_arch, machine_arch should be arm for all arm systems | Dale Rahn | |
and machine needs to be not set by arch/arm, but by cats. | |||
2004-02-06 | Make this at least partially useful. (unbreak) | Dale Rahn | |
2004-02-06 | `numbits' arg to openssl dsaparam does not have to be the last argument | Jason McIntyre | |
specified; | |||
2004-02-06 | more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit more | Henning Brauer | |
readable. no effect on the binary. From: Emil Mikulic <emikulic@dmr.ath.cx> | |||
2004-02-06 | typo from Tamas Tevesz, via nick@; | Jason McIntyre | |
2004-02-06 | Dont compress bsd.rd dont know if ABLE can cope, no bootloader on cats yet. | Dale Rahn | |
2004-02-06 | cats, you idiot. | Dale Rahn | |
2004-02-06 | remove silly stub file for alpha and only try to compile _atomic_lock.c | Brad Smith | |
if it actually exists. ok marc@ | |||
2004-02-06 | some cpus start to have a NX oriented PGEX_I | Theo de Raadt | |
2004-02-05 | allocate curpeer little earlier. | Henning Brauer | |
there's a rather obscure error path where teh later allocation causes trouble, claudio ok | |||
2004-02-05 | Decrement reference count in error case if uvm_map(9) fails and we | Todd C. Miller | |
had previously increased the reference count. Should not happen, but... From dhartmei@; ok deraadt@ | |||
2004-02-05 | sync | Todd T. Fries | |