This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
i386
/
linux
History
Bruce Evans
bda2a3af25
Fixed some style bugs in the removal of __P(()). Continuation lines
...
were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
2002-03-24 04:09:05 +00:00
..
imgact_linux.c
Remove __P.
2002-03-20 07:51:46 +00:00
linux_dummy.c
Implement linux_chown and linux_lchown. The fchown syscall maps
2001-10-16 06:15:36 +00:00
linux_genassym.c
Round of cleanups and enhancements. These include (in random order):
2001-09-08 19:07:04 +00:00
linux_locore.s
Remove the leading underscore from all symbols defined in x86 asm
2001-02-25 06:29:04 +00:00
linux_machdep.c
Fix format warning.
2002-02-27 23:21:46 +00:00
linux_proto.h
Remove __P.
2002-03-20 07:51:46 +00:00
linux_syscall.h
Implement linux_chown and linux_lchown. The fchown syscall maps
2001-10-16 06:15:36 +00:00
linux_sysent.c
Implement linux_chown and linux_lchown. The fchown syscall maps
2001-10-16 06:15:36 +00:00
linux_sysvec.c
Fixed some style bugs in the removal of __P(()). Continuation lines
2002-03-24 04:09:05 +00:00
linux.h
In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux
2001-10-15 20:06:34 +00:00
Makefile
Make the target a little bit more generic.
2000-11-01 08:47:34 +00:00
syscalls.conf
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
syscalls.master
o Change prototype of linux_lchown and linux_chown so that the
2001-10-16 06:11:11 +00:00