summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2004-02-16don't allocate a cluster if the header fits into a mbuf;Markus Friedl
ok itojun@, henning@, mcbride@
2004-02-16Correctly pass the siginfo_t structure to signal handlers.Miod Vallat
ok drahn@
2004-02-16sync MACRO names with freebsd.Ted Unangst
2004-02-16Fix the recently added OF_getnodebyname(), if 0 is passed in for startDale Rahn
that indicates that start should be assigned OF_peer(0) "head of device tree", not node which is then overwritten.
2004-02-15Remove inittodr line during boot, recommended deraadt@Dale Rahn
2004-02-15Remove debugging message.Dale Rahn
2004-02-15check TDBF_INVALID for TCP MD5 SA lookups; ok mcbride, henningMarkus Friedl
2004-02-15switch to sysctl_int_arr(); ok itojun, henning, miod, deraadtMarkus Friedl
2004-02-15add sysctl_int_arr() API similar to BSD/OS; ok itojun, deraadt, miod, henningMarkus Friedl
2004-02-15sneaky disk_unbusy()'s tried to hideTed Unangst
2004-02-1518 -> ETHER_ADDR_LEN*3 in ether_sprintf() for clarityAnil Madhavapeddy
itojun@ ok
2004-02-15knfTed Unangst
2004-02-15new 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-15break in default switch casesTed Unangst
2004-02-15pretty code that's easier to read, same effect.Ted Unangst
from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-02-15backout unapproved diffTheo de Raadt
2004-02-14Broadcom BCM4401 (bce)Andreas Gunnarsson
ok miod@
2004-02-14Use as much syntaxic sugar from genassym.sh to make this file more readable.Miod Vallat
ok drahn@
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-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-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-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-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-13avoid routing irqs that we ignore (14 15); from form@Michael Shalayeff
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-12from camield:Henning Brauer
se hash instead of linked list to speed up tag to vlan interface mapping ok markus@ and myself
2004-02-12Add UKC.Dale Rahn
2004-02-12Switch 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-12Do not overwrite boothowto if not in the ramdisk kernel, allows singleDale Rahn
user to work. While here nuke some if0'ed code we we will never use.
2004-02-12Preserve rval[1] across system calls if not explictly overwritten,Dale Rahn
per recent discussion with miod and mickey
2004-02-12Correctly parse the firmware 'arguments', allows for the passing of theDale Rahn
root drive. add a couple of options to force console 'f' fcom, 'v' vga
2004-02-11Silence early kernel bootstrap unless option VERBOSE_INIT_ARM.Miod Vallat
ok drahn@
2004-02-11Give systrace and xfs a chance to work.Miod Vallat
ok drahn@
2004-02-11Keep using the BUG as the console device until autoconf is over, ratherMiod Vallat
than switching early.
2004-02-11make mss signed; avoids large mss if ifp==NULL; ok itojun@Markus Friedl
2004-02-11Defining __HAVE_DEVICE_REGISTER and an empty device_register() function isMiod Vallat
just plain silly; remove them. ok drahn@
2004-02-11Remove duplicates with <sys/conf.h>; ok drahn@Miod Vallat
2004-02-11Return ENOTTY on unhandled ioctls; ok drahn@Miod Vallat