summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-08-24Define the usual <machine/asm.h> macros, for convenience of .S parts.Miod Vallat
2001-08-24Correct execution flow in m197_table_search().Miod Vallat
2001-08-24Grandma always told me, initialize your variables before you print theirMiod Vallat
2001-08-24Get rid of a shupid define.Miod Vallat
2001-08-24Cleanup.Miod Vallat
2001-08-24Remove unused debugging code, fix uninitialized variables.Miod Vallat
2001-08-24There is no need to hide potentially useful stuff in .c files.Miod Vallat
2001-08-24Get rid of the ugly db_printf() wrappers, as well as of theMiod Vallat
2001-08-24missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument f...Jason Wright
2001-08-24Correctly tell if a syscon is main one on 188.Miod Vallat
2001-08-24Pass a dev_t where a dev_t is expected.Miod Vallat
2001-08-24No newline at the end of panic messages.Miod Vallat
2001-08-24KNFTheo de Raadt
2001-08-24Add a missing spacebrian
2001-08-24switch to the optimised AES reference code fromMarkus Friedl
2001-08-24Compile cleanup, systype is not currently used, so ifdef it.Dale Rahn
2001-08-24From NetBSD:Angelos D. Keromytis
2001-08-24make ofprint useable, do carriage return on newline,Dale Rahn
2001-08-24Fix the typos in the timeout replacement.Dale Rahn
2001-08-24propagate bootpathJason Wright
2001-08-24Theo says that this is probably all that's needed for sigreturn.Artur Grabowski
2001-08-24One can get really creative at 2am.Artur Grabowski
2001-08-23Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half isMiod Vallat
2001-08-23option M88000 is not necessary for mvme88k.Miod Vallat
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat
2001-08-23adapt to how our scheduler works.Artur Grabowski
2001-08-23Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008Constantine Sapuntzakis
2001-08-23syncConstantine Sapuntzakis
2001-08-23VT82C686A -> VT82C686 (in user-visible description)Constantine Sapuntzakis
2001-08-23UID_MAX and GID_MAXArtur Grabowski
2001-08-23weak_alias and warn_referencesArtur Grabowski
2001-08-23setjmp.h, trivial.Artur Grabowski
2001-08-23ieeefp.h from sparcArtur Grabowski
2001-08-23Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD.Jason Wright
2001-08-23Allow wd to be root and some cleanup.Artur Grabowski
2001-08-23wdArtur Grabowski
2001-08-23Remove DEBUG, it's too chatty.Artur Grabowski
2001-08-23pciide works.Artur Grabowski
2001-08-23fix args in stream -> raw conversion.Artur Grabowski
2001-08-23recieve -> receiveAaron Campbell
2001-08-23suppress printf() on non-multicast interface.Jun-ichiro itojun Hagino
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23retreive -> retrieveAaron Campbell
2001-08-23initialize the channel timeout earlier.Artur Grabowski
2001-08-23Remove more.Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23sparc64 really benefits from knowing exactly what mappings to syncArtur Grabowski
2001-08-23Remove even more leftovers from old timeouts.Artur Grabowski
2001-08-23fix a commentArtur Grabowski
2001-08-23Some reordering in the code caused hw_ok to never be set to 1Artur Grabowski