summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-14Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuffAlexander Yurchenko
from the underlying callbacks. Testing hppa mickey@, ppc drahn@ Ok markus@ tedu@
2004-02-14better wording, from jaredHenning Brauer
2004-02-14KNFHakan Olsson
2004-02-14Fix DOI select logic, which was broken for IKE vendors that sends non-zeroHakan Olsson
spi_size in their phase 1 proposals, such as some DLink VPN routers. Also replace u_char with u_int8_t. markus@, hshoexer@ ok.
2004-02-14KNFRyan Thomas McBride
2004-02-14Enable statclock at 128/1024.Dale Rahn
2004-02-13Cleanup debug messages: use %b for status, %x -> 0x%x, wrap lines.Alexander Yurchenko
2004-02-13Use .Pa, not .Nm, for filenames; spotted by Jared Yanovich.Miod Vallat
2004-02-13Regen.Miod Vallat
2004-02-13We have no such thing as non-wscons ttyE.Miod Vallat
"looks ok" drahn@ deraadt@
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson
Most work by nate@, ok deraadt@
2004-02-13No need to include <sys/dkbad.h> twice.Miod Vallat
2004-02-13death to osigaltstack. ok deraadt@Ted Unangst
2004-02-13add a couple of ethernet cards, xl appears to work, em by request.Dale Rahn
2004-02-13accept 'setargs -c' or '(hd0)bsd -c' doesn not currently allow for '-c wd0'Dale Rahn
2004-02-13order irq,pri args to gsc_intr_establish() the way less confusing compared ↵Michael Shalayeff
to other trolley busses around ...
2004-02-13as i continuously fail to make osiop drive 700 chip disable it for nowMichael Shalayeff
2004-02-13note com port here tooMichael Shalayeff
2004-02-13I expected cats, not gremlins...Miod Vallat
2004-02-13another com and xr dinoMichael Shalayeff
2004-02-13support secondary com@dino from todd@Michael Shalayeff
2004-02-13Do an explicit pf_update_anchor_rules() after an anchor gets removed.Marco Pfatschbacher
In some situations not all anchor rules got updated properly, so they still refered to already freed anchors. OK dhartmei@ mcbride@ cedric@ henning@
2004-02-13cleanup signal handling; close descriptors.Otto Moerbeek
ok avsm@ millert@ canacar@
2004-02-13Print protocol and service numbers correctly when -n switch is specified.Can Erkin Acar
reported by mcbride@ ok otto@ mcbride@
2004-02-13Typo in tty description.Miod Vallat
2004-02-13sync (correct)Dale Rahn
2004-02-13syncTheo de Raadt
2004-02-13Add cats to MAKEDEVARCHSMiod Vallat
2004-02-13avoid routing irqs that we ignore (14 15); from form@Michael Shalayeff
2004-02-13Kittens in section 8.Miod Vallat
2004-02-13More information about ABLE, including caveats.Miod Vallat
2004-02-13+ SPARCengineUltra AXeXavier Santolaria
ok miod@.
2004-02-13More MACHINE_ARCH tweaksMiod Vallat
2004-02-13Cleanup and shrink ACSS_KEY a bit. Thus crank library minor.Hans-Joerg Hoexer
Change cipher modes to more generic names and add an additional mode. ok deraadt@ markus@
2004-02-13typoJolan Luff
2004-02-13save/restore fpu state around the signal handler. skip a gap on unempty ↵Michael Shalayeff
stack per abi. form drahn@ and deraadt@
2004-02-13typo, lenght -> lengthBrad Smith
2004-02-13Not used in updated ahc.Kenneth R Westerback
2004-02-13Not used in updated ahc.Kenneth R Westerback
2004-02-13on sigreturn check cs and rflags for evilness; from i386Michael Shalayeff
2004-02-12don't reset the PHY when IPs are configured; from freebsd revision 1.16Markus Friedl
avoids hang when using gigabit copper; ok henric@, beck@
2004-02-12some typos and macro simplification;Jason McIntyre
2004-02-12Add missing \n to logit(), reverse logic on asprintf error so the error caseRyan Thomas McBride
comes last. ok henning@
2004-02-12from camield:Henning Brauer
se hash instead of linked list to speed up tag to vlan interface mapping ok markus@ and myself
2004-02-12plural of suffix is suffixes;Jason McIntyre
idea stolen from a NetBSD PR submitted by Todd Vierling;
2004-02-12- sort SYNOPSIS and options listJason McIntyre
- add -p to SYNOPSIS - uppercase start of sentence - sync usage() w/ SYNOPSIS
2004-02-12oops. add rcs id.Jason McIntyre
2004-02-12add a simple README for share/doc;Jason McIntyre
ok millert@ deraadt@
2004-02-12Add missing \n on usage. From Daniel Cavanagh <nofsk@vtown.com.au>Ryan Thomas McBride
2004-02-12AFS works fine with process.arm.S, enable.Dale Rahn