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
*
Change protocol switch pru_abort() API so that it returns void rather
rwatson
2006-04-01
29
-100
/
+124
*
Add comment to accept1() that it should use getsock() instead of fgetsock()
rwatson
2006-04-01
1
-0
/
+3
*
Mark fgetsock() and fputsock() as depcrecated: callers should rely on
rwatson
2006-04-01
1
-2
/
+8
*
Add a comment describing SS_PROTOREF in detail. This will eventually be
rwatson
2006-04-01
1
-0
/
+7
*
Assert so->so_pcb is NULL in sodealloc() -- the protocol state should not
rwatson
2006-04-01
1
-0
/
+2
*
Add a somewhat sizable comment documenting the semantics of various kernel
rwatson
2006-04-01
1
-0
/
+57
*
Fix some of the previus changes 'better'.
mjacob
2006-04-01
5
-842
/
+970
*
Build the scc(4) module with EBus and SBus attachments for sparc64
marcel
2006-04-01
1
-2
/
+8
*
Add the MacIO attachment for scc(4).
marcel
2006-04-01
1
-0
/
+1
*
Add a MacIO bus attachment. The Z8530 as present in the Mac needs
marcel
2006-04-01
7
-18
/
+101
*
- Busy the filesystem in nfs_statfs to prevent us from creating a new
jeff
2006-04-01
1
-1
/
+7
*
- Add an assert to vgone. It is illegal to call vgone without a reference
jeff
2006-03-31
1
-3
/
+0
*
- When there are dangling vnodes at unmount print them before we panic.
jeff
2006-03-31
1
-1
/
+6
*
- Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without this
jeff
2006-03-31
1
-0
/
+3
*
Add kbdmux(4) to GENERIC on amd64
emax
2006-03-31
1
-0
/
+2
*
Fix cut-n-paste braino in previous commit: s/puc/scc/g
marcel
2006-03-31
1
-1
/
+1
*
Remove the USB keyboard hack now that KBDMUX is enabled by default. Allow
scottl
2006-03-31
1
-11
/
+1
*
Add kbdmux(4) to GENERIC
emax
2006-03-31
1
-0
/
+2
*
Add a DRIVER_MODULE declaration for fhc(4) as this attachement is
marcel
2006-03-31
1
-0
/
+1
*
MEGA Fixes / Cleanup
ariff
2006-03-31
1
-300
/
+239
*
- Increase snddev refcount earlier while accessing through sysctl interface
ariff
2006-03-31
1
-27
/
+34
*
Make the ATAPI sense data accessible when using the ioctl interface
sos
2006-03-31
8
-93
/
+107
*
- Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().
jeff
2006-03-31
7
-31
/
+62
*
- Hold a reference from the time vfs_busy starts until vfs_unbusy is
jeff
2006-03-31
1
-3
/
+9
*
- GETWRITEMOUNT now returns a referenced mountpoint to prevent its
jeff
2006-03-31
1
-1
/
+15
*
- Allocate mounts from a uma zone that uses UMA_ZONE_NOFREE to prevent
jeff
2006-03-31
1
-8
/
+32
*
- Define mnt_startzero and mnt_endzero as a range that excludes mnt_mtx
jeff
2006-03-31
1
-2
/
+4
*
- LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead.
jeff
2006-03-31
1
-1
/
+2
*
- Add the B_NEEDSGIANT flag which is only set if the vnode that owns a buf
jeff
2006-03-31
3
-17
/
+39
*
Build uart(4) on PowerPC.
marcel
2006-03-31
1
-2
/
+1
*
Allow uart(4) to be built on PowerPC.
marcel
2006-03-31
2
-0
/
+55
*
Add a dummy implementation of bus_space_map().
marcel
2006-03-31
1
-3
/
+9
*
fixup error handling in taskqueue_start_threads: check for kthread_create
sam
2006-03-30
1
-11
/
+20
*
Include the sbus attachment of scc(1) when either fhc(4) or sbus(4)
marcel
2006-03-30
1
-1
/
+1
*
Revert to using acpi_max_threads instead of the hardcoded value of '3'.
scottl
2006-03-30
1
-1
/
+2
*
Fix more stack corruptions on amd64.
bz
2006-03-30
2
-19
/
+11
*
Revert previous change, as I fixed MD5(9).
pjd
2006-03-30
1
-6
/
+2
*
Fix a panic on sparc64 related to inproper aligment - we cannot assume,
pjd
2006-03-30
1
-7
/
+13
*
When we attach to either a SAB82532 or a Z8530, print a notice
marcel
2006-03-30
2
-0
/
+4
*
Add scc(4).
marcel
2006-03-30
1
-2
/
+2
*
o Add scc(4) to the build.
marcel
2006-03-30
4
-5
/
+20
*
Add support for scc(4).
marcel
2006-03-30
6
-82
/
+191
*
Add scc(4), a driver for serial communications controllers. These
marcel
2006-03-30
11
-0
/
+1541
*
o Don't make the SER_INT_* defines visible to userland. They
marcel
2006-03-30
1
-0
/
+7
*
Style fix.
jhb
2006-03-30
1
-7
/
+6
*
md_hash field in g_eli_metadata structure is not 4 byte aligned, which
pjd
2006-03-30
1
-2
/
+6
*
Protect from creating striped and RAID5 plexes with unequally sized
le
2006-03-30
5
-68
/
+112
*
- 'ndisks' variable is not boolean, so compare it with a value.
pjd
2006-03-30
1
-1
/
+1
*
Add IFF_NEEDSGIANT to kernel PPP support. I have no idea why this wasn't
rwatson
2006-03-30
1
-1
/
+1
*
regen for 32bit System V shared memory
ps
2006-03-30
4
-7
/
+13
[next]