summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mem.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update select -> poll in drivers.peter1997-09-141-7/+7
* Removed unused #includes.bde1997-07-201-3/+1
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-1/+2
* Don't allow access to illegal addresses in /dev/kmem to panic kernelpeter1997-05-071-2/+7
* simplify IOPL gain/remove privs code. It's easier with md_regspeter1997-05-071-8/+3
* Use the same IOPL check as in syscons.bde1997-04-141-1/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* I've been meaning to commit this for months. Implement select()peter1996-09-271-2/+18
* Moved declaration of zbuf outside of #ifdef DEVFS code.nate1996-07-151-3/+3
* Quick fix for previous commit: don't free zbuf on close since it may bebde1996-07-151-9/+2
OpenPOWER on IntegriCloud