summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix spelling.joel2006-06-141-2/+2
* | Clear ke_runq before calling maybe_preempt, this avoids adavidxu2006-06-141-0/+2
* | Unexpand an instance of TAILQ_EMPTY()delphij2006-06-141-1/+1
* | Unbreak build on platforms that don't have uart_sab82532 and uart_z8530marcel2006-06-141-0/+2
* | Unbreak 64-bit architectures. The 3rd argument to kern_kldload() ismarcel2006-06-141-4/+6
* | If bpf(4) has not been compiled into the kernel, initialize the bpf interfacecsjp2006-06-142-1/+6
* | Add a manpage for the CORE scheduler.delphij2006-06-144-0/+92
* | Fox a typo in sched_is_timeshare.davidxu2006-06-131-1/+1
* | Pass boolean value to __predict_false. Try to keep KSE slot countdavidxu2006-06-131-2/+2
* | Use kern_kldload() and kern_kldunload() to load and unload modules whenjhb2006-06-133-20/+12
* | A couple of minor style tweaks.jhb2006-06-131-2/+4
* | - Add a kern_kldload() that is most of the previous kldload() and pushjhb2006-06-132-39/+49
* | - Push down Giant some in kldstat().jhb2006-06-131-29/+21
* | Unexpand TAILQ_FOREACH() and TAILQ_FOREACH_SAFE().jhb2006-06-131-4/+2
* | Remove some more pointless goto's and don't check to see ifjhb2006-06-131-16/+9
* | Handle the simple case of just dropping a reference near the start ofjhb2006-06-131-28/+27
* | - Complete breaking out the definition of bus_space_{tag,handle}_t bymarius2006-06-132-12/+4
* | regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.masternetchild2006-06-136-168/+254
* | MFP4 (soc2006/rdivacky_linuxolator)netchild2006-06-132-181/+269
* | Correct transposed digits in device names which were added in themarius2006-06-131-2/+2
* | FreeBSD/sparc64 supports the Ultra1 (with a serial console) on (atbmah2006-06-131-3/+3
* | Make traceroute decode all the ICMP unreachable messages defineddwmalone2006-06-132-0/+49
* | o There are two methods to get a process credentials over the unixmaxim2006-06-131-11/+25
* | Fix missing \n and when there are no arg's that means just print outambrisko2006-06-131-8/+11
* | s/MYRI10GE/MXGE/ and a typo fixed.brueffer2006-06-131-2/+2
* | - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-1310-472/+458
* | Add scheduler CORE, the work I have done half a year ago, recent,davidxu2006-06-1311-1/+2352
* | o Sort .Xrs.maxim2006-06-131-1/+1
* | Add xref to statfs(2)phk2006-06-131-0/+1
* | Respect FETCH_BIND_ADDRESS when opening the data connection.des2006-06-131-0/+5
* | Fix a bug introduced in rev 1.92, where, when changing from one directorydes2006-06-131-0/+2
* | Handle MFS_IMAGE in the ${FULLKERNEL} target, so that we can build kernelcognet2006-06-131-9/+9
* | Burying UNIX--a quote by Rob Pike,grog2006-06-121-3/+13
* | MFp4:cognet2006-06-123-11/+142
* | MFp4: Increase the L1 pagetable needed for the kernel from 8 to 22, to becognet2006-06-121-1/+1
* | Use bit operations to get a locally administered address rather than using athompsa2006-06-121-5/+4
* | Allow variable amounts of verbosity.obrien2006-06-127-7/+7
* | Use fget() in kqueue_register() instead of doing all the work by hand.jhb2006-06-121-17/+3
* | Make the ISAPNP code optional and only enable it on i386 and pc98 (usedmarius2006-06-125-3/+14
* | Don't strip a leading ./ from the path for the cd builtin to avoid interpretingstefanf2006-06-121-2/+3
* | Add two little nuggets of wisdom I picked up at work today:philip2006-06-121-0/+7
* | Enable a few more things in x86 NOTES to get broader LINT coverage:jhb2006-06-123-3/+31
* | Forcefully turn off GPROF in this file if it is enabled as GPROF'sjhb2006-06-121-0/+5
* | Some machines have an ESCC. Make sure we build uart(4) with supportmarcel2006-06-121-0/+1
* | Don't invalidate the TLB in pmap_qenter() unless the old mapping was valid.alc2006-06-122-20/+30
* | Need machine/bus.h here tooimp2006-06-121-0/+1
* | Add the model name, obtained from the hw.model sysctl variable.des2006-06-121-2/+12
* | Check in file missed in last commit. It made it into the MFC properlynjl2006-06-121-1/+1
* | MFp4: need machine/bus.h here since we use bus space macros. It used toimp2006-06-121-0/+1
* | Who am I to correct the native speakers... anyway, s/council/counsel/wilko2006-06-121-1/+1
OpenPOWER on IntegriCloud