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
*
update linux_times() and linux_utime() emulation,
peter
1996-03-04
7
-39
/
+105
*
Oops.. I was wrong about the change to sigsuspend. The library interface is
peter
1996-03-04
2
-6
/
+8
*
Validate the length before we trust it.
phk
1996-03-04
1
-1
/
+3
*
Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.
peter
1996-03-04
2
-2
/
+18
*
Fix a problem that pages in a mapped region were not always
dyson
1996-03-04
1
-1
/
+17
*
In order to fix some concurrency problems with the swap pager early
dyson
1996-03-03
5
-38
/
+50
*
Deal with NetBSD byte-swapped a.out magic when checking the MID to exclude
peter
1996-03-03
1
-2
/
+4
*
Keep fork from over extending the number of processes. Since u_map is
dyson
1996-03-03
1
-2
/
+11
*
Add support for the old-style Linux termio (not termios) TCGETA etc.
peter
1996-03-03
4
-8
/
+152
*
Remove the #ifdef notyet from the prototype of vm_map_simplify. John
peter
1996-03-03
1
-3
/
+1
*
Add missing prototype for newly public vn_vmio_open function, next to
peter
1996-03-03
1
-1
/
+3
*
Make the handshake lines do the right thing. This is untested by the author
peter
1996-03-03
3
-39
/
+42
*
USER_LDT changes for the Willows TwinXPDK toolkit. Only tested with WINE
jkh
1996-03-03
6
-148
/
+268
*
Fix the buffer queue problem differently. The previous fix could panic
dyson
1996-03-03
1
-6
/
+2
*
Fix a problem with the rlist code that it can have virtual pages that
dyson
1996-03-02
1
-3
/
+4
*
Handle the bogus device that MFS uses as its VBLK device. We now don't
dyson
1996-03-02
1
-2
/
+8
*
Minor touch-up... make two functions static, and add missing $Id$
peter
1996-03-02
4
-6
/
+8
*
Add RCS Id.
wollman
1996-03-02
1
-0
/
+1
*
Update the linux lkm to use the new file list and build routine.
peter
1996-03-02
1
-5
/
+25
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
71
-1874
/
+4448
*
A new syscalls table for the Linux emulator. This is processed by
peter
1996-03-02
4
-0
/
+442
*
This file is "obsolete" and no longer used or referenced.
peter
1996-03-02
1
-6
/
+0
*
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
16
-16
/
+80
*
Remove redundant comment about the 'int len' variables that should be
peter
1996-03-02
1
-2
/
+1
*
Oops.. I nearly forgot the actual core of the length/rounding/etc fixes
peter
1996-03-02
1
-46
/
+37
*
reran makesyscalls.sh after "int len" -> "size_t len" changes.
peter
1996-03-02
5
-10
/
+10
*
Change madvise prototype from 'int len' to 'size_t len'. All the other
peter
1996-03-02
1
-2
/
+4
*
Change the 'int len' args in the mmap/msync/mincore/etc class syscalls
peter
1996-03-02
1
-20
/
+6
*
Hopefully, this will fix the problems that some people have been having with
jkh
1996-03-02
5
-187
/
+598
*
1) Fix a bug that a buffer is removed from a queue, but the
dyson
1996-03-02
2
-28
/
+124
*
Update the Connectix QuickCam driver to match my current work.
pst
1996-03-02
6
-463
/
+659
*
Enable VMIO for non-VDIR metadata and block device.
dyson
1996-03-02
3
-10
/
+8
*
1) Eliminate unnecessary bzero of UPAGES.
dyson
1996-03-02
8
-104
/
+215
*
More b_flags fixes.
dyson
1996-03-02
5
-16
/
+16
*
Fix a bug that b_flags was getting unnecessarily modified by
dyson
1996-03-01
5
-15
/
+15
*
Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB
gpalmer
1996-02-28
4
-4
/
+27
*
Fix media type determination.
gibbs
1996-02-28
6
-20
/
+16
*
Fix for 3C589C model. This patch allows people with the new models to work and
nate
1996-02-28
1
-1
/
+3
*
Forgot to remove this file.
phk
1996-02-28
1
-57
/
+0
*
Fix re-sense code
ache
1996-02-27
2
-8
/
+12
*
rmcd0c: now several ioctls (eject/close/debug/reset/etc.) works
ache
1996-02-27
2
-116
/
+142
*
Spell tcp_listendrop consistently so that tcp_input.c and netstat compile.
bde
1996-02-27
1
-2
/
+2
*
Add a prototype for the quotactl system call.
mpp
1996-02-27
1
-1
/
+7
*
Add a counter for the number of times the listen queue was overflowed to
guido
1996-02-26
3
-5
/
+10
*
Fix wrong logic, certain rules never matched.
phk
1996-02-26
1
-2
/
+2
*
Clean up the 3c5x9 driver and add an eisaconf probe to it. This should
gibbs
1996-02-26
4
-376
/
+514
*
3c5x9.c:
gibbs
1996-02-26
7
-11
/
+627
*
Add i386/eisa/3c5x9.c, the eisaconf probe for the 3Com 3c579 and the
gibbs
1996-02-26
2
-2
/
+4
*
Added some delays to the probe. This might fix some incompatible UARTs
bde
1996-02-25
3
-3
/
+12
*
Don't turn off the motor on active drives. The motor timeout may
bde
1996-02-25
3
-3
/
+36
[next]