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
*
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
*
Major rewrite.
marcel
1999-08-15
1
-239
/
+50
*
Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy
marcel
1999-08-15
1
-1
/
+6
*
Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy
marcel
1999-08-15
1
-3
/
+4
*
Extend the number of syscalls to include those present in Linux 2.2.10. These
marcel
1999-08-14
1
-1
/
+9
*
Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both
marcel
1999-08-14
1
-1
/
+15
*
Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. These
marcel
1999-08-14
1
-3
/
+9
*
Implementation of the CDROMSUBCHNL ioctl.
marcel
1999-08-13
1
-1
/
+4
*
Use a wrapper for the link syscall that does name translations.
marcel
1999-08-12
1
-2
/
+2
*
Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.
marcel
1999-08-11
1
-1
/
+15
*
Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do not
marcel
1999-08-11
1
-5
/
+5
*
Implementation of TCXONC.
marcel
1999-07-17
1
-2
/
+6
*
Implement VT_RELDISP ioctl
marcel
1999-07-08
1
-1
/
+2
*
Rename struct members sa_siginfo. POSIX reserves identifiers starting
cracauer
1999-07-06
1
-5
/
+5
*
Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's
peter
1999-06-28
1
-2
/
+2
*
- Handle mixer read ioctls correctly. They have the same group, number and
luoqi
1999-04-29
1
-2
/
+29
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
2
-6
/
+7
*
unifdef -DVM_STACK - it's been on for a while for x86 and was checked
peter
1999-04-19
1
-5
/
+1
*
Added call to elf_brand_inuse() to prevent you from cutting your own
newton
1999-02-04
1
-3
/
+11
*
Minor cleanup; no more references to LKM's.
peter
1999-01-17
1
-4
/
+1
*
Add (but don't activate) code for a special VM option to make
julian
1999-01-06
1
-20
/
+3
*
Commit patch in
sos
1998-12-30
1
-1
/
+3
*
Commit #1 of:
sos
1998-12-30
1
-3
/
+5
*
Fix NOIMPL -> NOPROTO as per bruce.
sos
1998-12-22
1
-2
/
+2
*
Syscall 168 (poll) is not implemented in the Linux emulator. This
sos
1998-12-21
1
-2
/
+3
*
Make it compile again.
sos
1998-12-19
1
-5
/
+5
*
Reviewed by: Luoqi Chen, Jordan Hubbard
julian
1998-12-19
4
-12
/
+27
*
Removed the cast to a pointer in the definition of PS_STRINGS and
bde
1998-12-16
1
-2
/
+2
*
Added 3 new errno values, requred by various standards: EOVERFLOW,
dt
1998-12-14
1
-5
/
+5
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-8
/
+2
*
MF22: Bring in some linux sound ioctl support which I committed to 2.2
jkh
1998-11-12
1
-1
/
+16
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-17
/
+36
*
Unregister the glibc2 brand at module unload time.
alex
1998-10-11
1
-5
/
+19
*
Make async I/O on a socket work.
jfieber
1998-10-05
2
-11
/
+10
*
Add several missing ioctl handlers. One needed by Sybase, the others
jfieber
1998-09-30
1
-1
/
+8
[next]