summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne
AgeCommit message (Expand)Author
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-01some architectures called setroot() from cpu_configure(), *way* before someTheo de Raadt
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-26Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@Pedro Martelletto
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-04-12Discard .comment sections in the final a.out file.Miod Vallat
2007-04-10Long forgotten stub.Miod Vallat
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-24Check for want_resched when processing AST and nowhere else. But then, whenMiod Vallat
2006-09-17Time to leave the bus.Miod Vallat
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-04Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguousMiod Vallat
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-04-15Sync proc_trampoline() and setregs() logic with sparc.Miod Vallat
2006-04-15Add a dummy device_register() function for now.Miod Vallat
2006-04-15Add explicit casts to the PTW arithmetic, mainly for PHYSMEM_BASE to beMiod Vallat
2006-04-15Correct dirlist for tags.Miod Vallat
2006-03-23Extra parentheses in comments.Ray Lai
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-04Remove probeset() for real this time...Miod Vallat
2006-02-22Remove unused probeset() function.Miod Vallat
2006-02-22Remove unused _{ins,rem}que functions - they were not even implemented onMiod Vallat
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-25Ensure child_return() leaves registers the same way a successfull systemMiod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-02Typos in comments.Miod Vallat
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-27solbourne Makefile and dive thereTheo de Raadt
2005-04-21count fpu lazy context switches; deraadt@ okMichael Shalayeff
2005-04-21correct idiom for snprintf failure handling; ok beckTheo de Raadt