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
*
Make the Monty Python quote more google friendly instead of
trhodes
2009-01-26
1
-3
/
+2
*
MFp4 //depot/projects/usb/ @156706
thompsa
2009-01-26
1
-6
/
+10
*
Regen.
thompsa
2009-01-26
2
-2
/
+46
*
MFp4 //depot/projects/usb/ @156522,156530
thompsa
2009-01-26
3
-1
/
+36
*
MFp4 //depot/projects/usb/ @156521
thompsa
2009-01-26
1
-22
/
+50
*
Fix up USB_GET_REPORT_DESC ioctl.
thompsa
2009-01-26
1
-1
/
+1
*
Add umass quirk.
thompsa
2009-01-26
2
-0
/
+5
*
Add a usb hid quirk.
thompsa
2009-01-26
2
-0
/
+2
*
No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for its
obrien
2009-01-26
1
-2
/
+1
*
kmod.mk includes bsd.sys.mk anyway so use CSTD instead of homegrown
rdivacky
2009-01-26
1
-2
/
+1
*
Use the proper flag to let kern.ttys be executed without Giant.
ed
2009-01-26
1
-1
/
+1
*
Specify analog beep pin widget for several AD codecs.
mav
2009-01-26
1
-1
/
+8
*
Whitespace tweak.
jhb
2009-01-26
1
-1
/
+1
*
Now that mtx_sleep/msleep can accept Giant as the interlock, simplify the
jhb
2009-01-26
1
-19
/
+6
*
Change the way our softc is stored to use the devinfo facility provided by pcm
nwhitehorn
2009-01-26
4
-27
/
+20
*
wrap all malloc/calloc/realloc calls so they exit on failure
luigi
2009-01-26
1
-23
/
+33
*
The kernel may do unbalanced calls to fifo_close() for fifo vnode,
kib
2009-01-26
1
-1
/
+4
*
Add missing locking around setting the ppc interrupt handler IVAR.
jhb
2009-01-26
1
-0
/
+2
*
Some implementations of getopt() expect that argv[0] is always the
luigi
2009-01-26
1
-27
/
+42
*
Introduce the I2C diagnostic utility. It let's discover and inspect slave
raj
2009-01-26
4
-0
/
+810
*
Teach iic(4) the 'repeated start' I2C condition. This will be used by the
raj
2009-01-26
3
-1
/
+13
*
Update jail startup script for multi-IPv4/v6/no-IP jails.
bz
2009-01-26
3
-30
/
+248
*
- Fix grammar. [1]
delphij
2009-01-26
1
-3
/
+3
*
Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.
kientzle
2009-01-26
3
-22
/
+305
*
Better description of kern.ipc.maxpipekva.
trhodes
2009-01-26
1
-6
/
+9
*
Somehow deleted the .4 at the end of the snd_davbus man page right before
nwhitehorn
2009-01-26
1
-1
/
+1
*
Rewrite of MI strlen(3) in a way that can better utilize modern hardware by
delphij
2009-01-25
1
-15
/
+78
*
Add obsolete files after tzdata2009a and file 4.26 imports
antoine
2009-01-25
1
-0
/
+5
*
- bit has to be fd_mask to work properly on 64bit platforms. Constants
jeff
2009-01-25
1
-5
/
+6
*
Add support for the I2S and davbus audio controllers found in Apple PowerPC
nwhitehorn
2009-01-25
16
-8
/
+3174
*
Fix a race condition where interrupts set up after boot could be enabled in
nwhitehorn
2009-01-25
1
-3
/
+6
*
Revert my previous two changes.
ed
2009-01-25
1
-0
/
+16
*
Remove pfopen() and pfclose() entirely.
ed
2009-01-25
1
-12
/
+0
*
Remove unneeded checking for invalid minor numbers from pf(4).
ed
2009-01-25
1
-4
/
+0
*
When a statically linked binary is executed (or at least, one without
rwatson
2009-01-25
1
-1
/
+2
*
Instead of killing the 'watchdog' subshell and leaving a sleep for
bz
2009-01-25
1
-1
/
+1
*
For consistency with prison_{local,remote,check}_ipN rename
bz
2009-01-25
6
-12
/
+12
*
Remove unneeded checks of device unit number from speaker(4).
ed
2009-01-25
1
-18
/
+9
*
- Correct a typo in a comment.
jeff
2009-01-25
1
-1
/
+1
*
- Make the keg abstraction more complete. Permit a zone to have multiple
jeff
2009-01-25
5
-335
/
+686
*
Remove unneeded use of device unit numbers from pty(4).
ed
2009-01-25
1
-8
/
+5
*
- Use __XSTRING where I want the define to be expanded. This resulted in
jeff
2009-01-25
3
-4
/
+4
*
If the parent up/down task was queued then sync with it before returning from
thompsa
2009-01-25
1
-0
/
+3
*
Fix errors introduced when I rewrote select.
jeff
2009-01-25
1
-44
/
+96
*
Remove unused unrhdr from GEOM character device module.
ed
2009-01-24
1
-17
/
+1
*
Mark kern.ttys as MPSAFE.
ed
2009-01-24
1
-1
/
+1
*
New sentence starts on a new line.
bz
2009-01-24
1
-1
/
+2
*
Update the description of the '-h' option wrt to primary addresses
bz
2009-01-24
1
-4
/
+5
*
Change IP addresses/prefixes to be from "Test-Net" (IPv4 documentation
bz
2009-01-24
1
-7
/
+7
*
Use __FBSDID() for $FreeBSD$ version strings in .c files.
rwatson
2009-01-24
2
-4
/
+6
[next]