summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Avoid 64-bit divisions and modulos. Fixed related overflows for weirdbde1998-06-141-9/+19
* Add a macro tweak.steve1998-06-132-4/+5
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSsteve1998-06-131-1/+3
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-121-3/+3
* Correct name and number for sxdc modulesphk1998-06-101-3/+3
* Add a tc_ prefix to struct timecounter members.phk1998-06-093-14/+14
* Pass lists of possible root devices and their names up to thebde1998-06-091-44/+48
* Updated generated files.bde1998-06-096-34/+3
* Include "opt_compat.h" explicitly instead of depending onbde1998-06-091-2/+2
* Updated generated files.bde1998-06-083-311/+311
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-088-63/+63
* Fix more of my DDB breakage.dfr1998-06-081-3/+3
* Correct even more ioctl breakage :(sos1998-06-083-3/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-39/+39
* Make DDB work again after I broke it :-(.dfr1998-06-081-2/+2
* Updated yet another ioctl, and put wst in LINT to inhibit further bitrot.bde1998-06-083-4/+10
* Add a member function more to the timecounters, this one is for usephk1998-06-073-3/+8
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-072-4/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-0767-488/+522
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-073-12/+12
* keymap -> key_map so that the kernel will compile withsteve1998-06-061-2/+2
* Reverse the default sense of the IPFW/DIVERT reinjection codejulian1998-06-052-2/+4
* Add the DPT driver here. It's kinda ironic that it got enabled in -stablejkh1998-06-031-1/+8
* Force success of the probe (after doing it as before except in onebde1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.bde1998-06-031-7/+6
* Ifdefed the netisr support.bde1998-06-031-2/+21
* If vm86 services are available, use these to perform the APM BIOSmsmith1998-06-037-35/+177
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationjkh1998-06-021-9/+13
* Correct sleep priority.dyson1998-06-022-4/+4
* Make this ${.OBJDIR} and ${.CURDIR} aware.steve1998-05-311-8/+13
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-314-121/+49
* Add minimum driver for XC6200 based cards. Currently it knows aboutphk1998-05-302-2/+8
* 100 xrpu Xilinx Reprogrammable Processing Unitphk1998-05-291-1/+2
* most recent code for Loran driver.phk1998-05-291-64/+120
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-289-26/+25
* Install ${DESTDIR}/boot.help during `make distribution'.jkoshy1998-05-271-1/+5
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...paul1998-05-271-2/+2
* This time add an Id string that'll actually get expanded :-)paul1998-05-271-1/+1
* Add an ID string (can't believe it never had one!)paul1998-05-271-0/+1
* Install in /usr/lib/aoutsos1998-05-271-2/+2
* code was using wrong temporary variable "i", in place of "j".jmb1998-05-261-2/+2
* Use switch instead of if/else chain for 686 model identification.des1998-05-221-8/+41
* Add CPU_PII to the list.des1998-05-221-1/+2
* Correctly identify the precise CPU model within the 686 family: insteaddes1998-05-211-2/+16
* Move __FreeBSD_version from src/sys/conf/newvers.sh toeivind1998-05-211-2/+2
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-1/+4
* And entries for ThunderLAN driver.wpaul1998-05-213-3/+18
* Back out previous commit - it breaks when called from 'buildworld' :-(eivind1998-05-201-2/+2
* Move __FreeBSD_version into <sys/param.h> (with automated duplicationeivind1998-05-201-2/+2
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.phk1998-05-201-2/+2
OpenPOWER on IntegriCloud