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
*
Merge the truncate(1) utility onto the RELENG_4 branch and adjust
sheldonh
2000-08-04
1
-1
/
+1
*
Add support for 2.x/3.x firmware adapters which are too old to have a
msmith
2000-08-04
2
-2
/
+9
*
Prevent buffer overflows.
kris
2000-08-04
1
-0
/
+10
*
Fix some of the arcdisk devsw functions to catch up with warning fixes in
jhb
2000-08-04
1
-8
/
+15
*
Bring back the perform() function. However, conditionionalize it on
jhb
2000-08-04
1
-0
/
+36
*
Unbreak the OpenSSL headers for those of us who don't/can't use IDEA by
green
2000-08-04
1
-1
/
+10
*
Cleanup of TMPDIR code.
kris
2000-08-03
1
-5
/
+5
*
Improve performance in the case where ip_output() returns an error.
archie
2000-08-03
1
-0
/
+15
*
Change use of perror() to warn()
kris
2000-08-03
1
-1
/
+1
*
Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATES
imp
2000-08-03
1
-17
/
+19
*
Make check for empty list in STAILQ_LAST() more readable.
hsu
2000-08-03
1
-1
/
+1
*
Modify to use fixed STAILQ_LAST().
hsu
2000-08-03
1
-1
/
+1
*
Restore STAILQ_LAST() semantics to match that of TAILQ_LAST()
hsu
2000-08-03
1
-2
/
+7
*
Explain "-c" option more exactly and state the default in the man
dwmalone
2000-08-03
2
-8
/
+13
*
specifer -> specifier
dwmalone
2000-08-03
1
-1
/
+1
*
Sort cases in getopt switch statement.
dwmalone
2000-08-03
1
-31
/
+32
*
Replace two calls to strlen+calloc+strcpy with strdup.
dwmalone
2000-08-03
1
-12
/
+4
*
Do not display icmp(4) sockets as non-existent bridge(4) sockets.
ru
2000-08-03
1
-2
/
+2
*
Make netstat(1) to be aware of divert(4) sockets.
ru
2000-08-03
2
-1
/
+91
*
Add the ESS Solo-1 to generic chip match.
sanpei
2000-08-03
1
-0
/
+2
*
- Fixed %si (offset to partition table) in boot.
kato
2000-08-03
1
-3
/
+3
*
Forced commit to note that actually, the last commit to this file was not
jhb
2000-08-03
0
-0
/
+0
*
Fix the more obvious warnings to deal with my earlier warning cleanups.
jhb
2000-08-03
5
-20
/
+20
*
Cleanup warnings. Most of these are signed/unsigned warnings, as well as
jhb
2000-08-03
32
-274
/
+278
*
Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameter
jhb
2000-08-03
1
-71
/
+104
*
Cleanup warnings by adding missint prototypes, removing unneeded duplicate
jhb
2000-08-03
4
-12
/
+20
*
* Create entire directory path for modules.
obrien
2000-08-03
4
-4
/
+4
*
- Fixed pointer to the partition table in the buffer.
kato
2000-08-03
1
-12
/
+7
*
Don't bitch when trying to create a ${DESTDIR}/modules which already
sheldonh
2000-08-03
2
-2
/
+2
*
Fix buildkernel and installkernel when KERNEL is defined in
marcel
2000-08-03
1
-3
/
+3
*
Install the openssl(1) manpage with an MLINK from ssl(8) to at least put
kris
2000-08-03
1
-6
/
+12
*
Add a comment as to where stdarg.h applies.
mjacob
2000-08-03
1
-1
/
+1
*
Fix HTTP port addresses for the IPv6 case.
jkh
2000-08-03
2
-22
/
+26
*
Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.
jhb
2000-08-03
1
-1
/
+1
*
Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER.
peter
2000-08-03
1
-1
/
+2
*
Simplex devices will always report EBUSY on 2nd (and subsequent)
nsayer
2000-08-02
1
-1
/
+1
*
1. Increase the size of the DMA buffer.
nsayer
2000-08-02
1
-11
/
+32
*
Fix previous commit such that only -S/--skip ignores errors when applying
kbyanc
2000-08-02
1
-0
/
+7
*
Fix self referential dependencies. eg: uhub was packaged along with
peter
2000-08-02
1
-3
/
+13
*
Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already.
peter
2000-08-02
1
-1
/
+1
*
Update for GDB 5.0.
obrien
2000-08-02
1
-0
/
+73
*
Undo some of my own damage. With this patch, it appears that both
nsayer
2000-08-02
1
-16
/
+17
*
Add support for the Netgear GA620T copper gigabit card.
wpaul
2000-08-02
5
-4
/
+20
*
Add call to bus_generic_attach() at the end of sk_attach(). It turns out that
wpaul
2000-08-02
2
-0
/
+4
*
Minor man page corrections and fixups to document the difference between
nsayer
2000-08-02
1
-21
/
+41
*
Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterday
wpaul
2000-08-02
2
-0
/
+2
*
Fix channel 1 playback the rest of the way. There are a couple of
nsayer
2000-08-02
1
-2
/
+2
*
These files are for an arch we don't care about.
obrien
2000-08-02
3
-3080
/
+0
*
Resolve conflicts from vendor merge.
sheldonh
2000-08-02
6
-17
/
+19
*
Fix signedness bogon.
des
2000-08-02
1
-7
/
+6
[next]