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
*
style(9): 'if' and 'while' need a space after them.
alfred
2002-05-04
1
-3
/
+3
*
Initialize time_second to 1 instead of zero to pacify slightly bogus arp code.
phk
2002-05-03
1
-6
/
+4
*
As malloc(9) and free(9) are now Giant-free, remove the Giant lock
tanimura
2002-05-03
4
-26
/
+7
*
Fix the lock order reversal between the sigio lock and a process/pgrp lock in
tanimura
2002-05-03
3
-2
/
+10
*
Retire makeobjops.pl - replaced by ../tools/makeobjops.awk.
peter
2002-05-02
1
-473
/
+0
*
As promised make the hack for sizeof(struct disklabel) on alpha annoying.
phk
2002-05-02
1
-3
/
+14
*
Convert devfs to nmount.
mux
2002-05-02
1
-1
/
+2
*
- Protect randompid and nprocs with the allproc_lock.
jhb
2002-05-02
1
-101
/
+122
*
- Reorder a few things so that when we lock the process at the end of
jhb
2002-05-02
1
-107
/
+118
*
- Reorder execve() so that it performs blocking operations before it
jhb
2002-05-02
2
-63
/
+74
*
Hide a pointer to the malloc_type bucket at the end of the freed memory. If
jeff
2002-05-02
1
-1
/
+19
*
malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the
jeff
2002-05-02
1
-1
/
+21
*
Remove the temporary alignment check in free().
jeff
2002-05-02
1
-6
/
+0
*
Redo the sigio locking.
alfred
2002-05-01
8
-62
/
+30
*
Cosmetic tweaks. Try and keep the style more consistent, catch some stray
peter
2002-05-01
2
-45
/
+43
*
kern_tc.c doesn't use <machine/psl.h>, and having this #include breaks
peter
2002-05-01
1
-2
/
+0
*
Remove this Perl script. There have been zero bug reports against
obrien
2002-05-01
1
-355
/
+0
*
Convert longs to u_longs in stats. This will hold off wrap arounds for a
jeff
2002-04-30
1
-1
/
+1
*
o Convert the vm_page buckets mutex to a spin lock. (This resolves
alc
2002-04-30
1
-0
/
+1
*
Brucifixion ? Yes, out that door, row on the left, one patch each.
phk
2002-04-30
1
-87
/
+101
*
These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module
dillon
2002-04-30
1
-21
/
+82
*
Add a new UMA debugging facility. This will overwrite freed memory with
jeff
2002-04-30
1
-2
/
+8
*
Move the implementation of M_ZERO into UMA so that it can be passed to
jeff
2002-04-30
1
-3
/
+0
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
3
-21
/
+24
*
Re-add the 16384 bucket also.
rwatson
2002-04-29
1
-0
/
+1
*
Revert a portion of kern_malloc.c:1.99, which (in addition to adding
rwatson
2002-04-29
1
-1
/
+3
*
Add a sysctl which disables the logging of console output.
dwmalone
2002-04-29
1
-0
/
+7
*
Fix indention which I did wrong in a previous commit.
asmodai
2002-04-29
1
-1
/
+1
*
Stylistic sweep through the timecounter code.
phk
2002-04-28
1
-142
/
+222
*
Don't screw up our uptime with historical dates.
phk
2002-04-28
1
-1
/
+1
*
Avoid the user-visible effect of setting SA_NOCLDWAIT when the
iedowse
2002-04-27
2
-6
/
+9
*
Finish fixing hints. Remember the use_kenv state for the next run.
peter
2002-04-27
1
-8
/
+10
*
Partial fix for hints
peter
2002-04-27
1
-2
/
+4
*
Remove a stale comment saying that the vnode lock must be the first
iedowse
2002-04-27
1
-3
/
+0
*
Fix the code fragment clobbered in my last commit.
tanimura
2002-04-27
2
-0
/
+4
*
Add a global sx sigio_lock to protect the pointer to the sigio object
tanimura
2002-04-27
3
-26
/
+140
*
Explain magic number.
phk
2002-04-27
1
-2
/
+15
*
Make the dummy timecounter actually tick or we will never get anyhere.
phk
2002-04-27
1
-1
/
+1
*
Whitespace bogon.
jhb
2002-04-27
1
-1
/
+1
*
Insert a semi-colon between label 'skip:' and the closing brace
marcel
2002-04-27
1
-0
/
+1
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Now that the private parts of timecounters are no longer being fingered
phk
2002-04-26
1
-143
/
+109
*
Hide the private parts of timecounter from a couple of places that don't
phk
2002-04-26
3
-9
/
+13
*
Simplify the RFC2783 and PPS_SYNC timestamp collection API.
phk
2002-04-26
1
-16
/
+37
*
Move the winding of timecounters out of hardclock and into a normal
phk
2002-04-26
2
-4
/
+39
*
Various cleanup and sorting of clock reading functions. Add the two
phk
2002-04-26
1
-71
/
+79
*
Rename tco_setscales() and tco_delta() to use the same tc_ prefix as
phk
2002-04-26
1
-11
/
+8
*
Remove the tc_update() function. Any frequency change to the
phk
2002-04-26
1
-6
/
+0
*
Test if rootvnode is NULL rather than if rootdev is NODEV when determining
brian
2002-04-26
1
-1
/
+1
*
Make sure that sockets undergoing accept filtering are aborted in a
silby
2002-04-26
3
-4
/
+15
[next]