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
/
ibcs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
4
-2
/
+17
*
Fix case where vnode could be unlocked twice. Untested; bug found by code
eivind
1999-11-14
1
-3
/
+5
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Avoid using the osig* syscalls.
marcel
1999-10-10
1
-21
/
+28
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
4
-45
/
+57
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
2
-12
/
+11
*
Regen after Id->FreeBSD
peter
1999-08-28
8
-8
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
20
-20
/
+20
*
Rename struct members sa_siginfo. POSIX reserves identifiers starting
cracauer
1999-07-06
2
-11
/
+11
*
Fix a couple of warnings and some bitrot in comments.
peter
1999-05-09
1
-4
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-4
/
+4
*
Suser() simplification:
phk
1999-04-27
3
-5
/
+5
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Add missing poatch for ibcs2_ipc.h as well.
guido
1999-02-09
1
-4
/
+14
*
1) Fix our view of how ibcs2_semid_ds looks. There is no padding int there
guido
1999-02-07
2
-13
/
+46
*
Can't use elf_brand_inuse() here because iBCS2 doesn't use ELF. D'oh!
newton
1999-02-04
1
-2
/
+14
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
8
-61
/
+61
*
Remove references to an LKM that isn't built any more.
peter
1999-01-17
2
-6
/
+4
*
Removed the cast to a pointer in the definition of PS_STRINGS and
bde
1998-12-16
1
-1
/
+1
*
Added 3 new errno values, requred by various standards: EOVERFLOW,
dt
1998-12-14
2
-3
/
+7
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
3
-22
/
+29
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+2
*
Don't define the module glue if building as an LKM, this happens to have
peter
1998-11-07
1
-1
/
+3
*
Create an 'ibcs2' module so that scripts can tell if it's statically
peter
1998-11-06
1
-1
/
+20
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-2
/
+2
*
Fixed two potentially serious classes of bugs:
dg
1998-10-13
1
-5
/
+5
*
Silence a harmless warning.
des
1998-09-26
1
-2
/
+2
*
Add provisions for variant core dump file formats, depending on the
jdp
1998-09-14
1
-2
/
+3
*
Removed unused includes. Fixed disordering of includes.
bde
1998-08-17
1
-8
/
+6
*
Backed out previous commit. The seconds part of microtime() is
bde
1998-08-17
1
-2
/
+2
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
2
-9
/
+12
*
Updated generated files.
bde
1998-06-09
3
-24
/
+0
*
Updated generated files.
bde
1998-06-08
2
-172
/
+172
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
9
-175
/
+203
*
Correct sleep priority.
dyson
1998-06-02
1
-2
/
+2
*
Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under
eivind
1998-04-28
1
-1
/
+2
*
Added EIDRM & ENOMSG errno in translation table.
sos
1998-04-13
1
-0
/
+2
*
Use getmicrotime insted of microtime, we only use the second part.
phk
1998-04-06
1
-2
/
+2
*
Make a kernel version of the timer* functions called timerval* to be
phk
1998-04-06
1
-2
/
+2
*
De-staticize enough to make all the LKMs work again. Add comments where
eivind
1998-02-11
1
-3
/
+3
*
Staticize.
eivind
1998-02-09
1
-6
/
+6
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+0
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-0
/
+2
*
Make SPX_HACK a new-style option.
eivind
1998-02-04
2
-2
/
+6
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+2
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
16
-415
/
+341
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-3
/
+3
*
Fixed type mismatches for functions with args of type vm_prot_t and/or
bde
1997-08-25
1
-8
/
+3
*
Added an XXX comment.
bde
1997-08-25
1
-1
/
+4
[next]