summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid lock-order reversal between the vm object list mutex and the vmalc2004-01-021-5/+15
* | Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.alc2004-01-022-2/+5
* | Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.phk2004-01-021-0/+5
* | Use hoststat/purgestat instead of sendmail -bh/-bH so the calls cangshapiro2004-01-021-3/+3
* | Move the kernel power change printf under bootverbose since thenjl2004-01-021-2/+5
* | switch vlan packet tag allocation to use a private zonesam2004-01-022-6/+29
* | m_tag fixups in preparation for heavier use:sam2004-01-022-58/+85
* | Fix detection of RealTek 8129 PCI cards. Apparently, these cardswpaul2004-01-021-1/+2
* | Warn that big malloc disks are a panic(8) implementation.phk2004-01-021-0/+5
* | if_name and if_unit renaming to if_xname should be dealth with inguido2004-01-021-0/+1
* | Don't confuse NULL with 0.obrien2004-01-021-3/+3
* | I missed a s/package_exists/package_installed/ in the last commit.obrien2004-01-021-1/+1
* | s/package_exists/package_installed/g as that's much more descriptive ofobrien2004-01-021-1/+1
* | I think we can stop doing 'ldconfig -aout' during the install now.obrien2004-01-023-10/+0
* | s/package_exists/package_installed/g as that's much more descriptive ofobrien2004-01-025-12/+8
* | FBSD nit.obrien2004-01-022-4/+2
* | Document taskqueue_enqueue_fast()scottl2004-01-021-0/+10
* | Remove extraneous text accidentally incorporated from ddb(4).grog2004-01-021-20/+21
* | It appears that we don't need sys/vnode.h, which is a layering violation...imp2004-01-024-4/+0
* | Submit to police inspection. No content changes.grog2004-01-021-39/+72
* | Fix a very corner case when you want to make cleandir SUBDIRs whichgreen2004-01-021-2/+2
* | Clean up ndiscvt a bit (leaving out the -i flag didn't work) and addwpaul2004-01-028-67/+218
* | Hook up gdb.4 and vinumdebug.4 into build.grog2004-01-021-0/+2
* | Creates an INDEX file suitable for an ISO distribution image containing onlyobrien2004-01-021-0/+52
* | Return error code in errno, not in return value.davidxu2004-01-022-6/+12
* | Fix a typo.davidxu2004-01-022-2/+2
* | Catch up with reality with respect to the location of 4.8, 4.9,bmah2004-01-021-1/+6
* | * Update copyrightdougb2004-01-011-2/+51
* | Remove inappropriate reference to USSR.grog2004-01-011-1/+1
* | Use <machine/asmacros.h> since <machine/asm.h> is a userland-only headernjl2004-01-011-3/+3
* | Some mdoc(7) polishing.ru2004-01-011-8/+9
* | - Increase the scope of the kmem_object's lock in kmem_malloc(). Add aalc2004-01-011-2/+7
* | o Fix a style bug and poor wording in comment.kuriyama2004-01-011-2/+10
* | The reset_type should not be 0x80, it should be set to zero.mbr2004-01-011-1/+1
* | - Use pagezero() instead of bzero() in pmap_pinit(). (pagezero() is muchalc2004-01-011-6/+1
* | Add "options INVARIANTS" and "options INVARIANT_SUPPORT" to thejkoshy2004-01-012-7/+25
* | Correct _ACx description.takawata2004-01-011-2/+2
* | Add markup changes for more kosher mdoc(7).grog2004-01-011-267/+294
* | Be consistent in the EXAMPLES formatting.obrien2004-01-011-0/+1
* | Update the COPYRIGHT file to include FreeBSD's compilation copyrightimp2003-12-311-0/+29
* | Happy 2004!imp2003-12-311-3/+3
* | Only a read-only file descriptor is required to implement list_devs()rwatson2003-12-311-1/+1
* | Add to the acpi_thermal man page, especially the notifies section.njl2003-12-311-40/+54
* | Use the appropriate values for the notifies. No change in behaviornjl2003-12-311-2/+2
* | In vm_page_lookup() check the root of the vm object's splay tree for thealc2003-12-311-3/+5
* | Fix typo in prev commitache2003-12-311-1/+1
* | Remove incorrect holiday, add new one, fix another oneache2003-12-311-2/+2
* | Add support for an non-branded SUN1889-based 2 port PCI serial card.jhb2003-12-311-0/+10
* | Replace an outb() during the test for configuration mechanism #1 with ajhb2003-12-312-2/+2
* | Initialise some uninitialised variables.dfr2003-12-311-0/+2
OpenPOWER on IntegriCloud