summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Device megapatch 4/6:phk2004-02-211-1/+2
* Use __FBSDID().obrien2003-06-021-1/+3
* - Removed APTD and associated macros, it is no longer used.jake2003-04-031-2/+0
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Cleanup of the d_mmap_t interface.mux2003-02-251-3/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Return an error when r/w is requested on an unsupported device instead ofnjl2002-12-311-0/+3
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* A good dose of style.9. No functional change.markm2002-09-211-21/+17
* Take a shot at fixing a nasty bug in the pmap changes that I did. Ipeter2002-08-031-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* o Modify device open access control for /dev/mem and friends to userwatson2001-09-261-4/+8
* KSE Milestone 2julian2001-09-121-6/+6
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-8/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-2/+2
* Sort includes.jhb2001-05-211-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-3/+15
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Duh. Fix a fatfingered patch.markm2000-06-251-1/+1
* Fix an uninitialised variable and a function return value.markm2000-06-251-1/+4
* Strip out the machine-independant parts of the memory device.markm2000-06-251-255/+50
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.peter2000-05-241-0/+1
* Sort the sys includes.obrien2000-05-221-3/+3
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-5/+2
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-1/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Fixed breakage of read-only opening of /dev/*mem at securelevel > 0 inbde1999-12-261-3/+4
* Patch got this one wrong, we want to check securelevel in open()phk1999-11-071-5/+5
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-071-14/+5
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-1/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Remove #ifdef notyet code for doing I/O in a way we never will do it.phk1999-10-291-47/+0
* Zap unneeded #includespeter1999-10-111-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-121-1/+1
* Mainly stylistic fixes:green1999-09-121-18/+13
* Make the d_flags of mem devices D_DISK to signify that they are disk-likegreen1999-09-121-1/+1
* Make the error return from mem_range_attr_get actually do something usefulmsmith1999-08-311-3/+5
* Check that there is memory range support before attempting to perform suchmsmith1999-08-301-2/+14
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Now that we can bind cdevsw to the individual dev_t, divorce the PERFMONphk1999-08-231-23/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-62/+11
* Simplify cdevsw registration.phk1999-05-311-5/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-081-1/+3
OpenPOWER on IntegriCloud