summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems whenpeter1999-05-031-2/+2
* Whoops, not all SMP systems have memory range attribute support. Don'tmsmith1999-05-021-2/+3
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-301-1/+7
* Suser() simplification:phk1999-04-271-3/+3
* mem.cmsmith1999-04-071-8/+119
* Check for signals while reading /dev/urandom. Reading 10MB frombde1999-02-021-1/+12
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-211-56/+59
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-03-121-3/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Moved some extern declarations to header files (unused ones to /dev/null).bde1997-11-201-3/+1
OpenPOWER on IntegriCloud