summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-02Add pci_decompose_tag() for sparc64.Brad Smith
From NetBSD ok deraadt@
2004-12-02rev 1.126Brad 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-02rev 1.4Brad 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-02vge(4) on amd64 nowPeter Valchev
2004-12-02enable vge(4) and ciphy(4); ok deraadtPeter Valchev
2004-12-02Vstat API changed slightly. Found out by fries@Marc Espie
2004-12-02wipe old .Xr's; ok espie@.Xavier Santolaria
2004-12-02don't try to validate_plist if not needed at all.Marc Espie
2004-12-02cosmetic: shows old and new package name, plus signatures.Marc Espie
2004-12-02make sure we don't call Update::is_needed if we're not doing pkg_add -r.Marc Espie
2004-12-01replace finer-grained spl locking in pfioctl() with a single broad lockDaniel 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-01Much, 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-01Do not store preciouss data below the kernel stack, or they risk becomingMiod Vallat
invisible and being lost...
2004-12-01not all interfaces support mtu setting;Jason McIntyre
ok tdeval@ miod@ nick@
2004-12-01fix dlsym(RTLD_NEXT,...) when called from the last shared objectKurt Miller
loaded. ok drahn@
2004-12-01No more splnone alias for spl0.Miod Vallat
2004-12-01Sync core dumping code with other m68k platforms.Miod Vallat
2004-12-01Let kernels with option DEBUG link again.Miod Vallat
2004-12-015 -> FC_SUPERDMiod Vallat
2004-12-01Remove unexpected (and wrong) easter egg.Miod Vallat
2004-12-01remove excessive chattiness from the bootblocks. our goal is to shrinkTheo 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 parserPatrick Latifi
ok otto
2004-12-01Xr crontab;Jason McIntyre
from han boetes;
2004-12-01tie /altroot entry to afterboot(8);Jason McIntyre
from tero koskinen via hans boetes;
2004-12-01add pppoe stuff to usage();Jason McIntyre
ok jaredy@
2004-12-01add vge to SEE ALSO;Jason McIntyre
2004-12-01Remove unused constants.Miod Vallat
2004-12-01sort SEE ALSO;Jason McIntyre
2004-12-01less .Dq;Jason McIntyre
from michael knudsen; ok miod@
2004-12-01allow stuff to recreate a package from an installed CONTENTS: sinceMarc 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 optionsJason McIntyre
- tweak pppoe stuff - add pppoe to `create' list ok canacar@ jaredy@
2004-12-01remove .Dq from .Nd;Jason McIntyre
from michael knudsen;
2004-12-01Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core.Miod Vallat
Spotted by espie@
2004-12-01Real synopsis.Miod Vallat
2004-12-01use volatile sig_atomic_t for vars set in signal handlers. spotted by deraadt@Otto Moerbeek
2004-12-01sqrt regress testsOtto Moerbeek
2004-12-01Fix stop condition for sqrt. Due to the fact that we're doing NewtonOtto 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-01syncTheo de Raadt
2004-12-01Drop advertising clause as per NetBSD some time ago.Jonathan Gray
ok deraadt@
2004-12-01list VIA VT6122 in supported gigabit section nowPeter Valchev
2004-12-01vge(4) and ciphy(4) Xr's, reminded by theoPeter Valchev
2004-12-01sync re(4) description w/ reality (8139C+ not supported at that point)Peter Valchev
2004-12-01manpages for VIA VT612x driver + Cicada PHYPeter Valchev
2004-12-01VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadtPeter Valchev
from FreeBSD
2004-12-01syncPeter Valchev
2004-12-01Driver for the Cicada CS8201 10/100/1000 copper PHYPeter Valchev
from FreeBSD
2004-11-30syncTheo de Raadt
2004-11-30EB is just like DB does not set PCR; reported and tested by Jan Johansson ↵Michael Shalayeff
<janj+openbsd@wenf.org>auich.c
2004-11-30add hppa64 hookMichael Shalayeff
2004-11-30Make Sun type 6 USB keyboards return extended keycodes for 'L' keysMatthieu Herrb
ok deraadt@.