summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix GCC warning: va = va += PAGE_SIZE contains pointless operationmarcel2007-05-191-2/+2
* Add a new SX_RECURSE flag to make support for recursive exclusive locksjhb2007-05-192-2/+9
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.cognet2007-05-192-4/+4
* Constify to please gcc 4.2.cognet2007-05-191-1/+1
* Do not try to inline pmap_kremove(), as it's exported.cognet2007-05-191-1/+1
* Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.joel2007-05-191-8/+9
* Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do socognet2007-05-191-2/+2
* Add a level of indirection to the kernel PTE table. The oldmarcel2007-05-192-37/+61
* Bump __FreeBSDversion to 700042 to indicate that gcc 4.2 wasdelphij2007-05-191-1/+1
* Account for the fact that contigmalloc(9) can return a NULL pointer.marcel2007-05-191-3/+6
* Switch the kernel's pmap domain from 15 to 0.cognet2007-05-192-4/+4
* Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix somejoel2007-05-192-2/+2
* Fix detection of PC-9821 V166 internal sound card.joel2007-05-191-1/+1
* Minor update to version 3.70.03.007scottl2007-05-192-2/+2
* Compare the partner system priority when choosing the aggregator.thompsa2007-05-192-1/+11
* Implement the Marker Protocol. A marker frame is placed on the interface queuethompsa2007-05-192-32/+131
* Check return value of m_pullup() in firewire_input().rwatson2007-05-191-0/+2
* Tweak inlining parameters a little. Add warning to tell us if functionkan2007-05-192-2/+4
* Remove extern struct pcpu __pcpu[]; from the header file andkan2007-05-192-2/+2
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructkan2007-05-193-0/+3
* Remove local static redefinition of ucom_devclass.kan2007-05-191-2/+0
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardkan2007-05-192-1/+14
* Disable -Werror for now.kan2007-05-192-4/+4
* Add -Wno-pointer-sign to CWARNFLAGS.kan2007-05-191-2/+2
* Fix a mbuf leak where sc_start fails or the protocol is none.thompsa2007-05-191-2/+4
* Fix locking assert where we should hold the reader lock.thompsa2007-05-182-2/+2
* Zero scsi_readcapacity allocations so we can reallymjacob2007-05-181-4/+3
* Be more restrictive with segment validity checks in syncache_expand()andre2007-05-181-3/+42
* o Add syslog logging under LOG_DEBUG to various failures caused byandre2007-05-181-5/+38
* Remove unnecessary assignment.rwatson2007-05-181-2/+0
OpenPOWER on IntegriCloud