summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-4/+8
* Fixed syntax errors and printf format errors.bde2002-10-121-3/+5
* Remove NO_GEOM option. No outstanding show-stoppers.phk2002-10-122-4/+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
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-113-28/+218
* 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-072-14/+24
* 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-4/+10
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-053-1/+7
* 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
* Remove duplicate make_dev() calls.mdodd2002-10-041-4/+0
* newbus & bus_space the mcd(4) driver.mdodd2002-10-043-2062/+0
* Alas, poor matcd, I knew ye well.scottl2002-10-047-3890/+0
* Minor style(9) changes.mdodd2002-10-041-9/+16
* Remove duplicate calls to make_dev().mdodd2002-10-041-4/+0
* Add 2 Ids for new ServerWorks host to PCI bridge chipset.iwasaki2002-10-021-0/+8
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-022-17/+69
* Removed bits related to MBRs now that they have a proper home inbde2002-10-021-20/+0
* The pmap_prefault_pageorder[] array was initialize with wrong valuesphk2002-10-011-2/+2
* Whitespace nit.jhb2002-10-011-1/+1
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* It is too much work convincing lint why we would want empty structures,phk2002-10-012-0/+6
* Use long long to indicate 64bitness in #ifdef lint.phk2002-10-011-1/+6
* A more lint friendly #ifdef lint section.phk2002-10-011-19/+13
* Add a missing include.jmallett2002-10-011-0/+1
* When working with sigset_t's, and needing to perform masking operations basedjmallett2002-10-011-1/+1
* - 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
* If GEOM is in the kernel, take these three out. I have no way ofphk2002-09-303-0/+9
* 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
* There is no need for start/num to be signed in i386_ldt_args.peter2002-09-281-2/+2
* Repair range checking for reading the ldt list.peter2002-09-281-1/+1
* Don't call function in return() for a void function.phk2002-09-282-6/+10
* Be consistent about "static" functions: if the function is markedphk2002-09-284-4/+4
* Add the pst (Promise SX6000) driver to GENERIC.sos2002-09-271-0/+1
* Move the aac driver from MI to MD NOTES. It is a long way from beingscottl2002-09-261-0/+6
* ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() arepeter2002-09-261-20/+0
* Fix a declaration that is actually supposed to be a macro definition.markm2002-09-251-0/+1
OpenPOWER on IntegriCloud