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
*
switch words to default mode.
jkh
1998-11-06
1
-4
/
+4
*
Submit better fix to the prompt bug.
jkh
1998-11-06
2
-3
/
+3
*
Make fexists/fload work with existing string literals instead. Doing
jkh
1998-11-06
2
-41
/
+9
*
USERCONFIG_BOOT -> INTRO_USERCONFIG
msmith
1998-11-06
3
-9
/
+9
*
Argh, I had this right[er] before. More commits to follow.
jkh
1998-11-06
1
-2
/
+2
*
Added support for non-blocking sockets to sendfile(2).
dg
1998-11-06
1
-1
/
+20
*
Remove trailing ';' - use the one supplied by the caller: "VFS_SET(foo);"
peter
1998-11-06
1
-2
/
+2
*
Make this work now; fixing the kstack overflow allows the dependency to
peter
1998-11-06
1
-4
/
+4
*
Don't use a glue file for the module; use the one in the kernel.
peter
1998-11-06
2
-66
/
+2
*
Create an 'ibcs2' module so that scripts can tell if it's statically
peter
1998-11-06
1
-1
/
+20
*
Don't put aggregate structs 4K large on the kernel stack, especially when
peter
1998-11-06
2
-46
/
+60
*
Define the kld_debug variable if KLD_DEBUG is enabled
peter
1998-11-06
1
-1
/
+5
*
make lnc0 definition in LINT match GENERIC
obrien
1998-11-06
3
-6
/
+6
*
add AMD Am7990 & Am79C960 to description of lnc(4)
obrien
1998-11-06
3
-6
/
+6
*
Sync with sys/i386/i386/userconfig.c revision up to 1.115.
kato
1998-11-06
1
-46
/
+106
*
Sync with sys/i386/i386/machdep.c revision up to 1.315.
kato
1998-11-06
2
-46
/
+4
*
Sync with sys/i386/conf/options.i386 revision 1.91.
kato
1998-11-06
2
-4
/
+4
*
Sync with sys/i386/conf/Makefile.i386 revision 1.128.
kato
1998-11-06
2
-20
/
+4
*
Use proper literal names.
jkh
1998-11-06
1
-2
/
+2
*
Ack. Create parseable command tail properly, and eat args out of the TIB.
msmith
1998-11-06
1
-2
/
+5
*
Don't not print the prompt string; not doing this has funny side-effects.
msmith
1998-11-06
2
-4
/
+6
*
Don't use the poxy vmGetString interface (who uses counted strings these
msmith
1998-11-06
1
-7
/
+23
*
put a \n on an error message printf
peter
1998-11-06
1
-2
/
+2
*
If this is going to have checks for kernel versions, it might as well
peter
1998-11-06
4
-30
/
+58
*
Remove machine/cputypes.h - it's an i386 only thing
peter
1998-11-06
1
-2
/
+1
*
Make use of BIOS int 0x13 extensions configurable, and disabled
rnordier
1998-11-05
5
-9
/
+20
*
Document the new NSFBUFS option.
dg
1998-11-05
3
-3
/
+24
*
Implemented zero-copy TCP/IP extensions via sendfile(2) - send a
dg
1998-11-05
15
-13
/
+462
*
Remember a bit more of my forth and do:
jkh
1998-11-05
4
-16
/
+59
*
1. rebuild all elements of testmain properly for safety.
jkh
1998-11-05
3
-7
/
+99
*
Explicitly invoke perl to run the softwords.pl script in case the
msmith
1998-11-05
1
-2
/
+2
*
Build linux_genassym static, this should help aout-to-elf builds
peter
1998-11-05
1
-2
/
+2
*
Do not overwrite the lkm versions of the install scripts for now. linux
peter
1998-11-05
3
-12
/
+12
*
Update to use kldload, no temporary files!
peter
1998-11-05
6
-38
/
+24
*
Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is either
peter
1998-11-05
1
-2
/
+2
*
iicbus probe and attach deferred until root_bus_configure() call.
nsouch
1998-11-04
2
-10
/
+2
*
Properly reset parent to get interface addr.
nsouch
1998-11-04
1
-3
/
+3
*
Fix sbcheck() to check all packets on socket buffer.
fenner
1998-11-04
2
-18
/
+22
*
Generalize the quirk entry that disables multi-lun probing for Sony CDROM
ken
1998-11-04
1
-4
/
+3
*
Fix make world breakage: "$MACHINE_ARCH" -> "${MACHINE_ARCH}".
jdp
1998-11-04
1
-2
/
+2
*
Don't try to build i386-centric modules on non-i386 systems.
msmith
1998-11-04
1
-4
/
+8
*
Make a.out kernels kld compatable by default...
peter
1998-11-04
3
-30
/
+6
*
The handle for the kernel is common. With this fix, ELF kernels can load
peter
1998-11-04
5
-34
/
+23
*
Remove stray(?) debugging printf's and cngetc()'s that freeze boot several
peter
1998-11-04
1
-8
/
+2
*
Remove an error message from sb interrupt driver -- it
luigi
1998-11-04
5
-40
/
+0
*
Improve the assertion testing for successful softword compilation.
msmith
1998-11-04
1
-4
/
+1
*
Simple update to make these work as kld and preload modules.
peter
1998-11-04
13
-169
/
+90
*
Turn off -g accidentally left in from testing.
msmith
1998-11-04
1
-3
/
+3
*
Fix includes; we were still pulling in <stdlib.h> in some places.
msmith
1998-11-04
10
-34
/
+54
*
Use a smaller default dictionary to waste less space.
msmith
1998-11-04
1
-2
/
+2
[next]