summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-14Fix these.Dale Rahn
2005-01-14Support reboot and powerdown.Uwe Stuehler
ok drahn@
2005-01-14Fix direction.Dale Rahn
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev
(pci/if_re_pci.c) for soon-to-come cardbus support; ok deraadt
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-14tweak the output of rcs_kflag_usage() to avoid line wrappingJean-Francois Brousseau
2005-01-14handle sentinel for real. Code, taken from gcc 4.0, which was based onMarc Espie
my design. okay millert@, otto@.
2005-01-14Most (all?) of the keys.Dale Rahn
2005-01-14del obioDale Rahn
2005-01-14missing space and kill a gcc warningJean-Francois Brousseau
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-13resurrect the -N and -p options to the diff commandJean-Francois Brousseau
requested and tested by brad@, thanks!
2005-01-13Stage one of wscons support.Dale Rahn
2005-01-13+ zaurusTheo de Raadt
2005-01-13fix a critical bug that made the kernel crash under heavy upstream trafficDamien Bergamini
load. pointed out by jcs@
2005-01-13add rcs_kflag_usage() to display the various keyword expansion modesJean-Francois Brousseau
supported by the -k argument
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-13tidy and remove debugging outputJean-Francois Brousseau
2005-01-13Zaurus sets.Dale Rahn
2005-01-13be aware of zaurusTheo de Raadt
2005-01-13wsconsctl.conf on zaurus too.Dale Rahn
2005-01-13build explictly on zaurus, not all arm, because of MANSUBDIRDale Rahn
2005-01-13Close what you open: obvious fix, ok jared@, more to followIan Darwin
2005-01-13build on zaurus too, after further discusssion, because MANSUBDIR needsDale Rahn
updating it will be explicit MACHINE
2005-01-13Build on zaurus too, (all arm)Dale Rahn
2005-01-13zlib abstraction code, first part of support for compressionJean-Francois Brousseau
2005-01-13more widespread use of cvs_msg, and free it when we are doneJean-Francois Brousseau
diff by Joris Vink and me
2005-01-13destatic/inlineDale Rahn
2005-01-13die staticDale Rahn
2005-01-13more extern declarations for the common variablesJean-Francois Brousseau
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-13Fix snprintf length field; from cloder@Todd C. Miller
2005-01-13fix the annotate usage (there is no -F flag) and add the missing bitsJean-Francois Brousseau
so the -r and -f arguments are supported, and complain if both -D and -r are given. GNU CVS silently accepts to have both specified, but does not produce output as a result.
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
keep the define for compat for now.
2005-01-13add usb serial things, ucomm attaches at least.Dale Rahn
2005-01-13handleMarc Espie
.if n .if t sequences (see jadetex.1) okay jmc@
2005-01-13document comments, and provide a 1-line summary of what a line inJason McIntyre
fstab looks like; from michael knudsen;
2005-01-13protect pfkeyv2_dump_walker with spltdb(). Noticed by mpech@, thanks!Hans-Joerg Hoexer
ok ho@ markus@
2005-01-13Handle all isspace() chars the same for -w and -b. ok millert@ markus@Otto Moerbeek
2005-01-13prettierJean-Francois Brousseau
2005-01-13* get rid of useless headersJean-Francois Brousseau
* fix the handlers for Root, valid-requests, Directory and Set * add a generic request handler for most of the requests expecting a response