| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid 64-bit divisions and modulos. Fixed related overflows for weird | bde | 1998-06-14 | 1 | -9/+19 |
* | Add a macro tweak. | steve | 1998-06-13 | 2 | -4/+5 |
* | Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFS | steve | 1998-06-13 | 1 | -1/+3 |
* | Increased MAXTSIZ to 128MB...there are binaries that get quite large. | dg | 1998-06-12 | 1 | -3/+3 |
* | Correct name and number for sxdc modules | phk | 1998-06-10 | 1 | -3/+3 |
* | Add a tc_ prefix to struct timecounter members. | phk | 1998-06-09 | 3 | -14/+14 |
* | Pass lists of possible root devices and their names up to the | bde | 1998-06-09 | 1 | -44/+48 |
* | Updated generated files. | bde | 1998-06-09 | 6 | -34/+3 |
* | Include "opt_compat.h" explicitly instead of depending on | bde | 1998-06-09 | 1 | -2/+2 |
* | Updated generated files. | bde | 1998-06-08 | 3 | -311/+311 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 8 | -63/+63 |
* | Fix more of my DDB breakage. | dfr | 1998-06-08 | 1 | -3/+3 |
* | Correct even more ioctl breakage :( | sos | 1998-06-08 | 3 | -3/+3 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 1 | -39/+39 |
* | Make DDB work again after I broke it :-(. | dfr | 1998-06-08 | 1 | -2/+2 |
* | Updated yet another ioctl, and put wst in LINT to inhibit further bitrot. | bde | 1998-06-08 | 3 | -4/+10 |
* | Add a member function more to the timecounters, this one is for use | phk | 1998-06-07 | 3 | -3/+8 |
* | Fix some more ioctls which I missed becausese they were hidden by options | dfr | 1998-06-07 | 2 | -4/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 67 | -488/+522 |
* | Add a "this" style argument and a "void *private" so timecounters can | phk | 1998-06-07 | 3 | -12/+12 |
* | keymap -> key_map so that the kernel will compile with | steve | 1998-06-06 | 1 | -2/+2 |
* | Reverse the default sense of the IPFW/DIVERT reinjection code | julian | 1998-06-05 | 2 | -2/+4 |
* | Add the DPT driver here. It's kinda ironic that it got enabled in -stable | jkh | 1998-06-03 | 1 | -1/+8 |
* | Force success of the probe (after doing it as before except in one | bde | 1998-06-03 | 1 | -4/+5 |
* | Fixed a printf() arg botch in the previous commit. | bde | 1998-06-03 | 1 | -7/+6 |
* | Ifdefed the netisr support. | bde | 1998-06-03 | 1 | -2/+21 |
* | If vm86 services are available, use these to perform the APM BIOS | msmith | 1998-06-03 | 7 | -35/+177 |
* | ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation | jkh | 1998-06-02 | 1 | -9/+13 |
* | Correct sleep priority. | dyson | 1998-06-02 | 2 | -4/+4 |
* | Make this ${.OBJDIR} and ${.CURDIR} aware. | steve | 1998-05-31 | 1 | -8/+13 |
* | Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into | bde | 1998-05-31 | 4 | -121/+49 |
* | Add minimum driver for XC6200 based cards. Currently it knows about | phk | 1998-05-30 | 2 | -2/+8 |
* | 100 xrpu Xilinx Reprogrammable Processing Unit | phk | 1998-05-29 | 1 | -1/+2 |
* | most recent code for Loran driver. | phk | 1998-05-29 | 1 | -64/+120 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 9 | -26/+25 |
* | Install ${DESTDIR}/boot.help during `make distribution'. | jkoshy | 1998-05-27 | 1 | -1/+5 |
* | Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i... | paul | 1998-05-27 | 1 | -2/+2 |
* | This time add an Id string that'll actually get expanded :-) | paul | 1998-05-27 | 1 | -1/+1 |
* | Add an ID string (can't believe it never had one!) | paul | 1998-05-27 | 1 | -0/+1 |
* | Install in /usr/lib/aout | sos | 1998-05-27 | 1 | -2/+2 |
* | code was using wrong temporary variable "i", in place of "j". | jmb | 1998-05-26 | 1 | -2/+2 |
* | Use switch instead of if/else chain for 686 model identification. | des | 1998-05-22 | 1 | -8/+41 |
* | Add CPU_PII to the list. | des | 1998-05-22 | 1 | -1/+2 |
* | Correctly identify the precise CPU model within the 686 family: instead | des | 1998-05-21 | 1 | -2/+16 |
* | Move __FreeBSD_version from src/sys/conf/newvers.sh to | eivind | 1998-05-21 | 1 | -2/+2 |
* | Make flushing dirty pages work correctly on filesystems that | dyson | 1998-05-21 | 1 | -1/+4 |
* | And entries for ThunderLAN driver. | wpaul | 1998-05-21 | 3 | -3/+18 |
* | Back out previous commit - it breaks when called from 'buildworld' :-( | eivind | 1998-05-20 | 1 | -2/+2 |
* | Move __FreeBSD_version into <sys/param.h> (with automated duplication | eivind | 1998-05-20 | 1 | -2/+2 |
* | LoadSoftModem() routine at sio.c does not trap general serial I/Os. | phk | 1998-05-20 | 1 | -2/+2 |