summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-1916-23/+18
* add R_Zalloc definition that returns pre-zero'd memorysam2003-08-191-0/+2
* * Bug fix in bw_meter_process(): the periodically processed binshsu2003-08-191-10/+33
* remove #define no longer usedsam2003-08-191-2/+0
* add missing unlock when in_pcballoc returns an errorsam2003-08-191-1/+3
* use ETHER_IS_MULTICAST instead of explicit checksam2003-08-191-1/+1
* "short cable" fix for DP8315sam2003-08-191-0/+23
* correct typo in commentsam2003-08-191-1/+1
* Use bus_child_present() to make sure the card is still there before callingcognet2003-08-191-1/+2
* Don't tsleep on NULLps2003-08-191-2/+2
* Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). Thisdes2003-08-191-0/+6
* Remove unused code.simokawa2003-08-191-2/+0
* Drop too short packets.simokawa2003-08-191-4/+8
* Allow to access phy registers via ioctl().simokawa2003-08-192-1/+18
* 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
OpenPOWER on IntegriCloud