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
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
171
-921
/
+773
*
- Take advantage of the swap pager locking: Eliminate the use of Giant
alc
2003-10-31
1
-9
/
+0
*
correct stat to increment.
ume
2003-10-31
1
-1
/
+1
*
A grab bag of new (but overdue) release note items: dcons(4) and
bmah
2003-10-31
2
-6
/
+68
*
do not insert a dest option header (even specified by a user) that
ume
2003-10-31
1
-1
/
+13
*
Add support for the Broadcom BCM5788 (just another entry to the PCI
wpaul
2003-10-31
2
-0
/
+3
*
(icmp6_rip6_input) if the received data is small enough but in an
ume
2003-10-31
1
-2
/
+46
*
rename MLD6_* to MLD_*.
ume
2003-10-31
2
-17
/
+18
*
use arc4random.
ume
2003-10-31
4
-9
/
+6
*
initialize in6_tmpaddrtimer_ch.
ume
2003-10-31
1
-0
/
+1
*
nuku unused functions in6_nigroup_attach() and
ume
2003-10-31
2
-61
/
+0
*
MFi386: revision 1.579.
nyan
2003-10-31
2
-28
/
+20
*
- Finish externing of r_idt in the f00f hack code.
jhb
2003-10-31
1
-14
/
+10
*
MFi386: revision 1.198.
nyan
2003-10-31
1
-8
/
+8
*
Merged from sys/isa/syscons_isa.c revision 1.24.
nyan
2003-10-31
2
-0
/
+8
*
MFi386: revision 1.578.
nyan
2003-10-31
2
-16
/
+2
*
Make mtree's update function update the modification time too.
phk
2003-10-31
3
-3
/
+53
*
Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more than
harti
2003-10-31
1
-1
/
+5
*
Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.
tjr
2003-10-31
4
-75
/
+25
*
Attached is a small patch to ministat that separates the
phk
2003-10-31
4
-38
/
+96
*
Remove the code for parsing octal modes, since setmode(3) already
tobez
2003-10-31
1
-22
/
+5
*
Combining "all" and "install" in one invocation is a very bad idea as
ru
2003-10-31
1
-1
/
+2
*
Add a new sysctl MIB to control exclusive login.
simokawa
2003-10-31
1
-1
/
+6
*
- Add static to local functions and data where it was missing.
jeff
2003-10-31
1
-78
/
+222
*
- Add 4 kse flags for use in the schedulers.
jeff
2003-10-31
1
-0
/
+4
*
Implement fgetrune(), fungetrune() and fputrune() as wrappers around
tjr
2003-10-31
1
-36
/
+8
*
Add OpenBSD 3.4
wosch
2003-10-31
1
-4
/
+8
*
Fix two bugs introduced with the rstack functionality and specific to
marcel
2003-10-31
1
-1
/
+2
*
Tweak the calculation of minbfree in ffs_dirpref() so that only
truckman
2003-10-31
1
-7
/
+7
*
Rename logf --> chat_logf to avoid naming conflicts
kientzle
2003-10-31
2
-30
/
+29
*
While not illegal, attempt to pacify gcc -Wundef. It just so happens
peter
2003-10-31
1
-3
/
+3
*
- Synchronize access to the swdevt's sw_flags with sw_dev_mtx.
alc
2003-10-31
1
-2
/
+3
*
Reject too large OHCI version number.
simokawa
2003-10-31
1
-4
/
+5
*
Add a compatibility macro for FreeBSD-4.
simokawa
2003-10-31
1
-0
/
+1
*
fixe remote panic on short packet
suz
2003-10-31
1
-0
/
+5
*
Make TUNDEBUG use if_printf instead of printf.
brooks
2003-10-31
1
-24
/
+17
*
Replace a couple printfs with if_printfs.
brooks
2003-10-31
1
-4
/
+3
*
Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] to
brooks
2003-10-31
1
-3
/
+4
*
Remove unused lp_unit member from softc.
brooks
2003-10-30
1
-3
/
+0
*
Remove unused FXP_UNIT() macro.
brooks
2003-10-30
1
-2
/
+0
*
ifp->if_name can't be null when we just assigned a static string to it.
brooks
2003-10-30
1
-5
/
+0
*
Overhaul routing table entry cleanup by introducing a new rtexpunge
sam
2003-10-30
8
-74
/
+134
*
style: strcmp() does not return a bool.
brooks
2003-10-30
1
-1
/
+1
*
Use -D to rename the log() function (extensively used) rather than
peter
2003-10-30
1
-1
/
+1
*
Rename the 'log' variable rather than -fno-builtin-log
peter
2003-10-30
2
-8
/
+7
*
Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'
peter
2003-10-30
2
-5
/
+4
*
use a local variable to avoid holding a lock across a call out of view
sam
2003-10-30
1
-4
/
+6
*
Replace -fno-builtin-logf with a -D argument to change the function name.
peter
2003-10-30
1
-1
/
+1
*
Change the pmap_invalidate_xxx() functions so they test against
peter
2003-10-30
1
-3
/
+3
*
Fixup the sorting of some of the options. DISABLE_P* are still out of
jhb
2003-10-30
1
-8
/
+8
[next]