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
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation
jkh
1998-06-02
1
-9
/
+13
*
s/nanoruntime/nanouptime/g
phk
1998-05-17
1
-2
/
+2
*
Make a kernel version of the timer* functions called timerval* to be
phk
1998-04-06
1
-9
/
+9
*
Use microruntime() rather than doing it by hand.
phk
1998-04-04
1
-3
/
+2
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-5
/
+5
*
The linux chown syscall is more like lchown, a new chown syscall that
peter
1998-03-29
1
-1
/
+22
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+2
*
Removed redundant test against MAXDSIZ (the rlimit test is stronger).
bde
1998-02-25
1
-3
/
+3
*
In the words of the submitter:
msmith
1998-02-07
1
-2
/
+62
*
Changed `inline' to `__inline' so that this file can be compiled by
bde
1998-02-03
1
-3
/
+3
*
sigh....forgot to update the DEBUG printf
jmb
1998-01-05
1
-3
/
+3
*
length argument to truncate() in linux emulation
jmb
1998-01-05
1
-1
/
+2
*
Make hidden COMPAT_43 dependencies explict. Options in headers is a
eivind
1997-12-16
1
-1
/
+3
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-2
/
+6
*
As described by the submitter:
msmith
1997-12-15
1
-1
/
+54
*
As described by the submitter:
msmith
1997-12-14
1
-2
/
+147
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
Added support for linux sound ioctls:
ahasty
1997-11-17
1
-2
/
+18
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
7
-293
/
+291
*
Securelevel and formatting fixes, and trapframe simplification.
kato
1997-10-30
1
-10
/
+9
*
Implement linux_iopl and linux_nice.
kato
1997-10-29
1
-1
/
+31
*
Implement linux_semop, linux_semget and linux_semctl.
kato
1997-10-28
1
-4
/
+136
*
Update for changes in the callout interface.
gibbs
1997-09-21
1
-3
/
+4
*
Moved include files which are independent of bs driver.
kato
1997-08-28
1
-0
/
+64
*
Ops the arguments to copyin was in the wrong order..
sos
1997-08-10
1
-2
/
+2
*
Removed unused #includes.
bde
1997-07-20
5
-22
/
+5
*
Make this thing actually compile.
dfr
1997-06-02
1
-2
/
+2
*
Oops, remove some bogus debugging code that crept in with the last commit.
msmith
1997-06-02
1
-10
/
+1
*
Add support for the SIOCGIFHWADDR ioctl, commonly used by
msmith
1997-06-02
1
-1
/
+44
*
Always include PROT_READ for Linux mmap operations.
msmith
1997-04-28
1
-2
/
+2
*
Remove dependancy on UFS' DIRBLKSIZ definition.
dfr
1997-04-06
1
-6
/
+2
*
Fix linux_getdents so that it can cope with filesystems which translate
dfr
1997-04-05
1
-10
/
+46
*
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
bde
1997-04-01
1
-2
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 3: include
bde
1997-03-24
1
-3
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
3
-6
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
2
-3
/
+4
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
9
-9
/
+9
*
Make this compile again after the Lite2 merge.
mpp
1997-02-10
2
-5
/
+4
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
2
-4
/
+4
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
9
-9
/
+9
*
Fixed lseek() on named pipes. It always succeeded but should always fail.
bde
1996-12-19
1
-1
/
+2
*
Add IP_OPTIONS and the multicast-related setsockopts to the
fenner
1996-12-03
1
-1
/
+14
*
Add audio mixer ioctls.
smpatel
1996-11-05
1
-1
/
+73
*
Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'
bde
1996-09-03
1
-4
/
+3
*
Fix memory leak bug in the path parsing code which never released it's
nate
1996-08-05
1
-6
/
+10
*
Removed unused #include. Linux doesn't support SCO consoles.
bde
1996-06-23
1
-2
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
3
-10
/
+6
*
First pass at cleaning up macros relating to pages, clusters and all that.
phk
1996-05-02
1
-3
/
+3
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-4
/
+1
[next]