aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Partial backout of 1.318, remove error handling added because it may beAlfred Perlstein2002-06-301-15/+3
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formRobert Watson2002-06-305-5/+0
* Use hashdestroy() now that it exists.Ian Dowse2002-06-301-6/+1
* Remove the bogus SYSINIT from ufs_dirhash.c and instead add a callIan Dowse2002-06-307-7/+65
* Add a makefile for building UFS as a module. Since it is of marginalIan Dowse2002-06-301-0/+14
* Add a hashdestroy() function to undo the actions of hashinit().Ian Dowse2002-06-302-0/+16
* Fix reverse ordering of locks. add a comment about locks on some platforms.Julian Elischer2002-06-295-5/+5
* Change the type of `tscan' in vm_object_page_clean() to vm_pindex_t,Ian Dowse2002-06-291-1/+1
* Backed out previous commit. It had nothing to do with KSE and just undidBruce Evans2002-06-291-8/+8
* Oops, that was a heck of a lot more debugging left onthan I intended..Julian Elischer2002-06-291-2/+3
* Updated a comment. Namspace pollution in <sys/select.h> is now moot sinceBruce Evans2002-06-291-2/+2
* Add KSE stubs to MD parts of ia64 code.Julian Elischer2002-06-294-0/+69
* Add a copy of the sparc64 machine/kse.h to satisfy depencies..Julian Elischer2002-06-291-0/+38
* Fix several style bugs:Alfred Perlstein2002-06-291-7/+17
* Unbreak computation of 'smask' that I broke when removing caddr_t.Alfred Perlstein2002-06-291-1/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-2974-727/+2744
* catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.Alfred Perlstein2002-06-292-4/+4
* Add an inline to call eieio.Benno Rice2002-06-291-0/+7
* We don't need to clear RI in the MSR when entering a critical section.Benno Rice2002-06-291-1/+1
* Add in_cksum.cBenno Rice2002-06-291-0/+1
* in_cksum et al.Benno Rice2002-06-292-0/+330
* Implement vtophys()Benno Rice2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.Benno Rice2002-06-294-0/+131
* - Initialise battable to cover I/O spaces.Benno Rice2002-06-293-60/+168
* To quote Peter:Benno Rice2002-06-294-31/+46
* mempcy/bcopy handles overlapping copies so make ovbcopy call it.Benno Rice2002-06-291-0/+7
* Add BOOTP_NFSROOT support code.Benno Rice2002-06-291-0/+17
* - Use tmpstk exclusively in the init path.Benno Rice2002-06-293-558/+0
* Many fixes to low-level trap and interrupt handling:Benno Rice2002-06-2910-512/+303
* Convert this from mostly inline assembler to mostly C.Benno Rice2002-06-292-114/+50
* Don't use the static thread.. it is going away.Julian Elischer2002-06-291-2/+2
* remove cruftJulian Elischer2002-06-291-8/+0
* Add files that are new for KSE.Julian Elischer2002-06-297-5/+1780
* Fix a deletion during traversal tailq bug.Jake Burkholder2002-06-291-1/+2
* Rename the db command lockedvnodes to lockedvnods so that it fits on theDavid E. O'Brien2002-06-291-1/+1
* Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,David E. O'Brien2002-06-291-1/+3
* Remove a couple of __P() stragglers.Peter Wemm2002-06-299-21/+21
* more caddr_t removal.Alfred Perlstein2002-06-299-35/+26
* Add another Intel chipset (i82562).Mike Silbersack2002-06-291-0/+1
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.Alfred Perlstein2002-06-2912-71/+66
* catch up with mextadd callback taking a void argument instead of a caddr_t.Alfred Perlstein2002-06-295-8/+8
* catch up with ext_free prototype change.Alfred Perlstein2002-06-293-6/+6
* More caddr_t removal.Alfred Perlstein2002-06-298-32/+32
* nuke more instances of caddr_tAlfred Perlstein2002-06-291-23/+19
* m_extadd takes a void (*freef)(void *, void *) now, not aAlfred Perlstein2002-06-291-1/+1
* remove or replace caddr_t with void.Alfred Perlstein2002-06-283-36/+33
* nuke caddr_t.Alfred Perlstein2002-06-284-26/+23
* change struct socket -> so_pcb from caddr_t to void *.Alfred Perlstein2002-06-281-1/+1
* Remove unneeded casts to caddr_t.Alfred Perlstein2002-06-282-62/+62
* change f_data field in struct file from caddr_t to void *.Alfred Perlstein2002-06-281-1/+1