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
*
Add a filesystem driver for the Universal Disk Format. For more info,
scottl
2002-04-14
5
-1
/
+7
*
Fix a witness warning when expanding a hash table. We were allocating the new
jeff
2002-04-14
1
-38
/
+79
*
Protect the initial list traversal in sysctl_vm_zone() with the uma_mtx.
jeff
2002-04-14
1
-0
/
+2
*
Fix the play / record rate setting so that it actually works.
jhay
2002-04-14
1
-3
/
+8
*
Use VOP_GETVOBJECT instead of accessing the member directly. This fixed
jeff
2002-04-14
1
-1
/
+1
*
Modernize SCM ID.
obrien
2002-04-14
1
-4
/
+1
*
Dotting the i-s:
marcel
2002-04-14
2
-18
/
+28
*
Regen
alc
2002-04-14
5
-6
/
+6
*
Remove the requirement that Giant be held around sigreturn().
alc
2002-04-14
1
-1
/
+1
*
Allow a kernel to be compiled with both SKI and acpica and still
peter
2002-04-14
2
-2
/
+15
*
Remove stale XXX comment.
jhb
2002-04-14
1
-1
/
+0
*
o Use aiocblist::fd_file in the AIO threads rather than recomputing
alc
2002-04-14
1
-45
/
+3
*
Fix the calculation that determines uz_maxpages. It was off for large zones.
jeff
2002-04-14
2
-28
/
+53
*
Add comment that sigreturn() is MPSAFE.
alc
2002-04-13
2
-0
/
+5
*
- Change killpg1()'s first argument to be a thread instead of a process so
jhb
2002-04-13
1
-36
/
+22
*
- Change donice() to take a thread as the first argument instead of a
jhb
2002-04-13
1
-37
/
+40
*
- Change procfs_control()'s first argument to be a thread pointer instead
jhb
2002-04-13
1
-47
/
+32
*
Lock the target process for p_candebug().
jhb
2002-04-13
1
-3
/
+4
*
Lock the target process in procfs_doproc*regs() for p_candebug and while
jhb
2002-04-13
3
-9
/
+23
*
Rework logic of syscalls that modify process credentials as described in
jhb
2002-04-13
3
-29
/
+55
*
- p_cansee() needs the target process locked.
jhb
2002-04-13
2
-35
/
+32
*
- Change the algorithms of the syscalls to modify process credentials to
jhb
2002-04-13
1
-83
/
+137
*
- Change the first argument of ktrcanset(), ktrsetchildren(), and ktrops()
jhb
2002-04-13
1
-32
/
+57
*
Turn on TGA support.
obrien
2002-04-13
13
-29
/
+102
*
Quiet GCC 3.1 warning.
obrien
2002-04-13
1
-1
/
+1
*
If the receiver runs out of space for an received frame in the internal
phk
2002-04-13
2
-22
/
+8
*
Use pmap_extract() instead of pmap_kextract() to retrieve the physical
tmm
2002-04-13
1
-1
/
+2
*
o Remove vm_map_growstack() and useracc() from sendsig(). Copyout() and
alc
2002-04-13
1
-20
/
+5
*
Check write permissions before creating anything.
bp
2002-04-13
1
-0
/
+3
*
Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.
asmodai
2002-04-13
1
-2
/
+3
*
Fix an edge case wrt membase, but more changes needed
imp
2002-04-13
1
-1
/
+1
*
Restore NetBSD copyrights that shouldn't have been removed in the first place.
imp
2002-04-13
2
-0
/
+60
*
Back out the last revision - it does not work correctly when one of
tmm
2002-04-13
1
-17
/
+6
*
Rework ptrace(2) to be more locking friendly. We do any needed copyin()'s
jhb
2002-04-12
1
-86
/
+114
*
Do not use pmap_kextract() to find out the physical address of a user
tmm
2002-04-12
1
-6
/
+17
*
Include <sys/cdefs.h> for definition of __BSD_VISIBLE.
mike
2002-04-12
3
-0
/
+3
*
Unbreak this as well.
ru
2002-04-12
1
-1
/
+1
*
Add a couble more Promise chip ID's.
sos
2002-04-12
1
-1
/
+2
*
Initialise ar.cflg, which contains the IA-32 registers cr0 and cr4. Since
dfr
2002-04-12
2
-0
/
+14
*
Print extra information in printtrap() if the interrupted state was for
dfr
2002-04-12
1
-7
/
+12
*
Fix definition of va_start: We don't need to take the address of
marcel
2002-04-12
1
-1
/
+1
*
Forgot to commit this when I committed the rest of the hostap stuff.
imp
2002-04-12
1
-0
/
+1
*
After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,
imp
2002-04-12
1
-10
/
+2
*
Add hostap 802.11 media type.
imp
2002-04-12
1
-0
/
+2
*
-DWI_HOSTAP no longer needed
imp
2002-04-12
1
-1
/
+1
*
unifdef -DWI_HOSTAP, like OpenBSD does
imp
2002-04-12
5
-56
/
+5
*
ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.
alfred
2002-04-12
1
-0
/
+2
*
Really fix uniprocessor on IA64. Note to self: do not use variables before
peter
2002-04-12
1
-1
/
+1
*
Replace the original host WEP implementation with the one in OpenBSD
imp
2002-04-12
2
-146
/
+130
*
Fix corner case where m_len was not being initialized.
hsu
2002-04-12
1
-1
/
+3
[next]