summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The coff LKM needs IBCS2 to be able to link (for the 'make regress'eivind1998-03-121-1/+2
* Introduce the 'regress' target.eivind1998-03-121-1/+7
* 'LKM' is a minimal kernel config file, just enough to be able to test-linkeivind1998-03-121-0/+74
* Fix for mmap of char devices bug as described in OpenBSD advisory ofguido1998-03-121-7/+36
* Changed speed_t from long to unsigned long. POSIX.1 requires anbde1998-03-121-2/+2
* Removed duplicated -I options.bde1998-03-122-4/+3
* Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handlesbde1998-03-121-2/+2
* Fixed breakage of the !SMP case in vm_page_zero_idle() in thebde1998-03-122-10/+14
* Don't depend on "implicit int" or bloat the data section in thebde1998-03-122-6/+6
* idprio processes must be preempted as soon as anything is runnable.dufault1998-03-111-4/+7
* Add EISA support for DPT driversjulian1998-03-1110-17/+1133
* If the root mount fails from a device that is not the compatability slicemsmith1998-03-112-2/+26
* Document options policy.eivind1998-03-101-3/+30
* Change PMAP_SHPGPERPROC to not be equal to the default, for theeivind1998-03-103-9/+9
* Sync with sys/i386/i386/userconfig.c revision 1.103.kato1998-03-101-6/+9
* Sync with sys/i386/conf/options.i386 revision 1.76.kato1998-03-102-2/+4
* Free the vnode in the failure case of vop_symlink()julian1998-03-101-1/+2
* Add bktr and pcm entries by popular request. Also use more canonicaljkh1998-03-101-6/+8
* 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
OpenPOWER on IntegriCloud