Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-29 | We know noone called Bill Fenenr | Theo de Raadt | |
2002-06-29 | kqfilter for the log. niels said i can commit it if it works | Michael Shalayeff | |
and i converted syslog to libevent and it works now (; | |||
2002-06-28 | Use %b and print the bitmask of the flags in the debugging message for the ↵ | Jason Wright | |
extent. | |||
2002-06-28 | Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys on | Miod Vallat | |
Apple laptops. ok maja@ | |||
2002-06-28 | Fix usage counter for IPCOMP --- sam@errno.com | Angelos D. Keromytis | |
2002-06-28 | Whoops, don't actually register for MODEXP yet | Jason Wright | |
2002-06-28 | Implement MODEXP as MODMUL for debugging purposes until I understand the | Jason Wright | |
args for MODEXP. | |||
2002-06-28 | Oops. Doing a diff before commit is not enough. You have to read the diff too. | Artur Grabowski | |
2002-06-28 | The 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-28 | Use slightly safer internal variable names in MALLOC and FREE. | Artur Grabowski | |
2002-06-28 | support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@ | Markus Friedl | |
2002-06-28 | sync | Markus Friedl | |
2002-06-28 | more ICH4 fxp chips; sync names w/ NetBSD; ok art@ | Markus Friedl | |
2002-06-28 | undo 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-28 | Move the calculation of sc_link->openings to after the printf about | Todd 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-28 | actually, new new ahc uses these after all | Todd C. Miller | |
2002-06-28 | actually, new new ahc uses these after all | Todd C. Miller | |
2002-06-28 | not used by new ahc driver | Todd C. Miller | |
2002-06-28 | Return of new ahc | Steve Murphree | |
2002-06-28 | KNF | Theo de Raadt | |
2002-06-27 | Do 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-27 | missing parenthesis in this macro. | Federico G. Schwindt | |
2002-06-27 | do not permit ktrace on P_SUGID; millert ok | Theo de Raadt | |
2002-06-27 | KNF | Theo de Raadt | |
2002-06-26 | stp at sparc will map this card always as big-endian. | Federico G. Schwindt | |
2002-06-26 | Check for associated socket. | Angelos D. Keromytis | |
2002-06-26 | ieee1394 for i386 too... | Thierry Deval | |
2002-06-26 | A bit more paranoid. | Angelos D. Keromytis | |
2002-06-26 | cardbus fwohci support. | Thierry Deval | |
from NetBSD | |||
2002-06-26 | various fixes + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | configrom input failover + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | pointer safeguards + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | Kill __FUNCTION__. | Marc Espie | |
2002-06-26 | Bump i386 kvm size to 768M. | Artur Grabowski | |
deraadt@ ok. | |||
2002-06-26 | rm duplicated decl of fwohci/fwlynx | Jun-ichiro itojun Hagino | |
2002-06-26 | forgot to commit - IEEE1394 bits | Jun-ichiro itojun Hagino | |
2002-06-26 | Update correct statistic if m_inject() fails --- from sam@errno.com | Angelos D. Keromytis | |
2002-06-25 | un __P() -ify. | Jun-ichiro itojun Hagino | |
2002-06-25 | and kill a now bogus comment | Michael Shalayeff | |
2002-06-25 | this monkey has not been a mbr for a couple of years already | Michael Shalayeff | |
2002-06-25 | No \n at the end of a panic() message... I thought all occurences had been | Miod Vallat | |
squashed already. | |||
2002-06-25 | still export the macros, some userland uses it | Michael Shalayeff | |
2002-06-25 | Unbreak config on pci architectures without firewire devices. | Miod Vallat | |
2002-06-25 | IEEE1394 infrastructure part. | Jun-ichiro itojun Hagino | |
IP-over-FW and SCSI over FW are being worked on. | |||
2002-06-25 | add ARP hardware type for IEEE1394 | Jun-ichiro itojun Hagino | |
2002-06-25 | protos and macros are only for _KERNEL, malliciously pollutes the user name ↵ | Michael Shalayeff | |
space otherwise | |||
2002-06-25 | Back 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-25 | hpux emu is to do; from david krause | Michael Shalayeff | |
2002-06-25 | Add RID to get the DBM adjustment factor; imp@freebsd.org | Todd C. Miller | |
2002-06-25 | Handle REASREQ packets earlier when processing an association | Todd 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). |