summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fixed style bugs related to the access functions for the bsfl and bsrlbde2000-01-091-31/+24
* Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach aspeter2000-01-094-993/+0
* Removed defunct options EXTRA_SIO and KEY_DEBUG.bde2000-01-092-4/+0
* Changed MACHINE -> MACHINE_ARCH to make the i386-kernel be able tokato2000-01-091-1/+1
* Put COMPAT_SVR4 in opt_dontuse.h for the same reasons as IBCS2 andbde2000-01-091-10/+9
* Fixed a missing forward declaration. I don't know why I though thebde2000-01-091-0/+1
* Compile *_genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-091-8/+8
* Quick fix for LINT breakage. KERNFORMAT went away, so don't use itbde2000-01-091-2/+2
* Bump configversion. The controller/device changes are upwards but notpeter2000-01-091-1/+1
* Convert the filesystem type returned in struct statfs by syscallsmarcel2000-01-081-2/+51
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-081-4/+3
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-081-1/+3
* config(8) doesn't know anything about scsi devices like it used to, removepeter2000-01-082-40/+28
* Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff aspeter2000-01-081-13/+0
* genassym is ELF-only, therefore the kernel is now ELF-only as well.peter2000-01-081-8/+0
* Sync the sym0 description while here. It doesn't conflict with ncr0peter2000-01-082-2/+2
* s/controller/device/ as per config(8) changespeter2000-01-082-63/+63
* s/controller/device/ as per config(8)peter2000-01-082-108/+108
* s/controller/device/ as per config(8) changespeter2000-01-081-30/+30
* Compile genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-082-16/+11
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-084-24/+0
* Add the vendor and device IDs for a whole bunch of additional USBwpaul2000-01-072-8/+14
* Changes as suggested by bdenewton2000-01-072-42/+40
* Use genassym(1). The definitions of NKPDE and NKPT have been removedmarcel2000-01-072-134/+122
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theluoqi2000-01-074-6/+14
* Bring the Alpha and x86 Makefiles closer together.peter2000-01-071-10/+10
* FDC_YE has been removed as a valid option.imp2000-01-062-12/+0
* Add documentation for SVR4 options in LINT.newton2000-01-052-6/+38
* Unbreak LINT -- typedefs from signal.h are needed to make prototypes innewton2000-01-051-0/+1
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-056-0/+14
* Update some of the network driver documentation in the LINT file, whichdillon2000-01-042-8/+18
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-046-36/+248
* add wx0 drivermjacob2000-01-043-0/+9
* Add in ISP_TARGET_MODE description.mjacob2000-01-042-0/+6
* Add options for COMPAT_SVR4 and DEBUG_SVR4 for completeness.newton2000-01-032-0/+4
* Make offsetof equivalent with <stddef.h>. This paves the way formarcel2000-01-032-9/+12
* Move the "sti" instruction to right before the "hlt" to close a tinyphk2000-01-021-2/+1
* Implement scrollback for pcvt based on code submitted byhm1999-12-3010-309/+470
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2944-87/+93
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-286-0/+12
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-271-6/+6
* Zap kvm_kernel.db stuff now that libkvm gets it directly from the runningpeter1999-12-271-7/+0
* Add support of SB for PC98 into VoxWare 3.5, and more $FreeBSD$.tanimura1999-12-276-1/+85
* Fixed stripping of aout debugging kernels.bde1999-12-261-4/+4
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-264-1/+21
* Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.bde1999-12-263-8/+4
* Fixed breakage of read-only opening of /dev/*mem at securelevel > 0 inbde1999-12-261-3/+4
* Fixed races accessing the RTC. The races apparently causedbde1999-12-252-8/+32
* Update config rules for making {linux|svr4}_assym.hmarcel1999-12-231-10/+10
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-231-20/+6
OpenPOWER on IntegriCloud