summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.marcel2008-04-271-2/+3
* Remove mfsvr():marcel2008-04-273-12/+2
* Fix include guard spelling.rwatson2008-04-271-1/+1
* When writing trailers in sendfile(2), don't call kern_writev()rwatson2008-04-271-3/+4
* Remove two unused declarations. These variables are now fields withinalc2008-04-271-2/+0
* Remove an XXX comment. sys/amd64/amd64/pmap.c revision 1.516 explains whyalc2008-04-271-4/+0
* MFamd64 revision 1.544/i386 revision 1.549alc2008-04-261-41/+10
* Include the QUICC bus front-end in the module for PowerPC.marcel2008-04-261-1/+1
* With rev 1.24 of sys/powerpc/powermac/macio.c, we now get amarcel2008-04-266-7/+44
* Take into account the size of the interrupt cell. It's determinedmarcel2008-04-262-14/+27
* Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DSraj2008-04-262-1/+4
* Use RSTCR for resetting the MPC8572 (the old way does not apply).raj2008-04-262-7/+25
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()raj2008-04-263-17/+61
* Improve handling of Local Access Windows on MPC85xx systems:raj2008-04-264-19/+50
* Move System Revision defines to a bit better place, add MPC8572 systems IDs.raj2008-04-261-9/+9
* Enable NFSLOCKD for MPC85XX kernel to comply with recent NFS rework.raj2008-04-261-0/+1
* - Use the revamped code from the gem(4) PCI front-end, whichmarius2008-04-262-162/+175
* Remove some remnant alpha hacks.marius2008-04-264-21/+3
* * Correct a mis-merge that leaked the PROC_LOCK [1]kris2008-04-261-2/+2
* Implement 'show mount' command in DDB. Without argument, it prints shortpjd2008-04-262-0/+157
* Remove the MD isa_irq_pending() and the underlying PCI-specificmarius2008-04-267-117/+0
* - Use more appropriate maxsize, nsegments and maxsegsize parametersmarius2008-04-261-12/+6
* Add support for the Davicom DM9601.imp2008-04-262-5/+3
* Opps,missed line in the fix...jfv2008-04-261-2/+2
* A change got dropped in the merge, add backjfv2008-04-251-11/+11
* This delta has a few important items:jfv2008-04-2526-232/+864
* add rules for statically embedding ipw, iwi, ral, and wpi firmware modulessam2008-04-251-0/+154
* hookup the parent device's if_input and if_output to stub routinessam2008-04-251-0/+19
* remove scan task on state change so it doesn't unexpectedly firesam2008-04-251-1/+2
* Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make norpaulo2008-04-251-1/+20
* Unbreak previous commit. While here, refactor the code a bit.marcel2008-04-251-13/+10
* Always use PG_PS_FRAME to extract the physical address of a 2/4MB pagealc2008-04-252-18/+20
* Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff inrwatson2008-04-251-1/+4
* o Fixed multi thread access issue reported by Alexander V. Chernikovdaichi2008-04-253-12/+13
* o Improved unix socket connection issuedaichi2008-04-251-13/+28
* o Fixed rename panic issuedaichi2008-04-251-11/+14
* o Fixed inaccessible issue especially including devfs on unionfs case.daichi2008-04-252-8/+187
* o Added system hang-up process when VOP_READDIR of unionfs_nodeget()daichi2008-04-251-1/+7
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-2515-95/+418
* o Disable HMEDEBUG by default.marius2008-04-245-199/+228
* - vx_stop() requires the driver lock to be held.marius2008-04-241-3/+5
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9)marius2008-04-241-118/+155
* - Use NULL instead of 0 for pointers.marius2008-04-241-587/+579
* fdhold can return NULL, so add the one remaining missing check for thiskris2008-04-241-0/+2
* Use logic or, not binary or, when deciding whether or not a system callrwatson2008-04-241-1/+1
* Allow the vnode zone to return the unused memory. The vnode referencekib2008-04-241-2/+2
* In function rtalloc_mpath(), do not try to release the lock if the ro_rtqingli2008-04-241-1/+3
* - Include <machine/utrap.h> so this header doesn't have an MDmarius2008-04-231-5/+7
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-237-0/+113
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsmarius2008-04-239-65/+261
OpenPOWER on IntegriCloud