summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingavg2011-03-311-1/+0
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-1/+2
* Revert part of r220137, committed by mistake - RACCT is _not_ supposedtrasz2011-03-291-2/+0
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+2
* The new binutils has correctly redefined MAXPAGESIZE on amd64 as 0x200000alc2011-03-281-1/+6
* Amd64 doesn't have a lazypmap ipi.alc2011-03-272-4/+0
* linux compat: add SO_PASSCRED option with basic handlingavg2011-03-261-0/+1
* linux compat: add non-dummy capget and capset system calls, regenerateavg2011-03-266-12/+38
* linux compat: add non-dummy capget and capset system callsavg2011-03-261-2/+4
* Export the correct AT_PLATFORM value.dchagin2011-03-261-2/+1
* Move an external declaration to the appropriate header file.alc2011-03-262-2/+1
* Improve CPU identifications of various IDT/Centaur/VIA, Rise and Transmetajkim2011-03-262-70/+25
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-52/+38
* For now remove options FLOWTABLE from the remaining GENERIC kernelbz2011-03-191-1/+0
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-1/+0
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-141-0/+1
* Enable shared page use for amd64/linux32 and i386/linux binaries.dchagin2011-03-132-16/+15
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-125-3/+5431
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-123-5/+7
* amd64/NOTES: use a greater number in KSTACK_PAGES exampleavg2011-03-111-1/+1
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-10/+27
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-103-6/+7
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-4/+2
* Remove dead code.dchagin2011-03-071-2/+0
* Make a change to the implementation of the direct map to improve performancealc2011-03-021-28/+27
* Continue to introduce Capsicum capability mode:rwatson2011-03-011-0/+29
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* To avoid excessive code duplication create wrapper for fill regsdchagin2011-02-163-32/+9
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+1
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-122-242/+1
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-122-1/+12
* In preparation for moving linux_clone () to a MI pathdchagin2011-02-121-40/+46
* Regen for r218610.dchagin2011-02-123-4/+4
* The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc...dchagin2011-02-121-2/+1
* Clear the padding when returning context to the usermode, forkib2011-02-052-0/+16
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Regen for r218101.dchagin2011-01-301-3/+3
* Change linux futex syscall definition to match actual linux one.dchagin2011-01-301-2/+2
* The kern_wait() code already removes the SIGCHLD signal for the waiteddchagin2011-01-301-7/+0
* My style(9) bug.dchagin2011-01-291-1/+3
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-281-0/+43
* To avoid excessive code duplication move struct rusage translationdchagin2011-01-281-18/+23
* linux_sigreturn() loads the struct trapframe from l_sigcontextkib2011-01-271-22/+22
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-262-3/+3
* Set td_kstack_pages for thread0. This was already being done for mostmdf2011-01-261-6/+8
OpenPOWER on IntegriCloud