summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add two new submodes to the AES encryption method.phk2002-06-281-11/+121
* Improve the VOP locking assertsjeff2002-06-282-5/+24
* In vn_mkdir(), use vrele() instead of vput() on the parent directoryiedowse2002-06-282-2/+18
* One possible code path for syncache_respond() is:jlemon2002-06-281-1/+7
* Clean up vn_rdwr locking.jeff2002-06-281-6/+12
* Fix a case where a vnode got explicitly unlocked after the pointer to itgreen2002-06-281-1/+1
* Fix warning.dfr2002-06-281-1/+1
* bring Makefile up to date with new ipfwjulian2002-06-281-1/+1
* Fix a botched flag clear operation. Rumor has it that this also fixesscottl2002-06-281-1/+1
* Remove a printf and add a comment on an assumption that could beluigi2002-06-271-3/+10
* The new ipfw code.luigi2002-06-275-277/+2953
* Delay the AC97 calibration until after the system clock has beenscottl2002-06-271-5/+22
* Lots of people have had to hack around the fixed address for cardbusimp2002-06-271-1/+1
* Fix a bug that prevented the deletion of non-default ACLs from beingrwatson2002-06-273-3/+3
* A bit of whitespace magic.rwatson2002-06-273-15/+15
OpenPOWER on IntegriCloud