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
*
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
*
Remove unused variables.
des
2000-09-09
1
-1
/
+0
*
Add stat, uptime and version.
des
2000-09-09
4
-22
/
+151
*
Pierre Beyssac originally derived linprocfs from procfs, and I've made (and
des
2000-09-07
5
-0
/
+10
*
When sigaltstack is called with a stack size that's not smaller
marcel
2000-09-06
2
-1
/
+5
*
Remove obsolete comment (see rev 1.84 of procfs_vnops.c)
des
2000-09-04
1
-8
/
+0
*
o Synchronize linprocfs authorization with procfs authorization improvements
rwatson
2000-09-01
1
-38
/
+29
*
o Update linprocfs to include similar changes as those in procfs, fixing
rwatson
2000-08-30
1
-8
/
+9
*
Fix typo in license.
marcel
2000-08-25
1
-1
/
+1
*
Finish the Linuxulator MD/MI split.
marcel
2000-08-22
12
-7168
/
+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
*
Fixed null pointer panic for accessing "meminfo" when there is no swap.
bde
2000-08-12
1
-2
/
+7
*
Regen. (Fix SYS_exit)
peter
2000-07-29
3
-5
/
+5
*
Sigh. Fix SYS_exit problems. I misunderstood the significance of these
peter
2000-07-29
1
-1
/
+1
*
Regenerate with makesyscalls.sh
peter
2000-07-29
3
-5
/
+5
*
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
2
-7
/
+2
*
Add bounds checking to stackgap_alloc. Previously it was possible
marcel
2000-07-23
3
-11
/
+14
*
Revert implementation of setfsuid and setfsgid due to security
marcel
2000-07-20
2
-20
/
+2
*
Implement pread and pwrite.
marcel
2000-07-17
5
-9
/
+41
*
Add prototypes for linux_pread and linux_pwrite.
marcel
2000-07-17
1
-2
/
+4
[next]