summaryrefslogtreecommitdiff
path: root/sys/arch/bebox
AgeCommit message (Expand)Author
2000-07-21switch to sys/conf/newvers_stand.sh for generation of version files, nojdolecek
2000-07-08cleanup way vers.c file is created/compiledjdolecek
2000-07-08get the version number differently - instead of using RCS version numberjdolecek
2000-07-02Kwality control:cgd
2000-06-30raise MSIZE from 128 to 256.itojun
2000-06-30add PULLDOWN_TEST for all the platforms.itojun
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-22Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.fvdl
2000-06-14Remove the obsolete config fragments for kernel crypto, because the IPsecveego
2000-06-11Add cpu_counter().tsubai
2000-06-09increase number of parameters of pckbc_cnattach(), since offset of command portsoda
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-06-01Don't pass booted_* to findroot/getdevice, access them via the globals.matt
2000-06-01Make booted_device global (and booted_parition for consitency).matt
2000-06-01kill __P in these files. (I had to look at them anyway with an eye forcgd
2000-05-31Add a comment about needing to initialize p_cpu when multiplethorpej
2000-05-27Don't use sleep() and callouts; just use tsleep().thorpej
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-05-26Introduce a new process state distinct from SRUN called SONPROCthorpej
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
2000-05-09Add "install" target, so "make install" after building the kernelhubertf
2000-05-09HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,thorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
2000-04-23Carve off the ISA configuration bits from the floppy driver. Driver isthorpej
2000-04-19add stf pseudo interface (commented out due to possible security risks)itojun
2000-04-07Use dev/isa/fd.c.thorpej
2000-03-24Update several ports to at least work again without IPKDBws
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-22add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.cgd
2000-03-17Install "machineendian_machdep.h".tron
2000-03-17In the `MY THAT'S GROSS' department...mycroft
2000-03-16__P(()) -> __P((void))darrenr
2000-03-14Add the RAIDframe device major to the machine-dependent config filesoster
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
2000-02-29Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.simonb
2000-02-26Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns onoster
2000-02-21Define the DONETISR macro and use netisr_dispatch.h. This is to cut down on ...erh
2000-02-11Update for the NKMEMPAGES changes.thorpej
2000-02-07Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returnsthorpej
2000-02-07Fix a bug in disksort_*() which caused non-optimal ordering when multiplethorpej
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-01-25define a "BUS_SPACE_MAP_PREFETCHABLE" flag which basically means thatdrochner
2000-01-24Add "dependall" target for comfort.tron
2000-01-23Add commented out "ident"-commandhubertf
2000-01-23Clean up the machine symlink stuff ever so slightly. Needs to bemycroft
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
2000-01-20Add overlay to kernel configs.wrstuden