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
*
Detach the Rhine completely on shutdown, rather than merely stopping it
bms
2004-10-19
2
-6
/
+2
*
Support for dynamically loadable and unloadable protocols within existing pro...
andre
2004-10-19
4
-4
/
+325
*
Add a macro for the destruction of INP_INFO_LOCK's used by loadable modules.
andre
2004-10-19
1
-0
/
+1
*
Make comments more clear. Change the order of one if() statement to check the
andre
2004-10-19
1
-3
/
+8
*
Be more careful to only index valid IP protocols and be more verbose with
andre
2004-10-19
1
-2
/
+11
*
Return the unit number of a channel instead of a hardcoded '1' from
le
2004-10-19
1
-1
/
+1
*
Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumbo
scottl
2004-10-19
1
-2
/
+2
*
Use an alignment of 1 instead of PAGE_SIZE for the rx and tx buffer tags.
scottl
2004-10-19
1
-12
/
+2
*
fix (for me) the problems where if_de gets really slow after time
jmg
2004-10-18
2
-42
/
+0
*
Push acquisition of the accept mutex out of sofree() into the caller
rwatson
2004-10-18
19
-5
/
+33
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
14
-118
/
+62
*
Drop the NDIS lock before returning from ndis_start().
le
2004-10-18
1
-1
/
+3
*
Major overhaul.
glebius
2004-10-18
3
-361
/
+281
*
Annotate that get_cyclecount() can be expensive on some platforms,
rwatson
2004-10-18
1
-0
/
+4
*
Correct several instances where calls to vfs_getvfs() resulting in
rwatson
2004-10-18
1
-13
/
+61
*
Correct two errors in PG_BUSY management by vm_page_cowfault(). Both
alc
2004-10-18
1
-2
/
+1
*
Assert that the containing object is locked in vm_page_io_start() and
alc
2004-10-17
1
-0
/
+2
*
Use cluster if data >= MINCLSIZE.
glebius
2004-10-17
1
-1
/
+1
*
Remove unnecessary check for curthread == NULL.
alc
2004-10-17
1
-1
/
+1
*
When sf_buf_alloc() replaces a virtual-to-physical mapping, it needn't
alc
2004-10-16
1
-1
/
+15
*
Add support for the Vodafone Mobile Connect 3G datacard.
le
2004-10-16
2
-0
/
+6
*
If a process needs to be swapped in, wakeup the swapper from within
scottl
2004-10-16
3
-6
/
+10
*
Skip probe attempts for ISA PnP devices.
gibbs
2004-10-15
1
-1
/
+5
*
Make pty's always come up in echo mode.
phk
2004-10-15
3
-2
/
+3
*
Merged from sys/dev/sio/sio.c (Use generic tty code).
nyan
2004-10-15
2
-180
/
+90
*
document host_start_mem.
imp
2004-10-15
1
-0
/
+12
*
Polish the last change.
ru
2004-10-15
1
-5
/
+5
*
Re-add an acpi attachment for the legacy probe that was inadvertently
njl
2004-10-15
1
-0
/
+1
*
Remove unused variable.
njl
2004-10-15
2
-2
/
+0
*
Remove unused variable. Pointy hat candidate.
njl
2004-10-15
1
-1
/
+0
*
add missing ';' that didn't show up with INVARIANTS enabled
sam
2004-10-15
1
-1
/
+1
*
Plug possible memory leak in sound DMA buffer handling. It also
yongari
2004-10-15
1
-9
/
+24
*
Use a taskqueue rather than an swi to handle deferred notifications.
kan
2004-10-15
1
-25
/
+9
*
Move session state from on-card memory to host memory so we no longer are
sam
2004-10-15
2
-43
/
+46
*
Document hw.{pci,acpi}.host_start_mem
imp
2004-10-15
1
-0
/
+9
*
Let nexus print our flags for us. Also, clean up an obfuscated if stmt.
njl
2004-10-14
1
-10
/
+7
*
Print flags in the nexus for child devices.
njl
2004-10-14
3
-0
/
+6
*
Remove local hacks to set flags now that the device probe does this for us.
njl
2004-10-14
10
-31
/
+3
*
Add a missing newline character.
pjd
2004-10-14
1
-1
/
+2
*
Remove unused ttys field.
phk
2004-10-14
1
-1
/
+0
*
Add missing chunk of code to enforce the lock-bits of termios.
phk
2004-10-14
1
-1
/
+26
*
Update flags patch for the !ISA case.
njl
2004-10-14
1
-5
/
+14
*
Add missing flag to userland_sysctl()
phk
2004-10-14
1
-1
/
+1
*
Fix echo in console mode.
phk
2004-10-14
2
-21
/
+31
*
Ehh. Introduce a hack: Wait for 3 seconds, so GEOM is able to give us
pjd
2004-10-14
1
-0
/
+5
*
Only allow for unloading when there are no geoms in LABEL GEOM class.
pjd
2004-10-14
1
-1
/
+16
*
/me gets the wrong patch out of the pr :(
jmg
2004-10-14
1
-2
/
+2
*
Fix a spelling error in a panic string.
green
2004-10-14
1
-1
/
+1
*
Fix warnings on non-i386 arch.
simokawa
2004-10-14
1
-0
/
+2
*
Fix maybe_preempt_in_ksegrp for !SMP.
ups
2004-10-13
1
-7
/
+33
[next]