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
*
Synchronize with sys/i386/i386/userconfig.c revision 1.84.
kato
1997-03-11
1
-3
/
+3
*
Synchronize with sys/i386/conf/majors.i386 revision 1.14.
kato
1997-03-11
1
-1
/
+2
*
Avoid double-s when #conflicts drops from 10 to 9.
msmith
1997-03-11
1
-3
/
+3
*
Add a quirk entry for the HP6020i, after John has just confirmed that
joerg
1997-03-10
1
-1
/
+5
*
Add char#80 xdcp, assigned to Chris Ficklin <chris@serengeti.com>
phk
1997-03-10
2
-2
/
+4
*
Move this files* entry for the Brooktree TV driver toi the right 'files*'.
markm
1997-03-10
3
-4
/
+3
*
Initial import of the Brooktree PCI-TV drivers. I have not tested
markm
1997-03-10
10
-2
/
+5418
*
Makefile generates boths IBM-PC and PC-98 version of object code in
kato
1997-03-09
4
-22
/
+194
*
Added PC-98 specific function to get battery status.
kato
1997-03-09
1
-1
/
+9
*
Moved userland assembler macros from <machine/asmacros.h> to
bde
1997-03-09
4
-180
/
+166
*
Cloned src/lib/libc/i386/DEFS.h to create <machine/asm.h> for the i386.
bde
1997-03-09
2
-0
/
+240
*
YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK for
bde
1997-03-09
2
-4
/
+4
*
Update a number of routines to reflect the actual name
mpp
1997-03-09
6
-20
/
+20
*
Update a number of panic messages to reflect the actual name
mpp
1997-03-09
3
-11
/
+11
*
Use the common nchstats struct instead of a private one for ncs_2passes
bde
1997-03-08
2
-10
/
+6
*
Fixed missing initialisation of vp->v_type for types Pfile and Pmem
bde
1997-03-08
2
-2
/
+4
*
Synchronize with sys/i386/boot/biosboot/Makefile revision 1.55.
kato
1997-03-08
1
-1
/
+2
*
Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hash
bde
1997-03-08
1
-14
/
+14
*
Fix style bugs and other bugs in the NFS fix.
guido
1997-03-08
1
-6
/
+5
*
When removing IN_RECURSE support during the Lite/2 merge, read/write
dyson
1997-03-08
1
-2
/
+2
*
Remove unnecessary check for vp->v_mount being null. Pointed
dyson
1997-03-07
1
-2
/
+2
*
Made set_controller_command_byte() less verbose. It used to print a
yokota
1997-03-07
2
-12
/
+4
*
Fix a bogon in pcvt that caused a characterset designation to not take
joerg
1997-03-07
3
-23
/
+23
*
Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2
joerg
1997-03-07
1
-0
/
+8
*
Fix (I hope) the NFS hole. This is only compile tested.
gpalmer
1997-03-07
1
-2
/
+7
*
Move pcvt towards using kbdio (finally!).
joerg
1997-03-06
5
-8
/
+387
*
Merge Jason Thorpe's updated changer stuff into the actual system.
joerg
1997-03-06
4
-533
/
+1114
*
Added missing i8251 code.
kato
1997-03-06
2
-18
/
+42
*
improve pcibus_check: Only assume PCI if at least one PCI to anything bridge
se
1997-03-05
6
-36
/
+114
*
Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, then
bde
1997-03-05
2
-4
/
+14
*
Made FPU stuff conditional on npx as well as I586_CPU.
bde
1997-03-05
3
-45
/
+54
*
Synchronize with sys/i386/isa/clock.c revision 1.79.
kato
1997-03-05
3
-24
/
+48
*
Added -mno-486 to CFLAGS to force smaller code in case someone compiles
bde
1997-03-05
1
-1
/
+2
*
make the netatalk output routine matcy the prtotype used in the
julian
1997-03-05
4
-4
/
+9
*
Only print clock calibration messages if the system was booted with -v.
bde
1997-03-05
5
-40
/
+80
*
add a bunch of comments to describe what's going on.
julian
1997-03-05
1
-16
/
+123
*
Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixed
dg
1997-03-05
2
-10
/
+10
*
Supply the mount point given to mfs_mount when getting a vnode for the
msmith
1997-03-05
1
-2
/
+2
*
Check that vp->v_mount is non-null in fsync() before dereferencing it to
msmith
1997-03-05
2
-4
/
+6
*
Back out the patch to break up the clock probe lines. Instead, follow
gpalmer
1997-03-05
5
-20
/
+20
*
Fixed connection of vfs.ffs node to the sysctl tree.
bde
1997-03-04
1
-2
/
+2
*
Attach vfs_sysctl() one level lower so that only the levels below
bde
1997-03-04
3
-23
/
+22
*
Split the rather long and line-wrapping clock probe messages on boot.
gpalmer
1997-03-04
5
-25
/
+25
*
Fixed devfs code. Old code remained in pc98 tree.
kato
1997-03-04
2
-14
/
+48
*
Synchronize with sys/i386/isa/syscons.c revision 1.205.
kato
1997-03-04
1
-8
/
+18
*
Oops, fix typo.
ache
1997-03-03
1
-2
/
+2
*
Don't copy more than MAXLOGNAME bytes in getlogin() syscall,
ache
1997-03-03
1
-3
/
+3
*
Don't export kernel interfaces to applications. msdosfs_mount probably
bde
1997-03-03
2
-2
/
+18
*
Fixed struct access bug and style bugs in previous revision. The same
bde
1997-03-03
1
-6
/
+7
*
Removed unused flag IN_RECURSE and unused struct member i_lockcount.
bde
1997-03-03
3
-9
/
+3
[next]