summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* backout the switch to use a zone for vlan tags; this requiressam2004-01-032-29/+6
* Kernel now supports per-thread sigaltstack, follow the change todavidxu2004-01-032-12/+2
* Tweak ndiscvt to support yet another flavor of .INF files (look forwpaul2004-01-034-5/+158
* Note that NO_FLOPPIES is i386-only.obrien2004-01-031-1/+1
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-0314-181/+175
* Delete the region we are passed if that is the requested operation.njl2004-01-031-2/+6
* Pass ACL, extended attribute and MAC vnode ops down the vnode stack.tjr2004-01-031-0/+239
* Fix usage() (-d is really -n).green2004-01-021-1/+1
* '+' can also appear in a package file name.obrien2004-01-021-1/+6
* Add support for SMB request signing, which prevents "man in the middle"tjr2004-01-028-12/+249
* Handle WinNT .inf files with a $windows nt$ signature but no .NT decoratedwpaul2004-01-022-2/+10
* Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the releasealc2004-01-021-2/+0
* 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
OpenPOWER on IntegriCloud