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
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
6
-13
/
+13
*
Duh. These have been sitting in my tree since I committed this stuff.
julian
2000-11-20
4
-0
/
+116
*
Merged from sys/i386/i386/machdep.c revision 1.421.
kato
2000-11-20
2
-0
/
+4
*
More aggressively rate limit the growth of soft dependency structures
mckusick
2000-11-20
1
-33
/
+21
*
Accept filters broke kernels compiled without options INET.
alfred
2000-11-20
2
-7
/
+20
*
o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE.
rwatson
2000-11-20
1
-0
/
+3
*
o Export nchstats ("VFS cache effectiveness statistics") using
rwatson
2000-11-20
1
-0
/
+4
*
o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT.
rwatson
2000-11-20
1
-0
/
+3
*
Disable calling timeout() when doing bio. It was causing more prolems than
scottl
2000-11-19
1
-2
/
+8
*
Make sbcompress use the new M_WRITABLE macro. Previously sbcompress
dwmalone
2000-11-19
2
-4
/
+8
*
Convert various calls to splhigh() to disable_intr() since splhigh() is
dfr
2000-11-19
8
-28
/
+34
*
We don't need <stddef.h> for offsetof() any more.
dfr
2000-11-19
2
-4
/
+0
*
- Protect the callout wheel with a separate spin mutex, callout_lock.
jake
2000-11-19
11
-20
/
+50
*
Implement a low-memory deadlock solution.
dillon
2000-11-18
14
-185
/
+315
*
Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped().
dillon
2000-11-18
1
-0
/
+3
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
17
-245
/
+1789
*
Further use of M_ZERO.
dwmalone
2000-11-18
5
-13
/
+7
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
23
-66
/
+36
*
Fix a braino ..
sos
2000-11-18
1
-1
/
+1
*
do not blindly assume 8khz is supported on open(). try for 8khz but respect
cg
2000-11-18
1
-3
/
+6
*
Use vop_defaultop() instead of ntfs_bypass().
bp
2000-11-18
2
-4
/
+12
*
Release sched_lock very briefly to give interrupts a chance to fire if we
jhb
2000-11-18
1
-0
/
+2
*
Don't attempt to cluster write buffers where the VMIO flag isn't set.
tegge
2000-11-17
1
-1
/
+2
*
Make sure we don't cross stripe boundaries when reviving striped plexes.
des
2000-11-17
1
-4
/
+6
*
Fix the `make -jX' (X>1) breakage.
obrien
2000-11-17
5
-45
/
+55
*
- Split the run queue and sleep queue linkage, so that a process
jake
2000-11-17
12
-18
/
+22
*
- Change extra sanity checks in cpu_switch() to be conditional on INVARIANTS
jhb
2000-11-17
3
-93
/
+9
*
mdoc(7) police: use certified section headers wherever possible.
ru
2000-11-17
1
-1
/
+1
*
The default kernel filename is "kernel" again, not "kernel.ko".
msmith
2000-11-17
1
-1
/
+1
*
Add the 'gdt' and 'gdtd' devices for the ICP Vortex RAID controller family.
msmith
2000-11-17
1
-0
/
+2
*
Go back to using data_len in struct ngpppoe_init_data after discussions
brian
2000-11-16
5
-89
/
+146
*
The recent changes to msleep() and mawait() resulted in timeout() and
jhb
2000-11-16
1
-1
/
+16
*
When checking the device code in the probe routine, leave the chip in
wpaul
2000-11-16
1
-3
/
+22
*
Add kernel option NETGRAPH_ONE2MANY.
archie
2000-11-16
4
-0
/
+4
*
vx is now optional rather than taking a count. Reflect that in the
imp
2000-11-16
1
-2
/
+2
*
Put the probe verboseness behind bootverbose
sos
2000-11-16
1
-11
/
+15
*
New netgraph node type ng_one2many(4).
archie
2000-11-16
3
-0
/
+640
*
Don't release and acquire Giant in mi_switch(). Instead, release and
jhb
2000-11-16
12
-133
/
+39
*
remove redundant declaration of bsd_to_linux_sigset()
gallatin
2000-11-16
1
-1
/
+0
*
fix glaring bugs in rt signals -- copyout the right signal mask in
gallatin
2000-11-16
1
-2
/
+3
*
Argh, add in a missing release of the sched_lock.
jhb
2000-11-16
1
-0
/
+1
*
CURSIG() calls functions that acquire sleep mutexes, so it is not a good
jhb
2000-11-16
1
-3
/
+12
*
Use the linux_connect() on alpha rather than passing directly through
gallatin
2000-11-16
2
-2
/
+11
*
make the fcntl() flags match what the linux/alpha port uses, not
gallatin
2000-11-16
1
-9
/
+11
*
- Rename await() to mawait(). mawait() is to await() as msleep() is to
jhb
2000-11-15
2
-15
/
+29
*
- Replace a KASSERT() that knew too much about mutex internals with a
jhb
2000-11-15
1
-2
/
+1
*
- Convert references from tsleep() -> msleep()
jhb
2000-11-15
1
-9
/
+9
*
- Add a new macro DROP_GIANT_NOSWITCH() that is similar to DROP_GIANT()
jhb
2000-11-15
1
-6
/
+32
*
Include the right headers to get the DDB #define and the db_active variable.
jhb
2000-11-15
3
-0
/
+9
*
- Replace some instances of sched_ithd with sched_swi in KTR tracepoints.
jhb
2000-11-15
1
-2
/
+3
[next]