summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-02-19Set sensible value for mntfromname, to make 'mount' report theHans Insulander
2004-02-19simplify rsp setting in sendsigTheo de Raadt
2004-02-19Kill <sys/clist.h> - nothing uses it since years.Miod Vallat
2004-02-19correct pointer to argsTheo de Raadt
2004-02-19When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat
2004-02-19don't disable the Sound Blaster legacy mode by default, as this breaksMarkus Friedl
2004-02-19the 2nd round of the qid assignment change.Kenjiro Cho
2004-02-18Stealth typo. ok deraadt@, millert@Thierry Deval
2004-02-18Yet another wonna-be-raid device.Alexander Yurchenko
2004-02-17bzero scsi_xfer's as they come out of the pool to ensure there is noKenneth R Westerback
2004-02-17syncTed Unangst
2004-02-17kqueue works using native callsTed Unangst
2004-02-17switch to sysctl_int_arr(); ok henning, deraadtMarkus Friedl
2004-02-17Tighten pfi_skip_if() up, and a bit of KNF. ok mcbride@Cedric Berger
2004-02-16don't allocate a cluster if the header fits into a mbuf;Markus Friedl
2004-02-16Correctly pass the siginfo_t structure to signal handlers.Miod Vallat
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
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
2004-02-15knfTed Unangst
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-02-15break in default switch casesTed Unangst
2004-02-15pretty code that's easier to read, same effect.Ted Unangst
2004-02-15backout unapproved diffTheo de Raadt
2004-02-14Broadcom BCM4401 (bce)Andreas Gunnarsson
2004-02-14Use as much syntaxic sugar from genassym.sh to make this file more readable.Miod Vallat
2004-02-14Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuffAlexander Yurchenko
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
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 to...Michael Shalayeff
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
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 stack...Michael Shalayeff
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