Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-19 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat | |
doing this by an hand-delivered SIGILL. | |||
2004-02-19 | don't disable the Sound Blaster legacy mode by default, as this breaks | Markus Friedl | |
apm(4). add a flag that disables Sound Blaster legacy mode, this might be necessary for some floppies. help from jmc, ok+test hshoexer. | |||
2004-02-19 | the 2nd round of the qid assignment change. | Kenjiro Cho | |
make the semantics in line with the tag assignment, which simplifies the id management in pf. ok, henning@ | |||
2004-02-18 | Stealth typo. ok deraadt@, millert@ | Thierry Deval | |
2004-02-18 | Yet another wonna-be-raid device. | Alexander Yurchenko | |
Reported by Dmitry S. Popov <D.S.Popov@inp.nsk.su>. | |||
2004-02-17 | bzero scsi_xfer's as they come out of the pool to ensure there is no | Kenneth R Westerback | |
leakage from one use to the next. There is no such thing as too much paranoia. ok deraadt@. | |||
2004-02-17 | sync | Ted Unangst | |
2004-02-17 | kqueue works using native calls | Ted Unangst | |
once from art@ a while back, again from Jason Ackley <jason@ackley.net> | |||
2004-02-17 | switch to sysctl_int_arr(); ok henning, deraadt | Markus Friedl | |
2004-02-17 | Tighten pfi_skip_if() up, and a bit of KNF. ok mcbride@ | Cedric Berger | |
2004-02-16 | don't allocate a cluster if the header fits into a mbuf; | Markus Friedl | |
ok itojun@, henning@, mcbride@ | |||
2004-02-16 | Correctly pass the siginfo_t structure to signal handlers. | Miod Vallat | |
ok drahn@ | |||
2004-02-16 | sync MACRO names with freebsd. | Ted Unangst | |
2004-02-16 | Fix the recently added OF_getnodebyname(), if 0 is passed in for start | Dale Rahn | |
that indicates that start should be assigned OF_peer(0) "head of device tree", not node which is then overwritten. | |||
2004-02-15 | Remove inittodr line during boot, recommended deraadt@ | Dale Rahn | |
2004-02-15 | Remove debugging message. | Dale Rahn | |
2004-02-15 | check TDBF_INVALID for TCP MD5 SA lookups; ok mcbride, henning | Markus Friedl | |
2004-02-15 | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt | Markus Friedl | |
2004-02-15 | add sysctl_int_arr() API similar to BSD/OS; ok itojun, deraadt, miod, henning | Markus Friedl | |
2004-02-15 | sneaky disk_unbusy()'s tried to hide | Ted Unangst | |
2004-02-15 | 18 -> ETHER_ADDR_LEN*3 in ether_sprintf() for clarity | Anil Madhavapeddy | |
itojun@ ok | |||
2004-02-15 | knf | Ted Unangst | |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-15 | break in default switch cases | Ted Unangst | |
2004-02-15 | pretty code that's easier to read, same effect. | Ted Unangst | |
from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-15 | backout unapproved diff | Theo de Raadt | |
2004-02-14 | Broadcom BCM4401 (bce) | Andreas Gunnarsson | |
ok miod@ | |||
2004-02-14 | Use as much syntaxic sugar from genassym.sh to make this file more readable. | Miod Vallat | |
ok drahn@ | |||
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko | |
from the underlying callbacks. Testing hppa mickey@, ppc drahn@ Ok markus@ tedu@ | |||
2004-02-14 | Enable statclock at 128/1024. | Dale Rahn | |
2004-02-13 | Cleanup debug messages: use %b for status, %x -> 0x%x, wrap lines. | Alexander Yurchenko | |
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 | 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 | 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 | avoid routing irqs that we ignore (14 15); from form@ | Michael Shalayeff | |
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 | 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 | 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. |