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
*
Add 64bit addressing support to SiI 3132/3124
sos
2007-04-06
1
-0
/
+2
*
Remove debug gunk.
sos
2007-04-06
1
-1
/
+0
*
Add support for 64bit addressing to AHCI and Marvell controllers.
sos
2007-04-06
5
-15
/
+28
*
Sysctl description is not a format string, so one % is enough.
pjd
2007-04-06
1
-1
/
+1
*
MFi386: add libkern/memset.c
nyan
2007-04-06
1
-0
/
+1
*
sort.
nyan
2007-04-06
2
-2
/
+2
*
Use strcasecmp() from libkern.
pjd
2007-04-06
1
-4
/
+4
*
We have strcasecmp() in libkern now.
pjd
2007-04-06
4
-55
/
+3
*
make modules compile without updating etc
kmacy
2007-04-06
1
-1
/
+1
*
Be more conservative and compile libkern/memset.c only on architectures
kan
2007-04-06
4
-1
/
+4
*
Bump __FreeBSD_version on ZFS import.
pjd
2007-04-06
1
-1
/
+1
*
Connect ZFS to the build.
pjd
2007-04-06
1
-0
/
+4
*
If we've encountered unrecognized chipset don't access hardware
yongari
2007-04-06
1
-2
/
+2
*
Add Makefile for zfs.ko kernel module.
pjd
2007-04-06
1
-0
/
+87
*
Add ZFS-specific privileges.
pjd
2007-04-06
1
-0
/
+9
*
Please welcome ZFS - The last word in file systems.
pjd
2007-04-06
466
-0
/
+184754
*
Add local ptototype for memset function.
kan
2007-04-06
1
-0
/
+3
*
allprison mutex was converted to sx(9) lock.
pjd
2007-04-05
1
-1
/
+1
*
Implement functionality I called 'jail services'.
pjd
2007-04-05
2
-28
/
+263
*
Add trivial MI memset function implementation. GCC mandates the
kan
2007-04-05
2
-0
/
+38
*
Make prison_find() globally accessible.
pjd
2007-04-05
2
-2
/
+2
*
Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in
pjd
2007-04-05
3
-0
/
+15
*
Add security.jail.mount_allowed sysctl, which allows to mount and
pjd
2007-04-05
3
-0
/
+25
*
When KVA is exhausted, try the vm_lowmem event for the last time before
pjd
2007-04-05
1
-4
/
+14
*
Fix a problem for file systems that don't implement VOP_BMAP() operation.
pjd
2007-04-05
1
-0
/
+2
*
Hide lbolt under _SOLARIS_C_SOURCE in preparation for ZFS import.
pjd
2007-04-05
1
-0
/
+2
*
Add PCI IDs for the HP RMP3 serial port. This is often used as
marcel
2007-04-05
1
-0
/
+1
*
Remove extern struct pcb stoppcbs[] declaration from this file.
kan
2007-04-05
1
-2
/
+0
*
Whitespace nits.
des
2007-04-05
2
-4
/
+4
*
Fix mb_ctor_clust and mb_dtor_clust to reference the appropriate zone,
kmacy
2007-04-04
1
-29
/
+37
*
Add INP_INFO_UNLOCK_ASSERT() and use it in tcp_input(). Also add some
andre
2007-04-04
3
-0
/
+9
*
Move last tcpcb initialization for the inbound connection case from
andre
2007-04-04
3
-20
/
+7
*
Some local and style(9) cleanups.
andre
2007-04-04
2
-36
/
+41
*
Retire unused TCP_SACK_DEBUG.
andre
2007-04-04
8
-8
/
+0
*
In tcp_dooptions() skip over SACK options if it is a SYN segment.
andre
2007-04-04
2
-0
/
+4
*
Replace custom file descriptor array sleep lock constructed using a mutex
rwatson
2007-04-04
24
-345
/
+325
*
Use *_EMPTY macros when appropriate.
delphij
2007-04-04
4
-47
/
+47
*
Make DMA tags per-queue to facilate parallel mappings
kmacy
2007-04-04
2
-61
/
+110
*
m_extadd does not appear to do the right thing for the case of clusters
kmacy
2007-04-04
1
-0
/
+39
*
Include string.h for non-kernel builds to get proper memcpy prototype.
kan
2007-04-04
1
-0
/
+1
*
Include string.h for non-kernel builds to get proper strcpy, strlen
kan
2007-04-04
1
-0
/
+1
*
Do not assign result of (char *) cast to u_char * variable.
kan
2007-04-04
1
-1
/
+1
*
add helper functions for mapping size to zonez and types
kmacy
2007-04-04
1
-37
/
+63
*
fix typo
kmacy
2007-04-04
1
-1
/
+1
*
style fixes and make sure that the lock is treated as released in the sharers...
kmacy
2007-04-04
1
-4
/
+5
*
Fixes to sx for newsx - fix recursed case and move out of inline
kmacy
2007-04-03
2
-22
/
+37
*
move lock_profile calls out of the macros and into kern_mutex.c
kmacy
2007-04-03
2
-25
/
+27
*
Since we switched to using monatomically increasing timestamps,
julian
2007-04-03
1
-0
/
+9
*
skip call to _lock_profile_obtain_lock_success entirely if acquisition time i...
kmacy
2007-04-03
2
-16
/
+15
*
Add dl_iterate_phdr function prototype and corresponding dl_phdr_info
kan
2007-04-03
1
-1
/
+21
[next]