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
*
Reviewed by:
bde
1995-03-25
3
-9
/
+9
*
Remove wrong redeclarations of printf() and bzero(). Include the correct
bde
1995-03-25
2
-4
/
+16
*
Make untested NS code at least compile so that it doesn't break LINT. A
bde
1995-03-25
1
-4
/
+9
*
Forward-declare kern_devconf for use in a prototype. Some drivers
bde
1995-03-25
2
-2
/
+6
*
Fix the path to scdreg.h.
bde
1995-03-25
2
-4
/
+10
*
Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functions
bde
1995-03-25
3
-9
/
+12
*
Fix logic bug I just introduced with the flags to msync().
dg
1995-03-25
1
-2
/
+2
*
Pass syncio flag to vm_object_clean(). It remains unimplemented, however.
dg
1995-03-25
1
-4
/
+1
*
Disallow both MS_ASYNC and MS_INVALIDATE flags being set at the same time
dg
1995-03-25
1
-3
/
+6
*
Fixed msync() prototype.
dg
1995-03-25
1
-2
/
+2
*
Added "flags" argument to msync, and implemented MS_ASYNC and MS_INVALIDATE.
dg
1995-03-25
1
-14
/
+11
*
Added a third "flags" argument to msync() ...as other systems have.
dg
1995-03-25
2
-3
/
+3
*
Added flags definitions for msync().
dg
1995-03-25
1
-1
/
+7
*
Add more compatibility cruft:
bde
1995-03-25
2
-38
/
+138
*
Removed an old VMIO #ifdef and made the type of b_pages 'struct vm_page *'.
dg
1995-03-25
2
-10
/
+2
*
Implemented cnt.v_reactivated and moved vm_page_activate() routine to
dg
1995-03-25
1
-39
/
+41
*
Removed (almost) meaningless "object cache lookups/hits" statistic. In
dg
1995-03-25
2
-7
/
+3
*
Removed cnt.v_nzfod: In our current scheme of things it is not possible
dg
1995-03-25
2
-5
/
+2
*
Do a printf("\n") after all conditional printfs have been done so that
swallace
1995-03-25
2
-8
/
+10
*
Use 'p' rather than 'curproc' when appropriate.
dg
1995-03-25
1
-3
/
+3
*
Use NDINIT macro to initialize fields for namei.
dg
1995-03-25
1
-13
/
+5
*
Don't delete clones if they are PINNED.
wollman
1995-03-24
1
-2
/
+2
*
Bring in the new non-GPL'd driver from Mikael Hybsch. This version is
jkh
1995-03-24
4
-0
/
+3376
*
scd driver now lives in non-GPL land.
jkh
1995-03-24
2
-4
/
+4
*
The "DISTNAME" is now configured here too.
phk
1995-03-24
1
-2
/
+3
*
in_var.h: in_multi structures now form a queue(3)-style LIST structure
wollman
1995-03-23
2
-17
/
+109
*
radix.c: correct exit condition in rn_walktree_from()
wollman
1995-03-23
2
-6
/
+29
*
Support disk slices. This involves mainly replacing inline code with
bde
1995-03-23
1
-279
/
+116
*
Deleted bogus DIAGNOSTIC "nfs_fsync: dirty" message. This can and does
dg
1995-03-23
2
-8
/
+2
*
Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this to
rgrimes
1995-03-23
3
-16
/
+25
*
aha1742.c:
gibbs
1995-03-23
4
-8
/
+8
*
Do not install libkern into /usr/lib, blank target install: added.
rgrimes
1995-03-23
1
-1
/
+3
*
Patches from Serge Babkin to fix interrupt handling bugs.
dg
1995-03-23
4
-16
/
+56
*
Restore my changes to initialize the kdc_shutdown routine pointer. Stefan
dg
1995-03-23
2
-8
/
+10
*
Fixed warning caused by returning a value in a void function (introduced
dg
1995-03-23
1
-3
/
+3
*
Correct pcibus_setup() to return as soon as one test succeeds.
se
1995-03-22
6
-6
/
+18
*
Delete PCI PCI bridge simulator code ...
se
1995-03-22
6
-540
/
+6
*
Set request sense data size from xp->req_sense_length if != 0.
se
1995-03-22
1
-16
/
+24
*
Removed unused fifth argument to vm_object_page_clean(). Fixed bug with
dg
1995-03-22
3
-35
/
+40
*
Remove use of unitialised variable xp->req_sense_length.
se
1995-03-22
1
-3
/
+2
*
Remove spurious declaration of printf().
se
1995-03-22
6
-18
/
+6
*
Fixed potential sleep/wakeup race conditional with splhigh().
dg
1995-03-22
1
-2
/
+6
*
Fixes and improvements from John Dyson:
dg
1995-03-22
2
-46
/
+149
*
Added a check for wrong object size; print a warning, but deal with it
dg
1995-03-22
1
-1
/
+9
*
Fixed bug in vm_mmap() where the object that is created in some cases
dg
1995-03-22
1
-2
/
+2
*
Removed unused variable declaration missed in previous commit.
dg
1995-03-21
1
-2
/
+1
*
Removed do-nothing VOP_UPDATE() call.
dg
1995-03-21
1
-3
/
+1
*
New ISA specific PCI code.
se
1995-03-21
6
-882
/
+1254
*
Completely new PCI code:
se
1995-03-21
8
-1261
/
+2329
*
Stylistic changes. Update Wolfgang's e-mail address.
se
1995-03-21
1
-13
/
+12
[next]