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
*
Support compiling with `gcc-pedantic' (don't use hard newlines in
bde
1998-04-19
9
-666
/
+666
*
Support compiling with gcc -pedantic (don't use a bogus, null cast).
bde
1998-04-19
2
-4
/
+4
*
Back out previous commit, obrien doesn't seem to be watching. The problem
peter
1998-04-19
1
-98
/
+318
*
Return EINVAL and do not change file pointer if resulting offset is negative.
des
1998-04-18
2
-10
/
+14
*
MFC (reduce diff w/-CUR, with hopes of getting DMA support into -STABLE)
obrien
1998-04-18
1
-318
/
+98
*
In vfs_msync(), test to see if the vnode being examined is "interesting"
peter
1998-04-18
2
-6
/
+20
*
Sync with sys/i386/conf/majors.i386 revision 1.37.
kato
1998-04-18
1
-1
/
+3
*
Sync with sys/i386/isa/syscons.c revision 1.260.
kato
1998-04-18
1
-1
/
+7
*
Sync with sys/i386/conf/Makefile.i386 revision 1.109.
kato
1998-04-18
2
-4
/
+4
*
Support compiling with `gcc -ansi'.
kato
1998-04-18
2
-2
/
+6
*
Reviewed by: Amancio
ahasty
1998-04-18
7
-50
/
+217
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
84
-170
/
+170
*
Reserve a number for the ALTQ control devices (96)
julian
1998-04-17
2
-2
/
+6
*
Stop the screensaver before switching consoles.
des
1998-04-17
3
-3
/
+21
*
Undo my last change.
dima
1998-04-17
3
-6
/
+6
*
Really finish supporting compiling with `gcc -ansi'.
bde
1998-04-17
2
-4
/
+4
*
Sync with sys/i386/isa/syscons.c revision 1.259.
kato
1998-04-16
1
-8
/
+11
*
Sync with sys/i386/isa/npx.c revision 1.59.
kato
1998-04-16
1
-6
/
+6
*
Sync with sys/i386/conf/Makefile.i386 revision 1.108.
kato
1998-04-16
2
-4
/
+4
*
Sync with sys/i386/isa/pcaudio.c revision 1.40.
kato
1998-04-16
1
-2
/
+2
*
Sync with sys/i386/isa/lpt.c revision 1.68.
kato
1998-04-16
1
-4
/
+4
*
Sync with sys/i386/isa/if_ed.c revision 1.139.
kato
1998-04-16
1
-8
/
+8
*
Sync with sys/i386/i386/trap.c revision 1.126.
kato
1998-04-16
1
-4
/
+4
*
Attempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but they
peter
1998-04-16
2
-2
/
+54
*
Attempt to get bounce_buffers working again for per-process kernel stack
peter
1998-04-16
1
-10
/
+40
*
fix an obvious broken BOUNCE_BUFFER case.
peter
1998-04-16
1
-1
/
+9
*
Swapped "should we just return" and "should we stop the screensaver"
des
1998-04-16
3
-24
/
+33
*
When the softdep conversion took place, the periodic vfs_msync() from
peter
1998-04-16
2
-2
/
+4
*
Finish supporting compiling with `gcc -ansi'. Fix missing `volatile's
bde
1998-04-15
3
-18
/
+18
*
Unlock mountlist_slock if the mount point was busy (unmount in progress)
tegge
1998-04-15
2
-4
/
+8
*
Use 0440 root.kmem kermissions on kernel instead of
dima
1998-04-15
3
-6
/
+6
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
78
-366
/
+378
*
Support compiling with `gcc -ansi'. Fix missing `volatile's in __asm()
bde
1998-04-15
2
-13
/
+17
*
In pre-devfs days, /dev/psm0 had always been a non-blocking
phk
1998-04-15
1
-6
/
+6
*
Fixed bitrot in the non-softdep case of ufs_dirremove():
bde
1998-04-15
1
-24
/
+9
*
Fixed breakage of fork accounting in previous commit. A fork benchmark
bde
1998-04-15
3
-6
/
+6
*
Add a missing LK_RETRY.
dt
1998-04-15
2
-10
/
+6
*
Fix page fault panic by probing NE200 compatible PCI card.
kato
1998-04-14
2
-15
/
+17
*
Fix a minor mbuf leak created by the previous change.
phk
1998-04-14
1
-2
/
+4
*
Added EIDRM & ENOMSG errno in translation table.
sos
1998-04-13
1
-0
/
+2
*
Added EIDRM & ENOMSG to errno translation table.
sos
1998-04-13
2
-4
/
+4
*
Don't use INTR when only one device supports it.
msmith
1998-04-13
3
-1
/
+12
*
Add EIDRM errno (PR 176), ENOMSG errno (myself) for prober sysv_ipc.
sos
1998-04-13
1
-2
/
+5
*
Wrong header length used for certain reassembled IP packets.
phk
1998-04-13
1
-1
/
+3
*
Fixed autonegotiation. Card registers are now accessed via memory
semenu
1998-04-13
3
-315
/
+480
*
Sync with sys/i386/isa/wd.c revision 1.156.
kato
1998-04-13
1
-2
/
+2
*
Aic APM driver support for e.g. Toshiba T2400 notebook with internal
phk
1998-04-12
1
-2
/
+59
*
Sync with sys/i386/isa/wd.c revision 1.155.
kato
1998-04-12
1
-41
/
+85
*
Fix the problem when SCSI ID is not contiguous.
kato
1998-04-12
2
-14
/
+20
*
Add aio_error decl.
dyson
1998-04-12
1
-1
/
+6
[next]