summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the prototypes for two functions that were removed when thejhb1999-11-021-3/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-011-259/+26
* Update examples using 'disk' and 'tape' - they used to have magic meaningpeter1999-11-011-6/+6
* The useracc() calls in osigreturn() and sigreturn() should specifyalc1999-10-311-2/+2
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-303-0/+45
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-301-2/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-302-5/+6
* useracc() the prequel:phk1999-10-296-6/+0
* Remove #ifdef notyet code for doing I/O in a way we never will do it.phk1999-10-291-47/+0
* Modify the entries regarding the 'ep' driver to take into accountmdodd1999-10-271-6/+3
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-252-0/+10
* Massive rewrite of pccard to convert it to newbus.imp1999-10-251-0/+3
* Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensionsalc1999-10-241-2/+2
* Adjust the buffer cache to better handle small-memory machines. Adillon1999-10-241-1/+1
* From: src/sys/i386/conf/PCCARDn_hibma1999-10-221-2/+2
* Remove pccard attachment stub, this caused pccard unit 0 to be allocatedpeter1999-10-192-10/+0
* Convert the mx driver to miibus.wpaul1999-10-161-1/+1
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...tegge1999-10-153-21/+0
* Acutally our style is "options\x20\x09".obrien1999-10-151-4/+4
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-2/+1
* * Add some verbose logging to the PnP parser and fix a couple of bugs.dfr1999-10-141-25/+48
* Recognize Pentium II w/ CPUID = 0x6XX and Pentium III Xeon w/ CPUID =kato1999-10-141-2/+2
* Like it or not, we use ^I's not 0x20 to align things in this file.obrien1999-10-141-5/+5
* Fix a security bug. eflags was copied verbatim from userland.marcel1999-10-131-1/+2
* Enable MTRR support for K7 (Athlon) processors, which happens to have thegreen1999-10-121-3/+4
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-11/+25
* Now that userland, including modules don't use the osig* syscallsmarcel1999-10-121-0/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-118-81/+85
* Trim some unused #includespeter1999-10-111-4/+0
* Zap unneeded #includespeter1999-10-1112-27/+1
* Simplification of the signal trampoline and other cleanups.marcel1999-10-079-94/+85
* Re-introduction of sigcontext.marcel1999-10-044-39/+78
* Use the rev 1.1.2.1 code from RELENG_3 for atomic operations ratherpeter1999-10-041-19/+38
* Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/peter1999-10-041-1/+1
* Fix style bug: order includesmarcel1999-10-041-1/+1
* Allow compilation with older versions of GCC, in order to make it possibleeivind1999-10-031-0/+23
* Reinstate the 4th argument to old signal handlers. Don't set itmarcel1999-10-031-2/+2
* Fix style bugs caused by using the wrong file to copy from. That onemarcel1999-10-031-4/+12
* Implement the use of si_addr in siginfo_t.marcel1999-10-011-0/+1
* Don't check %cs *after* it has being set in sigreturn. If the checkmarcel1999-10-011-5/+6
* sigset_t change (part 3 of 5)marcel1999-09-2910-158/+505
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-0/+1
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-1/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Display CPU (BSP) clock speed on SMP systems.luoqi1999-09-221-4/+0
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-221-1/+1
* Print out flags valuephk1999-09-212-0/+4
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+6
OpenPOWER on IntegriCloud