summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct a problem with the ffs_getpages routine that manifest's itselfdyson1998-03-091-2/+3
* Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, andeivind1998-03-097-7/+50
* Slightly more correct initialisation of the new buf struct for soft-updates.julian1998-03-092-2/+6
* Make this compile after soft updates integration.eivind1998-03-092-8/+8
* Make FPU_ERROR_BROKEN a new-style option.kato1998-03-093-3/+10
* Complement diagnostic messages about missing per-FS VOP page operations,msmith1998-03-091-5/+14
* "Correct behaviour" involves being consistent with the canonical names ofmsmith1998-03-092-4/+4
* Merge from 2.2; behave correctly in the presence of a slice number thatmsmith1998-03-092-2/+8
* Updates to reflect differences in what NetBSD does and what FreeBSDjb1998-03-093-3/+25
* This commit was generated by cvs2svn to compensate for changes in r34368,jb1998-03-0914-0/+1241
|\
| * Import NetBSD/Alpha headers needed to get the FreeBSD userland to compilejb1998-03-0930-16/+1291
| * This commit was manufactured by cvs2svn to create branch 'JB'.cvs2svn1998-01-102052-981907/+1
* | Add a file generated by makesyscalls.sh to the same directory thatjb1998-03-092-0/+362
* | Add statements to generate a sys/syscall.mk file for inclusionjb1998-03-091-2/+11
* | Correct an ethernet framesize mismatch that caused poorsteve1998-03-092-2/+2
* | Preprocessor directives require a leading '#'dufault1998-03-091-2/+2
* | Put sigevent and AIO_LISTIO_MAX back in aio.h sodufault1998-03-081-6/+32
* | Quell unneeded pageout daemon activity.dyson1998-03-081-2/+2
* | Remove a very ill advised vm_page_protect. This was being calleddyson1998-03-081-2/+1
* | Reviewed by: bdedufault1998-03-0811-124/+114
* | merge benfor branch changes onto mainline.peter1998-03-086-120/+996
* | Construct the minor number for the root device taking into account themsmith1998-03-082-16/+20
* | Define shift, mask and extraction macros for obtaining the slice numbermsmith1998-03-081-1/+4
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-0849-493/+1857
* | Initialize b_resid, and also print out better diagnostics on I/Odyson1998-03-082-14/+38
* | Submitted by: kirk McKusickjulian1998-03-081-0/+255
* | Add a quirk entry for IO DATA CDC-TX86 6 CD changer.jkh1998-03-081-1/+6
* | Some cruft left over from my megacommit. A page rotation optimizationdyson1998-03-081-7/+2
* | Several minor fixes:dyson1998-03-081-4/+11
* | Free the first page also if it is not valid.dyson1998-03-081-2/+2
* | Sync with sys/i386/i386/machdep.c revision 1.292.kato1998-03-082-2/+6
* | This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-0736-426/+766
* | Reenable redirection of clock interrupt to a higher priority vector.tegge1998-03-071-2/+2
* | Make vm_fault much cleaner by removing the evil macro inlines, anddyson1998-03-072-221/+211
* | The APs now reload the interrupt descriptor table pointer aftertegge1998-03-079-9/+48
* | Some kern_lock code improvements. Add missing wakeup, and enabledyson1998-03-071-10/+43
* | Sync with following changes:kato1998-03-075-57/+32
* | Sync with sys/i386/isa/clock.c revision 1.115.kato1998-03-073-18/+18
* | Sync with sys/i386/i386/machdep.c revision 1.291.kato1998-03-072-4/+14
* | Set the input and output buffer sizes and the input buffer watermarksbde1998-03-072-42/+79
* | Fixed missing simple_lock() in ffs_mountfs().bde1998-03-071-1/+2
* | Make this handle -j<large>, and avoid .depend pointing at /usr/include.eivind1998-03-075-58/+33
* | Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-0610-10/+178
* | Removed support for now-unused FreeBSD misfeature DPSRCS.bde1998-03-061-3/+2
* | Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.bde1998-03-061-6/+9
* | Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-0514-153/+46
* | Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT.tegge1998-03-052-4/+14
* | Correct minor typojkh1998-03-052-2/+2
* | Fixed mistakenly merged part.kato1998-03-051-51/+25
* | Disable redirection of clock interrupt to a higher priority vector.tegge1998-03-041-2/+2
OpenPOWER on IntegriCloud