summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Use if_printf() instead of printf() to print diagnositic messages in thebrooks2002-10-211-9/+6
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-22/+15
* Change the definition of the debugging registers to be an array, sophk2002-10-203-58/+55
* Remove a boatload of '&' which are surplus to the requirements.phk2002-10-202-82/+82
* Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().phk2002-10-201-0/+2
* Hide inline assembly if lint is defined.phk2002-10-201-1/+1
* "id" is never going to be -1 when it is unsigned.phk2002-10-201-2/+0
* 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
* Style(9). Make some function declarations consistent with the rest,markm2002-10-193-24/+10
* 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
* Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotesbde2002-10-171-2/+2
* 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
* Updated the CPU_DISABLE_CMPXCHG notes to warn users not to also enablepirzyk2002-10-161-1/+2
* Be consistent about funtions being static.phk2002-10-166-19/+31
* Be consistent about functions being static.phk2002-10-166-6/+6
* 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-142-1/+6
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-132-4/+2
* 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
OpenPOWER on IntegriCloud