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
*
We don't need to hold Giant to create the worker kthread.
phk
2004-02-07
1
-2
/
+0
*
Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock().
wpaul
2004-02-07
1
-1
/
+1
*
Remove the use of AACQ_COMPLETE here since there is no longer a completion
scottl
2004-02-07
1
-3
/
+0
*
I guess nobody has needed to use the SVR4olator to create device
phk
2004-02-07
1
-2
/
+2
*
Do some small cleanups to comments and remove AACQ_COMPLETE definitions since
scottl
2004-02-07
4
-9
/
+5
*
MFi386: Removed -elf and duplicate -ffreestanding.
ru
2004-02-07
4
-9
/
+3
*
- Removed -elf which is not a valid gcc(1) option anymore.
ru
2004-02-07
5
-9
/
+3
*
Generate .depend file.
ru
2004-02-07
2
-0
/
+4
*
MFi386: Cleanups to sys/boot makefiles.
nyan
2004-02-07
9
-104
/
+70
*
Style: use the defined() expression explicitly.
ru
2004-02-07
1
-3
/
+3
*
Remove the hack of lowering AAC_MAX_FIB now that the root cause of the
scottl
2004-02-07
1
-1
/
+1
*
If a command has to be deferred because there are no more resources for it
scottl
2004-02-07
1
-9
/
+11
*
swp_pager_async_iodone() no longer requires Giant. Modify bufdone()
alc
2004-02-07
2
-4
/
+0
*
Untangle building of AMD64 boot code.
ru
2004-02-07
7
-28
/
+13
*
Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772
wpaul
2004-02-07
6
-101
/
+1212
*
Checkpoint of work in progress in cleaning up target mode. It actually
mjacob
2004-02-07
1
-16
/
+92
*
add a count for inotifies as well as atios.
mjacob
2004-02-07
1
-0
/
+1
*
Reverse role defines for initiator and target mode to better match the
mjacob
2004-02-07
1
-4
/
+6
*
Add case to handle ISPCTL_GET_PDB.
mjacob
2004-02-07
1
-0
/
+9
*
If we're defined to have a default role for target mode, make it
mjacob
2004-02-07
1
-5
/
+4
*
Change role defines so that they better match class 3 service parameters.
mjacob
2004-02-07
1
-3
/
+4
*
Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in the
scottl
2004-02-07
1
-1
/
+1
*
- Broaden the scope of locking in aac_command_thread() again to catch some
scottl
2004-02-07
1
-11
/
+17
*
Add an #ifdef _KERNEL so that this file can be used from userland.
scottl
2004-02-07
2
-2
/
+4
*
Allow decreasing access count even if there is no disk anymore.
pjd
2004-02-06
1
-3
/
+11
*
Fix memory leak.
le
2004-02-06
1
-1
/
+1
*
First round of cleanups to sys/boot/ makefiles:
ru
2004-02-06
12
-249
/
+186
*
Reduce the inline limit from 20000 to 8000 after the previous changes
peter
2004-02-06
1
-1
/
+1
*
Remove the badsw* INVARIANTS checks. The events that this attempts
peter
2004-02-06
1
-96
/
+10
*
Regen.
jhb
2004-02-06
7
-52
/
+52
*
Sync up MP safe flags with global syscalls.master. This includes write(),
jhb
2004-02-06
1
-16
/
+16
*
Sync up MP safe flags with global syscalls.master. This includes read(),
jhb
2004-02-06
1
-29
/
+29
*
Make all ACPI debug layers unique again. This makes debugging a more
philip
2004-02-06
1
-6
/
+6
*
- Convert the plimit lock to a pool mutex lock.
jhb
2004-02-06
2
-15
/
+9
*
- Correct the translation of old rlimit values to properly handle the old
jhb
2004-02-06
1
-21
/
+28
*
A few more style fixes from Bruce including a few I missed last time.
jhb
2004-02-06
2
-20
/
+13
*
MFNetBSD:
sanpei
2004-02-06
1
-2
/
+9
*
Inherit BINDIR from a parent Makefile.inc.
ru
2004-02-06
8
-7
/
+2
*
Only include ../Makefile.inc once in loader/Makefile.
ru
2004-02-06
2
-5
/
+2
*
Commit simple workarounf for the "LiteOn" hang on boot problem.
sos
2004-02-06
1
-0
/
+1
*
Turn of ath since it causes a link failure without the hal till sam's
peter
2004-02-06
1
-1
/
+1
*
Make LINT compile on amd64
peter
2004-02-06
1
-2
/
+2
*
Make this compile on amd64.
peter
2004-02-06
1
-6
/
+6
*
must convert protocol to sa type when preparing a DELETE message
sam
2004-02-05
1
-1
/
+7
*
Attempt to clean up the emu10k1-alsa.h stuff so that config doesn't
peter
2004-02-05
3
-11
/
+27
*
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
ru
2004-02-05
1
-2
/
+2
*
Added missing DPADD.
ru
2004-02-05
1
-0
/
+1
*
Always set a process' state to normal when it is fully constructed in
jhb
2004-02-05
2
-6
/
+9
*
- A lot of style and whitespace fixes.
jhb
2004-02-05
2
-70
/
+63
*
Correct a reference counting bug in shmat(2). If vm_map_find(9)
nectar
2004-02-05
1
-0
/
+1
[next]