summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove gcc specific compiler flags, at least one of which doesn't work withjhb2002-01-081-2/+0
* Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in ajhb2002-01-081-1/+1
* Staticise the device node pointers.msmith2002-01-081-1/+1
* Staticise the joy devclass.msmith2002-01-081-1/+1
* Fix a couple of bogus enums.msmith2002-01-081-4/+4
* Staticise the amr devclass.msmith2002-01-083-5/+3
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-0816-19/+17
* Connect smp support to the kernel build.jake2002-01-081-0/+3
* Catch up to the latest and greatest.jake2002-01-081-1/+26
* Add initial smp support. This gets as far as allowing the secondaryjake2002-01-087-0/+1093
* Setup the normal global pcb register as well on entry from user land.jake2002-01-082-92/+116
* Adapt the vectored interrupt handler for receiving ipis. If the secondjake2002-01-082-94/+106
* Use the per-cpu panic stack in the case of a fault with a bad kerneljake2002-01-082-4/+10
* Remove ATOMIC_INC_INT macro which has moved elsewhere.jake2002-01-082-22/+0
* Catch up to change in compile time assertion interface.jake2002-01-082-3/+3
* Make this code more robust in the event of stray interrupts. Handlejake2002-01-081-12/+22
* Use cpufunc macros instead of using inline asm directly.jake2002-01-081-1/+1
* Set the normal global pcb register when context switching.jake2002-01-082-0/+4
* Add a macro for getting the tlbs (itlb and/or dtlb) which the givenjake2002-01-081-0/+1
* Prototype pmap_map_tsb().jake2002-01-081-0/+2
* Remove PANIC_STACK_PAGES which is no longer used.jake2002-01-081-5/+3
* Add declarations needed by last commit.jake2002-01-081-0/+8
* Update comments about _start, the kernel entry point, to reflect newjake2002-01-084-101/+321
* Fix qsort callouts used for sorting memory regions during boot. vm_offset_tjake2002-01-081-4/+22
* Add a md field to pcpu for the upa module id.jake2002-01-081-3/+6
* Define CKLF_PC in terms of TRAPF_PC.jake2002-01-081-1/+1
* Add a mov() macro, which is used in conjunction with the register definesjake2002-01-081-0/+4
* Update comments and defines to reflect that normal and alternate g6 pointjake2002-01-081-22/+52
* Add asis for the upa config reg, which contains the hardware cpu id, andjake2002-01-081-0/+2
* Populate etc.sparc64:jhb2002-01-073-0/+540
* Correct phrase 'get an ACL' to 'set an ACL'.jedgar2002-01-071-1/+1
* New release note: kernel/mfsroot split on installation CDs,bmah2002-01-072-2/+14
* Update for less v371ps2002-01-071-0/+4
* Merge vendor changes onto mainline.ps2002-01-076-96/+348
* This commit was generated by cvs2svn to compensate for changes in r89019,ps2002-01-0739-1280/+2595
|\
| * Import less v371ps2002-01-0745-1376/+2943
* | New release note: On the alpha, sysinstall overrides the newfs block/fragbmah2002-01-072-2/+24
* | Back out the previous revision for now. Instead, the current sparc64jhb2002-01-071-4/+0
* | Fix a coredump bug occurring if ssh-keygen attempts to change the passwordgreen2002-01-071-1/+1
* | Explicitly reload the multicast filters when the hardware is reinitializedjlemon2002-01-071-25/+57
* | This commit was generated by cvs2svn to compensate for changes in r89010,sheldonh2002-01-071-8/+12
|\ \
| * | Import patch from vendor (taken from nvi-1.81.5) that fixes problematicsheldonh2002-01-071-8/+12
* | | Clean up G. B. Shaw quotes:tg2002-01-072-65/+7
* | | Add exim to the list of packages that's guaranteed to be on the firstsheldonh2002-01-071-0/+1
* | | Add some missing years, fix Bach's birthday entry.tg2002-01-072-12/+11
* | | According to jhb, the alpha bootstrap code depends on the rootsheldonh2002-01-072-0/+8
* | | Comment out an example that was missed on first import.sheldonh2002-01-071-1/+1
* | | Add 'R'ecover option that deletes a partition and attemptsdillon2002-01-072-6/+28
* | | Modify Delete_Chunk() into Delete_Chunk2() which can take a flagsdillon2002-01-072-1/+20
* | | Fix a missing "ipfw:" in a syslog message.cjc2002-01-071-1/+1
OpenPOWER on IntegriCloud