summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2002-06-29We know noone called Bill FenenrTheo de Raadt
2002-06-29kqfilter for the log. niels said i can commit it if it worksMichael Shalayeff
and i converted syslog to libevent and it works now (;
2002-06-28Use %b and print the bitmask of the flags in the debugging message for the ↵Jason Wright
extent.
2002-06-28Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys onMiod Vallat
Apple laptops. ok maja@
2002-06-28Fix usage counter for IPCOMP --- sam@errno.comAngelos D. Keromytis
2002-06-28Whoops, don't actually register for MODEXP yetJason Wright
2002-06-28Implement MODEXP as MODMUL for debugging purposes until I understand theJason Wright
args for MODEXP.
2002-06-28Oops. Doing a diff before commit is not enough. You have to read the diff too.Artur Grabowski
2002-06-28The IEEE fp stuff changed the rules for how fpu should be enabled.Artur Grabowski
We kept too much of the old code in trap handling. This should fix floppies and bsd.rd on some machines.
2002-06-28Use slightly safer internal variable names in MALLOC and FREE.Artur Grabowski
2002-06-28support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@Markus Friedl
2002-06-28syncMarkus Friedl
2002-06-28more ICH4 fxp chips; sync names w/ NetBSD; ok art@Markus Friedl
2002-06-28undo recent changes; they still crash for people (dhclient this time).Theo de Raadt
This is a bullshit process. Test your shit before you toss it into the tree.
2002-06-28Move the calculation of sc_link->openings to after the printf aboutTodd C. Miller
tagged queueing which is where it was last time around. This fixes a panic I was seeing when there were lots of transactions (e.g. when i read my mail).
2002-06-28actually, new new ahc uses these after allTodd C. Miller
2002-06-28actually, new new ahc uses these after allTodd C. Miller
2002-06-28not used by new ahc driverTodd C. Miller
2002-06-28Return of new ahcSteve Murphree
2002-06-28KNFTheo de Raadt
2002-06-27Do not muck with the color palette unless the console depth is 8 bit.Dale Rahn
32 bit depth console and wsfb now work (If firmware is forced to that depth).
2002-06-27missing parenthesis in this macro.Federico G. Schwindt
2002-06-27do not permit ktrace on P_SUGID; millert okTheo de Raadt
2002-06-27KNFTheo de Raadt
2002-06-26stp at sparc will map this card always as big-endian.Federico G. Schwindt
2002-06-26Check for associated socket.Angelos D. Keromytis
2002-06-26ieee1394 for i386 too...Thierry Deval
2002-06-26A bit more paranoid.Angelos D. Keromytis
2002-06-26cardbus fwohci support.Thierry Deval
from NetBSD
2002-06-26various fixes + some KNFThierry Deval
ok itojun@
2002-06-26configrom input failover + some KNFThierry Deval
ok itojun@
2002-06-26pointer safeguards + some KNFThierry Deval
ok itojun@
2002-06-26Kill __FUNCTION__.Marc Espie
2002-06-26Bump i386 kvm size to 768M.Artur Grabowski
deraadt@ ok.
2002-06-26rm duplicated decl of fwohci/fwlynxJun-ichiro itojun Hagino
2002-06-26forgot to commit - IEEE1394 bitsJun-ichiro itojun Hagino
2002-06-26Update correct statistic if m_inject() fails --- from sam@errno.comAngelos D. Keromytis
2002-06-25un __P() -ify.Jun-ichiro itojun Hagino
2002-06-25and kill a now bogus commentMichael Shalayeff
2002-06-25this monkey has not been a mbr for a couple of years alreadyMichael Shalayeff
2002-06-25No \n at the end of a panic() message... I thought all occurences had beenMiod Vallat
squashed already.
2002-06-25still export the macros, some userland uses itMichael Shalayeff
2002-06-25Unbreak config on pci architectures without firewire devices.Miod Vallat
2002-06-25IEEE1394 infrastructure part.Jun-ichiro itojun Hagino
IP-over-FW and SCSI over FW are being worked on.
2002-06-25add ARP hardware type for IEEE1394Jun-ichiro itojun Hagino
2002-06-25protos and macros are only for _KERNEL, malliciously pollutes the user name ↵Michael Shalayeff
space otherwise
2002-06-25Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish().Todd C. Miller
It screws up printing in dmesg and doesn't actually help anything since interupts in "vmstat -i" show up as pcmcia*, not wi* or an*.
2002-06-25hpux emu is to do; from david krauseMichael Shalayeff
2002-06-25Add RID to get the DBM adjustment factor; imp@freebsd.orgTodd C. Miller
2002-06-25Handle REASREQ packets earlier when processing an associationTodd C. Miller
request. We need to eat the MAC address of the packet before we go looking at the SSID and such. Doing do is sufficient to make Cisco cards associate with HostAP. From FreeBSD (jhay).