summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-3120-2/+34
* Cosmetic: fix some disorder of #include "opt_...." filespeter2003-07-311-1/+2
* Remove leftover relic of pmap_new_thread() etc.peter2003-07-311-4/+0
* KSTACK_PAGES is a global option.peter2003-07-311-0/+2
* Cosmetic: fix disorder of opt_kstack_pages.h include.peter2003-07-314-4/+4
* Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remainpeter2003-07-311-0/+2
* In cpu_thread_setup(), set md_pcbpaddr to the physical address ofmarcel2003-07-311-1/+2
* Use correct signal when calling sigexit.davidxu2003-07-301-1/+3
* Remove test in pipe_write() which causes write(2) to return EAGAINpb2003-07-301-1/+1
* Enforce -fno-strict-aliasing to override the converse that is implied byscottl2003-07-301-1/+1
* Whitespace nit.jhb2003-07-301-0/+1
* When complaining about a sleeping thread owning a mutex, display thejhb2003-07-302-2/+6
* Fixed style bugs in rev.1.94 before MFCing it (for large C asm statements,bde2003-07-301-19/+19
* Make this at least compile on 64 bit platforms. Its been breakinggallatin2003-07-301-1/+2
* Apply some sort of order to the FILES list.mtm2003-07-301-12/+33
* Add two files (early.sh and gbde) that previously were notmtm2003-07-301-2/+2
* Plug a race and a leak in UMA.bmilekic2003-07-301-13/+29
* The introduction of vm object locking has caused witness to revealalc2003-07-301-1/+1
* tty whacking should occur early, but not so early that themtm2003-07-305-5/+6
* Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.njl2003-07-301-1/+1
* Return 1 from pmap_protect_tte() instead of 0. When used withtmm2003-07-301-1/+1
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-302-5/+9
* Fix the code with respect to the assumption that sizeof(long) == 4.harti2003-07-301-32/+32
* Fix what was a common idiom in PDP-11 days: declare a local int andharti2003-07-301-2/+2
* Make this compile with WARNS=6.harti2003-07-302-102/+78
* When generating the zone stats make sure to handle the master zonebmilekic2003-07-301-0/+7
* Fix warnings: a variable that was unused, a variable thatharti2003-07-301-4/+3
* The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasingru2003-07-301-1/+2
* Initialize the FIXCRYPTO, BINMAKE and related variables (that useru2003-07-301-1/+3
* Rearrange the vcc structure so that the generic getvcc functionharti2003-07-302-265/+251
* Don't forget to unlock the scheduler lock. Somehow this got removeddeischen2003-07-302-0/+2
* Rearrange the fields in the vcc table entry to fit to the requirementsharti2003-07-302-68/+13
* Release contrib/smbfs from the import-only mode. Now changes can be committedbp2003-07-301-0/+4
* New release notes:hrs2003-07-302-0/+6
* Generate events when the carrier goes up or down.harti2003-07-301-0/+10
* Remove the disabling of buckets workaround.phk2003-07-301-1/+0
* Embed a simplistic version of the dokern.sh script directly intoru2003-07-302-9/+7
* fixed wrong parameter descriptionssuz2003-07-301-3/+9
* Moved the MFS root floppies creation code from release.10 toru2003-07-301-6/+6
* Update for the 2003/07/29 import.ru2003-07-301-4/+5
* This commit was generated by cvs2svn to compensate for changes in r118194,ru2003-07-305-30/+60
|\
| * Vendor import of bwk's 29-Jul-2003 release.ru2003-07-305-30/+60
* | In get_mcontext(), if we need to clear the return value, clearmarcel2003-07-301-0/+1
* | Only allow trapframe formats instead of sigframe formats like themarcel2003-07-301-4/+4
* | - Get rid of the ill-conceived uz_cachefree member of uma_zone.jeff2003-07-302-16/+24
* | - Check to see if we need a slab prior to allocating one. Failure to dojeff2003-07-301-2/+2
* | Detour via (void *) to defeat gcc's strict-aliasing warnings when usingpeter2003-07-301-3/+3
* | Temporary workaround: Always disable buckets, there is a bug therephk2003-07-291-0/+1
* | Restored clearing of the bss, except for putting it in a correct placebde2003-07-291-9/+18
* | Fix grammar nits.bmah2003-07-292-16/+16
OpenPOWER on IntegriCloud