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
*
Updated a doubly stale comment about signotify(). Fixed a nearby long line.
bde
2002-04-05
1
-4
/
+5
*
Increase the size of the register stack storage on ia64 from 32K to 2MB so
peter
2002-04-05
1
-1
/
+7
*
Add a generic implementation of inittodr() and resettodr(), as well as
tmm
2002-04-04
3
-0
/
+676
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
23
-38
/
+38
*
Change mtx_init() to now take an extra argument. The third argument is
jhb
2002-04-04
2
-16
/
+22
*
Set the lock type equal to the lock name for now as all of the current
jhb
2002-04-04
1
-1
/
+1
*
Add a new char * pointer lo_type to struct lock_object that is used to
jhb
2002-04-04
1
-19
/
+28
*
Delete the bogus d_boot[01] fields from struct disklabel.
phk
2002-04-04
1
-0
/
+14
*
Moved signal handling and rescheduling from userret() to ast() so that
bde
2002-04-04
2
-25
/
+71
*
Optimized the check for unmasked pending signals in CURSIG() using a new
bde
2002-04-04
1
-8
/
+2
*
o aio_process needn't fhold()/fdrop() the fp now that _aio_aqueue() and
alc
2002-04-04
1
-13
/
+6
*
Avoid a lock order reversal by dropping the eventhandler_mutex earlier.
alfred
2002-04-04
1
-2
/
+1
*
- Axe a stale comment. We haven't allowed the ucred pointer passed to
jhb
2002-04-03
1
-9
/
+2
*
Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount().
mux
2002-04-03
2
-0
/
+4
*
Dike out a highly insecure UCONSOLE option.
ru
2002-04-03
1
-4
/
+14
*
brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL case
dillon
2002-04-03
1
-5
/
+2
*
Revert to open hashing. It makes the code simpler, and works farily well
des
2002-04-02
2
-32
/
+20
*
- Move the MI mutexes sched_lock and Giant from being declared in the
jhb
2002-04-02
2
-0
/
+54
*
Spelling police.
jhb
2002-04-02
2
-2
/
+2
*
Enforce an implicit lock order of sleepable locks before non-sleepable
jhb
2002-04-02
1
-1
/
+12
*
- Add a mutex to lock the global securelevel value.
arr
2002-04-02
1
-1
/
+9
*
Fix leakage of p_pgrp lock.
tanimura
2002-04-02
2
-1
/
+5
*
Explicitly document how we implicitly enforce the lock order of sleep
jhb
2002-04-02
1
-0
/
+5
*
- Add MTX_SYSINIT and SX_SYSINIT as macro glue for allowing sx and mtx
arr
2002-04-02
3
-0
/
+30
*
Instead of get_cyclecount(9), use nanotime(9) to record acquisition and
des
2002-04-02
2
-38
/
+56
*
Retire the bogus ioctl DIOCGPART in toto.
phk
2002-04-02
1
-8
/
+0
*
Don't compile the dummy dumpsys for ia64.
marcel
2002-04-02
1
-1
/
+1
*
Update comment regarding the locking of the sysctl tree.
rwatson
2002-04-02
1
-10
/
+10
*
Use sx locks instead of flags+tsleep locks.
alfred
2002-04-02
1
-31
/
+11
*
Use sx locks rather than lockmgr locks for eventhandlers.
alfred
2002-04-02
1
-5
/
+6
*
Mutex profiling code, conditional on the MUTEX_PROFILING option. Adds the
des
2002-04-02
2
-4
/
+318
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
3
-0
/
+3
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
25
-138
/
+119
*
Whitespace only change: use ANSI function declarations instead of K&R.
jhb
2002-04-01
1
-130
/
+46
*
Extend a hack to also hack around PC98's definition of __i386__
phk
2002-04-01
1
-1
/
+1
*
Fix style bug in previous commit.
jhb
2002-04-01
1
-1
/
+1
*
ktr changes to improve performance and make writing a userland utility to
jake
2002-04-01
1
-70
/
+47
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
3
-194
/
+50
*
Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE for
phk
2002-03-31
1
-0
/
+13
*
Keep the reference to the file acquired in _aio_aqueue() until the operation
alc
2002-03-31
1
-3
/
+7
*
Close some holes with p->p_args by NULL'ing out the p->p_args pointer
alfred
2002-03-31
2
-4
/
+14
*
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
phk
2002-03-31
3
-0
/
+3
*
Add a local proc *p in exec_new_vmspace() to avoid repeated dereferencing
alc
2002-03-31
1
-6
/
+7
*
Fixed handling of short reads in readdisklabel() and writedisklabel().
bde
2002-03-30
1
-0
/
+6
*
Nuke CV_DEBUG in favour of INVARIANTS.
dan
2002-03-30
1
-1
/
+1
*
Style fixes purposefully left out of last commit. I checked the kse tree
jake
2002-03-29
1
-43
/
+43
*
Remove abuse of intr_disable/restore in MI code by moving the loop in ast()
jake
2002-03-29
1
-13
/
+1
*
The description of fd_mtx is "filedesc structure."
tanimura
2002-03-29
2
-3
/
+3
*
Add resource_list_add_next() which returns the RID for the resource added.
mdodd
2002-03-29
1
-0
/
+13
*
To remove nested include of sys/lock.h and sys/mutex.h from sys/proc.h
alfred
2002-03-28
1
-0
/
+44
[next]