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
*
A trailing patch Jim left out of the last commit.
jkh
1996-06-07
3
-3
/
+21
*
Added index as a 'standard' file. It could be added as 'optional' for
nate
1996-06-07
2
-2
/
+4
*
Added index() which will be used shortly in some fixes to the ibcs2
nate
1996-06-07
1
-0
/
+53
*
Describe ATAPI_STATIC (it seems lkm variant never work)
ache
1996-06-07
3
-3
/
+6
*
Here is a patch that fix a few problems with the RGB version of
jkh
1996-06-07
2
-13
/
+78
*
Fix a bug in the pmap_object_init_pt routine that pages aren't taken
dyson
1996-06-07
2
-2
/
+6
*
Fix the same problem that davidg fixed in -stable some days ago and
phk
1996-06-06
1
-62
/
+115
*
If handler function returns EAGAIN, restart operation.
phk
1996-06-06
1
-3
/
+7
*
Instrument UDP PCB hashing to see how often the hash lookup is effective
wollman
1996-06-05
2
-2
/
+4
*
Don't allow trailing garbage after the unit number in ifunit().
wollman
1996-06-05
1
-1
/
+3
*
Correct formula for TCP RTO calculation. Also try to do a better job in
wollman
1996-06-05
3
-11
/
+7
*
I missed a case of the page table page dirty-bit fix.
dyson
1996-06-05
2
-4
/
+8
*
Minor formatting changes. No functional differences, but makes the
nate
1996-06-05
2
-18
/
+15
*
Keep page-table pages from ever being sensed as dirty. This should fix
dyson
1996-06-05
4
-102
/
+219
*
Bring in changes from if_ep.c for PCCARD driver.
nate
1996-06-04
1
-2
/
+2
*
Freudian slip. Change M_DEVBUG -> M_DEVBUF.
nate
1996-06-04
2
-4
/
+4
*
Fix typo. in the APM_DSVALUE_BUG code that I missed.
nate
1996-06-04
2
-4
/
+4
*
Added missing CR0_NW define for Cyrix 486DLC support. It's still not
sos
1996-06-03
2
-2
/
+6
*
Fix a bug in the handling of the "persist" state which, under certain
jdp
1996-06-03
1
-7
/
+12
*
Append a * to the model field of the Archive Viper quirk entry.
jfieber
1996-06-03
1
-2
/
+12
*
Add a prototype for ftok(). Doesn't really belong into a <sys/...>
joerg
1996-06-03
1
-1
/
+13
*
Fix an error when B_MALLOC buffers are returned from the cluster read
dyson
1996-06-03
1
-3
/
+4
*
Use kmem_alloc_wait/kmem_free_wakeup() to avoid allocation failures
dg
1996-06-03
1
-5
/
+5
*
Fix declaration of ps_strings.
dg
1996-06-03
1
-2
/
+2
*
Don't carry the modified or referenced bits through to the child
dyson
1996-06-02
2
-24
/
+60
*
Be slightly more verbose during configure() in the bootverbose case.
joerg
1996-06-02
2
-6
/
+46
*
Hide the ``wrong signature'' message behind bootverbose. It's
joerg
1996-06-02
2
-4
/
+8
*
Remove the now-unnecessary and incorrect wiring of the "other" processes
dyson
1996-06-02
1
-5
/
+1
*
Correct spelling error in comment
gpalmer
1996-06-02
1
-2
/
+2
*
Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes
gpalmer
1996-06-01
4
-4
/
+9
*
Disable madvise optimizations for device pager objects (some of the
dyson
1996-06-01
1
-6
/
+9
*
Fix the problem with pmap_copy that breaks X in small memory machines. Also
dyson
1996-06-01
2
-26
/
+46
*
Fix ioctl() operations...nasty typo
pst
1996-05-31
1
-2
/
+2
*
Fix a regression. Turn off the selection hardware during a selection timeout
gibbs
1996-05-31
1
-12
/
+9
*
Don't use the auto ATN on parity error feature. It may be the source
gibbs
1996-05-31
1
-4
/
+4
*
More closely preserve the original operation of rresvport() when using
peter
1996-05-31
1
-2
/
+3
*
Jump some hoops to have the *.s code being able to be run through both an
peter
1996-05-31
13
-294
/
+305
*
Instead of: cpp blah file.s | as -o file.o, use instead:
peter
1996-05-31
3
-15
/
+9
*
Keep brelse from freeing busy pages.
dyson
1996-05-31
1
-2
/
+2
*
This commit is dual-purpose, to fix more of the pageout daemon
dyson
1996-05-31
10
-146
/
+215
*
Add an option "EXTRA_VNODES" to cause an extra number of vnode structures
peter
1996-05-31
9
-14
/
+56
*
When estimating the time (in ms) left to drain the output queue based
peter
1996-05-30
2
-8
/
+8
*
Fix regression. It seems that you need at least one instruction between
gibbs
1996-05-30
1
-3
/
+3
*
Merge in changes for NetBSD/OpenBSD.
gibbs
1996-05-30
2
-120
/
+412
*
Merge in changes for NetBSD/OpenBSD.
gibbs
1996-05-30
4
-494
/
+843
*
Merge in changes for NetBSD/OpenBSD.
gibbs
1996-05-30
1
-2
/
+6
*
Fix a panic caused by (proc)->p_session being dereferenced for a process
dg
1996-05-30
2
-10
/
+12
*
Correct some unfortunately chosen constants, otherwise, not enough
dyson
1996-05-29
1
-4
/
+3
*
After careful review by David Greenman and myself, David had found a
dyson
1996-05-29
1
-59
/
+94
*
Make sure that pageout deadlocks cannot occur. There is a problem
dyson
1996-05-29
2
-9
/
+33
[next]