summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Mostly cosmetic. Move various variables from .s files to .c files so thatpeter2001-09-045-32/+17
* style(9) the structure namesobrien2001-09-041-6/+6
* Make sure we copy over the linker set sections to the EFI executable.dfr2001-09-042-0/+2
* Add definition for arch-ia64.dfr2001-09-041-0/+6
* Add ia64 system dependancies.dfr2001-09-042-0/+513
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-048-992/+4
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-046-102/+0
* Kill the NCCD constant by modernizing the ccd driver.phk2001-09-044-420/+472
* Remove an accidentally forgotten #ifdef. This could cause depletiongrog2001-09-041-2/+0
* MFS: change name of sysctl to something more diplomatic.julian2001-09-041-9/+9
* Kill init_t type, and minor white space changes to match original -stable ver...imp2001-09-041-4/+1
* Add support for changing the way that ToPIC csc interrupts are routed.imp2001-09-042-4/+42
* Move to using a chip function + function pointers to deal with theimp2001-09-045-159/+634
* We should not pass the size of the memory to bus_alloc_resource().non2001-09-044-4/+4
* Values for the Toshiba ToPIC's Function Control Register.imp2001-09-041-0/+6
* Add rwindow.c, forgotten earlier.jake2001-09-041-0/+1
* Make this compile.jake2001-09-041-0/+3
* Remove some stale definitions and update for new assembler code.jake2001-09-031-56/+28
* Add ktr traces to copy{in,out} and cpu_switch.jake2001-09-034-6/+198
* Add comments following what other architectures have.jake2001-09-031-1/+36
* Change tf_arg to uintptr_t from void * to reflect the fact thatjake2001-09-033-23/+10
* Implement a slightly different window spill/fill algorithm for dealingjake2001-09-036-1514/+2354
* Move the alternate global register stack to struct globaldata.jake2001-09-032-0/+12
* Add ktr traces.jake2001-09-031-0/+8
* Implement pv_bit_count which is used by pmap_ts_referenced.jake2001-09-036-253/+392
* Implement signals.jake2001-09-035-59/+278
* Move %ver definitions from pstate.h to ver.h. Add definitions for normaljake2001-09-032-26/+67
* Add simple macros for tracing in assembler files. There are quitejake2001-09-031-0/+87
* Use the correct copyrights. Note where most of this came from.jake2001-09-039-58/+135
* Bump UPAGES to 4. The pcb can be rather large.jake2001-09-031-1/+1
* mtx_savecrit is a pil level, not a pstate value, thus mtx_intr_enablejake2001-09-031-1/+1
* Add a flushw() macro.jake2001-09-031-0/+4
* Add atomic_load and store functions without membars, fwiw.jake2001-09-031-5/+24
* The definition for ASI_IMMU_TAG_TARGET_REG was wrong. Sort.jake2001-09-031-12/+13
* Allow disabling of "arp moved" messages.alfred2001-09-031-6/+12
* I really hope this is the right answer.julian2001-09-031-1/+3
* Call ip_input() instead of ipip_input()julian2001-09-031-1/+8
* One caller of rip_input failed to be converted in the last commit.julian2001-09-031-1/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-0323-75/+70
* Add a working version of setjmp/longjmp.dfr2001-09-034-27/+791
* Add a new field, id_config_attr to the struct isa_device.yokota2001-09-033-1/+14
* Add recognition for ToPIC95Bimp2001-09-031-0/+3
* Since we're cross compiling from x86, ignore the x86 CPUTYPE by default.peter2001-09-031-0/+1
* Sigh. There are actually two ioctls ranges that need to be watched on thescottl2001-09-031-1/+1
* Attach to a CD device even when the SCSI status is 'busy'.ken2001-09-031-0/+10
* Dont conflict with sysctl debug.mddebugpeter2001-09-031-1/+1
* Unindent a if (1) { that was left behind in the last commit.peter2001-09-032-92/+88
* Argh. Make the ia64 kernel work in all situations. For some reason,peter2001-09-032-8/+6
* Fix the argument specifier for the PnP BIOS function 2yokota2001-09-032-2/+2
* Match the declaration in net/netisr.h.obrien2001-09-031-1/+1
OpenPOWER on IntegriCloud