Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-02 | Add pci_decompose_tag() for sparc64. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2004-12-02 | rev 1.126 | Brad Smith | |
Ignore CSR13, CSR14, CSR15 'Media Specific Data' registers for 21143 based cards which use SIA mode. This fixes 10mbit mode for ZNYX ZX346Q cards and other 21143 based cards. rev 1.108 Only use a SIA/SYM media info block if no MII block is detected. The submitter of PR 32118 told me that this patch also fixes autoselecting for znyx 4 port cards (10baseT, 100baseTX did work already). From FreeBSD ok deraadt@ | |||
2004-12-02 | rev 1.4 | Brad Smith | |
fix obvious past-o where the activity led register gets overwritten by the traffic meter led register rev 1.5 Keep track of what we set the interrupt mask to, rather than reading it from the chip. From NetBSD ok deraadt@ | |||
2004-12-02 | vge(4) on amd64 now | Peter Valchev | |
2004-12-02 | enable vge(4) and ciphy(4); ok deraadt | Peter Valchev | |
2004-12-02 | Vstat API changed slightly. Found out by fries@ | Marc Espie | |
2004-12-02 | wipe old .Xr's; ok espie@. | Xavier Santolaria | |
2004-12-02 | don't try to validate_plist if not needed at all. | Marc Espie | |
2004-12-02 | cosmetic: shows old and new package name, plus signatures. | Marc Espie | |
2004-12-02 | make sure we don't call Update::is_needed if we're not doing pkg_add -r. | Marc Espie | |
2004-12-01 | replace finer-grained spl locking in pfioctl() with a single broad lock | Daniel Hartmeier | |
around the entire body. this resolves the (misleading) panics in pf_tag_packet() during heavy ioctl operations (like when using authpf) that occur because softclock can interrupt ioctl on i386 since SMP. patch from camield@. ok mcbride@, henning@ and (presumably ;) bob@ | |||
2004-12-01 | Much, much, much less stack pressure when reading a disklabel. | Miod Vallat | |
This is a temporary workaround which might live longer than initially expected. | |||
2004-12-01 | Do not store preciouss data below the kernel stack, or they risk becoming | Miod Vallat | |
invisible and being lost... | |||
2004-12-01 | not all interfaces support mtu setting; | Jason McIntyre | |
ok tdeval@ miod@ nick@ | |||
2004-12-01 | fix dlsym(RTLD_NEXT,...) when called from the last shared object | Kurt Miller | |
loaded. ok drahn@ | |||
2004-12-01 | No more splnone alias for spl0. | Miod Vallat | |
2004-12-01 | Sync core dumping code with other m68k platforms. | Miod Vallat | |
2004-12-01 | Let kernels with option DEBUG link again. | Miod Vallat | |
2004-12-01 | 5 -> FC_SUPERD | Miod Vallat | |
2004-12-01 | Remove unexpected (and wrong) easter egg. | Miod Vallat | |
2004-12-01 | remove excessive chattiness from the bootblocks. our goal is to shrink | Theo de Raadt | |
them to < 5*1024, because the floppies are once again tight | |||
2004-12-01 | * plug memory leaks in the file parser and in the interactive mode parser | Patrick Latifi | |
ok otto | |||
2004-12-01 | Xr crontab; | Jason McIntyre | |
from han boetes; | |||
2004-12-01 | tie /altroot entry to afterboot(8); | Jason McIntyre | |
from tero koskinen via hans boetes; | |||
2004-12-01 | add pppoe stuff to usage(); | Jason McIntyre | |
ok jaredy@ | |||
2004-12-01 | add vge to SEE ALSO; | Jason McIntyre | |
2004-12-01 | Remove unused constants. | Miod Vallat | |
2004-12-01 | sort SEE ALSO; | Jason McIntyre | |
2004-12-01 | less .Dq; | Jason McIntyre | |
from michael knudsen; ok miod@ | |||
2004-12-01 | allow stuff to recreate a package from an installed CONTENTS: since | Marc Espie | |
we have all the md5 and stuff, we just need to make sure the package is correct (hence verify_checksum). Add a -n option to pkg_create: this is consistent with pkg_add/pkg_delete, and with this new verify_checksum, pkg_create can be used to check that a package still matches its contents. | |||
2004-12-01 | - sort options | Jason McIntyre | |
- tweak pppoe stuff - add pppoe to `create' list ok canacar@ jaredy@ | |||
2004-12-01 | remove .Dq from .Nd; | Jason McIntyre | |
from michael knudsen; | |||
2004-12-01 | Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core. | Miod Vallat | |
Spotted by espie@ | |||
2004-12-01 | Real synopsis. | Miod Vallat | |
2004-12-01 | use volatile sig_atomic_t for vars set in signal handlers. spotted by deraadt@ | Otto Moerbeek | |
2004-12-01 | sqrt regress tests | Otto Moerbeek | |
2004-12-01 | Fix stop condition for sqrt. Due to the fact that we're doing Newton | Otto Moerbeek | |
iteration with intgeres, the stop condition is reached if x_n == x_n+1, or the difference is one, but only stop if that is hit a second time. Avoids looping with difference 1,-1,1,-1... Problem spotted by Paul de Weerd. Regress tested against 4.2BSD dc(1) and GNU dc(1). | |||
2004-12-01 | sync | Theo de Raadt | |
2004-12-01 | Drop advertising clause as per NetBSD some time ago. | Jonathan Gray | |
ok deraadt@ | |||
2004-12-01 | list VIA VT6122 in supported gigabit section now | Peter Valchev | |
2004-12-01 | vge(4) and ciphy(4) Xr's, reminded by theo | Peter Valchev | |
2004-12-01 | sync re(4) description w/ reality (8139C+ not supported at that point) | Peter Valchev | |
2004-12-01 | manpages for VIA VT612x driver + Cicada PHY | Peter Valchev | |
2004-12-01 | VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt | Peter Valchev | |
from FreeBSD | |||
2004-12-01 | sync | Peter Valchev | |
2004-12-01 | Driver for the Cicada CS8201 10/100/1000 copper PHY | Peter Valchev | |
from FreeBSD | |||
2004-11-30 | sync | Theo de Raadt | |
2004-11-30 | EB is just like DB does not set PCR; reported and tested by Jan Johansson ↵ | Michael Shalayeff | |
<janj+openbsd@wenf.org>auich.c | |||
2004-11-30 | add hppa64 hook | Michael Shalayeff | |
2004-11-30 | Make Sun type 6 USB keyboards return extended keycodes for 'L' keys | Matthieu Herrb | |
ok deraadt@. |