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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
14
-57
/
+44
*
MFNetBSD.
le
2004-06-26
1
-2
/
+5
*
Fix line discipline switching issues: If opening a new ldisc fails,
phk
2004-06-26
7
-49
/
+29
*
MFp4:
imp
2004-06-26
1
-3
/
+2
*
MFp4:
imp
2004-06-26
1
-3
/
+3
*
Merged from sys/dev/sio/sio.c revision 1.442.
nyan
2004-06-26
2
-326
/
+250
*
Not quite sure how that one got past me..
julian
2004-06-26
1
-1
/
+1
*
MFNetBSD ehci.c and ehcireg.h
le
2004-06-26
2
-47
/
+52
*
Add type definitions for prgregset_t and psaddr_t. Both are used by
marcel
2004-06-25
1
-0
/
+3
*
Add '#include <sys/mbuf.h>' to fix the kernel build.
emax
2004-06-25
1
-0
/
+1
*
oops from Gleb..
julian
2004-06-25
1
-0
/
+3
*
Gah! commit from wrong tree.
phk
2004-06-25
1
-6
/
+0
*
Retire the TIOC_REMOTE ioctl.
phk
2004-06-25
2
-96
/
+3
*
Add support for LSI type software RAID's.
sos
2004-06-25
2
-29
/
+335
*
Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.
julian
2004-06-25
6
-13
/
+11
*
Use generic routines for BREAK and modem control ioctls.
phk
2004-06-25
1
-54
/
+25
*
Use generic modem control and BREAK ioctl handling. This eliminated
phk
2004-06-25
1
-91
/
+34
*
Release UNIX domain socket subsystem lock earlier -- don't need to
rwatson
2004-06-25
1
-1
/
+1
*
Convert Netgraph to use mbuf tags to pass its meta information around.
julian
2004-06-25
14
-91
/
+118
*
Mark a plex as 'newborn' when it is created. This is used to indicate
le
2004-06-25
2
-1
/
+4
*
Fix uninitialized variable, that breaks the build.
josef
2004-06-25
1
-2
/
+2
*
Catch up with sparc64 OFWCONS_POLL_HZ change
grehan
2004-06-25
1
-0
/
+2
*
- set resid correctly so that a failed seek (e.g. end of file) returns
grehan
2004-06-25
1
-1
/
+3
*
Catchup to now-required <sys/module.h> for PowerPC
grehan
2004-06-25
12
-0
/
+12
*
Make the relationship between modem control bits and their delta cousins
phk
2004-06-25
1
-9
/
+11
*
Use generic support for BREAK and modem control ioctls
phk
2004-06-25
1
-87
/
+48
*
Use generic support for BREAK and modem control ioctls.
phk
2004-06-25
2
-128
/
+94
*
Use generic support for modemcontrol and BREAK ioctls.
phk
2004-06-25
1
-79
/
+64
*
Do not count loobacks as other fuilures.
rik
2004-06-25
1
-1
/
+2
*
Add two new methods to struct tty: One for manipulating BREAK condition
phk
2004-06-25
2
-1
/
+53
*
White space & spelling fixes
ps
2004-06-25
2
-6
/
+6
*
Whitespace.
bms
2004-06-25
1
-3
/
+3
*
Correct the tracking of various bits of the process's vmspace and vm_map
green
2004-06-24
1
-3
/
+44
*
Annotate that we don't check the returned data length from ufs_readdir()
rwatson
2004-06-24
1
-0
/
+6
*
Fix a typo that made the busdma tag have a 0 highaddr. This driver heavily
scottl
2004-06-24
1
-1
/
+1
*
Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.
ambrisko
2004-06-24
1
-0
/
+7
*
Remove unnecessary setting of VV_SYSTEM on extended attribute backing
rwatson
2004-06-24
1
-2
/
+0
*
Remove the entry for configuring pcm0 mixer channels.
josef
2004-06-24
1
-1
/
+0
*
Protect a non-text comment with a '-'.
rwatson
2004-06-24
1
-1
/
+1
*
White space cleanup: use spaces instead of tabs in variable declarations
rwatson
2004-06-24
1
-57
/
+55
*
Change the possibility to configure pcm(4) via boot/loader.conf
josef
2004-06-24
1
-8
/
+7
*
Don't cuddle else's so much as we removed additional parts of each
rwatson
2004-06-24
2
-16
/
+8
*
Remove temporary API bandage that allowed applications speaking the
rwatson
2004-06-24
2
-18
/
+0
*
Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to be
joerg
2004-06-24
1
-0
/
+6
*
When considering an ethernet frame that is not destined for us, do not
joerg
2004-06-24
1
-3
/
+9
*
Make dependencies on the TCP/IP stack conditional on INET / INET6. This
des
2004-06-24
1
-0
/
+21
*
Don't force class to give a valid softc to g_slice_new(), it is not always
pjd
2004-06-24
1
-2
/
+6
*
#include <sys/serial.h>
phk
2004-06-24
1
-0
/
+1
*
Use the correct names for modem control signals as the primary and make
phk
2004-06-24
1
-4
/
+5
*
Use the new serial port definitions for modemsignals.
phk
2004-06-24
6
-105
/
+92
[prev]
[next]