summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-08-08IPCOMP removal. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08__dead doesn't work on function pointers.Artur Grabowski
2001-08-08__dead not __noreturn__Todd C. Miller
2001-08-08nuke __attribute__((__noreturn__)) when used in conjunction with __deadTodd C. Miller
2001-08-08Fix broken logic in wait flags passed to extent_alloc.Artur Grabowski
2001-08-07Not used.Miod Vallat
2001-08-07One more typo.Miod Vallat
2001-08-07Sprinkle a few Holy Volatiles (tm).Miod Vallat
2001-08-07Make config(8) choose which source files to exclude, from the kernelMiod Vallat
2001-08-07tag fixes; Denis Afonin <dfa@solo.ee>Jason Wright
2001-08-07unused, bye bye.Brad Smith
2001-08-07remove this header which has been unused for over 3 yrs now.Brad Smith
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-08-06Bring latest powerpc pmap.c fix here too.Miod Vallat
2001-08-06__BDEVSW_DUMP_OLD_TYPE no more.Miod Vallat
2001-08-06Working kernel crash dumps.Miod Vallat
2001-08-06__BDEVSW_DUMP_OLD_TYPE no more.Miod Vallat
2001-08-06Working kernel crash dumps.Miod Vallat
2001-08-06Properly identify the boot drive on 147 if it is not scsi id #0.Miod Vallat
2001-08-06Correct misinitialization of a variable. This worked before?Dale Rahn
2001-08-05Decrease first stage loader boot address. Makes memory-challengedMiod Vallat
2001-08-05Use syntaxic sugar provided by PMAP_NEWMiod Vallat
2001-08-03Shupid me, bugtty is necessary...Miod Vallat
2001-08-03Make all the low-profile configurations include conf/GENERIC, andMiod Vallat
2001-08-02match updated prototypeHugh Graham
2001-08-01make this compile. ok drahnPeter Valchev
2001-08-01Sync with busdma_map api change.Miod Vallat
2001-08-01wsmux needs to be cdev_decl'ed.Miod Vallat
2001-07-31type mismatch fix.Bob Beck
2001-07-31+smg +wsconsHugh Graham
2001-07-30convert to ALTQ style macros (these drivers appear to meet the criteria forJason Wright
2001-07-30Change:Artur Grabowski
2001-07-29Temporarily fix wscninit so that it only runs once.Constantine Sapuntzakis
2001-07-27Convert array lookups to function calls that are bounds checkedConstantine Sapuntzakis
2001-07-26Always flush the pipeline after updating cr1.Miod Vallat
2001-07-26Typo.Miod Vallat
2001-07-26If pckbc_cnattach fails, try to usb attach. Helps on some legacy-free PCsConstantine Sapuntzakis
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-25Added missing break. -mojMats O Jansson
2001-07-23reorder operations a bit for st16550{v2}, xr16850, ti16750:Jason Wright
2001-07-22pmap_clear_modify returns boolean_tMiod Vallat
2001-07-21no rd required in regular kernelsTheo de Raadt
2001-07-19bogus comment.Artur Grabowski
2001-07-19No more need to define PMAP_NEW.Artur Grabowski
2001-07-18build the kernel w/ all the warnings enabled; drahn@ okMichael Shalayeff
2001-07-18fxp and de are fixed, enable vtophysMichael Shalayeff
2001-07-18Fix prototype that art missed...Dale Rahn
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-17Remove one crash on PBG4. With this patch <PGUP> and <PGDN> are useable.Dale Rahn
2001-07-17addcom and pccom at addcom (commented out)Jason Wright