summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a description for sysctl -d.emaste2006-06-171-1/+1
* Remove extra blank line below comment.rwatson2006-06-161-1/+0
* Remove unused (and ifdef'd) unp_abort() and unp_drain().rwatson2006-06-161-18/+0
* Check for errors when registering and unregistering firmware modules. Thisjhb2006-06-161-12/+25
* Add a kern.timecounter.tc sysctl tree that contains the mask,dwmalone2006-06-161-0/+40
* Never zero-out db_last_symtab. Whan backtraces are donekib2006-06-161-1/+0
* Unbreak tinderbox- fix device_printf arg to accomodate different sizesmjacob2006-06-161-2/+2
* Build the ppc module on pc98.nyan2006-06-162-2/+6
* Return -1 from db_numargs() if number of args couldn't be guessed.yar2006-06-161-4/+8
* Allow for ppc(4) to be built as module, initiallykib2006-06-162-0/+14
* Guess the number of arguments to a function somewhat better.yar2006-06-161-4/+8
* Fix pfsync w/o carp compilation.mlaier2006-06-161-0/+2
* Kill an XXX remark that has been untrue since rev. 1.150 of this file.yar2006-06-161-4/+0
* Axe Giant from vn_fullpath(9). The vnode -> pathname lookup should becsjp2006-06-161-4/+0
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'snetchild2006-06-1512-12/+0
* Since we are doing some bpf(4) clean up, change a couple of function prototypescsjp2006-06-151-142/+48
* Possess some work from OpenBSD, with some local additions.glebius2006-06-152-293/+382
* Add support of 'tablearg' feature for:oleg2006-06-151-15/+30
* install_state(): style(9) cleanupoleg2006-06-151-33/+36
* o Expand an exclusive lock scope to prevent a race between twomaxim2006-06-151-5/+5
* Use scheduler API sched_relinquish() to implement yield() syscall.davidxu2006-06-151-8/+2
* Add scheduler API sched_relinquish(), the API is used to implementdavidxu2006-06-156-6/+46
* Remove mpte optimization from pmap_enter_quick().ups2006-06-1511-47/+28
* Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even ifgallatin2006-06-141-13/+11
* Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(),gallatin2006-06-141-1/+2
* Correct an error in the previous revision that could lead to a panic:alc2006-06-141-0/+1
* Remove the initial myri10ge driver, now that it has beengallatin2006-06-1410-4376/+0
* Update the mxge driver.gallatin2006-06-145-1704/+2005
* Fix byteorder of syncpeer and make it actually work.mlaier2006-06-141-6/+23
* 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
* 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
* 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
* - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-138-461/+446
OpenPOWER on IntegriCloud