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
*
Allow ipnat_enable to be set to "yes" without requiring ipfiltre_enable to
darrenr
2001-10-20
7
-77
/
+112
*
Create /var/db/ipf
darrenr
2001-10-20
1
-0
/
+2
*
Put in place for using ipfs use on shutdown and startup.
darrenr
2001-10-20
9
-0
/
+78
*
include ipfs in subdirs
darrenr
2001-10-20
1
-0
/
+1
*
build ipfs for -current
darrenr
2001-10-20
1
-0
/
+14
*
Add the ipfilter directory in share/examples
darrenr
2001-10-20
1
-0
/
+2
*
Add the ipfilter subdirectory
darrenr
2001-10-20
1
-2
/
+10
*
Add the IPFilter how-to and other related documents to the base install
darrenr
2001-10-20
12
-0
/
+4210
*
Save the AP wake-up vector from the SAL descriptor under SMP.
marcel
2001-10-20
1
-5
/
+25
*
Make this compile under option SMP.
marcel
2001-10-20
2
-6
/
+9
*
- Make the sio_inited handling more properly MP safe.
jhb
2001-10-20
2
-4
/
+12
*
Assert that a ucred is unshared before we remap its ids.
jhb
2001-10-20
1
-0
/
+2
*
Make the flag field in the ps output one char wider to account for recent
jhb
2001-10-20
1
-6
/
+13
*
apparently EV5 2x00s have their t2 CSRs where I'd expect to find
gallatin
2001-10-20
1
-1
/
+4
*
The mtx_init() and sx_init() functions bzero'd locks before handing them
jhb
2001-10-20
3
-3
/
+9
*
Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT
obrien
2001-10-20
2
-2
/
+0
*
Tweak the way we determine if an interface needs to have its name translated.
des
2001-10-20
2
-22
/
+62
*
Add a sysctl for preventing the sync() in panic() recovery. This can
peter
2001-10-19
1
-0
/
+6
*
Fix includes based on recent changes to lock.h, mutex.h and ktr.h.
mp
2001-10-19
8
-7
/
+10
*
Add unaligned.c and delete commented out entry for userconfig.c
dfr
2001-10-19
1
-1
/
+1
*
Make a start at an unaligned trap handler. Only integer loads and stores
dfr
2001-10-19
2
-76
/
+619
*
Make override of nm consistent across all platforms and sort the overrides.
mp
2001-10-19
6
-11
/
+16
*
Make a start at a regression test for the unaligned trap handler.
dfr
2001-10-19
2
-0
/
+137
*
Bring a few multi-architecture arch= attributes into the hardware
bmah
2001-10-19
2
-6
/
+6
*
Translate various userland traps into SIGBUS (instead of just panicing).
dfr
2001-10-19
1
-0
/
+10
*
Support a comma-separated list of architectures for the arch=
bmah
2001-10-19
1
-11
/
+62
*
Make the logic more explicit.
obrien
2001-10-19
1
-1
/
+1
*
Fix the typedef of va_list.
ru
2001-10-19
1
-1
/
+3
*
New release note: xl(4) checksum offloading.
bmah
2001-10-19
2
-0
/
+8
*
Try two on the preprocessing logic.
ru
2001-10-19
1
-1
/
+1
*
New release note: route(8) add -ifp/-ifa.
bmah
2001-10-19
2
-0
/
+8
*
Try two on the preprocessing logic.
obrien
2001-10-19
5
-6
/
+6
*
- Move the definition of LOCK_DEBUG back to sys/lock.h from sys/_lock.h.
jhb
2001-10-19
3
-23
/
+20
*
Remove unneeded sys/mutex.h includes.
jhb
2001-10-19
9
-9
/
+0
*
Move sys/mutex.h include after sys/lock.h to ensure we use the proper
jhb
2001-10-19
1
-1
/
+1
*
Blah, fix braino where ru had to remind me of proper preprocessor syntax.
obrien
2001-10-19
5
-5
/
+5
*
Properly handle backslash newline within an identifier or keyword.
schweikh
2001-10-19
1
-1
/
+11
*
Fix this so it compiles cleanly for alpha. Tried to do some minimal testing.
mjacob
2001-10-19
2
-11
/
+12
*
Argh! I updated the version number in the MODULE_DEPEND() thingamagook but
des
2001-10-19
1
-1
/
+1
*
New release notes: libstand/loader(8) bzip2 support, isdnphone(8) -k,
bmah
2001-10-19
2
-2
/
+36
*
Cleanup of the stdarg code.
mp
2001-10-19
2
-54
/
+11
*
Include the right i4b files for NetBSD
brian
2001-10-19
1
-0
/
+5
*
Fix the le driver - it has been broken for a while and these fixes have
jlemon
2001-10-19
1
-27
/
+21
*
New release and hardware note: gx(4).
bmah
2001-10-19
4
-2
/
+34
*
mdoc(7) police: join OS version with the corresponding macro.
ru
2001-10-19
3
-6
/
+6
*
Make an ATAPI CD device appear as /dev/acdN and the individual
sos
2001-10-19
2
-14
/
+8
*
Just use RSYSCALL.
ru
2001-10-19
2
-4
/
+2
*
signanosleep(2) hasn't existed since 1998.
ru
2001-10-19
2
-2
/
+0
*
Respect system ${CFLAGS} when building Perl modules.
ru
2001-10-19
21
-43
/
+23
*
Fixed style bugs in previous commit:
bde
2001-10-19
1
-4
/
+2
[next]