index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
The coff LKM needs IBCS2 to be able to link (for the 'make regress'
eivind
1998-03-12
1
-1
/
+2
*
Introduce the 'regress' target.
eivind
1998-03-12
1
-1
/
+7
*
'LKM' is a minimal kernel config file, just enough to be able to test-link
eivind
1998-03-12
1
-0
/
+74
*
Fix for mmap of char devices bug as described in OpenBSD advisory of
guido
1998-03-12
1
-7
/
+36
*
Changed speed_t from long to unsigned long. POSIX.1 requires an
bde
1998-03-12
1
-2
/
+2
*
Removed duplicated -I options.
bde
1998-03-12
2
-4
/
+3
*
Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handles
bde
1998-03-12
1
-2
/
+2
*
Fixed breakage of the !SMP case in vm_page_zero_idle() in the
bde
1998-03-12
2
-10
/
+14
*
Don't depend on "implicit int" or bloat the data section in the
bde
1998-03-12
2
-6
/
+6
*
idprio processes must be preempted as soon as anything is runnable.
dufault
1998-03-11
1
-4
/
+7
*
Add EISA support for DPT drivers
julian
1998-03-11
10
-17
/
+1133
*
If the root mount fails from a device that is not the compatability slice
msmith
1998-03-11
2
-2
/
+26
*
Document options policy.
eivind
1998-03-10
1
-3
/
+30
*
Change PMAP_SHPGPERPROC to not be equal to the default, for the
eivind
1998-03-10
3
-9
/
+9
*
Sync with sys/i386/i386/userconfig.c revision 1.103.
kato
1998-03-10
1
-6
/
+9
*
Sync with sys/i386/conf/options.i386 revision 1.76.
kato
1998-03-10
2
-2
/
+4
*
Free the vnode in the failure case of vop_symlink()
julian
1998-03-10
1
-1
/
+2
*
Add bktr and pcm entries by popular request. Also use more canonical
jkh
1998-03-10
1
-6
/
+8
*
Correct a problem with the ffs_getpages routine that manifest's itself
dyson
1998-03-09
1
-2
/
+3
*
Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, and
eivind
1998-03-09
7
-7
/
+50
*
Slightly more correct initialisation of the new buf struct for soft-updates.
julian
1998-03-09
2
-2
/
+6
*
Make this compile after soft updates integration.
eivind
1998-03-09
2
-8
/
+8
*
Make FPU_ERROR_BROKEN a new-style option.
kato
1998-03-09
3
-3
/
+10
*
Complement diagnostic messages about missing per-FS VOP page operations,
msmith
1998-03-09
1
-5
/
+14
*
"Correct behaviour" involves being consistent with the canonical names of
msmith
1998-03-09
2
-4
/
+4
*
Merge from 2.2; behave correctly in the presence of a slice number that
msmith
1998-03-09
2
-2
/
+8
*
Updates to reflect differences in what NetBSD does and what FreeBSD
jb
1998-03-09
3
-3
/
+25
*
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
[next]