Age | Commit message (Expand) | Author |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-08-03 | in fact, no need for switch_exit() completely, cpu_exit() handles the reins t... | Michael Shalayeff |
2002-08-03 | reorder stack_alloc() and add a comment | Michael Shalayeff |
2002-08-03 | store md_regs ptr before interrupts are enabled on syscall, do not store the ... | Michael Shalayeff |
2002-08-03 | some more opt and diagnostic checks in set/remrunqueue | Michael Shalayeff |
2002-08-03 | opt {set,rem}runqueue a littlebit | Michael Shalayeff |
2002-08-03 | no need for a stack on exit() since u gets freed in a different context, also... | Michael Shalayeff |
2002-08-03 | u could get a little higher | Michael Shalayeff |
2002-08-03 | rework boot() w/o a goto | Michael Shalayeff |
2002-08-03 | we do not use _c_label() even | Michael Shalayeff |
2002-08-03 | - don't use unexistant as(1) .weakext pseudo; found by todd@ | Federico G. Schwindt |
2002-07-31 | lucifier is technical now; ok mickey@ | Todd T. Fries |
2002-07-31 | init pm_ptphint, hint from art@ | Michael Shalayeff |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
2002-07-25 | missing arg in the call to the pdc_call since some old times | Michael Shalayeff |
2002-07-25 | strip off annoying local gcc symbols (jason was complaining hangman being too... | Michael Shalayeff |
2002-07-25 | a few breakages w/ -current, maybe some other mickey might decide to fix those | Michael Shalayeff |
2002-07-25 | better kdbprinttrap() and copy over the frame into the db_regs when already s... | Michael Shalayeff |
2002-07-25 | preserve t4 as a saviour for the rp for the vfork() syscall. idea from fredette@ | Michael Shalayeff |
2002-07-25 | kcopy is a space-to-space copy from kernel space, to guess where, -- to the s... | Michael Shalayeff |
2002-07-25 | only one trap generates exec fault and fetches the fault address from the pc ... | Michael Shalayeff |
2002-07-24 | if it appears we are disassembling insn at the pc do not cause an extra memor... | Michael Shalayeff |
2002-07-23 | only break in ddb if the kernel has been mapped | Michael Shalayeff |
2002-07-23 | print page protection w/ bits in dump_table | Michael Shalayeff |
2002-07-21 | on itlb miss say type is VM_PROT_EXECUTE, per art@s suggestion | Michael Shalayeff |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-18 | if such an occasion occures that hpmc_dump() returns -- just summon the globa... | Michael Shalayeff |
2002-07-18 | make reserved pages for the pv_pool variable on physmem (should pool get prel... | Michael Shalayeff |
2002-07-18 | move kernel higher. | Michael Shalayeff |
2002-07-17 | when bailing out from attach, -- pretend to be nice and place a backslashan | Michael Shalayeff |
2002-07-17 | be consistant w/ NBPG vs PAGE_SIZE | Michael Shalayeff |
2002-07-15 | repair tags building (due to obj dirs in /sys) | Michael Shalayeff |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff |
2002-07-09 | no offset | Michael Shalayeff |
2002-06-25 | hpux emu is to do; from david krause | Michael Shalayeff |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-06-11 | err(3) appends a newline already; ok miod@ | Jason Peel |
2002-06-11 | Move cdev_lpt_init() to a common location. | Miod Vallat |
2002-06-09 | an agr(0) was overwriting the saved r18, fix that | Michael Shalayeff |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-06 | implement findblkname() and some more fluff around | Michael Shalayeff |
2002-06-06 | use shorter uvm_prot_rw | Michael Shalayeff |
2002-06-06 | do not poke into the page0 for now | Michael Shalayeff |
2002-06-06 | do not say duh to the cereal | Michael Shalayeff |
2002-05-23 | fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() al... | Michael Shalayeff |
2002-05-22 | I was on drugs when I commited this initially, and still do not understand | Miod Vallat |
2002-05-20 | force alignment on the netisr and sir by mobving 'em into .data | Michael Shalayeff |
2002-05-20 | make sure runing addr gets properly aligned after 0-level page table allocation | Michael Shalayeff |
2002-05-20 | make sure all the funky stack we allocate are properly alligned, the trap_phy... | Michael Shalayeff |
2002-05-20 | gateway page could be cachable, it's not written into. | Michael Shalayeff |