summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-01-14Change the device node from /dev/zboot to /proc/zboot to make the mknodUwe Stuehler
2005-01-14add a 'rollover' timer to detect when a second (inerrupt masked keyDale Rahn
2005-01-14bounds checking for copystr, copyin and copyinstr;Damien Miller
2005-01-14missing DESTDIRTheo de Raadt
2005-01-14cardbus re(4) support (Realtek 8169) heavily based on if_rl.Peter Valchev
2005-01-14clean PCI leftoversPeter Valchev
2005-01-14Fix these.Dale Rahn
2005-01-14Support reboot and powerdown.Uwe Stuehler
2005-01-14Fix direction.Dale Rahn
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev
2005-01-14minor prototypes style; ok deraadtPeter Valchev
2005-01-14commit this #if 0 del now.Dale Rahn
2005-01-14prototypes for recently added functions.Dale Rahn
2005-01-14This should be mostly reasonable, most of the keys sane.Dale Rahn
2005-01-14Most (all?) of the keys.Dale Rahn
2005-01-14del obioDale Rahn
2005-01-14Support special 'Fn' keys, at least most of them.Dale Rahn
2005-01-14put the return key on the right key, Del not backspace, still needs altgrDale Rahn
2005-01-13Stage one of wscons support.Dale Rahn
2005-01-13fix a critical bug that made the kernel crash under heavy upstream trafficDamien Bergamini
2005-01-13keyboard driver for zaurus, needs connect to wscons still.Dale Rahn
2005-01-13'quick' function for actual gpio operations, set/clear/read, setdir, clearirqDale Rahn
2005-01-13destatic/inlineDale Rahn
2005-01-13die staticDale Rahn
2005-01-13do not keep references to obio in this.Dale Rahn
2005-01-13dont play with obio, this was very likely always wrong.Dale Rahn
2005-01-13unneeded, bye.Dale Rahn
2005-01-13Drop obio, attach lcd directly to pxaip. Fixes interrupt problems.Dale Rahn
2005-01-13we only need one copy of wsmux.Dale Rahn
2005-01-13dont make this dependant on bus_space_generic, that is bogus.Dale Rahn
2005-01-13add usb serial things, ucomm attaches at least.Dale Rahn
2005-01-13protect pfkeyv2_dump_walker with spltdb(). Noticed by mpech@, thanks!Hans-Joerg Hoexer
2005-01-13HTML page does not seem to exist anymore so point to the PDF for now.Brad Smith
2005-01-12Intel 82443BX DRAM address errata seems to be fixed in the latest revisionsAlexander Yurchenko
2005-01-12Try a watchdog reset (that powers off the zaurus) before cpu_reset().Uwe Stuehler
2005-01-12fix kernel building with option UBSA_DEBUG.Moritz Jodeit
2005-01-12Don't call ahc_setup_data() after calling ahc_execute_scb() since theKenneth R Westerback
2005-01-12Fix an off by one in the critical section clearing code. The code wasKenneth R Westerback
2005-01-11Pass device names on intr_establish() call, other drivers need this too.Dale Rahn
2005-01-11rename via_shutdown() to via_powerdown() and remove unused prototype toMartin Reindl
2005-01-11oppsDale Rahn
2005-01-11pretty print in dmesgTheo de Raadt
2005-01-11first cut at interrupt stats.Dale Rahn
2005-01-11Let 'boot' and 'ls' take arguments of the form [device:][file].Uwe Stuehler
2005-01-11correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF,Damien Miller
2005-01-11Reliability fixes:Miod Vallat
2005-01-10Make sure bogus values don't make their way into tcp_xmit_timer() calculations.Ryan Thomas McBride
2005-01-10Correctly limit interrupts on the 'last' register, added support toDale Rahn
2005-01-10make it compile, sighTheo de Raadt
2005-01-10spacingTheo de Raadt