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
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
92
-410
/
+415
*
Update to use the common hardware list instead of creating our own.
jake
2002-12-30
2
-14
/
+1
*
- Make this just be a list of supported systems, and point to the sun systems
jake
2002-12-30
1
-207
/
+103
*
Updates to stuff that supported or not supported on sparc64.
jake
2002-12-30
2
-28
/
+30
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
18
-67
/
+126
*
fix build (make LINT)
sam
2002-12-30
1
-0
/
+1
*
Remove the PAWS ack-on-ack debugging printf().
dillon
2002-12-30
2
-10
/
+4
*
A better rationale justifying rev 1.6 is to support field widths of
obrien
2002-12-30
0
-0
/
+0
*
correct style bogons
sam
2002-12-30
1
-4
/
+2
*
Remove hack from rev 1.15; getbsize(3)'s original interface has been
mike
2002-12-30
1
-3
/
+1
*
Back out rev 1.19; getbsize(3)'s original interface has been restored.
mike
2002-12-30
1
-1
/
+1
*
Back out rev 1.78; getbsize(3)'s original interface has been restored.
mike
2002-12-30
1
-8
/
+6
*
Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.
jake
2002-12-30
1
-0
/
+2
*
Back out rev 1.33; getbsize(3)'s original interface has been restored.
mike
2002-12-30
1
-1
/
+1
*
Back out rev 1.20; getbsize(3)'s original interface has been restored.
mike
2002-12-30
1
-3
/
+1
*
Back out rev 1.27; getbsize(3)'s original interface has been restored.
mike
2002-12-30
1
-2
/
+1
*
Back out rev 1.44; getbsize(3)'s original interface has been restored.
mike
2002-12-30
1
-4
/
+3
*
Minor typo fixes and whitespace cleanups.
schweikh
2002-12-30
1
-4
/
+3
*
Add "-h" arguments to getfacl and setfacl, which behave in a manner
rwatson
2002-12-30
5
-20
/
+49
*
Leave only one of the two $FreeBSD$ tag, and use __FBSDID().
mux
2002-12-30
1
-6
/
+3
*
Change the ident so people know a kernel built with this has SMP support.
obrien
2002-12-30
1
-0
/
+2
*
Sync with GENERIC rev 1.371.
obrien
2002-12-30
1
-2
/
+10
*
Using our new wonderful include directive, save our x86 SMP users from
obrien
2002-12-30
1
-0
/
+10
*
Back out the s/int */size_t */ commit.
obrien
2002-12-30
3
-3
/
+3
*
Make fully WARNS=5 clean.
obrien
2002-12-30
2
-6
/
+6
*
Use basename(3).
obrien
2002-12-30
1
-3
/
+2
*
Import FireWire userland utility.
simokawa
2002-12-30
5
-0
/
+759
*
Use <sys/endian.h> rather than a private verison.
obrien
2002-12-30
2
-60
/
+2
*
Move elf2aout back to /usr/bin -- it is a general development tool, not
obrien
2002-12-30
5
-173
/
+2
*
Use the offical sys/endian.h rather than reaching way over into another
obrien
2002-12-30
2
-2
/
+1
*
Adjust path to crunchide.
obrien
2002-12-30
1
-3
/
+3
*
Adjust max WARNs for sparc64.
obrien
2002-12-30
1
-2
/
+1
*
Style cleanup.
obrien
2002-12-30
1
-11
/
+10
*
Make WARNS=5 clean.
obrien
2002-12-30
2
-5
/
+3
*
Install /sys/dev/firewire/*.h under /usr/include/dev/firewire
simokawa
2002-12-30
2
-2
/
+4
*
- Add more CSR related definitions (IEEE-1212).
simokawa
2002-12-30
1
-5
/
+62
*
This builds fine with WARNS.
obrien
2002-12-30
1
-1
/
+0
*
This really isn't WARNS clean.
obrien
2002-12-30
2
-4
/
+2
*
This compiles fine w/WARNS.
obrien
2002-12-30
1
-6
/
+5
*
Add ca_ES locale
ache
2002-12-30
12
-10
/
+254
*
Add directories for upcoming ca_ES locale
ache
2002-12-30
2
-0
/
+12
*
- Mark the kernel_map as a system map immediately after its creation.
alc
2002-12-30
1
-2
/
+2
*
Make the first argument to getbsize(3) a `size_t *'. This is a hack
mike
2002-12-30
1
-3
/
+4
*
Use 'msdosfs' in the /etc/fstab example. However, it works either way.
trhodes
2002-12-30
1
-2
/
+2
*
Print old mixer levels when setting new ones.
jmallett
2002-12-30
1
-2
/
+8
*
o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need to
sam
2002-12-30
1
-8
/
+29
*
Fix LP64 architectures and especially ia64. Functions that return
marcel
2002-12-30
2
-0
/
+2
*
- Increment the vm_map's timestamp if _vm_map_trylock() succeeds.
alc
2002-12-30
1
-10
/
+11
*
Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.
wollman
2002-12-29
2
-23
/
+28
*
Add msdosfs.5
trhodes
2002-12-29
1
-0
/
+79
[next]