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
*
Improve the scalability of certain pmap operations.
dyson
1996-09-08
5
-586
/
+1223
*
Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash when
dg
1996-09-08
1
-2
/
+5
*
Various cleanups for remanents of devconf.
phk
1996-09-08
16
-98
/
+16
*
Fixed another little both in the devconf removal.
sos
1996-09-08
1
-1
/
+1
*
Finish what phk started here in removing devconf. The ATAPI_STATIC case
jkh
1996-09-08
1
-3
/
+2
*
Fixed another easy case of const poisoning in the kernel. Cosmetic.
bde
1996-09-07
3
-6
/
+6
*
Preserve volatility in casts of np->reg. Cosmetic.
bde
1996-09-07
1
-5
/
+5
*
Remove boot2 when the size test fails so that rebuilding without fixing
bde
1996-09-07
1
-2
/
+4
*
Saved 48 bytes (46 before padding) using assorted nano-optimizations:
bde
1996-09-07
1
-13
/
+14
*
Saved 48 bytes (56 before padding) by moving a variable declaration.
bde
1996-09-07
1
-2
/
+3
*
Fixed two small leftovers form PHK's mega devconf removal commit..
sos
1996-09-07
2
-3
/
+1
*
Disable 'suspend' as it tends to lockup computers with the current APM
nate
1996-09-07
1
-1
/
+3
*
Unused file.
nate
1996-09-07
1
-106
/
+0
*
- Don't include <machine/laptops.h>. It was a kludge I should never
nate
1996-09-07
2
-2
/
+0
*
APM_DSVALUE_BUS is no longer with the addition of the correct fix to
nate
1996-09-07
2
-36
/
+2
*
Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount.
dyson
1996-09-07
1
-1
/
+3
*
Corrected an error where precious kernel virtual space was being allocated
dyson
1996-09-07
1
-26
/
+21
*
Yet another merge. Remove support.s by deleting memcopy. Remove
asami
1996-09-07
34
-1920
/
+238
*
Add option SC_KBD_PROBE_WORKS to syscons driver.
pst
1996-09-06
6
-15
/
+45
*
Add ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options.
pst
1996-09-06
2
-2
/
+12
*
Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.
pst
1996-09-06
5
-9
/
+21
*
Remove these three devconf files entirely.
phk
1996-09-06
3
-246
/
+0
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
125
-4219
/
+187
*
Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).
rgrimes
1996-09-06
1
-1
/
+3
*
Add bowrite.
gibbs
1996-09-06
1
-2
/
+17
*
Use bowrite instead of VOP_BWRITE in a few cases. This can probably be taken
gibbs
1996-09-06
1
-5
/
+5
*
Add B_ORDERED buffer flag and prototype for the bowrite function.
gibbs
1996-09-06
2
-8
/
+12
*
Fix Orion specific code by moving config_orion() to a place where it does
se
1996-09-05
1
-42
/
+50
*
Fix code that deals with multiple host to PCI bridges by making the next
se
1996-09-05
2
-2
/
+4
*
Back out the previous changes
julian
1996-09-05
2
-86
/
+75
*
Release an unneeded reference to a vnode that was gained in a VFS_VGET().
dg
1996-09-05
2
-2
/
+4
*
Fixed a panic when switching to 40x25 mode, and cursor was beyond the
sos
1996-09-04
3
-3
/
+6
*
3 changes:
julian
1996-09-04
3
-82
/
+92
*
More merge.
asami
1996-09-04
13
-2416
/
+463
*
Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'
bde
1996-09-03
4
-13
/
+10
*
`struct linker_set execsw_set' was declared as const and pointers in it
bde
1996-09-03
5
-13
/
+14
*
Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparision
bde
1996-09-03
1
-4
/
+5
*
Fixed some more easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-09-03
2
-11
/
+11
*
Cleaned up version of my 'extended BIOS' patch. This one is commented
nate
1996-09-03
2
-60
/
+96
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
22
-37
/
+53
*
Don't pollute the namespace with rfork flags if _POSIX_SOURCE is defined.
bde
1996-09-03
1
-2
/
+3
*
Added #include of <unistd.h> so that there is some chance that
bde
1996-09-03
1
-1
/
+2
*
Second phase of merge, get rid of more machine-independent-dependencies.
asami
1996-09-03
55
-5289
/
+326
*
Implemented kernel side of MNT_NOATIME mount option. This option disables
dg
1996-09-03
4
-13
/
+20
*
allow a new loopback route to overwrite an old one..
julian
1996-09-03
1
-5
/
+10
*
Correct previous Orion specific fix: The configuration register
se
1996-09-02
1
-2
/
+2
*
Add preliminary support for the Orion PCI chip set. It is special in the
se
1996-09-02
3
-45
/
+157
*
Bugfix and simplification for rev 1.34: make sure that the route
fenner
1996-09-02
1
-16
/
+6
*
Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS define
ache
1996-09-01
1
-4
/
+22
*
Fixed a couple of bugs in the mousepointer code.
sos
1996-09-01
6
-699
/
+894
[next]