summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)peter2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-191-0/+2
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-191-0/+1
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
* Add the !define(COMPILING_LINT)pirzyk2002-10-171-1/+1
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-172-24/+16
* put an #error directive when SMP and CPU_DISABLE_CMPXCHG are setpirzyk2002-10-171-0/+3
* Use the global pcib devclass instead of our own static copy.jhb2002-10-161-2/+0
* - curproc may be NULL in 4-stable. In that case use the vmspace fromjhb2002-10-161-2/+4
* Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get thejhb2002-10-161-0/+4
* Be consistent about functions being static.phk2002-10-164-4/+4
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-10/+0
* Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems.pirzyk2002-10-141-1/+1
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-2/+1
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-4/+8
* Remove NO_GEOM option. No outstanding show-stoppers.phk2002-10-121-2/+0
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-2/+3
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* re-regen. Sigh.peter2002-10-093-7/+7
* Sigh. Fix fat-fingering of diff. I knew this was going to happen.peter2002-10-091-1/+1
* regenerate. sendfile stuff and other recently picked up stubs.peter2002-10-093-12/+54
* Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This wouldpeter2002-10-092-2/+25
* Try and patch up some tab-to-space spammage.peter2002-10-091-19/+19
* Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post,peter2002-10-091-0/+22
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-4/+4
* Remove 'at' hints for npx and apm as both drivers have identify routinesjhb2002-10-091-4/+0
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-092-4/+29
* o go ahead and route the interupt, even if it is supposedly unique.imp2002-10-071-7/+12
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+6
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-0/+2
* Fix building of minimal kernels without npx by rearranging ifdefs.deischen2002-10-051-11/+11
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-5/+10
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-042-0/+229
* Fix a bogon in previous commit. bcopy() from the malloc'd memory that wejhb2002-10-041-1/+1
* Add another temporary hack to allow running older i386 binaries.deischen2002-10-042-20/+18
* Add 2 Ids for new ServerWorks host to PCI bridge chipset.iwasaki2002-10-021-0/+8
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-022-2/+2
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-16/+68
* The pmap_prefault_pageorder[] array was initialize with wrong valuesphk2002-10-011-2/+2
* It is too much work convincing lint why we would want empty structures,phk2002-10-012-0/+6
* A more lint friendly #ifdef lint section.phk2002-10-011-19/+13
* - Give legacy an identify routine that always adds 'legacy0' at an orderjhb2002-09-302-6/+21
* Trash the PnPBIOStable pointer later on when we know that the acpi probejhb2002-09-302-6/+6
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.obrien2002-09-303-6/+3
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-303-12/+12
* Save the FP state in the PCB as that is compatable with releng4 binaries.obrien2002-09-301-0/+10
* Deal with some SMP races by doing the entire copyin at once ratherpeter2002-09-281-15/+28
OpenPOWER on IntegriCloud