summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | - KSE may free a thread that was never actually forked. This will leavejeff2008-03-121-0/+5
* | Remove some unused fields from the private archive_read structurekientzle2008-03-122-52/+0
* | Tighten up the semantics of acl_next() and xattr_next() when youkientzle2008-03-122-0/+27
* | Typo, thanks to: Jeff Johnson.kientzle2008-03-121-1/+1
* | Add missing comma.davidxu2008-03-121-1/+1
* | Add manual for function sem_timedwait().davidxu2008-03-122-1/+123
* | - Update with a better example which shows that options specific to atmclaugh2008-03-121-3/+3
* | Fix apparent typo. The permitted confidence values include 95%, not 85%.peter2008-03-121-1/+1
* | Improve apply callback error reporting:mav2008-03-113-10/+28
* | Style(9) these files. No changes in the compiled code. (Verified byjhb2008-03-113-855/+937
* | Add constants for the various fields in MTRR registers.jhb2008-03-114-22/+54
* | In intr_lookup(), when adding an IRQ to powerpc_intrs[], alsomarcel2008-03-111-7/+10
* | GNU ar did NOT implment option -q as a synonym of -r as the manualkaiw2008-03-114-6/+25
* | Forced commit to correct previous commit message:delphij2008-03-110-0/+0
* | Do nextboot -D twice during boot. The first time in rc.d/root which ensures ...delphij2008-03-111-1/+1
* | rootdelphij2008-03-111-0/+6
* | Add support for the NAP, GN and PANU profiles to the sdpd(8).emax2008-03-116-6/+562
* | Don't enable the workaround for the jitter bug on the 5722.jhb2008-03-111-3/+4
* | Fix minor typo.joel2008-03-111-2/+2
* | vr(4) should work on all archs now, remove it from here.brueffer2008-03-111-1/+0
* | Uncomment vr(4), vr(4) should work on all architectures.yongari2008-03-111-1/+1
* | Document a new sysctl variable, dev.vr.%d.stats.yongari2008-03-111-1/+9
* | Teach vr(4) to use bus_dma(9) and major overhauling to handle linkyongari2008-03-112-789/+2006
* | vr(4) was repocopied to src/sys/dev/vr.yongari2008-03-112-2125/+0
* | Update file list and Makefile after repocopying vr(4) fromyongari2008-03-112-2/+2
* | Forced commit to note that vr(4) was repocopied from sys/pciyongari2008-03-111-1/+1
* | If a thread is cancelled, it may have already consumed a umtx_wake,davidxu2008-03-111-0/+2
* | Move comments block 1 line up to remark on the settingyongari2008-03-111-2/+2
* | Add structures to hold SDP parameters for the NAP, GN and PANU profiles.emax2008-03-111-0/+17
* | Update wpi(4) with stability fixesthompsa2008-03-103-607/+514
* | - Fix the invalid priority panics people are seeing by forcingjeff2008-03-101-25/+10
* | Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsjhb2008-03-104-91/+118
* | - Don't execute cpuid to fetch the features. We already have the featuresjhb2008-03-101-5/+5
* | Change the BTX kernel to drop all the way out to real mode to invoke BIOSjhb2008-03-101-401/+316
* | - Also change the /sbin/mount_unionfs line I managed to miss just twotmclaugh2008-03-101-1/+1
* | Add an '-a' option which is identical to specifying '-RpP' forjhb2008-03-103-5/+15
* | - unionfs -b option is deprecated in favor of '-o below' as pertmclaugh2008-03-101-2/+2
* | Remove include of opt_quota.h; as of revision 1.205 there is no longeremaste2008-03-101-1/+0
* | Remove XXX to remind me to check the free space calculation, which to myrwatson2008-03-101-3/+0
* | Remove unused vc_tnode field from struct smb_vc.rwatson2008-03-101-1/+0
* | Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.jkoshy2008-03-101-12/+70
* | Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.jkoshy2008-03-104-17/+103
* | Hook fifolog tools up to the build.phk2008-03-101-0/+1
* | MFi386: revision 1.482.nyan2008-03-101-0/+1
* | Add reference to kldunloadf system call, which was previously notrwatson2008-03-102-1/+15
* | - Don't rely on a side effect of sched_prio() to set the initial ts_runqjeff2008-03-101-0/+1
* | - Handle kdb switch panics outside of mi_switch() to remove some instructionsjeff2008-03-101-6/+11
* | Reduce ULE context switch time by over 25%.jeff2008-03-101-52/+52
* | Tiny bit of KNF to make bus_setup_intr() look like the rest of thisimp2008-03-101-19/+18
* | - Add the missing '2' case to the switch table for kern.smp.topology andjeff2008-03-101-0/+4
OpenPOWER on IntegriCloud