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
*
MFi386: options.i386 revision 1.158
nyan
2001-10-19
1
-0
/
+2
*
Change rmskey() to rmopie() - we don't have skey anymore
ache
2001-10-19
1
-6
/
+6
*
Add NO_WERROR so the build won't die because of discarded qualifiers
des
2001-10-19
1
-0
/
+2
*
Back out part of previous commit which was gcc-centric
des
2001-10-19
1
-2
/
+2
*
Rework pmap so that it separates the PTE structure from the pv_entry
dfr
2001-10-19
2
-334
/
+511
*
Build the linux module on Alpha again. Note that the linux module
marcel
2001-10-19
1
-1
/
+2
*
After removing the bogus differences, any real incompatibilities
marcel
2001-10-19
1
-452
/
+0
*
Fix Alpha related brokenness. We used to have a MD linux_ioctl.h
marcel
2001-10-19
2
-8
/
+209
*
s/kernal/kernel
alfred
2001-10-19
2
-2
/
+2
*
Handle the lack of nfs server or client support in the kernel by
dougb
2001-10-19
8
-10
/
+102
*
Linux compiles broken on alpha again. Remove.
mjacob
2001-10-19
1
-2
/
+2
*
Add manpage for gx driver.
jlemon
2001-10-19
2
-0
/
+175
*
Add entry for the PRO/1000.
jlemon
2001-10-19
3
-0
/
+5
*
Hook the gx module up to the build.
jlemon
2001-10-19
2
-0
/
+9
*
Add a driver for the Intel PRO/1000 Gigabit Ethernet boards.
jlemon
2001-10-19
3
-0
/
+2317
*
#if 0 out some code that depends on other uncommitted patches.
des
2001-10-19
1
-0
/
+2
*
Adapt to pseudofs changes (dynamic initialization, not static).
des
2001-10-19
1
-67
/
+60
*
Switch to dynamic rather than static initialization.
des
2001-10-19
3
-62
/
+288
*
Add support for the "device private" ioctls soon to be used by the an driver.
des
2001-10-19
2
-16
/
+76
*
Add two "device private" ioctls needed by the Aironet (an) driver.
des
2001-10-19
1
-5
/
+8
*
Whitespace fix.
des
2001-10-19
1
-1
/
+1
*
Print statistics for AF_IPX.
mdodd
2001-10-19
1
-0
/
+2
*
Print [fddi] or [atm] tags for ARP addresses on interfaces of that type.
mdodd
2001-10-19
1
-0
/
+6
*
Use normal CWARNFLAGS and defines when compiling on FreeBSD.
mp
2001-10-19
1
-2
/
+6
*
Turn on the libedit support in bc. Turn off libreadline.
mdodd
2001-10-19
2
-4
/
+6
*
Add libedit support to tftp.
mdodd
2001-10-19
2
-8
/
+46
*
Add library exposed by KDE's use if this module.
markm
2001-10-18
1
-0
/
+2
*
Add verbage for MODULES_OVERRIDE.
imp
2001-10-18
2
-0
/
+8
*
Update to note that rpc.statd and rpc.lockd are now needed for
alfred
2001-10-18
1
-2
/
+2
*
Add support for the gcc-2.95 stdarg implementation.
mp
2001-10-18
2
-0
/
+40
*
Protect against deranged fabric nameservers that spit out 10000 identical
mjacob
2001-10-18
1
-3
/
+16
*
Back previous revision out until it has been discussed on -arch and
sheldonh
2001-10-18
1
-1
/
+0
*
Back previous revision out until it has been discussed on -arch and
sheldonh
2001-10-18
1
-1
/
+0
*
Shift the code which packs and unpacks instruction bundles out of DDB
dfr
2001-10-18
5
-12
/
+41
*
My attempts at minimizing the number of #def's got me in trouble.
obrien
2001-10-18
5
-21
/
+24
*
Note MFC of syslogd -b.
dd
2001-10-18
2
-2
/
+2
*
Add experimental support for sending keypad facility messages.
hm
2001-10-18
20
-185
/
+327
*
Fix diskless clients by removing the code for calculating the minimum
roberto
2001-10-18
1
-13
/
+1
*
Fix AUTH callback negotiations.
brian
2001-10-18
1
-2
/
+2
*
When the peer fails to specify an MRU and a 1500 byte MRU is not
brian
2001-10-18
2
-4
/
+8
*
Tons of type, style and warning fixes that have been rotting in my tree for
des
2001-10-18
5
-70
/
+101
*
keypad facility information element: add keypad facility information decoding.
hm
2001-10-18
1
-4
/
+12
*
Fix typos in previous commit:
marcel
2001-10-18
1
-1
/
+1
*
Add support for "__gnuc_va_list". Some overly "smart" libraries assume
obrien
2001-10-18
5
-5
/
+28
*
Sync comments with i386.
obrien
2001-10-18
1
-6
/
+6
*
Minor comment tweaking.
obrien
2001-10-17
1
-4
/
+4
*
- Small cleanups to the Giant handling in trap().
jhb
2001-10-17
1
-9
/
+17
*
Small cleanups to the handling of Giant in trap().
jhb
2001-10-17
1
-8
/
+5
*
Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index.
jlemon
2001-10-17
1
-2
/
+22
*
Add a SIOCGIFINDEX ioctl, which returns the index of a named interface.
jlemon
2001-10-17
3
-0
/
+7
[next]