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
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
2
-2
/
+2
*
Remove __P(). This was tested on the GENERIC kernel.
obrien
2002-03-20
2
-136
/
+136
*
Bah, I managed to turn cosmetic things into real bugs. Fix shadowed
peter
2002-02-08
1
-3
/
+3
*
Fix long line added in previous commit.
peter
2002-02-07
1
-1
/
+3
*
Pre-KSE/M3 commit.
julian
2002-02-07
2
-3
/
+3
*
Regenerated file from previous commit to syscalls.master
gallatin
2002-01-23
3
-18
/
+6
*
Linux/alpha uses the same BSDish return mechanism we do for
gallatin
2002-01-23
1
-4
/
+4
*
Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use
jhb
2001-12-18
1
-2
/
+0
*
Eliminate the prefix parameter to linux_emul_find(), which was always
des
2001-10-27
1
-2
/
+2
*
minor commenting based on syscall environment
dillon
2001-10-26
1
-0
/
+6
*
After removing the bogus differences, any real incompatibilities
marcel
2001-10-19
1
-452
/
+0
*
Implement linux_chown and linux_lchown. The fchown syscall maps
marcel
2001-10-16
1
-2
/
+0
*
In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux
des
2001-10-15
1
-1
/
+1
*
Regen.
marcel
2001-10-07
3
-7
/
+4
*
Fix the NODEF entry for setpgid() so that it matches the NODEF
marcel
2001-10-07
1
-1
/
+1
*
o Remove the linux_setpgid() stub.
marcel
2001-09-28
4
-30
/
+8
*
Stop using linux_getpgid(). The implementation at this time is
marcel
2001-09-28
1
-2
/
+2
*
Make this compile again. I would have sworn that I did this already in
peter
2001-09-20
3
-43
/
+43
*
Add a wrapper for linux_getsid -> getsid Syscall.
mr
2001-09-15
1
-1
/
+0
*
Implement LINUX_[SEM|IPC]_[STAT|INFO]
mr
2001-09-15
1
-0
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-138
/
+140
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
7
-576
/
+773
*
o Introduce private types for use in linux syscalls for two reasons:
marcel
2001-09-08
1
-190
/
+210
*
Synchronize syscalls.master(s) with recent Giant pushdown work
dillon
2001-09-01
1
-8
/
+8
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
2
-8
/
+6
*
track the One True Architecture (i386)
mjacob
2001-05-25
1
-4
/
+4
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
2
-10
/
+15
*
Regen after adding linux_sched_get_priority_max() and
gallatin
2001-04-03
3
-7
/
+15
*
Add linux_sched_get_priority_max() and linux_sched_get_priority_min() to
gallatin
2001-04-03
1
-2
/
+2
*
- Call fork1() directly instead of calling rfork() so that it doesn't mask
jhb
2001-03-11
1
-9
/
+5
*
Create clone'd linux processes as stopped processes at first and don't
jhb
2001-03-06
1
-2
/
+9
*
Add MODULE_DEPEND() for the sysvipc modules. This allows the linulator
gallatin
2001-03-05
1
-0
/
+3
*
sync with i386:
gallatin
2001-03-05
1
-0
/
+2
*
Regen
gallatin
2001-02-20
3
-13
/
+13
*
Sort out the umount breakage introduced in the last 2 revisions.
gallatin
2001-02-20
1
-4
/
+4
*
Regenerate.
jlemon
2001-02-20
3
-15
/
+10
*
Fix duplicate linux_mount definition
jlemon
2001-02-20
1
-4
/
+4
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
2
-35
/
+53
*
Re-gen auto generated files.
jlemon
2001-02-16
3
-6
/
+27
*
Remove dummy stub functions.
jlemon
2001-02-16
1
-2
/
+0
*
Add mount syscall to linux emulation. Also improve emulation of reboot.
jlemon
2001-02-16
2
-4
/
+15
*
Proc locking.
jhb
2001-01-24
2
-1
/
+5
*
Minor cleanups:
marcel
2000-12-05
1
-8
/
+3
*
Don't auto-generate the syscalls.
marcel
2000-12-03
8
-7
/
+1224
*
Don't auto-generate syscalls.
marcel
2000-12-03
1
-1
/
+1
*
Don't unregister the ioctl handlers before we verified we
marcel
2000-11-23
1
-11
/
+13
*
Use the linux_connect() on alpha rather than passing directly through
gallatin
2000-11-16
1
-1
/
+2
*
make the fcntl() flags match what the linux/alpha port uses, not
gallatin
2000-11-16
1
-9
/
+11
*
Enable linux thread support on the alpha. The guts of linux_clone was
gallatin
2000-11-10
1
-1
/
+57
*
Make MINSIGSTKSZ machine dependent, and have the sigaltstack
marcel
2000-11-09
2
-1
/
+4
[next]