summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Bump library versions in preparation for 7.0.deischen2007-05-2140-40/+40
* | 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
* | Mention the formats supported by bsdtar; include ankientzle2007-05-201-0/+6
* | 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
* | Forced commit to note that last commit:grog2007-05-200-0/+0
* | Update /etc/protocols with IANA list updated 2007-02-12grog2007-05-201-15/+19
* | White space fixes only: replace spaces with tabs.grog2007-05-201-10/+10
* | Bring the well known ports of /etc/services into sync with the IANAgrog2007-05-201-24/+284
* | - packets on the input interface were counted twicethompsa2007-05-201-13/+1
* | Add new x11-drivers category.flz2007-05-192-0/+2
* | Add new x11-drivers category.flz2007-05-191-0/+1
* | Rename the macros for assertion flags passed to sx_assert() from SX_* tojhb2007-05-193-35/+40
* | In kern_sendfile() adjust byte accounting of the file sending loop toandre2007-05-191-13/+37
* | Revision 1.576 removed too much. I didn't notice because my /usr is ondes2007-05-191-0/+2
* | Document sx_xholder().jhb2007-05-192-0/+13
* | Expose sx_xholder() as a public macro. It returns a pointer to the threadjhb2007-05-192-8/+8
* | Add a few sentences of caution for Microsoft Vista users who mightbmah2007-05-191-0/+6
* | 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
* | Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGSkan2007-05-191-1/+2
* | Document SX_RECURSE flag.jhb2007-05-191-0/+3
* | 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-193-5/+5
* | Fix the fallout from over-zealous obsolete files removal. Use correctkan2007-05-191-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r169765,mux2007-05-191-1/+1
|\ \
| * | Fix a typo that caused the #undef directive to not actually undefinemux2007-05-191-1/+1
* | | 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-193-45/+77
* | | Mention gcc 4.2.0 import.delphij2007-05-191-1/+1
* | | 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
* | | New release notes:brueffer2007-05-191-6/+22
* | | Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix somejoel2007-05-192-2/+2
OpenPOWER on IntegriCloud