Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-30 | Generic soft interrupts from NetBSD plus some minor cleanups. | Artur Grabowski | |
2001-09-30 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-09-30 | add mode_shift and mode_lock examples; mostly from Igor Grabin ↵ | Michael Shalayeff | |
<violent@death.kiev.ua> | |||
2001-09-30 | add mode_lock for mode_shift as the caps_lock is to shift; from Igor Grabin ↵ | Michael Shalayeff | |
<violent@death.kiev.ua> | |||
2001-09-30 | Selectable preset FSM optimizations for several network environments. | Mike Frantzen | |
Thanks to everyone who sent me packet captures! | |||
2001-09-30 | Build/install mem.4 for macppc. | Dale Rahn | |
Probably a man/mi sets update to go with this. | |||
2001-09-30 | Add one of the standard manpages, long missing on powerpc/macppc. | Dale Rahn | |
Copied from mac68k, with tweaks. | |||
2001-09-30 | Tune TCP fsm (99.7% - 99.9% accuracy over 1e6 connections) | Mike Frantzen | |
2001-09-30 | Remove dead code. | Artur Grabowski | |
2001-09-30 | Remove the COM_HAYESP code. It doesn't appear to have been ever used and | Artur Grabowski | |
it's very intrusive and makes the code less readable. | |||
2001-09-30 | driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there. | Jason Wright | |
Mostly a port from sparc, but bits from NetBSD. | |||
2001-09-30 | Move out the com at commulti attachment into an ownfile. | Artur Grabowski | |
Same story as isapnp - not tested because i386 uses pccom. | |||
2001-09-30 | Make the kernel compile. | Artur Grabowski | |
2001-09-30 | Move out com at isapnp attachment into an own file. | Artur Grabowski | |
Not tested because the only system with isapnp is i386 and i386 uses pccom. GRRR, thank you cvs for not committing the files I ask you to commit. | |||
2001-09-30 | Move out com at isapnp attachment into an own file. | Artur Grabowski | |
Not tested because the only system with isapnp is i386 and i386 uses pccom. | |||
2001-09-29 | Next step in making the com driver improvable. | Artur Grabowski | |
Split out the com at isa attachment into its own file. | |||
2001-09-29 | alright, do not print quality and noise for cache; pr#2063 | Michael Shalayeff | |
2001-09-29 | if_media support, from freebsd | Michael Shalayeff | |
2001-09-29 | Use more PMAP_NEW facilities. | Miod Vallat | |
Remove obsolete&unused stuff. A few style nits. | |||
2001-09-29 | Remove unused routines, and a few style/harmonization fixes. | Miod Vallat | |
2001-09-29 | comment out some unimplemented placeholders; millert@ agrees | Christian Weisgerber | |
2001-09-29 | Avoid panic at time of raid autoconfiguration. Raid kernel thread starts | Grigoriy Orlov | |
when root filesystem isn't configured yet and some kernel variables can't be initialized. From Thierry Deval <TDeval@PrimeOBJ.COM> | |||
2001-09-29 | Move signal initialization before dostartuphooks to avoid panic at | Grigoriy Orlov | |
start of raid autoconfiguration thread. Required for upcoming RAIDFrame code update. From Thierry Deval <TDeval@PrimeOBJ.COM> | |||
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat | |
So shrink it when necessary, and remove unwanted stuff as well. | |||
2001-09-29 | we now have pidfile(3) in libutil | Jakob Schlyter | |
2001-09-29 | re-enable pidfile(3). ok millert@ | Jakob Schlyter | |
2001-09-29 | Some KNF. | Artur Grabowski | |
2001-09-29 | test funky quotes, in normal and gnu-m4 mode. | Marc Espie | |
2001-09-29 | show level of macro expansion, not dummy 1 (finally found some gnu-m4 | Marc Espie | |
scripts where that level != 1, hard to test otherwise...) Put a space after comma. Both these make trace output much closer to gnu-m4 output for debugging purposes. | |||
2001-09-29 | Move return value info into its own "RETURN VALUES" section. | Todd C. Miller | |
2001-09-29 | Synchronize comment with reality. | Marc Espie | |
In gnu-m4 mode, pass the real number of arguments to changequote/changecom, since those distinguish changequote() from changequote. | |||
2001-09-29 | Add missing dependencies for distribution rule | Todd C. Miller | |
2001-09-29 | document tracing and compatibility with other m4. | Marc Espie | |
2001-09-29 | zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@ | Matthieu Herrb | |
2001-09-29 | jakob did not even do a make build, sigh | Theo de Raadt | |
2001-09-29 | filter forwarded ipv6 packets; checked by itojun, tested by | jasoni | |
mcbride@countersiege.com | |||
2001-09-29 | from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ↵ | Jason Wright | |
at ebus device | |||
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 | ide issue on AX fixed, typos | Jason Wright | |
2001-09-29 | PC87415: Don't claim to support DATA32 or MODE | Jason Wright | |
(now correctly probes the DMA modes). | |||
2001-09-29 | for pc87415: | Jason Wright | |
- don't hardwire interrupt interrupts to pci mode - unmask the pci interrupt if at least one channel is in pci mode | |||
2001-09-29 | Enable pckbd support and use symbolic #defines for ctb_term_type | Todd C. Miller | |
instead of hard-coding values. art@ OK | |||
2001-09-29 | Change method of determining object type, does better bounds checking, | Dale Rahn | |
and fixes a bug on sparc64 "ELF" for type. ok art@. | |||
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 | |
all ports and looping over them. - support for generic soft interrupts. | |||
2001-09-29 | pc87415 | Jason Wright | |
2001-09-29 | add pciide driver for National Semiconductor PC87415. | Jason Wright | |