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
*
Simplify sf_buf_alloc().
alc
2004-03-14
1
-2
/
+1
*
Make the process_exit eventhandler run without Giant. Add Giant hooks
peter
2004-03-14
6
-6
/
+7
*
Move the process_fork event out from under Giant. This one is easy,
peter
2004-03-14
2
-2
/
+8
*
Compare spppq to NULL instead of using spppq as a boolean.
rwatson
2004-03-14
1
-2
/
+2
*
Fix some style bugs in previous commit.
trhodes
2004-03-14
2
-7
/
+6
*
Define AF_ARP/PF_ARP.
mdodd
2004-03-14
1
-1
/
+3
*
De-register.
mdodd
2004-03-14
1
-22
/
+22
*
Allow swap-backed devices to run without Giant.
alc
2004-03-14
1
-3
/
+1
*
Regen for mpsafe kse_create()
peter
2004-03-13
5
-6
/
+6
*
Push Giant down a little further:
peter
2004-03-13
7
-29
/
+14
*
Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.
peter
2004-03-13
1
-109
/
+0
*
MFp4: comment out options that don't exist so that they cannot be
peter
2004-03-13
2
-9
/
+6
*
Diff reduction with current. Correct comment about ed etc.
peter
2004-03-13
1
-4
/
+4
*
Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a common
peter
2004-03-13
16
-266
/
+22
*
Drastically clean up the legacy host-pci bridge table. We don't need
peter
2004-03-13
1
-208
/
+5
*
MFi386: nuke pci_cfgintr
peter
2004-03-13
2
-23
/
+1
*
Reduce the scope of the Giant lock being held for non-mpsafe syscalls.
peter
2004-03-13
1
-14
/
+6
*
Recognise the 82845G AGP bridge, and poke it appropriately at
peadar
2004-03-13
2
-0
/
+10
*
Now that contigfree() does not require Giant, don't grab it in busdma.
scottl
2004-03-13
6
-12
/
+0
*
Add support for the Epson Perfection 1670 scanner.
tjr
2004-03-13
1
-0
/
+1
*
Regen
tjr
2004-03-13
2
-2
/
+9
*
Add EPSON Perfection 1670 scanner.
tjr
2004-03-13
1
-0
/
+1
*
Remove GIANT_REQUIRED from contigfree().
alc
2004-03-13
1
-1
/
+1
*
Constify interactive_ports, as its value is static, and therefore doesn't
rwatson
2004-03-13
1
-1
/
+1
*
Add annotations to mtx_lock(&Giant) in kern_select() and poll() that
rwatson
2004-03-13
1
-0
/
+8
*
Remove stale (unused) unit variables from if_tun and if_tap softc's.
rwatson
2004-03-13
2
-3
/
+0
*
Constify iso88025_broadcastaddr to make it clear no explicit
rwatson
2004-03-13
1
-3
/
+3
*
Const-poison atmulticastaddr, which should be read but not modified.
rwatson
2004-03-13
1
-9
/
+9
*
Align the offset in vn_rdwr_inchunks() so that at most the first and
bde
2004-03-13
1
-1
/
+11
*
Don't allow interfaces to be renamed to the empty string.
brooks
2004-03-13
1
-2
/
+4
*
Remove if_withname. It came in with the KAME import, but never got
brooks
2004-03-13
2
-27
/
+0
*
Fixed some English usage errors.
bde
2004-03-13
1
-7
/
+7
*
Fixed description of cx device. Use similar wording for ctau device
bde
2004-03-13
1
-4
/
+5
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
42
-144
/
+460
*
This are the build infrastructure changes to allow to use the
trhodes
2004-03-12
5
-7
/
+69
*
Do what the execve(2) manpage says and enforce what a Strictly
ru
2004-03-12
1
-1
/
+2
*
Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the root
brooks
2004-03-12
1
-11
/
+37
*
This is a temporary fix to solve a regression issue on sparc64 that
kensmith
2004-03-12
1
-0
/
+4
*
- Remove old sleep queues.
jhb
2004-03-12
4
-17
/
+5
*
Fixup a comment.
jhb
2004-03-12
1
-1
/
+1
*
Add if_ndis_pci.c and if_ndis_pccard.c so that building the NDISulator
wpaul
2004-03-12
1
-5
/
+8
*
Don't set ifp->if_output to ether_output(), since ether_ifattach()
mux
2004-03-12
1
-1
/
+0
*
Replace a manual check of a VMIO candidate with vn_canvmio(). This
des
2004-03-12
1
-2
/
+3
*
Fix copy&paste-o.
phk
2004-03-12
1
-1
/
+1
*
Part 2 of rev 1.68. Update comment to match reality now that vm_endcopy
peter
2004-03-12
1
-1
/
+1
*
When I was a kid my work table was one cluttered mess an cleaning it up
phk
2004-03-11
5
-24
/
+47
*
Properly vector all bwrite() and BUF_WRITE() calls through the same path
phk
2004-03-11
12
-48
/
+56
*
Remove unused mnt_reservedvnlist field.
phk
2004-03-11
4
-10
/
+0
*
Remove unused second arg to vfinddev().
phk
2004-03-11
8
-18
/
+25
*
Properly count references of our dev_t to avoid triggering a KASSERT in
le
2004-03-11
2
-0
/
+4
[next]