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
/
compat
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
translate the flags in recvfrom and recvmsg from linux to bsd ones
assar
2000-12-19
2
-2
/
+121
*
Lock access to proc members.
jhb
2000-12-15
4
-18
/
+51
*
Remove call to bzero after MALLOC and instead add M_ZERO
marcel
2000-12-05
1
-2
/
+1
*
Don't auto-generate the syscalls.
marcel
2000-12-03
7
-28
/
+0
*
Use callout_reset instead of timeout(9). Most callouts are statically
jake
2000-11-27
1
-2
/
+2
*
Use the linux_connect() on alpha rather than passing directly through
gallatin
2000-11-16
1
-1
/
+9
*
Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIO
marcel
2000-11-13
1
-5
/
+19
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
7
-0
/
+28
*
Sync with Alpha:
marcel
2000-11-09
7
-28
/
+0
*
Fix getdents syscall.
marcel
2000-11-05
1
-1
/
+4
*
zap a stray include that snuck in with rev 1.56
gallatin
2000-11-02
1
-1
/
+0
*
fix a comment that was inadvertantly changed by a cvs merge
gallatin
2000-11-02
1
-1
/
+1
*
Fix linux_ustat syscall. We only have cdevs now, so looking
marcel
2000-11-02
1
-2
/
+2
*
Support for the linux ipc syscalls on the alpha, where each one has
gallatin
2000-11-01
2
-27
/
+44
*
fix linux_termio and linux_termios structs on alpha. alpha differences
gallatin
2000-11-01
1
-7
/
+7
*
The MI/MD split wasn't perfect and the MI files need hacks for the
obrien
2000-11-01
10
-26
/
+156
*
A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn
gallatin
2000-10-17
1
-1
/
+1
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-2
/
+2
*
Whitespace change: (near) KNF
marcel
2000-08-26
1
-649
/
+679
*
Fix bug in previous commit. We need to trim the limits to fit
marcel
2000-08-26
1
-0
/
+5
*
Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit
marcel
2000-08-26
1
-24
/
+45
*
Fix typo in license.
marcel
2000-08-25
5
-5
/
+5
*
Update include directives.
marcel
2000-08-22
3
-9
/
+7
*
Update include directives.
marcel
2000-08-22
1
-158
/
+6
*
Update include directives.
marcel
2000-08-22
1
-381
/
+5
*
Update include directives.
marcel
2000-08-22
2
-7
/
+7
*
Update include directives.
marcel
2000-08-22
1
-58
/
+15
*
Update include directives and remove linux_execve.
marcel
2000-08-22
1
-23
/
+3
*
Provide prototypes for functions used by MD code.
marcel
2000-08-22
2
-0
/
+87
*
Remove the only use of SCARG and perform dead code elimination.
marcel
2000-07-27
1
-4
/
+0
*
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
1
-20
/
+0
*
Implement pread and pwrite.
marcel
2000-07-17
1
-0
/
+28
*
Implement setfsuid and setfsgid. Implementation derived from patch
marcel
2000-07-16
1
-0
/
+20
*
Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaround
marcel
2000-07-15
1
-49
/
+7
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-3
/
+3
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-3
/
+3
*
Linux allows to mmap annonymous with a file descriptor passed, FreeBSD
cracauer
2000-06-15
1
-2
/
+10
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
3
-3
/
+0
*
Fix some style bugs. The long line is in a chunk of code that's
nsayer
2000-03-13
2
-16
/
+16
*
Fix bug in linux_wait4 and linux_waitpid where garbage in the status
marcel
2000-03-09
1
-0
/
+2
*
Implement Linux BLKGETSIZE ioctl, and open the door to implementing
nsayer
2000-03-09
2
-0
/
+42
*
Fix accept(2) behavior in that accepted sockets don't inherit the
marcel
2000-02-28
1
-1
/
+20
*
Avoid passing an uninitialized structure member to the real
nsayer
2000-02-01
1
-0
/
+1
*
Return Linux kernel version 2.2.12 by default. This is in line
marcel
2000-01-10
1
-1
/
+1
*
Convert the filesystem type returned in struct statfs by syscalls
marcel
2000-01-08
1
-2
/
+51
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
3
-1
/
+20
*
Remove unused includes.
marcel
1999-12-10
1
-2
/
+0
[next]