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
*
part of a greater patch set..
julian
2002-07-14
1
-1
/
+1
*
Thinking about it I came to the conclusion that the KSE states were incorrectly
julian
2002-07-14
8
-161
/
+17
*
oops, state cannot be two different values at once..
julian
2002-07-14
1
-1
/
+1
*
o Lock some page queue accesses, in particular, those by vm_page_unwire().
alc
2002-07-13
1
-1
/
+6
*
Remove incorrect comment about now corrected manpage.
alfred
2002-07-13
1
-1
/
+0
*
Lock accesses to the page queues.
alc
2002-07-13
1
-0
/
+2
*
o Lock accesses to the page queues.
alc
2002-07-13
1
-0
/
+11
*
- Change chroot_refuse_vdir_fds() to require that the passed in struct
jhb
2002-07-13
2
-32
/
+36
*
We don't need to clear oldcred here since newcred is not NULL yet.
jhb
2002-07-13
1
-3
/
+1
*
Lock accesses to the page queues by sendfile() and friends.
alc
2002-07-13
1
-0
/
+8
*
Re-enable the idle page-zeroing code. Remove all IPIs from the idle
dillon
2002-07-12
1
-0
/
+7
*
also set the KSE state for the idle KSE/thread case.
julian
2002-07-12
1
-2
/
+2
*
Set the thread state of the newly chosen to run thread to TDS_RUNNING in
jhb
2002-07-12
1
-2
/
+1
*
Lock accesses to the page queues.
alc
2002-07-12
1
-0
/
+4
*
Fix ptrace(PT_READ_*, ...) for non-little-endian architectures where
tmm
2002-07-12
1
-3
/
+5
*
Revive backed out pmap related changes from Feb 2002. The highlights are:
peter
2002-07-12
1
-0
/
+3
*
regen for freebsd4_sendfile(2) compat.
alfred
2002-07-12
2
-4
/
+12
*
Create a bug-for-bug FreeBSD4 compatible version of sendfile and move the
alfred
2002-07-12
2
-5
/
+41
*
Introduce syscall.master option 'COMPAT4' which allows one to wrap
alfred
2002-07-12
1
-18
/
+64
*
Fix compilation with ENABLE_VFS_IOOPT turned on and ZERO_COPY_SOCKETS
ken
2002-07-12
1
-16
/
+11
*
Remove debugging code that I originally only wanted to be there for a couple ...
julian
2002-07-11
1
-23
/
+2
*
Add a missing newline during panic printf's for SMP systems that don't
jhb
2002-07-11
1
-0
/
+2
*
o Lock accesses to the page queues.
alc
2002-07-11
1
-1
/
+6
*
Revert removal of cred_free_thread(): It is used to ensure that a thread's
mini
2002-07-11
3
-0
/
+19
*
Open accounting file for appending, not general writing.
johan
2002-07-10
1
-7
/
+8
*
Replace the global buffer hash table with per-vnode splay trees using a
dillon
2002-07-10
3
-96
/
+263
*
Don't slow every syscall and trap by doing locks and stuff if the
julian
2002-07-10
1
-3
/
+7
*
Rearrange the code so that it checks whether the file is something
truckman
2002-07-10
1
-9
/
+8
*
Remove vfs_stdmount() and vfs_stdunmount(). They are not
mux
2002-07-09
1
-20
/
+0
*
- Use the new vop_lookup_{pre,post} instead of simpler locking specification.
jeff
2002-07-09
1
-2
/
+4
*
- Use standard locking functions in syncer's opv
jeff
2002-07-09
2
-9
/
+50
*
Fix a minor whitespace style nit that broke 'grep ^uuidgen'.
jhb
2002-07-09
1
-1
/
+2
*
Add a VFS_START() call in vfs_mountroot_try() for the sake
mux
2002-07-08
1
-1
/
+2
*
Fixed some printf format errors (one new one reported by gcc and 3 nearby
bde
2002-07-08
1
-2
/
+2
*
Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/
peter
2002-07-07
3
-2
/
+123
*
- Require locks for getattr. At some point this could only require shared
jeff
2002-07-07
1
-3
/
+1
*
- Delay unlocking a vnode in linker_hints_lookup until we're actually done
jeff
2002-07-07
1
-5
/
+4
*
Make this compile on 64 bit platforms
peter
2002-07-07
2
-8
/
+8
*
- Don't hold the vn lock while calling VOP_CLOSE in vclean().
jeff
2002-07-07
1
-6
/
+10
*
- BUF_REFCNT() seems to be the preferred method for verifying a locked buf.
jeff
2002-07-07
1
-3
/
+9
*
Add two asserts that prove & document getblk and geteblk's behavior of
jeff
2002-07-07
1
-0
/
+2
*
Fix a mistake in my last commit. Don't grab an extra reference to the object
jeff
2002-07-06
2
-4
/
+1
*
Fixup uses of GETVOBJECT.
jeff
2002-07-06
2
-15
/
+14
*
make this repect ps_sigintr if there is a pre-existing signal
julian
2002-07-06
1
-1
/
+0
*
Clean up execve locking:
jeff
2002-07-06
3
-5
/
+20
*
- Disable original vop_strategy lock specification.
jeff
2002-07-06
1
-1
/
+2
*
- Add vop_strategy_pre to validate VOP_STRATEGY locking.
jeff
2002-07-06
1
-0
/
+16
*
Use the new #! directive for vop_rename. Leave the old lock specification
jeff
2002-07-06
1
-4
/
+5
*
Add "vop_rename_pre" to do pre rename lock verification. This is enabled only
jeff
2002-07-06
1
-1
/
+20
*
Fix at least one of the things wrong with signals
julian
2002-07-06
1
-6
/
+9
[next]