| Commit message (Expand) | Author | Age | Files | Lines |
* | Turned on -Wformat -fformat-extensions. -fformat-extensions requires a | bde | 1998-09-09 | 1 | -3/+4 |
* | Don't use CTL_VFS at the wrong level. This caused loops in the sysctl | bde | 1998-09-09 | 1 | -3/+2 |
* | Reserve character major 104 for the CAM Transport Layer Services device. | gibbs | 1998-09-09 | 2 | -2/+4 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 2 | -2/+20 |
* | - If the OACTIVE flag is set on entry to xl_start(), check to see if the | wpaul | 1998-09-08 | 1 | -4/+68 |
* | Add new atapi-cd driver that supports atapi CD-R/RW drives. | sos | 1998-09-08 | 15 | -36/+5570 |
* | Add definitions for the ELF section attribute flags, SHF_*. | jdp | 1998-09-08 | 1 | -1/+7 |
* | Make PCIC_RESUME_RESET an proper option. | brian | 1998-09-08 | 7 | -9/+25 |
* | Oops, don't assume that the environment is normal in devfs_mount(). | bde | 1998-09-08 | 1 | -4/+6 |
* | Sync with sys/i386/isa/clock.c revision 1.125. | kato | 1998-09-08 | 3 | -9/+9 |
* | Sync with sys/i386/i386/userconfig.c revision 1.107. | kato | 1998-09-08 | 1 | -2/+5 |
* | fix a problem with our definition of SNDCTL_DSP_GETBLKSIZE, to let | luigi | 1998-09-08 | 1 | -0/+2 |
* | Make profiling work for ELF. gprof now autodetects the format of | jdp | 1998-09-07 | 2 | -2/+10 |
* | Load linux emulator lkm only when not already loaded. This avoids | cracauer | 1998-09-07 | 2 | -4/+18 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 28 | -123/+83 |
* | Add entries for xl0, tlc0 and adv0. Some of these aren't even | jkh | 1998-09-07 | 1 | -2/+5 |
* | Put the zombie ffs sysctl node in "notyet" state together with its few | bde | 1998-09-07 | 3 | -7/+5 |
* | Use Elf_Addr to store addresses instead of Elf_Word. | dfr | 1998-09-07 | 1 | -4/+4 |
* | Device framework code now declared in MI code. | dfr | 1998-09-07 | 4 | -64/+58 |
* | Fix problem reported on bugtraq: check permission of device mounted | guido | 1998-09-07 | 2 | -2/+38 |
* | Make MFS do the default on VOP_FREEBLKS(). | phk | 1998-09-07 | 1 | -1/+2 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 16 | -32/+190 |
* | Don't go below the low water mark of free pages due to optional prefaulting | tegge | 1998-09-06 | 2 | -2/+20 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 32 | -275/+1010 |
* | Clean LINT | rvb | 1998-09-06 | 9 | -30/+54 |
* | Patch the transmit error handler to avoid following NULL pointers and | wpaul | 1998-09-06 | 1 | -3/+4 |
* | RFC 1644 has the status "Experimental Protocol", which means: | phk | 1998-09-06 | 2 | -4/+4 |
* | Store formatted panic string in static buffer to make it available later | ache | 1998-09-06 | 3 | -7/+22 |
* | Change the ELF64_R_SYM() to shift 32 bits instead of 8 bits to match | jb | 1998-09-05 | 1 | -23/+24 |
* | Ignore the statically configured vfs type numbers and assign vfs | bde | 1998-09-05 | 6 | -25/+73 |
* | Instantiate `nfs_mount_type' in a standard file so that it is present | bde | 1998-09-05 | 9 | -16/+13 |
* | Fixed bogotification of pseudocode for syscall args by rev.1.53 of | bde | 1998-09-05 | 3 | -10/+10 |
* | Sysctl nodes are written to, so don't put them in the text section. | bde | 1998-09-05 | 1 | -4/+4 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 9 | -19/+99 |
* | Fixed recently perpetrated printf format errors. | bde | 1998-09-05 | 3 | -8/+6 |
* | Don't comment out dead code. Remove it. | bde | 1998-09-05 | 1 | -18/+16 |
* | Add support for MACHINE=pc98. This leaves a single legacy entry for | jb | 1998-09-05 | 1 | -8/+3 |
* | Add a GENERICupgrade config file for pc98 users to upgrade to elf | jb | 1998-09-05 | 1 | -0/+212 |
* | Sync with sys/i386/conf/files.i386 revision 1.201. | kato | 1998-09-05 | 2 | -2/+4 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.121. | kato | 1998-09-05 | 2 | -4/+8 |
* | Increase 'maxusers' to 32. | kato | 1998-09-05 | 2 | -4/+4 |
* | Make irq forwarding truely functional. | luoqi | 1998-09-04 | 3 | -33/+3 |
* | Increase 'maxusers' to 32; with the number of people using GENERIC as | msmith | 1998-09-04 | 2 | -4/+4 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -27/+27 |
* | Device registration temporaly removed until major number allocation ok. | nsouch | 1998-09-04 | 2 | -5/+8 |
* | Modify the xl_mediacheck() routine to also test for the case where the | wpaul | 1998-09-04 | 2 | -19/+44 |
* | make sbflush panic messages more descriptive | ache | 1998-09-04 | 2 | -6/+8 |
* | PAGE_WAKEUP -> vm_page_wakeup | ache | 1998-09-04 | 2 | -14/+14 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 18 | -139/+165 |
* | Make SimOS work again. | dfr | 1998-09-04 | 1 | -38/+57 |