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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate.
rwatson
2006-09-17
2
-3
/
+3
*
AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack().
rwatson
2006-09-17
1
-1
/
+1
*
Expore kern.acct_configured, a sysctl that reflects the configured/
rwatson
2006-09-17
1
-0
/
+7
*
Fix for a potential bug caught by Coverity. Pointed out to me by Kris Kennaway.
mohans
2006-09-14
1
-1
/
+2
*
Fixes up the handling of shared vnode lock lookups in the NFS client,
mohans
2006-09-13
1
-7
/
+23
*
Introduce a spinlock for synchronizing access to the video output hardware
scottl
2006-09-13
1
-0
/
+1
*
Back out one of the Giant removals from revision 1.272. Giant was not here to
csjp
2006-09-13
1
-2
/
+2
*
Fix a lock leak in an error case.
pjd
2006-09-13
1
-1
/
+1
*
- Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().
jhb
2006-09-11
1
-1
/
+1
*
Add a default method for BUS_ADD_CHILD() that just calls
jhb
2006-09-11
2
-1
/
+8
*
- Fix rman_manage_region() to be a lot more intelligent. It now checks
jhb
2006-09-11
1
-3
/
+41
*
New sockets created by incoming connections into listen sockets should
andre
2006-09-10
1
-1
/
+4
*
Fix locking race in ttymodem(). The locking of the proctree happens too late
mbr
2006-09-10
1
-2
/
+2
*
Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl:
rwatson
2006-09-09
1
-3
/
+0
*
Use sysctl_handle_long() instead of duplicating it's logic for
jhb
2006-09-06
1
-8
/
+4
*
Remove call to fdfree() for the AIO daemons to prevent kernel panics
mp
2006-09-06
1
-6
/
+0
*
Merge all code of do_lock_normal, do_lock_pi and do_lock_pp into
davidxu
2006-09-05
1
-120
/
+52
*
Add 'show vnode <addr>' DDB command.
pjd
2006-09-04
1
-2
/
+18
*
Regenerate for updated audit event identifiers.
rwatson
2006-09-03
2
-11
/
+11
*
Assign proper audit event identifiers to a number of system calls not
rwatson
2006-09-03
1
-9
/
+10
*
Regenerate.
rwatson
2006-09-03
2
-3
/
+3
*
Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME.
rwatson
2006-09-03
1
-1
/
+1
*
add a newbus method for obtaining the bus's bus_dma_tag_t... This is
jmg
2006-09-03
2
-0
/
+44
*
Check if it is root user in do_unlock_pp.
davidxu
2006-09-03
1
-2
/
+4
*
Make sure we get new m_owner value if we can not unlock it in
davidxu
2006-09-02
1
-8
/
+12
*
Audit the argv and env vectors passed in on exec:
wsalamon
2006-09-01
1
-0
/
+9
*
Reorder some statments. Fix typo and remove stale comments.
davidxu
2006-08-30
1
-20
/
+16
*
Update comments about interrupted mutex locking.
davidxu
2006-08-28
1
-12
/
+5
*
Regenerate.
davidxu
2006-08-28
3
-5
/
+9
*
This is initial version of POSIX priority mutex support, a new userland
davidxu
2006-08-28
3
-191
/
+1717
*
Fix another bug introduced with rev. 1.204; in vfs_donmount() if
marius
2006-08-26
1
-2
/
+1
*
The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in
ssouhlal
2006-08-26
1
-1
/
+1
*
Fix comment.
pjd
2006-08-25
1
-1
/
+1
*
Same as previous change, the user provided priority should be reversed
davidxu
2006-08-25
1
-2
/
+2
*
Initialize kg_base_user_pri.
davidxu
2006-08-25
1
-0
/
+1
*
Add user priority loaning code to support priority propagation for
davidxu
2006-08-25
4
-8
/
+179
*
Fix a bug introduced with rev. 1.204; in vfs_donmount() use
marius
2006-08-24
1
-5
/
+4
*
POSIX requires that higher numerical values for the priority represent
davidxu
2006-08-23
1
-39
/
+39
*
Fix a signedness bug.
cperciva
2006-08-20
1
-1
/
+1
*
Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.
gnn
2006-08-18
1
-2
/
+2
*
Grab two syscall numbers. One is used to emulate functionality that linux
peter
2006-08-16
1
-0
/
+2
*
Swap the names "sem_exithook" and "sem_exechook" in the previous commit to
cperciva
2006-08-16
1
-4
/
+4
*
Add a new 'show sleepchain' ddb command similar to 'show lockchain' except
jhb
2006-08-15
3
-1
/
+149
*
- When spinning on a spin lock, if the debugger is active or we are in a
jhb
2006-08-15
1
-6
/
+12
*
Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
jhb
2006-08-15
2
-3
/
+3
*
Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h that
jhb
2006-08-15
1
-4
/
+9
*
- Use NOSTD rather than NOIMPL for nfssvc() to match other syscalls
jhb
2006-08-15
1
-1
/
+1
*
Rename 'show lockchain' to 'show locktree' and 'show threadchain' to
jhb
2006-08-15
1
-5
/
+9
*
Add a 'show lockmgr' command that dumps the relevant details of a lockmgr
jhb
2006-08-15
1
-0
/
+32
*
- Change process_exec function handlers prototype to include struct
netchild
2006-08-15
5
-7
/
+31
[next]