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
*
B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with
yar
2004-08-27
2
-4
/
+4
*
Fix the handling of "inflight" requests when doing reinit's.
sos
2004-08-27
4
-7
/
+35
*
Introduce g_alloc_bio() as a waiting variant of g_new_bio().
phk
2004-08-27
2
-3
/
+13
*
Set and reset the right bit for UDMA enable/disable on the ICH* chips.
sos
2004-08-27
1
-2
/
+2
*
Rearrange the call to disk_destroy.
sos
2004-08-27
1
-6
/
+6
*
Remove bogus vrele() call added in previous.
tjr
2004-08-27
1
-2
/
+0
*
Reintroduce slightly modified patch from kern/69964. Check for
kan
2004-08-27
1
-4
/
+11
*
When trying each linker class in turn with a preloaded module, exit
iedowse
2004-08-27
1
-3
/
+2
*
Add a new module information type MODINFOMD_SHDR that will be used
iedowse
2004-08-27
1
-0
/
+1
*
Always set the status and move a printf under bootverbose.
njl
2004-08-27
1
-5
/
+8
*
In conjunction with having boot0cfg(8) default boot0 to packet mode.
obrien
2004-08-27
1
-1
/
+1
*
When attaching a consumer from a volume to a plex, check if the
le
2004-08-26
1
-2
/
+21
*
If getting the current setting after modifying the link failed, we assume
njl
2004-08-26
1
-0
/
+1
*
Correct capitalization of DeLorme Publishing.
des
2004-08-26
1
-1
/
+1
*
Document how a standalone module can be built with divert(4) support.
ru
2004-08-26
1
-0
/
+4
*
Revert the last change to sys/modules/ipfw/Makefile and fix a
ru
2004-08-26
3
-6
/
+6
*
Improve the robustness of MSDOSFSMNT_KICONV handling:
tjr
2004-08-26
1
-12
/
+39
*
Skip providers with not defined sector size.
pjd
2004-08-26
5
-0
/
+15
*
Remove unnecessary check for curthread == NULL.
alc
2004-08-26
1
-1
/
+1
*
Add pmap locking to many of the functions.
alc
2004-08-26
4
-48
/
+147
*
Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probe
marius
2004-08-25
1
-4
/
+3
*
Don't hold the UNIX domain socket subsystem lock over the body of the
rwatson
2004-08-25
1
-8
/
+15
*
Remove code to initialize the lid state at boot. It interfered with lid
njl
2004-08-25
1
-29
/
+16
*
Log verification errors at level 1.
pjd
2004-08-25
1
-2
/
+6
*
Fix a bug in in_cksum_hdr w/o -O.
obrien
2004-08-25
1
-16
/
+14
*
Correct style nit in rev 1.17.
obrien
2004-08-25
1
-2
/
+2
*
Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() to
rwatson
2004-08-25
1
-1
/
+1
*
Dump disk number.
pjd
2004-08-25
1
-1
/
+2
*
Allocate memory when dumping pipes with M_WAITOK flag.
pjd
2004-08-25
1
-9
/
+33
*
Get a step closer to profiling the kernel by fixing the definitions
marcel
2004-08-25
1
-5
/
+5
*
Have the linker provide btext. It's used for profiling.
marcel
2004-08-25
1
-0
/
+1
*
Make profiling actually work. The gcc compiler emits a call to the
marcel
2004-08-25
4
-94
/
+85
*
if_dc includes locking, but that locking is disabled by a #ifdef
rwatson
2004-08-25
2
-2
/
+4
*
In nfs_timer(), pass curthread rather than &thread0 into the protocol
rwatson
2004-08-25
1
-4
/
+2
*
Correct the arguments to kern_sigaltstack() as they were reversed.
jhb
2004-08-24
2
-4
/
+4
*
Regenerate after fcntl() wrappers were marked MP safe.
jhb
2004-08-24
16
-22
/
+23
*
Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()
jhb
2004-08-24
10
-160
/
+92
*
Sii_reset needs to wait up to 1 second to get slow disks with it so
sos
2004-08-24
1
-1
/
+1
*
Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list().
njl
2004-08-24
2
-0
/
+20
*
sr(4) definately won't work on IA64.
obrien
2004-08-24
1
-1
/
+0
*
Be sure to always unlock the sx lock when exiting the sysctl function.
njl
2004-08-24
2
-2
/
+2
*
Always pick up giant before returning from an ioctl call.
sos
2004-08-24
1
-2
/
+4
*
Revert previous revision, 1.7, as removal of GIANT_REQUIRED was made
rwatson
2004-08-24
1
-0
/
+2
*
MT4 if_fwsubr.c:1.6:
rwatson
2004-08-24
1
-2
/
+0
*
Properly check malloc returns.
sos
2004-08-24
1
-10
/
+19
*
Fix a typo (attacked -> attached).
roam
2004-08-24
1
-1
/
+1
*
Conditional acquisition of socket buffer mutexes when testing socket
rwatson
2004-08-24
1
-35
/
+16
*
Set the description to NULL in the right detach routine. This should
imp
2004-08-24
1
-1
/
+1
*
Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD.
dwhite
2004-08-24
1
-1
/
+3
*
It is now an error to call pmap_unuse_pt without the paddr of the pde
peter
2004-08-24
1
-3
/
+1
[next]