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
/
i386
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
4
-12
/
+7
*
First pass at cleaning up macros relating to pages, clusters and all that.
phk
1996-05-02
2
-6
/
+6
*
Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.
jkh
1996-05-01
1
-1
/
+2
*
Removed unnecessary #includes from <sys/imgact.h> so that it is
bde
1996-05-01
1
-1
/
+3
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-4
/
+1
*
Fixed unsigned longs that should have been vm_offset_t.
bde
1996-03-19
2
-6
/
+10
*
Update the linux_sendsig() handler to the new type of the 4th
peter
1996-03-17
1
-4
/
+4
*
Remove references to MAP_FILE.. That is now "default" and is only
peter
1996-03-12
2
-4
/
+4
*
Fix the vm_map_remove and vm_map_protect calls.. Somewhere along the
peter
1996-03-10
2
-8
/
+10
*
Move the elf linux_interp structure from the lkm stub to here so that it
peter
1996-03-10
1
-1
/
+18
*
Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.
peter
1996-03-10
2
-2
/
+97
*
Fix the getdents() emulation, the Linux ELF libraries use this, and
peter
1996-03-10
1
-3
/
+11
*
Fix a (mostly harmless) bogon when allocating space above the stack
peter
1996-03-10
1
-2
/
+2
*
First attempt at FreeBSD & Linux ELF support.
sos
1996-03-10
4
-71
/
+119
*
update linux_times() and linux_utime() emulation,
peter
1996-03-04
5
-22
/
+56
*
Oops.. I was wrong about the change to sigsuspend. The library interface is
peter
1996-03-04
1
-3
/
+4
*
Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.
peter
1996-03-04
1
-1
/
+9
*
Add support for the old-style Linux termio (not termios) TCGETA etc.
peter
1996-03-03
2
-4
/
+76
*
Minor touch-up... make two functions static, and add missing $Id$
peter
1996-03-02
2
-3
/
+4
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
19
-909
/
+2462
*
A new syscalls table for the Linux emulator. This is processed by
peter
1996-03-02
2
-0
/
+221
*
This is an extract of changes from what I am currently running...
peter
1996-02-16
2
-114
/
+174
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-2
/
+2
*
Call pipe_stat() when presented with a DTYPE_PIPE file in the linux
peter
1996-01-30
1
-1
/
+5
*
Fixed vm_map_find for new vm updates.
dyson
1996-01-19
2
-8
/
+13
*
Add linux_mknod so that it will do mkfifo if needed...
sos
1996-01-14
3
-43
/
+61
*
reran makesyscalls
peter
1996-01-08
1
-2
/
+1
*
The Linux emulator depends on SYSV IPC but doesn't actually reference
wollman
1996-01-05
1
-1
/
+3
*
Oops, forgot a little difference between my src-tree and ours...
sos
1995-12-30
1
-2
/
+2
*
My first shot at get sound to work on the emulator.
sos
1995-12-29
3
-8
/
+127
*
Update linux_ipc.c to use the now generated prototypes for the shm* calls
peter
1995-12-15
1
-9
/
+9
*
Initial attempt at getting Linux QMAGIC shared lib support. I have
peter
1995-12-15
1
-4
/
+4
*
Clean up some warnings by using the generated structures in <sys/sysproto.h>
peter
1995-12-15
5
-94
/
+93
*
Restored a vm #include.
bde
1995-12-14
2
-2
/
+4
*
Attempt to make the Linux LKM compile again after the recent VM include
peter
1995-12-09
3
-3
/
+16
*
Update the Linux LKM to use the new ps_strings and stack gap arrangements.
peter
1995-12-09
1
-2
/
+2
*
Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn't
bde
1995-12-06
1
-1
/
+2
*
Completed function declarations and added prototypes.
bde
1995-11-22
13
-327
/
+410
*
All:
dg
1995-11-06
3
-41
/
+41
*
Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.
swallace
1995-10-10
1
-6
/
+8
*
Submitted by: Juergen Lock <nox@jelal.hb.north.de>
julian
1995-10-04
1
-11
/
+25
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-7
/
+2
*
Modified linux_readdir() function to properly handle Linux readdir()
swallace
1995-08-28
1
-14
/
+27
*
Moved setting of VTEXT flag into the appropriate image activators. This
dg
1995-08-24
1
-1
/
+3
*
First incarnation of our Linux emulator or rather compatibility code.
sos
1995-06-25
12
-0
/
+4413