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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use humanize_number(3) to format sizes into a human readable form.
pjd
2004-05-24
4
-157
/
+30
*
Add humanize_number(3) to libutil for formating numbers into a human
pjd
2004-05-24
4
-4
/
+312
*
Mark du(1) as WARNS6 clean.
pjd
2004-05-24
1
-0
/
+1
*
Use NG_NODESIZ instead of (NG_NODELEN + 1)
julian
2004-05-24
1
-1
/
+1
*
Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)
julian
2004-05-24
1
-1
/
+1
*
Use PCI_BAR() rather than PCIR_MAPS.
jhb
2004-05-24
1
-5
/
+5
*
Wrap the code to save/restore PCI config registers on suspend/resume in
jhb
2004-05-24
3
-0
/
+18
*
Change a if (...) panic() to a KASSERT().
mux
2004-05-24
1
-2
/
+2
*
Use PCI_BAR() in preference to PCI_MAPS + x * 4.
imp
2004-05-24
1
-2
/
+2
*
Grammar.
maxim
2004-05-24
1
-1
/
+1
*
Don't declare spectHex() inside a function, use a real prototype.
stefanf
2004-05-24
1
-1
/
+2
*
Use the correct types for the functions rst_opendir(), glob_readdir() and
stefanf
2004-05-24
3
-9
/
+11
*
Include <timeconv.h> for time conversion functions.
stefanf
2004-05-24
2
-0
/
+2
*
Do not write to those config registers that are unambiguously defined
imp
2004-05-24
1
-19
/
+0
*
Revert part of rev 1.230 and assume that all EISA IRQs use active high
jhb
2004-05-24
1
-8
/
+1
*
Install nsswitch.
des
2004-05-24
1
-1
/
+1
*
Include <sys/linker.h> for kldload().
stefanf
2004-05-24
1
-0
/
+1
*
Add option '-o' for one-line output in combination with '-d'.
le
2004-05-24
2
-7
/
+24
*
Include <stdlib.h> for exit() and abort() prototypes.
stefanf
2004-05-24
3
-0
/
+3
*
Include <string.h> for prototypes of various string functions.
stefanf
2004-05-24
5
-0
/
+8
*
Oops, ".align 4" for the data section in the previous commit should
bde
2004-05-24
1
-3
/
+3
*
Diff reduction to NetBSD.
le
2004-05-24
1
-3
/
+3
*
Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.
stefanf
2004-05-24
2
-0
/
+2
*
Fixed profiling of trap, syscall and interrupt handlers and some
bde
2004-05-24
4
-9
/
+43
*
Include <netinet/in.h> for ntoh*() and hton*() prototypes.
stefanf
2004-05-24
5
-0
/
+6
*
If nsswitch.conf does not exist, create it with the default settings.
des
2004-05-24
1
-7
/
+30
*
Move the task of updating nsswitch.conf / host.conf into a separate
des
2004-05-24
2
-64
/
+108
*
Don't repeat the definition of IDTVEC(). It is in asmacros.h.
bde
2004-05-24
1
-3
/
+0
*
Remove another redundant if_output initialization.
mux
2004-05-24
1
-1
/
+0
*
Include <stdio.h> for a sprintf() prototype.
stefanf
2004-05-24
1
-0
/
+2
*
Fixed insertion sort error in previous commit (prof_machdep.c).
bde
2004-05-24
1
-4
/
+4
*
Include <stdlib.h> for exit() and add a prototype for yyparse().
stefanf
2004-05-24
1
-0
/
+4
*
drop packet which has ::1 as src or dst via other than lo0
ume
2004-05-24
1
-0
/
+2
*
Store the target handles in a separate list from normal commands. Add a
njl
2004-05-24
6
-15
/
+125
*
/usr is not really the ideal place for a ports application to store
cjc
2004-05-24
7
-28
/
+28
*
Add support for BCM5705K
ps
2004-05-24
2
-0
/
+3
*
The socket code upcalls into the NFS server using the so_upcall
rwatson
2004-05-24
7
-84
/
+642
*
Support basename and path based constrained matches.
mdodd
2004-05-24
2
-15
/
+71
*
Consult parent's if_capenable for active VLAN-related capabilities.
yar
2004-05-23
1
-1
/
+8
*
Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is set
rwatson
2004-05-23
1
-1
/
+4
*
Add the 'sid' info to the output of `ps -j', to make up for the 'sess'
gad
2004-05-23
2
-2
/
+2
*
Fix the kludge-old-options processing so `ps tpt' will be treated the
gad
2004-05-23
1
-4
/
+5
*
A handler for ioctl(SIOCSIFCAP) should not alter a bit in
yar
2004-05-23
8
-8
/
+17
*
According to the design of checksum offloading framework,
yar
2004-05-23
1
-2
/
+5
*
Mark the VLAN_MTU capability as initially enabled since it's
yar
2004-05-23
2
-0
/
+2
*
Added profiling support for Xint0x80_syscall.
bde
2004-05-23
1
-0
/
+2
*
o Fix usage example.
maxim
2004-05-23
1
-1
/
+1
*
Don't try to copy out the result payload if there isn't one. This ioctl
dfr
2004-05-23
1
-6
/
+14
*
Build prof_machdep.c if profiling.
bde
2004-05-23
1
-0
/
+1
*
Build kgmon for amd64.
bde
2004-05-23
1
-1
/
+1
[next]