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
*
Add a new, better mechanism for sticking packets onto ifqueues.
wollman
1996-07-22
1
-1
/
+30
*
Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)
peter
1996-07-21
1
-2
/
+3
*
Add yet another kludge to this driver. Man page update to follow.
phk
1996-07-21
1
-1
/
+9
*
Substitute raw{read|write} for ccd{read|write}
phk
1996-07-21
2
-118
/
+4
*
Post-commit review by Bruce. Mostly stylistic changes.
joerg
1996-07-21
5
-255
/
+280
*
Replace the annoying calls to Debugger() by panic()'s in the
joerg
1996-07-20
1
-3
/
+7
*
Correct the timer2 acquiration and release, it must happen at splclock.
joerg
1996-07-20
2
-72
/
+104
*
Major cleanup of the timerX_{acquire,release} stuff. In particular,
joerg
1996-07-20
5
-240
/
+480
*
Removed extraneous return.
alex
1996-07-20
1
-2
/
+1
*
Last night (local time :) I accidently checked in an intermediate version
se
1996-07-19
2
-170
/
+138
*
Add interrupt register set up with original register value
amurai
1996-07-19
6
-10
/
+26
*
FINALLY: PCI support for the Lance Ethernet driver.
se
1996-07-18
5
-146
/
+507
*
some internal modems need LOTS of time to generate an interrupt
julian
1996-07-17
3
-6
/
+6
*
Introduce two /dev/audio compat alias names for flushing and draining
joerg
1996-07-17
2
-2
/
+8
*
Fixed adjustment of `time' when timer0 is released. 27465 was 27645 in
bde
1996-07-17
6
-12
/
+12
*
Various fixes from frank@fwi.uva.nl (Frank van der Linden) via
dfr
1996-07-16
8
-50
/
+116
*
Moved declaration of zbuf outside of #ifdef DEVFS code.
nate
1996-07-15
2
-6
/
+6
*
Quick fix for previous commit: don't free zbuf on close since it may be
bde
1996-07-15
2
-18
/
+4
*
Switch back to logging accepted packets with the text "Allow" instead
alex
1996-07-14
1
-2
/
+2
*
Turn SCSIDEBUG into a new-style option.
joerg
1996-07-14
11
-12
/
+30
*
Almost gratuitious improvement of the performance of reading
dyson
1996-07-14
2
-10
/
+28
*
A few minor mods (improvements) to support more efficient pipe
dyson
1996-07-13
2
-34
/
+79
*
Enable transmit complete interrupt...
dg
1996-07-13
2
-4
/
+4
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-1
/
+1
*
Fixed two bugs in previous commit: be sure to include tcp_debug.h when
dg
1996-07-12
2
-3
/
+6
*
Fix braino in rev 1.30 fix; m_copy() the mbuf that has the header
fenner
1996-07-12
1
-2
/
+2
*
Bump RELDATE in -current to be greater than RELDATE in -stable (and hence
peter
1996-07-12
1
-2
/
+2
*
Staticized some variables.
bde
1996-07-12
1
-5
/
+12
*
Use a big delta in adjtime() for big negative adjustments as well as
bde
1996-07-12
1
-2
/
+2
*
Staticized a few variables.
bde
1996-07-12
6
-18
/
+27
*
Removed "optimization" using gcc's builtin memcpy instead of bcopy.
bde
1996-07-12
2
-10
/
+4
*
Renamed upa to p0upa to match p0upt.
bde
1996-07-12
3
-42
/
+42
*
Export `dumpmag' to utilities but not to the kernel.
bde
1996-07-12
2
-6
/
+8
*
Fixed cloned comments about npx traps to match context.
bde
1996-07-12
3
-15
/
+24
*
Removed obsolete definition of PIPE_NBIO.
bde
1996-07-12
1
-2
/
+1
*
Moved the definition of DEBUGMSG() from asm.h to start.S. This macro
bde
1996-07-12
2
-13
/
+13
*
Moved the definition of `bsize' out of a DO_BAD144 ifdef so that this
bde
1996-07-12
1
-2
/
+2
*
Moved the definition of dflt_name to the correct file (table.c is only for
bde
1996-07-12
3
-5
/
+8
*
Fixed some speling, punctuation.. and spac ing errors.
bde
1996-07-12
2
-19
/
+19
*
Fixed operand order for shld and shrd.
bde
1996-07-12
2
-164
/
+160
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
13
-54
/
+50
*
Add some comments explaining what APM_DSVALUE_BUG does no that I know
nate
1996-07-11
2
-6
/
+20
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
15
-295
/
+566
*
Merge.
jkh
1996-07-11
2
-2
/
+6
*
Adding changes to ipfw and the kernel to support ip packet diversion..
julian
1996-07-10
12
-60
/
+597
*
Whee. Fix two bugs which ended up cancelling each other out.
nate
1996-07-10
4
-12
/
+12
*
Clean out some historical cruft.
jkh
1996-07-10
2
-12
/
+2
*
Disallow host routes that point to themselves. These routes serve no
fenner
1996-07-10
2
-6
/
+35
*
Functionality for IPFIREWALL_VERBOSE logging:
nate
1996-07-09
1
-1
/
+7
*
This is a proposal-in-code for a substantial modification of the way
wollman
1996-07-09
4
-5
/
+500
[next]