summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Use hashdestroy() now that it exists.iedowse2002-06-301-6/+1
* | Remove the bogus SYSINIT from ufs_dirhash.c and instead add a calliedowse2002-06-307-7/+65
* | Add a makefile for building UFS as a module. Since it is of marginaliedowse2002-06-301-0/+14
* | Add a hashdestroy() function to undo the actions of hashinit().iedowse2002-06-302-0/+16
* | Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-295-5/+5
* | Change the type of `tscan' in vm_object_page_clean() to vm_pindex_t,iedowse2002-06-291-1/+1
* | Backed out previous commit. It had nothing to do with KSE and just undidbde2002-06-291-8/+8
* | Oops, that was a heck of a lot more debugging left onthan I intended..julian2002-06-291-2/+3
* | Updated a comment. Namspace pollution in <sys/select.h> is now moot sincebde2002-06-291-2/+2
* | Add KSE stubs to MD parts of ia64 code.julian2002-06-294-0/+69
* | Add a copy of the sparc64 machine/kse.h to satisfy depencies..julian2002-06-291-0/+38
* | Fix several style bugs:alfred2002-06-291-7/+17
* | Unbreak computation of 'smask' that I broke when removing caddr_t.alfred2002-06-291-1/+1
* | Part 1 of KSE-IIIjulian2002-06-2974-729/+2746
* | catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.alfred2002-06-292-4/+4
* | Add an inline to call eieio.benno2002-06-291-0/+7
* | We don't need to clear RI in the MSR when entering a critical section.benno2002-06-291-1/+1
* | Add in_cksum.cbenno2002-06-291-0/+1
* | in_cksum et al.benno2002-06-292-0/+330
* | Implement vtophys()benno2002-06-291-0/+2
* | Add pmap_mapdev and pmap_unmapdev.benno2002-06-294-0/+131
* | - Initialise battable to cover I/O spaces.benno2002-06-293-60/+168
* | To quote Peter:benno2002-06-294-31/+46
* | mempcy/bcopy handles overlapping copies so make ovbcopy call it.benno2002-06-291-0/+7
* | Add BOOTP_NFSROOT support code.benno2002-06-291-0/+17
* | - Use tmpstk exclusively in the init path.benno2002-06-293-558/+0
* | Many fixes to low-level trap and interrupt handling:benno2002-06-2910-512/+303
* | Convert this from mostly inline assembler to mostly C.benno2002-06-292-114/+50
* | Don't use the static thread.. it is going away.julian2002-06-291-2/+2
* | remove cruftjulian2002-06-291-8/+0
* | Add files that are new for KSE.julian2002-06-297-5/+1780
* | Fix a deletion during traversal tailq bug.jake2002-06-291-1/+2
* | Rename the db command lockedvnodes to lockedvnods so that it fits on theobrien2002-06-291-1/+1
* | Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,obrien2002-06-291-1/+3
* | Remove a couple of __P() stragglers.peter2002-06-299-21/+21
* | more caddr_t removal.alfred2002-06-299-35/+26
* | Add another Intel chipset (i82562).silby2002-06-291-0/+1
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.alfred2002-06-2912-71/+66
* | catch up with mextadd callback taking a void argument instead of a caddr_t.alfred2002-06-295-8/+8
* | catch up with ext_free prototype change.alfred2002-06-293-6/+6
* | More caddr_t removal.alfred2002-06-298-32/+32
* | nuke more instances of caddr_talfred2002-06-291-23/+19
* | m_extadd takes a void (*freef)(void *, void *) now, not aalfred2002-06-291-1/+1
* | remove or replace caddr_t with void.alfred2002-06-283-36/+33
* | nuke caddr_t.alfred2002-06-284-26/+23
* | change struct socket -> so_pcb from caddr_t to void *.alfred2002-06-281-1/+1
* | Remove unneeded casts to caddr_t.alfred2002-06-282-62/+62
* | change f_data field in struct file from caddr_t to void *.alfred2002-06-281-1/+1
* | document that the pipe fo_stat routine doesn't need locks because it'salfred2002-06-281-0/+4
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-284-16/+15
OpenPOWER on IntegriCloud