summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-239-166/+303
* Add some early diagnostics under bootverbosekmacy2007-05-232-1/+28
* - Remove redundant initialization.pjd2007-05-221-2/+1
* Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename.pjd2007-05-222-0/+6
* Remove an empty line.jkim2007-05-221-1/+0
* Remove BCM5704S specific tunable (hw.bge.fake_autoneg) andjkim2007-05-221-15/+13
* Rearrange DMA read/write control register settings based on document snippetjkim2007-05-222-46/+45
* Remove stale alpha support code.jkim2007-05-221-11/+0
* Fix time out check in EEPROM read and move delays to give some settle time.jkim2007-05-221-11/+12
* Add delays in MI communication register R/W loops.jkim2007-05-221-0/+2
* Some minor cleanups:glebius2007-05-221-22/+15
* mxge cleanups:gallatin2007-05-222-117/+93
* Hook mxge_lro.c to the build so that the if_mxge.ko modulegallatin2007-05-221-1/+1
* Add support for setmode and settarget messages.mav2007-05-222-0/+99
* Allow node to bypass traffic while no alias address defined.mav2007-05-221-9/+11
* Return back NETGRAPH_MPPC_COMPRESSION depends.mav2007-05-221-0/+2
* Increase precision of time values in the process accountingdds2007-05-222-49/+166
* restore interrupts to working order after INTR_THREAD changeskmacy2007-05-221-19/+21
* Eliminate the reactivation of cached pages in vm_fault_prefault() andalc2007-05-222-8/+16
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-227-14/+14
* From OpenBSD, rev. 1.524, 1.528, 1.529dhartmei2007-05-211-3/+52
* Use lower cases for UUID string to conform RFC4122 and ISO/IEC-9834-8:2005.jkim2007-05-211-3/+3
* Improve mxge receive performance:gallatin2007-05-216-2216/+2717
* Force the alignment of the chars arrays, as they are casted later tocognet2007-05-211-2/+2
* Short name of kernel audit worker thread from "audit_worker" to "audit".rwatson2007-05-211-1/+1
* Bump __FreeBSDversion for shared library version bump.delphij2007-05-211-1/+1
* Make sure fwsid is not NULL.simokawa2007-05-211-1/+3
* MFi386: revision 1.652nyan2007-05-211-0/+4
* Perhaps a better fix- make the called function do the (possible never reached)mjacob2007-05-211-8/+11
* When speculation fails (as determined by the chk instruction) themarcel2007-05-211-1/+13
* MFp4: Simplify the bus probe routin using a kthread.simokawa2007-05-212-349/+237
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-208-10/+10
* - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-204-15/+21
* - Move GDT/LDT locking into a seperate spinlock, removing the globaljeff2007-05-206-76/+80
* Initialize irql to something prior to calls that (might) set it.mjacob2007-05-201-1/+1
* Initializae lastaddr to 0 in bus_dmamap_load_uio so thatmjacob2007-05-201-0/+1
* Make gcc 4.2 happy by initiatlizing controller && channel priormjacob2007-05-201-1/+1
* Increase size of timer counter bitfield to accomodate the actual size of themjacob2007-05-201-1/+1
* - Staticize cpu_ipi_send() and cpu_mp_unleash() as these aren'tmarius2007-05-202-42/+58
* - Also identify USIIIi+, USIV and USIV+ CPUs.marius2007-05-202-12/+24
* Given that these sparc64 (as in sun4u) specific headers only existmarius2007-05-202-114/+4
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,marius2007-05-2011-426/+18
* Delete a remnant of the old sparc64 nexus(4) which was never used for sun4v.marius2007-05-201-54/+0
* Remove superfluous inclusion of machine/ver.h.marius2007-05-204-4/+0
* Make previous revision compile.marius2007-05-201-1/+1
* - packets on the input interface were counted twicethompsa2007-05-201-13/+1
* Rename the macros for assertion flags passed to sx_assert() from SX_* tojhb2007-05-192-22/+27
* In kern_sendfile() adjust byte accounting of the file sending loop toandre2007-05-191-13/+37
* Expose sx_xholder() as a public macro. It returns a pointer to the threadjhb2007-05-192-8/+8
* Oops, didn't include SX_ADAPTIVESPIN in the list of valid flags for thejhb2007-05-191-1/+1
OpenPOWER on IntegriCloud