Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-13 | We have no such thing as non-wscons ttyE. | Miod Vallat | |
"looks ok" drahn@ deraadt@ | |||
2004-02-13 | bce (Broadcom 4401 10/100 ethernet driver) from NetBSD | Andreas Gunnarsson | |
Most work by nate@, ok deraadt@ | |||
2004-02-13 | No need to include <sys/dkbad.h> twice. | Miod Vallat | |
2004-02-13 | death to osigaltstack. ok deraadt@ | Ted Unangst | |
2004-02-13 | add a couple of ethernet cards, xl appears to work, em by request. | Dale Rahn | |
2004-02-13 | accept 'setargs -c' or '(hd0)bsd -c' doesn not currently allow for '-c wd0' | Dale Rahn | |
2004-02-13 | order irq,pri args to gsc_intr_establish() the way less confusing compared ↵ | Michael Shalayeff | |
to other trolley busses around ... | |||
2004-02-13 | as i continuously fail to make osiop drive 700 chip disable it for now | Michael Shalayeff | |
2004-02-13 | note com port here too | Michael Shalayeff | |
2004-02-13 | I expected cats, not gremlins... | Miod Vallat | |
2004-02-13 | another com and xr dino | Michael Shalayeff | |
2004-02-13 | support secondary com@dino from todd@ | Michael Shalayeff | |
2004-02-13 | Do 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-13 | cleanup signal handling; close descriptors. | Otto Moerbeek | |
ok avsm@ millert@ canacar@ | |||
2004-02-13 | Print protocol and service numbers correctly when -n switch is specified. | Can Erkin Acar | |
reported by mcbride@ ok otto@ mcbride@ | |||
2004-02-13 | Typo in tty description. | Miod Vallat | |
2004-02-13 | sync (correct) | Dale Rahn | |
2004-02-13 | sync | Theo de Raadt | |
2004-02-13 | Add cats to MAKEDEVARCHS | Miod Vallat | |
2004-02-13 | avoid routing irqs that we ignore (14 15); from form@ | Michael Shalayeff | |
2004-02-13 | Kittens in section 8. | Miod Vallat | |
2004-02-13 | More information about ABLE, including caveats. | Miod Vallat | |
2004-02-13 | + SPARCengineUltra AXe | Xavier Santolaria | |
ok miod@. | |||
2004-02-13 | More MACHINE_ARCH tweaks | Miod Vallat | |
2004-02-13 | Cleanup 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-13 | typo | Jolan Luff | |
2004-02-13 | save/restore fpu state around the signal handler. skip a gap on unempty ↵ | Michael Shalayeff | |
stack per abi. form drahn@ and deraadt@ | |||
2004-02-13 | typo, lenght -> length | Brad Smith | |
2004-02-13 | Not used in updated ahc. | Kenneth R Westerback | |
2004-02-13 | Not used in updated ahc. | Kenneth R Westerback | |
2004-02-13 | on sigreturn check cs and rflags for evilness; from i386 | Michael Shalayeff | |
2004-02-12 | don't reset the PHY when IPs are configured; from freebsd revision 1.16 | Markus Friedl | |
avoids hang when using gigabit copper; ok henric@, beck@ | |||
2004-02-12 | some typos and macro simplification; | Jason McIntyre | |
2004-02-12 | Add missing \n to logit(), reverse logic on asprintf error so the error case | Ryan Thomas McBride | |
comes last. ok henning@ | |||
2004-02-12 | from camield: | Henning Brauer | |
se hash instead of linked list to speed up tag to vlan interface mapping ok markus@ and myself | |||
2004-02-12 | plural of suffix is suffixes; | Jason McIntyre | |
idea stolen from a NetBSD PR submitted by Todd Vierling; | |||
2004-02-12 | - sort SYNOPSIS and options list | Jason McIntyre | |
- add -p to SYNOPSIS - uppercase start of sentence - sync usage() w/ SYNOPSIS | |||
2004-02-12 | oops. add rcs id. | Jason McIntyre | |
2004-02-12 | add a simple README for share/doc; | Jason McIntyre | |
ok millert@ deraadt@ | |||
2004-02-12 | Add missing \n on usage. From Daniel Cavanagh <nofsk@vtown.com.au> | Ryan Thomas McBride | |
2004-02-12 | AFS works fine with process.arm.S, enable. | Dale Rahn | |
2004-02-12 | Recognize the process.arm.S file committed earlier today. | Dale Rahn | |
2004-02-12 | Add UKC. | Dale Rahn | |
2004-02-12 | Switch default console base to vga. | Dale Rahn | |
Setargs format is expected to be eg: 'setargs wd0 -s' the '-' is important to signal the beginning of parameters. so that the hw default string is not used which gives undesired results. Check to see if vga exists in the console attach routine, if it returns failure, use fcom as console. | |||
2004-02-12 | Do not overwrite boothowto if not in the ramdisk kernel, allows single | Dale Rahn | |
user to work. While here nuke some if0'ed code we we will never use. | |||
2004-02-12 | Preserve rval[1] across system calls if not explictly overwritten, | Dale Rahn | |
per recent discussion with miod and mickey | |||
2004-02-12 | Correctly parse the firmware 'arguments', allows for the passing of the | Dale Rahn | |
root drive. add a couple of options to force console 'f' fcom, 'v' vga | |||
2004-02-12 | Update from netbsd, prodded by miod@ | Dale Rahn | |
2004-02-12 | add -p flag to specify the device - ok mcbride@, henning@ with no objections | Bob Beck | |
from deraadt@ | |||
2004-02-12 | the macro terminator suggests: hastalavista, LOG() | Henning Brauer | |
use a logit() function with varargs and bells and whistles instead of this macro gore in LOG with static # of args that results in highlights like LOG(level, "%s", "started") logit blatantly stolenb from bgpd test and ok and "remove the \n then" ryan |