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
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
2
-6
/
+6
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
2
-8
/
+6
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-4
/
+4
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
Preserve the state of the %gs register when setting up the signal
deischen
2001-05-12
1
-2
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
3
-9
/
+14
*
Regen after adding linux_sched_get_priority_max() and
alc
2001-04-01
3
-7
/
+15
*
Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The
alc
2001-04-01
1
-2
/
+2
*
rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we have
des
2001-03-11
1
-7
/
+3
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-2
/
+4
*
Create clone'd linux processes as stopped processes at first and don't
jhb
2001-03-06
1
-1
/
+9
*
Linux does not filesystem-sync file-backed writable mmap pages on
dillon
2001-02-28
1
-0
/
+2
*
Remove the leading underscore from all symbols defined in x86 asm
jake
2001-02-25
2
-9
/
+9
*
MFS: bring the consistent `compat_3_brand' support into -CURRENT
obrien
2001-02-24
1
-0
/
+2
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
3
-45
/
+67
*
Re-gen auto generated files.
jlemon
2001-02-16
3
-11
/
+22
*
Remove dummy stub functions.
jlemon
2001-02-16
1
-3
/
+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
-0
/
+17
*
- Proc locking.
jhb
2001-01-24
1
-1
/
+6
*
The Linuxulator needs sysvipc to work.
des
2001-01-14
1
-0
/
+3
*
Remove after repo-copy to sys/compat/linprocfs.
des
2000-12-12
5
-2290
/
+0
*
Add proc/<pid>/cmdline.
des
2000-12-09
3
-1
/
+9
*
Add a dependency on procfs.
des
2000-12-09
1
-0
/
+1
*
A bunch of fixes that have been rotting in my tree for a month or two
des
2000-12-09
1
-71
/
+91
*
Protect access to p_stat with sched_lock.
jhb
2000-12-01
1
-0
/
+2
*
Don't use p->p_sigstk.ss_flags to keep state of whether the
marcel
2000-11-30
3
-20
/
+12
*
Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogus
des
2000-11-27
1
-7
/
+10
*
Correct a misnamed argument hidden behind a #ifdef DEBUG
jlemon
2000-11-25
1
-1
/
+1
*
o Change the argument of linux_sigreturn to be a pointer to a
marcel
2000-11-23
6
-77
/
+72
*
Change the argument of linux_sigreturn to be a pointer to a
marcel
2000-11-23
1
-1
/
+1
*
Don't unregister the ioctl handlers before we verified we
marcel
2000-11-23
1
-11
/
+14
*
remove redundant declaration of bsd_to_linux_sigset()
gallatin
2000-11-16
1
-1
/
+0
*
fix glaring bugs in rt signals -- copyout the right signal mask in
gallatin
2000-11-16
1
-2
/
+3
*
Make linux_sendsig and linux_sigreturn use all 64 bits of a
gallatin
2000-11-13
2
-5
/
+56
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
9
-6
/
+1125
*
Make MINSIGSTKSZ machine dependent, and have the sigaltstack
marcel
2000-11-09
2
-9
/
+6
*
Sync with Alpha:
marcel
2000-11-09
9
-1128
/
+8
*
Check that p->p_pptr is not NULL - kernel processes have no parents!
des
2000-11-06
1
-2
/
+2
*
Make the target a little bit more generic.
obrien
2000-11-01
1
-1
/
+3
*
fix the sigaltstack hack by lowering the stack size to the original value
gallatin
2000-10-31
1
-0
/
+2
*
Remove unneeded <stddef.h> #includes.
phk
2000-10-29
1
-2
/
+0
*
Bring cpuinfo closer to what it looks like in Linux 2.2.
des
2000-10-25
1
-11
/
+47
*
Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostly
des
2000-10-25
4
-5
/
+195
*
Some linux apps, such as IBM's JDK 1.3, will attempt to mmap thread
gallatin
2000-10-17
1
-0
/
+28
*
regen after addition of linux_rt_sigreturn
gallatin
2000-10-17
3
-5
/
+5
*
A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn
gallatin
2000-10-17
6
-4
/
+360
*
This is the first of 3 commits that will get IBM's JDK 1.3 working
gallatin
2000-10-13
2
-10
/
+47
*
Mark directories as directories, not as regular files.
des
2000-10-10
1
-1
/
+1
*
Fix cut'n'paste bogon.
des
2000-09-18
1
-1
/
+1
[next]