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
*
Sync with sys/i386/i386/microtime.s revision 1.40.
kato
1998-01-02
1
-5
/
+17
*
Actually implement the internals of the 'ppi' device.
msmith
1998-01-02
2
-17
/
+94
*
Fixed wrong name in .file statement.
kato
1998-01-02
1
-2
/
+2
*
add copyrights
julian
1998-01-02
4
-17
/
+102
*
Reviewed by: Joerg Wunsch
gj
1998-01-01
1
-10
/
+3
*
Added missing caddr_t --> void * conversions for sys/mman.h functions.
alex
1998-01-01
1
-9
/
+9
*
Don't try to call into BIOS32 handlers outside the normal ROM
msmith
1998-01-01
2
-4
/
+4
*
Fixed cosmetic bugs:
bde
1998-01-01
1
-34
/
+32
*
Removed unused #includes.
bde
1998-01-01
1
-5
/
+0
*
Removed unused #includes again. They thrashed when mfs_reclaim thrashed
bde
1998-01-01
1
-4
/
+1
*
Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.
bde
1998-01-01
1
-1
/
+2
*
Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.
bde
1998-01-01
1
-3
/
+5
*
Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,
bde
1998-01-01
5
-11
/
+9
*
Fixed missing initialization of mp->mnt_stat. At least vm depends on
bde
1998-01-01
6
-6
/
+12
*
Explain that MAXMEM maynot be nessicary for detection of >64MB RAM.
obrien
1997-12-31
3
-15
/
+24
*
A Happy New Year! 1998.
wosch
1997-12-31
1
-3
/
+3
*
Reviewed by: Amancio Hasty
ahasty
1997-12-31
2
-8
/
+40
*
caddr_t --> void *
alex
1997-12-31
2
-16
/
+16
*
Convert caddr_t --> void * for sys/mman.h functions.
alex
1997-12-31
2
-13
/
+13
*
- Accept all models of the HP C1553A tape series as usable tapes. This
nate
1997-12-30
1
-2
/
+2
*
Fix a race condition I introduced.
phk
1997-12-30
1
-5
/
+17
*
Fixed a missing/misplaced/misstyled prototype.
bde
1997-12-30
4
-8
/
+8
*
move punchline of joke up to rest of joke. (got moved by useful edits)
julian
1997-12-30
1
-5
/
+5
*
Fix a include gottcha in the SMP case.
phk
1997-12-29
1
-2
/
+2
*
Add the vnode interlock back around vref.
dyson
1997-12-29
2
-2
/
+18
*
Add the vnode interlock back around vget.
dyson
1997-12-29
1
-8
/
+2
*
Sync with sys/i386/conf/options.i386 revision 1.66.
kato
1997-12-29
2
-4
/
+4
*
Sync with sys/i386/i386/microtime.s revision up to 1.39.
kato
1997-12-29
1
-10
/
+7
*
Sync with sys/i386/isa/clock.c revision up to 1.107.
kato
1997-12-29
3
-144
/
+114
*
Sync with sys/i386/isa/sio.c revision up to 1.193.
kato
1997-12-29
2
-10
/
+50
*
Sync with sys/i386/i386/userconfig.c revision 1.99.
kato
1997-12-29
1
-29
/
+13
*
Fixed style bugs in previous commit.
bde
1997-12-29
1
-3
/
+3
*
If available, use the device's LOGICAL blocksize as reported by
julian
1997-12-29
1
-53
/
+69
*
Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem
dyson
1997-12-29
6
-15
/
+19
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
22
-476
/
+265
*
Add back a #include <sys/types.h> so that this header is
steve
1997-12-28
2
-0
/
+2
*
More cleanup relating to our use of the TSC.
phk
1997-12-28
9
-240
/
+164
*
wash, sort and put in order various nits from the i586_ctr -> tsc
phk
1997-12-28
16
-100
/
+102
*
back out previous commit
julian
1997-12-28
1
-24
/
+13
*
Merge from sys/i386/i386/microtime.s revision 1.36.
kato
1997-12-28
1
-14
/
+11
*
Move the sector size check to the right place,
julian
1997-12-28
1
-14
/
+25
*
Fixed initialization of the divisor latch. We depended on siocnopen()
bde
1997-12-28
3
-6
/
+63
*
YAMFsio.c (always call ttwwakeup() before returning from comstart()).
bde
1997-12-28
3
-3
/
+6
*
Always call ttwwakeup() before returning from comstart(). It isn't
bde
1997-12-28
3
-3
/
+6
*
Removed unnecessary (and broken) wakeup code in rpstart(). There is no
bde
1997-12-28
2
-30
/
+0
*
Removed stale comment about printf's deficiencies and rewrote the code
bde
1997-12-28
1
-29
/
+13
*
Handle "%...p" as "%#...x" instead of "0x%...x". This is a quick fix
bde
1997-12-28
1
-3
/
+2
*
Unspammed nested include of <sys/malloc.h>. <sys/mbuf.h> hasn't
bde
1997-12-28
1
-8
/
+3
*
Restored used include of <sys/malloc.h>. malloc() is not used
bde
1997-12-28
1
-21
/
+22
*
Update comment to match updated sb0 line (conflicts keyword no longer needed
jkh
1997-12-28
3
-12
/
+3
[next]