summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-1935-683/+1061
* Update my mail address on copyright notice.takawata2003-08-191-1/+1
* handle locking when creating or destroying vchans bettercg2003-08-182-38/+104
* try to make really sshort sounds actually playcg2003-08-181-16/+43
* The CD bits in the CBB_SOCKET_STATE register are 0 when the card isimp2003-08-181-4/+3
* Replace a homegrown bdone()/bwait() implementation by the real thingphk2003-08-181-27/+5
* Spell the name of the lock right in addition to getting the type right.jhb2003-08-181-1/+1
* The allproc lock is a sx lock, not a mutex, so fix the assertion. Thisjhb2003-08-181-1/+1
* The previous change necessitates the addition of a new #include. Otherwise,alc2003-08-181-0/+1
* Add missing header include for MSR macros.jhb2003-08-181-0/+1
* style.Makefile(5)obrien2003-08-181-1/+1
* Rework pfs_iterate() a bit to eliminate a bug related to processdes2003-08-181-9/+12
* Whitespace cleanup.des2003-08-181-14/+14
* Put the clearing of the socket cd interrupt and setting of it underimp2003-08-181-10/+8
* Put a band-aide(tm) on the CIS panic problem. This is a similar fiximp2003-08-181-5/+16
* Three unrelated changes to vm_proc_new(): (1) add vm object locking on thealc2003-08-181-10/+7
* Do not call VOP_BMAP() on our own vnodes.phk2003-08-172-20/+6
* Acquire the pte object's mutex when performing vm_page_grab(). Note: It isalc2003-08-171-0/+4
* Don't use a VOP_*() function on our own vnodes, go directly to thephk2003-08-171-4/+8
* Fix a typo. BGE_HCC_TX_MAX_COAL_BDS_INT is at offset 0x3C24, not 0x3C34ps2003-08-171-1/+1
* Use NULL for 3rd argument of VOP_BMAP() rather than custom cast.phk2003-08-171-4/+2
* It is not an error to have no devices in the kernel: Return thephk2003-08-171-4/+4
* Bump __FreeBSD_version due to movement of libraries to /lib and rtld togordon2003-08-171-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-178-8/+8
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-1736-176/+197
* In pmap_copy(), since we have the page table page's physical addressalc2003-08-172-6/+4
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-169-27/+79
* Use constants less throughout the code and instead use the objsizebmilekic2003-08-161-6/+6
* bandaide to make this build againimp2003-08-163-6/+18
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-1618-75/+53
* Give timecounters a numeric quality field.phk2003-08-166-33/+68
* Revision 1.44 of ufs/ufs/inode.h has made it necessary to add two newalc2003-08-161-0/+2
* Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()alc2003-08-161-40/+4
* FICL doesn't build on PowerPC yet, so disable.obrien2003-08-163-21/+21
* Fix a range check bug. Don't left-shift the integer argument 'data'.marcel2003-08-161-12/+7
* Argh. Last commit only had the __FBSDID() fix. Really add the device IDwpaul2003-08-152-0/+3
* It appears in some configurations with an on-board RTL8100 chip (in thiswpaul2003-08-151-2/+0
* - Various style fixes in both code and comments.jhb2003-08-153-66/+75
* Eliminate the i_devvp field from the incore UFS inodes, we canphk2003-08-154-7/+5
* Add ptrace_machdep.c.marcel2003-08-151-0/+1
* #ifdef __i386__ the "int slice" definition that became i386-only withrwatson2003-08-151-0/+2
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-153-270/+4
* - Fix a typo in a comment.jhb2003-08-152-14/+14
* - Add macros describing some new MSR's in the Pentium 4 and some olderjhb2003-08-151-0/+25
* - Fix a duplicated typo.jhb2003-08-153-9/+9
* - Remove redundant <sys/sysctl.h> include.jhb2003-08-151-4/+1
* Adjust the style of the #ifdef SMP in casuptr() so that the #ifdef SMPjhb2003-08-151-5/+4
* - Update location of PCI headers.jhb2003-08-151-5/+6
* As warned: Initiate deorbit burn for the pcaudio driver.phk2003-08-157-1188/+0
OpenPOWER on IntegriCloud