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
...
*
fix style.. Return in the kernel always has () around the arguments.
julian
2002-09-19
1
-1
/
+1
*
Compiler was correct:
julian
2002-09-19
1
-1
/
+1
*
move wl (isa wavelan card, not "wi") to i386-only
peter
2002-09-19
2
-7
/
+6
*
move "profile 2" to i386
peter
2002-09-19
2
-4
/
+4
*
move ncv, nsp, stg to i386-only section (there is no pc98-specific version)
peter
2002-09-19
2
-9
/
+14
*
Move dgb to the i386 section
peter
2002-09-19
2
-11
/
+11
*
If M_PKTHDR is set then we don't need to do a loop to find the total length.
darrenr
2002-09-19
1
-0
/
+3
*
Regen for added syscalls.
alfred
2002-09-19
8
-3
/
+94
*
Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.
alfred
2002-09-19
10
-4
/
+195
*
Bring in my implementation of kernel support for posix realtime semaphores
alfred
2002-09-18
1
-0
/
+835
*
Remove un-needed stack variable 'ops'.
rwatson
2002-09-18
9
-27
/
+18
*
style nit: unsigned -> u_int in the kernel, particularly to
bmilekic
2002-09-18
1
-11
/
+11
*
more style fixes: 'unsigned' should be 'u_int' in this file.
bmilekic
2002-09-18
1
-2
/
+2
*
Clarify comment to "Code borrowed from if_fxp.c" to deal with running
ambrisko
2002-09-18
1
-1
/
+1
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
15
-150
/
+32
*
style fixes to mbuf.h
bmilekic
2002-09-18
1
-16
/
+15
*
Optimize the way we call BPF a tiny bit: If we chop the ether-header off
phk
2002-09-18
1
-8
/
+7
*
Use m_length() instead of home-rolled.
phk
2002-09-18
1
-4
/
+3
*
Use m_length() instead of home-rolled versions.
phk
2002-09-18
8
-81
/
+30
*
Use m_fixhdr() rather than roll our own.
phk
2002-09-18
1
-6
/
+2
*
Make m_length() and m_fixhdr() return unsigned.
phk
2002-09-18
2
-6
/
+6
*
Introduce the m_length() function which will return the accumulated
phk
2002-09-18
2
-6
/
+20
*
Add missing #include <sys/mbuf.h>
phk
2002-09-18
1
-0
/
+1
*
Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.
phk
2002-09-18
4
-16
/
+15
*
Always open file in the DENYNONE mode and let the server to decide what is
bp
2002-09-18
1
-5
/
+15
*
Add support for the VIA 8235.
sos
2002-09-18
2
-2
/
+5
*
Implement additional SMB calls to allow proper update of file size as some
bp
2002-09-18
4
-3
/
+239
*
- Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.
jeff
2002-09-18
6
-125
/
+110
*
Permit an empty username which is useful for browsing.
bp
2002-09-18
1
-0
/
+4
*
Increase send/receive queue to accomodate large readx/writex requests.
bp
2002-09-18
2
-22
/
+78
*
Restore status register A of RTC at resume time.
iwasaki
2002-09-18
5
-0
/
+5
*
Implement C99's va_copy() macro.
mike
2002-09-18
6
-0
/
+18
*
Move definition of nl_item type to <sys/_types.h>, so that it can be
mike
2002-09-18
1
-0
/
+1
*
Add a toggle to disable VM enforcement.
rwatson
2002-09-18
9
-0
/
+63
*
At the cost of seeming a little gauche, make use of more traditional
rwatson
2002-09-18
9
-36
/
+36
*
Don't call VOP_LEASE() while holding the accounting mutex.
rwatson
2002-09-18
1
-1
/
+1
*
o Add typedefs for mode_t, off_t, pid_t rather than including
mike
2002-09-17
1
-13
/
+37
*
Guido reported an interesting bug where an FTP connection between a
dillon
2002-09-17
2
-10
/
+46
*
Fix standard kse breakge of non-x86 platforms. sigh.
jake
2002-09-17
2
-18
/
+2
*
- increment interface output counter. sync w/ netbsd-current
ume
2002-09-17
1
-2
/
+11
*
Firewire device support for Apple eMac with PPC kernel.
ikob
2002-09-17
4
-1
/
+29
*
Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes.
phk
2002-09-17
1
-23
/
+136
*
Remove __RCSID().
sobomax
2002-09-17
2
-6
/
+0
*
Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreak
maxim
2002-09-17
1
-1
/
+2
*
In rare cases when there is no room for ip options ip_insertoptions()
maxim
2002-09-17
1
-1
/
+3
*
Don't reference cpu_fxsr unless CPU_ENABLE_SSE is defined. This fixes kernel
sobomax
2002-09-17
2
-4
/
+16
*
- reject SIOCSIFADDR if embedded address is in private address range
ume
2002-09-17
1
-1
/
+26
*
Make netatm/spans compile in the kernel without depending on userland
peter
2002-09-17
5
-6
/
+383
*
Add stub function for cpu_set_upcall_kse()
peter
2002-09-17
1
-0
/
+7
*
#if 0 out the following functions:
peter
2002-09-17
1
-2
/
+9
[prev]
[next]