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
*
Added multicast support (BPF cookie bug was already fixed).
dg
1996-10-03
2
-4
/
+43
*
Make return or newline synonymous with down-arrow in the value editor.
jkh
1996-10-03
1
-3
/
+5
*
Drop an unused param to unmap_pages().
peter
1996-10-03
1
-7
/
+7
*
Fix stupid typo.
jkh
1996-10-03
1
-3
/
+3
*
Add fxp and vx to list of known device types.
jkh
1996-10-03
1
-2
/
+4
*
scresume erroneously used before declared. Move the function
jkh
1996-10-03
3
-30
/
+30
*
Fixed the userconfig problem (and one with ddb as well).
sos
1996-10-02
3
-462
/
+474
*
New support for displaying PCI devices without making you insane.
jkh
1996-10-02
1
-46
/
+74
*
MSDOS FS used to allocate a buffer before extending the VM object. In
dyson
1996-10-02
2
-14
/
+18
*
add SC_SPLASH_SCREEN to opt_syscons.h (sigh)
pst
1996-10-02
2
-2
/
+4
*
Fixed the "missing updates" reported by ache.
sos
1996-10-01
3
-87
/
+111
*
#ifdef another instance of toggle_splash_screen() which Soren missed.
jkh
1996-10-01
3
-3
/
+15
*
Document the Adaptec driver options for tagged command queueing and SCB
pst
1996-10-01
6
-6
/
+40
*
Add support for storing a -R path in ld in the section dispatch table,
peter
1996-10-01
2
-4
/
+10
*
Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETV
peter
1996-10-01
1
-1
/
+8
*
Dont make splash screen the default :)
sos
1996-09-30
3
-6
/
+3
*
Fix a couble of nasties regarding mouse pointer and different
sos
1996-09-30
8
-311
/
+546
*
if we jump the time, we need to check all the process real interval timers.
julian
1996-09-30
1
-2
/
+5
*
Work around UMC8669F and Startech UART bugs by not writing to the
bde
1996-09-30
3
-33
/
+108
*
Whaddya know, visual userconfig sort of supports pci, but the support
bde
1996-09-30
1
-5
/
+6
*
Added "memory" to clobber list in invlpg(). It needs it if invltlb()
bde
1996-09-29
2
-40
/
+42
*
Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>
bde
1996-09-29
2
-5
/
+7
*
Backed out one of my "performance optimizations" as it results in sometimes
dg
1996-09-29
2
-18
/
+26
*
Essentially rename pmap_update to be invltlb. It is a very machine
dyson
1996-09-28
10
-106
/
+104
*
Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.
bde
1996-09-28
1
-4
/
+3
*
Fixed bitrot in the read-only attribute:
bde
1996-09-28
1
-5
/
+4
*
Oops, read-only is spelled RD here.
bde
1996-09-28
1
-21
/
+21
*
Fixed bitrot in the read-only attribute:
bde
1996-09-28
1
-26
/
+23
*
Restored my change in rev.1.119 which was clobbered by the previous commit.
bde
1996-09-28
2
-4
/
+8
*
Move pmap_update_1pg to cpufunc.h. Additionally,
dyson
1996-09-28
4
-98
/
+78
*
Correct vget by removing a window where a vnode can potentially go away.
dyson
1996-09-28
2
-6
/
+6
*
Reviewed by:
dyson
1996-09-28
4
-84
/
+111
*
Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h"
bde
1996-09-27
3
-9
/
+6
*
Some warning cleanups. There were some needless casts that also caused
peter
1996-09-27
2
-30
/
+24
*
part 2 of the bsdi compat tweak attempt. I believe that BSDI use both
peter
1996-09-27
2
-2
/
+8
*
Apparently, BSDI have a new system call gate. I was experimenting
peter
1996-09-27
2
-4
/
+6
*
Drat, missed this prototype for random_select().
peter
1996-09-27
2
-2
/
+4
*
I've been meaning to commit this for months. Implement select()
peter
1996-09-27
4
-6
/
+96
*
Fix a couple of bugs causing false positives
pst
1996-09-26
1
-6
/
+3
*
Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned
bde
1996-09-24
2
-12
/
+26
*
Eliminated includes of the "temporary" backwards compatibility header
bde
1996-09-24
1
-7
/
+7
*
call srandom() during the boot to start the sequence with a slightly less
peter
1996-09-23
1
-1
/
+9
*
add simple srandom() and prototype
peter
1996-09-23
2
-3
/
+12
*
add forgotten $Id$
wosch
1996-09-22
3
-1
/
+5
*
Remove the extra length field from the utrace entries. It's redundant.
phk
1996-09-22
2
-16
/
+6
*
Reformatted FreeBSD additions to match 4.4Lite style. Mixed tabs and
bde
1996-09-22
1
-7
/
+7
*
Fixed a bug with the management of the pointer to the first TxCB in the
dg
1996-09-22
2
-98
/
+76
*
Remove the code that renices +4 a process that has had 10 minutes of
gpalmer
1996-09-22
1
-7
/
+2
*
Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:
bde
1996-09-21
44
-199
/
+288
*
Include <sys/filio.h> explicitly - don't depend on <machine/soundcard.h>
bde
1996-09-21
1
-0
/
+1
[next]