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
/
alpha
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minimal set of diffs from the i386 bits to the AlphaLinux.
obrien
2000-09-07
1
-406
/
+127
*
Minimal set of diffs from the i386 bits to the AlphaLinux.
obrien
2000-09-06
3
-499
/
+217
*
Add the AlphaLinux locore support.
obrien
2000-09-06
1
-0
/
+50
*
Revive these files in their new location. These were repo copied from
peter
2000-09-06
1
-0
/
+437
*
When sigaltstack is called with a stack size that's not smaller
marcel
2000-09-06
2
-1
/
+5
*
Fix typo in license.
marcel
2000-08-25
1
-1
/
+1
*
Finish the Linuxulator MD/MI split.
marcel
2000-08-22
1
-437
/
+0
*
Update include directives for Linuxulator headers after the
marcel
2000-08-22
1
-1
/
+1
*
Collect the MD syscalls from /sys/compat/linux here. Since this
marcel
2000-08-22
1
-0
/
+634
*
Sigh. Fix SYS_exit problems. I misunderstood the significance of these
peter
2000-07-29
1
-1
/
+1
*
Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
peter
2000-07-29
1
-1
/
+1
*
Remove the only use of SCARG and perform dead code elimination.
marcel
2000-07-27
1
-3
/
+2
*
Revert implementation of setfsuid and setfsgid due to security
marcel
2000-07-20
1
-0
/
+2
*
Implement pread and pwrite.
marcel
2000-07-17
1
-2
/
+0
*
Add prototypes for linux_pread and linux_pwrite.
marcel
2000-07-17
1
-2
/
+4
*
Implement setfsuid and setfsgid. Implementation derived from patch
marcel
2000-07-16
1
-2
/
+0
*
Fixed the return type for exit() and the args struct tag several NOPROTO
bde
2000-05-09
1
-2
/
+3
*
Add a version tag for the rtc port to depend on.
peter
2000-05-06
1
-0
/
+2
*
Fix #! script exec under linux emulation. If a script is exec'd from a
dillon
2000-04-26
2
-2
/
+57
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Change our ELF binary branding to something more acceptable to the Binutils
obrien
2000-04-18
1
-2
/
+2
*
Fix some style bugs. The long line is in a chunk of code that's
nsayer
2000-03-13
1
-12
/
+12
*
Implement Linux BLKGETSIZE ioctl, and open the door to implementing
nsayer
2000-03-09
1
-0
/
+19
*
Regen after pointing to the real setres[ug]id(). Remove dummy function.
peter
2000-01-29
1
-2
/
+0
*
Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc's
peter
2000-01-29
1
-4
/
+4
*
Update syscalls to Linux kernel 2.3.38. These syscalls are
marcel
2000-01-10
1
-0
/
+7
*
Update the syscalls to Linux kernel 2.3.38.
marcel
2000-01-10
1
-0
/
+7
*
Include <stddef.h> here so that <sys/assym.h> can be unpolluted.
bde
2000-01-08
1
-1
/
+3
*
Make offsetof equivalent with <stddef.h>. This paves the way for
marcel
2000-01-03
1
-4
/
+4
*
Changed the type used to represent the user stack pointer from `long *'
bde
1999-12-27
1
-6
/
+6
*
Use genassym(1) and <sys/assym.h> to generate assembler symbols.
marcel
1999-12-23
1
-18
/
+5
*
Implement pluggable ioctl handlers.
marcel
1999-12-04
3
-656
/
+738
*
Implement linux_sigaltstack.
marcel
1999-11-30
2
-1
/
+8
*
Implement sigaltstack.
marcel
1999-11-30
1
-1
/
+2
*
add linuxulator wrapper for SNDCTL_DSP_GETODELAY
alfred
1999-11-29
1
-0
/
+1
*
Implement linux_ustat.
marcel
1999-11-27
1
-1
/
+0
*
Change prototype of linux_ustat.
marcel
1999-11-27
1
-1
/
+2
*
Implement fdatasync in terms of fsync. The regeneration of proto.h,
marcel
1999-11-26
1
-1
/
+0
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-1
/
+2
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
1
-11
/
+9
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
4
-97
/
+115
*
Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
luoqi
1999-09-22
2
-3
/
+2
*
Implementation of the modify_ldt syscall. Use the sysarch() interface to do
marcel
1999-09-02
1
-1
/
+0
*
Implement the OSS_GETVERSION ioctl. The version returned can be changed through
marcel
1999-08-28
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
7
-7
/
+7
*
Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoleted
marcel
1999-08-25
1
-2
/
+2
*
Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always
marcel
1999-08-25
2
-5
/
+43
*
Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always
marcel
1999-08-25
1
-86
/
+87
*
Implement vfork() syscall.
marcel
1999-08-16
1
-2
/
+2
[next]