| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was generated by cvs2svn to compensate for changes in r34368, | jb | 1998-03-09 | 14 | -0/+1241 |
|\ |
|
| * | Import NetBSD/Alpha headers needed to get the FreeBSD userland to compile | jb | 1998-03-09 | 30 | -16/+1291 |
| * | This commit was manufactured by cvs2svn to create branch 'JB'. | cvs2svn | 1998-01-10 | 2052 | -981907/+1 |
* | | Add a file generated by makesyscalls.sh to the same directory that | jb | 1998-03-09 | 2 | -0/+362 |
* | | Add statements to generate a sys/syscall.mk file for inclusion | jb | 1998-03-09 | 1 | -2/+11 |
* | | Correct an ethernet framesize mismatch that caused poor | steve | 1998-03-09 | 2 | -2/+2 |
* | | Preprocessor directives require a leading '#' | dufault | 1998-03-09 | 1 | -2/+2 |
* | | Put sigevent and AIO_LISTIO_MAX back in aio.h so | dufault | 1998-03-08 | 1 | -6/+32 |
* | | Quell unneeded pageout daemon activity. | dyson | 1998-03-08 | 1 | -2/+2 |
* | | Remove a very ill advised vm_page_protect. This was being called | dyson | 1998-03-08 | 1 | -2/+1 |
* | | Reviewed by: bde | dufault | 1998-03-08 | 11 | -124/+114 |
* | | merge benfor branch changes onto mainline. | peter | 1998-03-08 | 6 | -120/+996 |
* | | Construct the minor number for the root device taking into account the | msmith | 1998-03-08 | 2 | -16/+20 |
* | | Define shift, mask and extraction macros for obtaining the slice number | msmith | 1998-03-08 | 1 | -1/+4 |
* | | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 49 | -493/+1857 |
* | | Initialize b_resid, and also print out better diagnostics on I/O | dyson | 1998-03-08 | 2 | -14/+38 |
* | | Submitted by: kirk McKusick | julian | 1998-03-08 | 1 | -0/+255 |
* | | Add a quirk entry for IO DATA CDC-TX86 6 CD changer. | jkh | 1998-03-08 | 1 | -1/+6 |
* | | Some cruft left over from my megacommit. A page rotation optimization | dyson | 1998-03-08 | 1 | -7/+2 |
* | | Several minor fixes: | dyson | 1998-03-08 | 1 | -4/+11 |
* | | Free the first page also if it is not valid. | dyson | 1998-03-08 | 1 | -2/+2 |
* | | Sync with sys/i386/i386/machdep.c revision 1.292. | kato | 1998-03-08 | 2 | -2/+6 |
* | | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 36 | -426/+766 |
* | | Reenable redirection of clock interrupt to a higher priority vector. | tegge | 1998-03-07 | 1 | -2/+2 |
* | | Make vm_fault much cleaner by removing the evil macro inlines, and | dyson | 1998-03-07 | 2 | -221/+211 |
* | | The APs now reload the interrupt descriptor table pointer after | tegge | 1998-03-07 | 9 | -9/+48 |
* | | Some kern_lock code improvements. Add missing wakeup, and enable | dyson | 1998-03-07 | 1 | -10/+43 |
* | | Sync with following changes: | kato | 1998-03-07 | 5 | -57/+32 |
* | | Sync with sys/i386/isa/clock.c revision 1.115. | kato | 1998-03-07 | 3 | -18/+18 |
* | | Sync with sys/i386/i386/machdep.c revision 1.291. | kato | 1998-03-07 | 2 | -4/+14 |
* | | Set the input and output buffer sizes and the input buffer watermarks | bde | 1998-03-07 | 2 | -42/+79 |
* | | Fixed missing simple_lock() in ffs_mountfs(). | bde | 1998-03-07 | 1 | -1/+2 |
* | | Make this handle -j<large>, and avoid .depend pointing at /usr/include. | eivind | 1998-03-07 | 5 | -58/+33 |
* | | Trivial filesystem getpages/putpages implementations, set the second. | msmith | 1998-03-06 | 10 | -10/+178 |
* | | Removed support for now-unused FreeBSD misfeature DPSRCS. | bde | 1998-03-06 | 1 | -3/+2 |
* | | Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}. | bde | 1998-03-06 | 1 | -6/+9 |
* | | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 14 | -153/+46 |
* | | Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT. | tegge | 1998-03-05 | 2 | -4/+14 |
* | | Correct minor typo | jkh | 1998-03-05 | 2 | -2/+2 |
* | | Fixed mistakenly merged part. | kato | 1998-03-05 | 1 | -51/+25 |
* | | Disable redirection of clock interrupt to a higher priority vector. | tegge | 1998-03-04 | 1 | -2/+2 |
* | | *** empty log message *** | semenu | 1998-03-04 | 3 | -36/+162 |
* | | Defined CCR6 and CCR7 (configuration registers of M2 CPU.) | kato | 1998-03-04 | 2 | -2/+10 |
* | | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 21 | -13/+1795 |
* | | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 3 | -14/+44 |
* | | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 3 | -9/+39 |
* | | Fix recent breakage when compiling under elf. | peter | 1998-03-04 | 1 | -1/+5 |
* | | Fix certain kinds of block device operations. For example, tunefs on | dyson | 1998-03-04 | 2 | -18/+8 |
* | | Fix a rounding error for the NFS buffer validend. | dyson | 1998-03-04 | 1 | -2/+2 |
* | | When entering the apic version of slow interrupt handler, level | tegge | 1998-03-03 | 23 | -186/+1520 |