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
*
Disabled the kern.vnode sysctl variable. It's causing system crashes on
dg
1997-06-10
2
-2
/
+16
*
This should have been committed with the changes to boot.c yesterday.
bde
1997-06-10
1
-0
/
+18
*
Synchronize with followings:
kato
1997-06-09
6
-170
/
+204
*
Synchronize with sys/i386/isa/isa.c revision up to 1.92.
kato
1997-06-09
1
-4
/
+9
*
Synchronize with sys/i386/i386/machdep.c and trap.c revisions 1.247
kato
1997-06-09
3
-3
/
+38
*
Synchronize with sys/i386/conf/GENERIC revision 1.91.
kato
1997-06-09
2
-4
/
+4
*
- Added support for "dual" internal/serial consoles (-D flag). If -D is set,
bde
1997-06-09
8
-252
/
+290
*
Prevent panic with garbage mbuf.
brian
1997-06-09
1
-2
/
+2
*
While deciding to install irq with unneded "conflicts" keyword,
ache
1997-06-09
2
-6
/
+8
*
Add safety check in case "conflicts" keyword specified more times than
ache
1997-06-08
4
-10
/
+23
*
Make "conflicts" keyword work again
ache
1997-06-08
2
-8
/
+10
*
Remove no irq -> irq 31 conversion
ache
1997-06-08
1
-4
/
+4
*
Preserve %fs and %gs across context switches. This has a relatively low
bde
1997-06-07
16
-18
/
+163
*
Style optimization in newly added POSIX range []] conformance, redo
ache
1997-06-07
1
-6
/
+6
*
Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in a
bde
1997-06-07
2
-8
/
+2
*
Updated comments.
bde
1997-06-07
2
-30
/
+30
*
Add missing FNM_PERIOD check for '[' range
ache
1997-06-06
1
-4
/
+10
*
1) Now conforms POSIX.2 2.8.3.2 requirements about []] pattern
ache
1997-06-06
1
-11
/
+35
*
Synchronize with sys/i386/isa/sio.c and sioreg.h revisions1.171 and
kato
1997-06-06
3
-6
/
+11
*
Synchronize with sys/i386/conf/options.i386 revision 1.47.
kato
1997-06-06
2
-4
/
+4
*
YAMF22 - XSERVER comment changes.
jkh
1997-06-06
5
-10
/
+10
*
Don't throw NFS B_DELWRI buffers back to the vm system in brelse.
dfr
1997-06-06
1
-3
/
+11
*
Fix a problem caused by removing large numbers of files from a directory
dfr
1997-06-06
2
-4
/
+12
*
make it compile with -Wall
julian
1997-06-04
1
-12
/
+11
*
Document a non-standard gdbremote protocol extension (kludge, really)
pst
1997-06-04
6
-4
/
+60
*
Bring back CONSPEED as a last-ditch default if you can't change the speed
pst
1997-06-04
11
-19
/
+37
*
Synchronize with sys/i386/conf/options.i386 revision 1.46.
kato
1997-06-04
2
-4
/
+4
*
Synchronize with sys/i386/isa/sio.c and sioreg.h revisions 1.170 and
kato
1997-06-04
3
-18
/
+235
*
CONSPEED is defunct.
pst
1997-06-04
5
-10
/
+7
*
If the boot blocks were using the serial port, read the system console
pst
1997-06-04
6
-33
/
+357
*
Various fixes from NetBSD:
dfr
1997-06-03
15
-43
/
+63
*
Implement the async mount option for NFSv3. This makes NFS pretend that all
dfr
1997-06-03
4
-6
/
+16
*
Fixed mu-law data. Originator's patch was applied.
kato
1997-06-03
1
-64
/
+64
*
Fixed order of data transfer.
kato
1997-06-03
1
-1
/
+5
*
Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers are
dfr
1997-06-03
2
-16
/
+100
*
Fix some performance problems with the NFS mmap fixes.
dfr
1997-06-03
3
-10
/
+14
*
Include <sys/conf.h>
kato
1997-06-03
1
-0
/
+1
*
Actually POINT to the appletalk usrreqs struct.
julian
1997-06-02
2
-0
/
+2
*
Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.
jmz
1997-06-02
3
-5
/
+186
*
Move call of pci_addcfg() before test of cfg->subordinatebus, since the
se
1997-06-02
2
-4
/
+26
*
Fill in some gaps in the cpuid features list..
peter
1997-06-02
2
-6
/
+38
*
Synchronize with following files:
kato
1997-06-02
10
-414
/
+20
*
Added PC-98 code.
kato
1997-06-02
4
-52
/
+248
*
Synchronize with sys/i386/isa/sio.c revision 1.169.
kato
1997-06-02
2
-136
/
+30
*
The defines INTR_FAST and INTR_EXCL are part of the public interface. The
dfr
1997-06-02
2
-4
/
+5
*
Change isa_device.h to intr_machdep.h
dfr
1997-06-02
7
-14
/
+14
*
Make this thing actually compile.
dfr
1997-06-02
2
-4
/
+4
*
Synchronize with sys/i386/conf/files.i386 revision up to 1.164.
kato
1997-06-02
2
-12
/
+18
*
Synchronize with sys/i386/conf/Makefile.i386 revision 1.99.
kato
1997-06-02
2
-10
/
+2
*
Move interrupt handling code from isa.c to a new file. This should make
dfr
1997-06-02
30
-800
/
+1930
[next]