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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove COMPAT_IBCS2 option.
swallace
1995-10-23
1
-17
/
+8
*
Fix a sign extension bug that was unleashed by the previous change.
bde
1995-10-23
1
-3
/
+9
*
Simplify the pseudo-argument removal changes by not optimizing for
bde
1995-10-23
2
-246
/
+199
*
Interface change for the VOP_GETPAGES -- missed in previous commits.
dyson
1995-10-23
1
-1
/
+4
*
Moved the filesystem read-only check out of the syscalls and into the
dg
1995-10-22
4
-149
/
+66
*
Start including <sys/sysproto.h> to get the correct args structs and
bde
1995-10-21
3
-53
/
+109
*
Avoid overflow in calcru(). Fixes PR 788.
bde
1995-10-21
1
-2
/
+2
*
Killed a few gratuitous #include's.
dg
1995-10-21
3
-8
/
+4
*
If we clear the B_CACHE flag because a buffer isn't composed fully of
dyson
1995-10-19
1
-3
/
+3
*
Implement SA_NODEFER sa_flag for sigaction():
swallace
1995-10-19
1
-3
/
+12
*
Improve clock accuracy by accounting for late/missed clock interrupts
wollman
1995-10-12
3
-9
/
+9
*
Remove the '1' from getpeername1 and getsockname1 when NOT COMPAT_OLDSOCK.
swallace
1995-10-11
1
-2
/
+2
*
Remove the ugly COMPAT_IBCS2 hack to hide a return value through
swallace
1995-10-10
1
-29
/
+1
*
Fix tracing of syscalls. The previous fix required the undocumented
bde
1995-10-09
1
-47
/
+48
*
Work-around a problem in the clustering code on non-VMIO buffers. The
dyson
1995-10-09
1
-2
/
+3
*
Remove prototype definitions from <sys/systm.h>.
swallace
1995-10-08
10
-18
/
+76
*
Fix misc formatting errors in makesyscalls.sh.
swallace
1995-10-07
2
-26
/
+29
*
Remove compat_43 psuedo-argument hack, and replace with a better hack.
swallace
1995-10-07
2
-122
/
+135
*
Remake generated files to reflect makesyscalls.sh changes
swallace
1995-10-07
2
-28
/
+22
*
Add new functionality to makesyscalls.sh:
swallace
1995-10-07
2
-305
/
+500
*
A little hack to avoid a 64bit divide. Can go away if Gcc ever learns to
phk
1995-10-06
1
-1
/
+6
*
fix REALLY STUPID bug/typo
julian
1995-10-04
1
-6
/
+6
*
Submitted by: Juergen Lock <nox@jelal.hb.north.de>
julian
1995-10-04
1
-3
/
+35
*
add the file kern_conf.c so it can be compiled in when needed
julian
1995-10-04
1
-1
/
+38
*
actually compiles.. (previous commit was to just get it into the tree)
julian
1995-10-02
1
-5
/
+9
*
Obtained from: well it has a relationship with the LKM code..
julian
1995-10-02
1
-0
/
+79
*
Two critical bugfixes:
dg
1995-10-01
1
-61
/
+61
*
These changes fix a bug in the clustering code that I made worse when adding
dyson
1995-09-23
2
-10
/
+71
*
Update machine-generated files.
bde
1995-09-19
2
-432
/
+205
*
Oops. Avoid literal $Id in an awk string to stop cvs from substituting it.
bde
1995-09-19
1
-3
/
+3
*
Generate prototypes for syscall-implementing functions. Put them in
bde
1995-09-19
3
-71
/
+106
*
Don't clear the session pointer in ptcclose(). It must be left alone
bde
1995-09-19
1
-2
/
+1
*
Remove transitory labelling code. Labels are now handled by essentially
bde
1995-09-16
2
-290
/
+19
*
Generate prototypes for VOP functions. I decided to keep the old-style
bde
1995-09-11
2
-2
/
+52
*
Make pcvt and syscons live in the same kernel. If both are enabled, then
bde
1995-09-10
2
-3
/
+84
*
cons.c:
bde
1995-09-10
1
-19
/
+39
*
Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in rev
bde
1995-09-10
1
-2
/
+3
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
19
-98
/
+98
*
Fix my copyright.
dg
1995-09-08
2
-4
/
+4
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
4
-12
/
+23
*
Removed unused local variable from shutdown_nice()
nate
1995-09-06
1
-3
/
+1
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
5
-8
/
+33
*
VOP_BMAP will eventually need an additional argument, but not yet. This
dyson
1995-09-03
1
-3
/
+3
*
Improvements to the cluster code, minor vfs_bio efficiency:
dyson
1995-09-03
2
-106
/
+205
*
devfs changes..
julian
1995-09-03
2
-3
/
+16
*
Increase the size of the pipe buffer as denoted by PIPSIZ from
dyson
1995-08-31
1
-2
/
+4
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
3
-34
/
+12
*
Fix benign type mismatch in a sysinit function arg.
bde
1995-08-30
2
-4
/
+4
*
Fix benign type mismatches and nested extern declarations in new sysinit
bde
1995-08-29
1
-4
/
+19
*
kmstartup had the wrong type and unnecessarily external linkage for a
bde
1995-08-29
1
-9
/
+5
[next]