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
*
IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags
bde
1997-10-15
2
-8
/
+8
*
Reset the flag right away, could catch a bogon someday.
phk
1997-10-14
2
-2
/
+4
*
I think my previous change may have opened a race conditio.
phk
1997-10-14
10
-23
/
+28
*
Deleted obsolete non-Intel CPU options.
kato
1997-10-14
2
-18
/
+2
*
ufs_ihashrem() should not be called from the UFS layer, but from the
phk
1997-10-14
5
-8
/
+12
*
if_ep.c clarification/simplification.
itojun
1997-10-14
4
-546
/
+184
*
Synchronize with sys/i386/isa/wd.c revision 1.141.
kato
1997-10-13
1
-4
/
+4
*
Synchronize with sys/i386/isa/sio.c revision 1.184.
kato
1997-10-13
2
-4
/
+4
*
Synchronize with sys/i386/i386/userconfig.c revision 1.269.
kato
1997-10-13
1
-3
/
+3
*
Synchronize with sys/i386/i386/machdep.c revision 1.269.
kato
1997-10-13
2
-2
/
+4
*
Disable the TEST_CIL code till I can commit the complete solution.
fsmp
1997-10-13
1
-1
/
+5
*
if we free all the links to a node, then by definition
julian
1997-10-12
1
-2
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
122
-289
/
+469
*
Back out my LALT -> META change until we figure out a way to make it
jkh
1997-10-12
3
-6
/
+6
*
Fix bug when using DEVFS, drives on second controller sisn't appear
sos
1997-10-12
1
-4
/
+4
*
Try and fix some style problems
peter
1997-10-12
7
-105
/
+126
*
Attempt to support IPX.
peter
1997-10-12
2
-2
/
+44
*
Synchronize with sys/i386/isa/isa.c revision 1.106.
kato
1997-10-12
1
-4
/
+4
*
Synchronize with sys/i386/i386/userconfig.c revision 1.94.
kato
1997-10-12
1
-2
/
+4
*
Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.
kato
1997-10-12
2
-4
/
+4
*
Synchronize with sys/i386/conf/options.i386 revision 1.61.
kato
1997-10-12
2
-4
/
+4
*
Synchronize with sys/i386/i386/machdep.c revision 1.268.
kato
1997-10-12
2
-2
/
+6
*
Synchronize with sys/i386/i386/trap.c revision 1.113.
kato
1997-10-12
1
-1
/
+7
*
Synchronize with sys/i386/boot/netboot/Makefile revision 1.14.
kato
1997-10-12
1
-8
/
+10
*
Remove the call to scsi_start_unit() from sd_open(). It was causing
joerg
1997-10-12
2
-8
/
+9
*
Allow "foo0: disabled, not probed" message to stay, but make it conditional
jkh
1997-10-12
2
-8
/
+8
*
sppp(4) is now also a consumer of the kernel MD5 code.
joerg
1997-10-11
1
-0
/
+1
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
42
-89
/
+135
*
Freeing with unknown type is a panic kind of thing.
phk
1997-10-11
1
-2
/
+2
*
Remove all traces of M_VFSCONF, which were for all practical
phk
1997-10-11
2
-5
/
+2
*
Jumbo patch to implement PAP and CHAP for sppp(4). Partially based on
joerg
1997-10-11
2
-152
/
+1504
*
Remove a debug printf entirely.
phk
1997-10-11
1
-4
/
+1
*
Disable an extremely annoying printf.
peter
1997-10-11
1
-1
/
+3
*
Attempt to fix the previous fix to the contigmalloc1 prototype.
peter
1997-10-11
1
-3
/
+4
*
Remove a #ifndef __FreeBSD__ chunk.
phk
1997-10-11
2
-10
/
+2
*
Dike out a weird warning.
phk
1997-10-11
2
-2
/
+6
*
Make the target for the number of AIO daemons work.
dyson
1997-10-11
1
-2
/
+18
*
Fix contigmalloc() and contigmalloc1() arguments.
phk
1997-10-10
2
-5
/
+5
*
Make ufs_reclaim free the underlying inode.
phk
1997-10-10
5
-9
/
+19
*
Use generic ufs_reclaim().
phk
1997-10-10
5
-49
/
+18
*
Add type arg to ffs_mountfs and avoid examining v_tag to find out
phk
1997-10-10
3
-35
/
+17
*
Remove a bunch of unused malloc types.
phk
1997-10-10
3
-30
/
+19
*
Rename "struct kmemstats" to "struct malloc_type" it makes more sense now.
phk
1997-10-10
2
-14
/
+16
*
Mega commit to cleanup the "remaining nits" after my malloc change.
phk
1997-10-10
4
-20
/
+16
*
Make malloc more extensible. The malloc type is now a pointer to
phk
1997-10-10
3
-251
/
+148
*
Compensate for pcb.h tweaks.
peter
1997-10-10
8
-9
/
+29
*
Don't #include unneeded includes here. pcb_ext.h picks up lots of other
peter
1997-10-10
2
-8
/
+4
*
GPROC0_SEL isn't used in any *.s files it seems..
peter
1997-10-10
2
-6
/
+2
*
Try out PPP_FILTER
peter
1997-10-10
2
-3
/
+5
*
Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).
asami
1997-10-10
1
-1
/
+5
[next]