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
*
Use stronger random number generation for TCP_ISSINCR and tcp_iss.
kris
2000-09-29
3
-3
/
+3
*
Add suspend/resume hooks.
nsayer
2000-09-28
1
-0
/
+2
*
Implement sn_pccard_match. The match routines are the compromise
imp
2000-09-28
1
-11
/
+24
*
Add pccard_product_lookup comatibility shim
imp
2000-09-28
1
-0
/
+7
*
Check so_error in filt_so{read|write} in order to detect UDP errors.
jlemon
2000-09-28
1
-0
/
+4
*
Get out the roto-rooter and clean up the abuse of nexus ivars by the
peter
2000-09-28
15
-130
/
+385
*
Do the right thing if bdevvp is called twice for the same device.
mckusick
2000-09-27
2
-0
/
+4
*
Fix spelling of Katmai [Katami].
asmodai
2000-09-27
2
-2
/
+2
*
Whitespace, spelling and comments cleanup. Try to bring this a little
msmith
2000-09-27
3
-333
/
+385
*
Shut up some debugging messages that appear to have been left on by
msmith
2000-09-27
3
-93
/
+159
*
Since the nexus is responsible for creating the I/O resources (ports, memory)
msmith
2000-09-27
4
-8
/
+592
*
Add code for device wake capability during sleeping state.
iwasaki
2000-09-26
3
-38
/
+369
*
Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way of
bde
2000-09-26
1
-2
/
+0
*
Removed fresh garbage (vestiges of old way of configuring number of
bde
2000-09-26
1
-9
/
+4
*
Removed mature garbage (vestiges of old way of configuring bpf) and old
bde
2000-09-26
1
-9
/
+5
*
Call make_dev() with the correct minor number.
phk
2000-09-26
1
-1
/
+2
*
Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way of
bde
2000-09-26
1
-15
/
+13
*
Handle slip options in the usual way (generate a dummy options file in
bde
2000-09-26
2
-4
/
+3
*
Removed fresh garbage (old way of configuring number of units) and old
bde
2000-09-26
1
-11
/
+2
*
Backed out previous commit (SMPng megacommit: support for garbage added
bde
2000-09-26
1
-2
/
+2
*
Removed unused includes (garbage left over/created by the SMPng megacommit).
bde
2000-09-26
1
-6
/
+0
*
Add struct proc *acpi_thread in acpi_softc.
iwasaki
2000-09-26
1
-0
/
+1
*
Clear intrrupt before kthread gets ready.
takawata
2000-09-26
1
-0
/
+1
*
Add event queueing kernel thread and GPE related code.
takawata
2000-09-26
2
-6
/
+183
*
Document the pmtimer driver.
iwasaki
2000-09-26
2
-2
/
+4
*
Recognize new Pentium III Xeon (stepping A0).
kato
2000-09-26
2
-0
/
+2
*
aio_qphysio: Eliminate one instance of an out-of-range check that is
alc
2000-09-26
1
-18
/
+3
*
Make size of dynamic loader argument variable to support
takawata
2000-09-26
2
-14
/
+23
*
ext2fs depends on ufs code, so update it to properly handle v_lock field.
bp
2000-09-26
2
-2
/
+2
*
Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp,
bmilekic
2000-09-25
2
-4
/
+4
*
Correct a logic mistake introduced in a recent cleanup of
gibbs
2000-09-25
1
-1
/
+1
*
In theory, m_dup should not be necessary, as m_copypacket should be
nsayer
2000-09-25
1
-3
/
+3
*
Remove (long) unused fields from struct __aiocb_private.
alc
2000-09-25
1
-3
/
+0
*
Fix vnode locking bugs in the nullfs.
bp
2000-09-25
6
-196
/
+572
*
Add a lock structure to vnode structure. Previously it was either allocated
bp
2000-09-25
13
-68
/
+47
*
Increase pollution of LK_* name space and add flag LK_THISLAYER which
bp
2000-09-25
2
-0
/
+2
*
GC some old no longer supported options.
phk
2000-09-25
1
-3
/
+1
*
Get rid of garbage left on the stack.
dcs
2000-09-25
1
-2
/
+1
*
What could possibly have possessed me to forget the "0 (arguments)"
dcs
2000-09-25
1
-2
/
+2
*
Allocate memory resource to access the attribute memory of a card.
tanimura
2000-09-25
1
-65
/
+24
*
Formatting fix on ACPI options. Sort them, comment out negative options.
iwasaki
2000-09-25
2
-8
/
+8
*
Fix the assmebly mutex macros to handle saving/restoring interrupt state
jhb
2000-09-24
2
-14
/
+42
*
Fix the breakage that snatched the ioports from the fdc device.
sos
2000-09-24
5
-34
/
+65
*
Add Makefile to build an if_ed kernel module. Works on both, i386 and
alex
2000-09-24
1
-0
/
+8
*
Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf
bmilekic
2000-09-24
2
-1
/
+12
*
Add a KASSERT() to catch instances where the mutex that we pass in to
jhb
2000-09-24
1
-0
/
+2
*
Use m_dup() instead of m_copypacket() for the time being. Not all
archie
2000-09-23
1
-1
/
+1
*
add feeder_fmt.c
cg
2000-09-23
3
-3
/
+9
*
prepare for adding a rate conversion feeder.
cg
2000-09-23
5
-445
/
+728
*
only probe mandatory channels on known bad codecs
cg
2000-09-23
1
-1
/
+2
[next]