summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespacebrian2002-07-0110-142/+142
* Add the ffs bits necessary to support unloading of the ufs kerneliedowse2002-07-014-2/+38
* - In thread_userret(), remove the Giant locking and unlocking around thearr2002-07-012-4/+0
* o Remove some long dead code: from revision 1.41 of vm/vm_pager.calc2002-07-012-22/+0
* Fix a build problem for the ACPI CA 20020404 import.iwasaki2002-06-301-1/+2
* IF_HANDOFF is no longer in -stableimp2002-06-301-12/+0
* Fix if_timer logic so that there is always a timeout pending if thereluigi2002-06-301-2/+4
* Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-302-10/+8
* Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-302-12/+12
* Make sure that if_timer does not get reset if there are packetsluigi2002-06-302-19/+11
* Extend the effect of the sysctl net.inet.tcp.icmp_may_rstjesper2002-06-302-2/+2
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-3015-263/+324
* This commit was generated by cvs2svn to compensate for changes in r99146,iwasaki2002-06-3064-825/+1394
|\
| * Vendor import of the Intel ACPI CA 200200404 drop.iwasaki2002-06-3074-1083/+1701
* | MFi386: revision 1.521nyan2002-06-302-2/+2
* | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+555
* | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+180
* | Remove one useless variable.luigi2002-06-301-3/+1
* | If the process is a zombie, then you must not try dereference the threadjulian2002-06-301-53/+55
* | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-301-0/+138
* | Gcc 3.1 varargs support.obrien2002-06-301-0/+47
* | Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-306-66/+66
* | Partial backout of 1.318, remove error handling added because it may bealfred2002-06-301-15/+3
* | Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-305-5/+0
* | 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
OpenPOWER on IntegriCloud