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
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
34
-124
/
+190
*
o Remove unnecessary jail() check in bpfopen() -- we limit device access
rwatson
2001-02-21
1
-3
/
+0
*
Ensure that RLIMIT_NPROC limits are at least 1 to avoid bad interaction
tegge
2001-02-20
1
-0
/
+4
*
Only call in_pcbnotify if the src port number != 0, as we
jesper
2001-02-20
3
-0
/
+41
*
Fix vinum for both devfs and non-devfs systems.
alfred
2001-02-20
2
-4
/
+11
*
Send a ICMP unreachable instead of dropping the packet silent, if we
jesper
2001-02-20
1
-1
/
+12
*
Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify
jesper
2001-02-20
1
-3
/
+1
*
forced commit to note that the last delta also reordered some code in
alfred
2001-02-20
1
-1
/
+1
*
Take a shot at making vinum devfs aware.
alfred
2001-02-20
4
-19
/
+57
*
This patch corrects two problems with the rate limiting code
mckusick
2001-02-20
1
-4
/
+9
*
- In the KTR_EXTEND case, use a const char * to point to the passed in
jhb
2001-02-20
2
-14
/
+11
*
Typo fixes: prefered -> preferred
kris
2001-02-20
1
-1
/
+1
*
- Add a new ithread_schedule() function to do the bulk of the work of
jhb
2001-02-20
5
-190
/
+120
*
Better detection of duplicated initialization.
simokawa
2001-02-20
1
-2
/
+8
*
- Axe unused macros used by BSD/OS in assembly for KTR tracing.
jhb
2001-02-20
1
-7
/
+1
*
- Abolish the 'show ktr_first' and 'show ktr_next' commands.
jhb
2001-02-20
1
-40
/
+38
*
This time really fix the machine/lock.h thing. This time don't fool make
peter
2001-02-20
1
-1
/
+4
*
Back out a controverial commit.
obrien
2001-02-20
1
-1
/
+1
*
Preserve alignment of first mbuf in m_copypacket.
luigi
2001-02-20
1
-0
/
+4
*
MFS: rev 1.28.2.2 - Support GCC 3.0.
obrien
2001-02-20
1
-1
/
+1
*
- Don't call clear_resched() in userret(), instead, clear the resched flag
jhb
2001-02-20
25
-131
/
+18
*
Take luigi's suggestion and move the check for nothing to do to before the
imp
2001-02-20
2
-10
/
+8
*
Add DC_UNLOCK before first return. This caused returns when dc was on
imp
2001-02-20
2
-2
/
+6
*
Regen
gallatin
2001-02-20
3
-13
/
+13
*
Sort out the umount breakage introduced in the last 2 revisions.
gallatin
2001-02-20
1
-4
/
+4
*
Correct IPv4 option processing.
kris
2001-02-20
2
-2
/
+22
*
Hook up the linux module for alpha again.
jlemon
2001-02-20
1
-3
/
+3
*
Regenerate.
jlemon
2001-02-20
3
-15
/
+10
*
Fix duplicate linux_mount definition
jlemon
2001-02-20
1
-4
/
+4
*
Move linux to i386 only until it gets fixed for alpha (again).
mjacob
2001-02-19
1
-3
/
+3
*
Back out rev 1.92
peter
2001-02-19
1
-1
/
+0
*
Change default devfs permissions to the ones in MAKEDEV.
n_hibma
2001-02-19
1
-2
/
+2
*
Removed all traces of T_ASTFLT (except for gaps where it was). It became
bde
2001-02-19
6
-6
/
+3
*
Fixed a longstanding latency bug in signal delivery. When a signal
bde
2001-02-19
1
-6
/
+2
*
Use ttymalloc() instead of roll-our-own.
peter
2001-02-19
1
-14
/
+1
*
Changed the aston() family to operate on a specified process instead of
bde
2001-02-19
9
-20
/
+24
*
Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare
bde
2001-02-19
7
-38
/
+7
*
"Fix" the machine/lock.h problem in modules depend with a sledge hammer.
peter
2001-02-18
1
-0
/
+1
*
Set the interrupt-harvesting bit for those hardware items that I
markm
2001-02-18
3
-3
/
+3
*
Insert entropy harvesting calls for network traffic. By
markm
2001-02-18
2
-0
/
+8
*
Allow the superuser to prefent all interrupt harvesting on
markm
2001-02-18
2
-2
/
+2
*
Provide the infrastructure for sysadmins to select the broad class
markm
2001-02-18
3
-1
/
+27
*
Encapselate midi_info, nmidi and nsynth into midi.c.
tanimura
2001-02-18
10
-176
/
+128
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
18
-34
/
+113
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
11
-14
/
+14
*
Preceed/preceeding are not english words. Use precede or preceding.
asmodai
2001-02-18
12
-14
/
+14
*
Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify
phk
2001-02-18
5
-41
/
+123
*
Remove a debug printf.
phk
2001-02-18
1
-3
/
+1
*
Add a check in the interrupt service routine to return quickly in
luigi
2001-02-18
2
-2
/
+8
*
remove unused data structure definition, and corresponding macro into*()
luigi
2001-02-18
1
-10
/
+0
[next]