Age | Commit message (Expand) | Author |
2001-09-29 | Some KNF. | Artur Grabowski |
2001-09-29 | filter forwarded ipv6 packets; checked by itojun, tested by | jasoni |
2001-09-29 | from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ... | Jason Wright |
2001-09-29 | dec_kn20aa_intr_disestablish() implementation from netbsd; art@ ok | Michael Shalayeff |
2001-09-29 | Pretty the printout (don't know if it's right, but it does the job). | Artur Grabowski |
2001-09-29 | PC87415: Don't claim to support DATA32 or MODE | Jason Wright |
2001-09-29 | for pc87415: | Jason Wright |
2001-09-29 | Enable pckbd support and use symbolic #defines for ctb_term_type | Todd C. Miller |
2001-09-29 | com at ebus | Artur Grabowski |
2001-09-29 | com at ebus | Artur Grabowski |
2001-09-29 | Glue for com at ebus. From NetBSD, hacked to fit our com. | Artur Grabowski |
2001-09-29 | - compoll is now scheduled once for every sc instead of just one timeout for | Artur Grabowski |
2001-09-29 | add pciide driver for National Semiconductor PC87415. | Jason Wright |
2001-09-29 | If we field an interrupt, return to the caller that we did so. Otherwise, | mjacob |
2001-09-29 | using #define is wrong, use #option | Theo de Raadt |
2001-09-28 | and mention XP1000 in the right place | Theo de Raadt |
2001-09-28 | Hack to work around bootpaths like: | Jason Wright |
2001-09-28 | cold is now staticly initialized. | Miod Vallat |
2001-09-28 | Variable declarations in .h files without extern keywords suck. | Miod Vallat |
2001-09-28 | Typos of the day. | Miod Vallat |
2001-09-28 | More cleaning, some style changes. | Miod Vallat |
2001-09-28 | "sys/foo.h" -> <sys/foo.h> | Miod Vallat |
2001-09-28 | No need duplicating defines. | Miod Vallat |
2001-09-28 | proper values for long double type (from NetBSD) | Jason Wright |
2001-09-28 | proper values for ieee rounding modes (from NetBSD) | Jason Wright |
2001-09-28 | Almost half of this file was ifdef DEBUG. Everybody knows that debugging | Artur Grabowski |
2001-09-28 | Fix a DIAGNOSTIC check. | Artur Grabowski |
2001-09-28 | Random cleanup (I don't like Ms in my tree). | Artur Grabowski |
2001-09-28 | QBITS is always defined, no point in having all those cofusing ifdefs. | Artur Grabowski |
2001-09-28 | Don't spam the console with userland alignemnt errors. | Artur Grabowski |
2001-09-28 | Redundant prototypes. | Artur Grabowski |
2001-09-28 | upgrade twe to untested, add ami to broken | Michael Shalayeff |
2001-09-28 | zs serial now works on some systems. Does not work with modems | Dale Rahn |
2001-09-28 | Commit a ugly, widespread change. | Dale Rahn |
2001-09-28 | remove dups w/ conf.h | Michael Shalayeff |
2001-09-28 | remove dups w/ conf.h | Michael Shalayeff |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-28 | sysctl() support for getting the SYSV *info structs and the associated | Todd C. Miller |
2001-09-27 | Two workarounds for the zs serial driver. | Dale Rahn |
2001-09-27 | Simplify comstart a bit. | Artur Grabowski |
2001-09-27 | Enable #if 0'd code in comcnputc() so serial console works correctly; | Todd C. Miller |
2001-09-27 | psycho_bus_[a|b] are essentially the same function; use a helper to avoid typos | Jason Wright |
2001-09-27 | The skip steps array was one element short (since adding steps for af). | Daniel Hartmeier |
2001-09-27 | When zs is fully working, it should be tty00 for macppc. | Dale Rahn |
2001-09-27 | style fixes from Alexander Yurchenko <grange@grange.ru> | Grigoriy Orlov |
2001-09-27 | Split out comattach that does isa and isapnp attachment and initialization, | Artur Grabowski |
2001-09-27 | Split out comattach that does isa and isapnp attachment and initialization, | Artur Grabowski |
2001-09-27 | switch without break. This caused the 'ICMP too short' messages, since | Daniel Hartmeier |
2001-09-27 | Fix th_ack calculation in pf_send_reset(). return-rst didn't work since | Daniel Hartmeier |
2001-09-27 | Huge merge with NetBSD. For full details look at their revision history (1.2... | Jason Wright |