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
...
*
Don't release and acquire Giant in mi_switch(). Instead, release and
jhb
2000-11-16
12
-133
/
+39
*
remove redundant declaration of bsd_to_linux_sigset()
gallatin
2000-11-16
1
-1
/
+0
*
fix glaring bugs in rt signals -- copyout the right signal mask in
gallatin
2000-11-16
1
-2
/
+3
*
Argh, add in a missing release of the sched_lock.
jhb
2000-11-16
1
-0
/
+1
*
CURSIG() calls functions that acquire sleep mutexes, so it is not a good
jhb
2000-11-16
1
-3
/
+12
*
Use the linux_connect() on alpha rather than passing directly through
gallatin
2000-11-16
2
-2
/
+11
*
make the fcntl() flags match what the linux/alpha port uses, not
gallatin
2000-11-16
1
-9
/
+11
*
- Rename await() to mawait(). mawait() is to await() as msleep() is to
jhb
2000-11-15
2
-15
/
+29
*
- Replace a KASSERT() that knew too much about mutex internals with a
jhb
2000-11-15
1
-2
/
+1
*
- Convert references from tsleep() -> msleep()
jhb
2000-11-15
1
-9
/
+9
*
- Add a new macro DROP_GIANT_NOSWITCH() that is similar to DROP_GIANT()
jhb
2000-11-15
1
-6
/
+32
*
Include the right headers to get the DDB #define and the db_active variable.
jhb
2000-11-15
3
-0
/
+9
*
- Replace some instances of sched_ithd with sched_swi in KTR tracepoints.
jhb
2000-11-15
1
-2
/
+3
*
Assert that Giant is not owned during the main loop of ithd_loop().
jhb
2000-11-15
2
-0
/
+2
*
Declare the 'witness_spin_check' properly as a per-CPU variable in the
jhb
2000-11-15
4
-12
/
+1
*
Don't perform witness checks in witness_enter() during a panic.
jhb
2000-11-15
3
-3
/
+3
*
Add the 'witness_spin_check' per-CPU variable.
jhb
2000-11-15
6
-0
/
+6
*
- Don't acquire/release Giant during an interrupt context for machine
jhb
2000-11-15
1
-10
/
+1
*
Make ktr_verbose a bit more useful:
jhb
2000-11-15
1
-0
/
+5
*
Bug fix for revision 1.14 on the replacement of CIRCLEQ with TAILQ.
mckusick
2000-11-15
1
-6
/
+4
*
Fix all the interrupt enabled/disabled assertions which were backwards.
jhb
2000-11-15
2
-12
/
+12
*
Don't perform an mi_switch() when we release Giant during cpu_exit(). We
jhb
2000-11-15
4
-4
/
+8
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-15
1
-35
/
+34
*
vx no longer uses pci compat shims and this doesn't need a count
imp
2000-11-15
2
-2
/
+2
*
MFGENERIC: 1.291
imp
2000-11-15
1
-0
/
+6
*
Add pmtimer device, necessary for proper time keeping when apm or
imp
2000-11-15
2
-0
/
+4
*
remove period from SEE ALSO.
ben
2000-11-15
1
-1
/
+1
*
Set OPEN Flag on open.
n_hibma
2000-11-15
1
-3
/
+11
*
Enable all interrupts in switch_trampoline after releasing the sched_lock.
jhb
2000-11-15
1
-0
/
+2
*
Always enable interrupts during fork_trampoline() after releasing the
jhb
2000-11-14
3
-0
/
+9
*
Don't use the Gawkism strftime(). Pass in the date stamp on the awk
obrien
2000-11-14
2
-2
/
+3
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-14
3
-40
/
+33
*
Add support for the Accton EN2242 MiniPCI adapter. This is just an
wpaul
2000-11-14
4
-0
/
+8
*
Only hold the mutex for an eventhandler list while the list is being accessed.
jhb
2000-11-14
1
-3
/
+5
*
Use Fx macro wherever possible.
ru
2000-11-14
2
-2
/
+6
*
When deleting a file, the ordering of events imposed by soft updates
mckusick
2000-11-14
1
-15
/
+18
*
Pick up kernelname for bootinfo structure (if possible), otherwise
mjacob
2000-11-14
1
-5
/
+13
*
init booted_kernel from environment kernelname (if there)
mjacob
2000-11-14
1
-0
/
+6
*
move init of booted_kernel to bootinfo.c
mjacob
2000-11-14
1
-4
/
+2
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-14
14
-54
/
+47
*
Missed conversion of CIRCLEQ => TAILQ for mount list.
mckusick
2000-11-14
2
-2
/
+2
*
Proper capitalization of PCMCIA (and avoid matching pcm)
jkh
2000-11-14
2
-2
/
+2
*
In the year 2000, I think it's perfectly reasonable to include audio
jkh
2000-11-14
4
-0
/
+14
*
Close PR# 21843 and PR# 21864. This adds support for WEP and updates some
wpaul
2000-11-13
3
-12
/
+121
*
Make linux_sendsig and linux_sigreturn use all 64 bits of a
gallatin
2000-11-13
2
-5
/
+56
*
Fix a bug with handling of the saved interrupt state for spin mutexes in
jhb
2000-11-13
2
-4
/
+4
*
Initialize bus_space_handle_t with zero (for PC-98).
nyan
2000-11-13
4
-8
/
+8
*
Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIO
marcel
2000-11-13
1
-5
/
+19
*
Classify all EISA cards with major firmware revions '2' as 742As.
gibbs
2000-11-13
3
-3
/
+22
*
Don't attempt to reference a NULL scb_data area during teardown events
gibbs
2000-11-13
1
-0
/
+2
[prev]
[next]