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
*
Update interface to timecounter to last change to the generic code.
phk
1998-11-08
1
-5
/
+5
*
Add semicolon to INTERFACE declaration.
nsouch
1998-11-08
1
-2
/
+2
*
Port the ps/2 mouse driver to the alpha.
dfr
1998-11-08
2
-0
/
+4442
*
Check if devclass exists for probed devices before
nsouch
1998-11-08
1
-2
/
+4
*
Update configuration files for the perl based makedevops script.
nsouch
1998-11-08
3
-38
/
+38
*
Prevent boot.config being parsed more than once.
rnordier
1998-11-08
2
-2
/
+4
*
Add semicolon to INTERFACE declarations
nsouch
1998-11-08
6
-12
/
+12
*
"Here is the most recent version of makedevops.pl. I've made the parsing
nsouch
1998-11-08
1
-177
/
+350
*
Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display while
rnordier
1998-11-08
2
-28
/
+4
*
boot1: Eliminate EDD detection and optional use of disk packet
rnordier
1998-11-08
7
-203
/
+164
*
* Fix a couple of places in the device pager where an address was
dfr
1998-11-08
18
-33
/
+34
*
Missing newline at end of file causes syntax error.
peter
1998-11-08
3
-6
/
+6
*
Enable 686 class optimisations for all 686-class processors, not just the
msmith
1998-11-08
2
-14
/
+14
*
o Add proper stack checking to all file words
jkh
1998-11-07
1
-28
/
+48
*
Change METHODE (french) to METHOD.
nsouch
1998-11-07
1
-3
/
+3
*
Define DEBUG only if not already defined, avoiding confusions with
nsouch
1998-11-07
1
-1
/
+3
*
Add iic driver iff the corresponding devclass exists.
nsouch
1998-11-07
1
-7
/
+8
*
Return to previous check_for_i2c_devices() behaviour.
nsouch
1998-11-07
4
-48
/
+34
*
Eliminate much code cruft by extending simple file I/O API to include
jkh
1998-11-07
3
-55
/
+101
*
Eliminate much code cruft by extending simple file I/O API to include
jkh
1998-11-07
1
-4
/
+9
*
Take init out of here - it's a layering violation.
jkh
1998-11-07
1
-3
/
+0
*
oops! s/vfs_register/vfs_unregister/ in the unload case..
peter
1998-11-07
1
-2
/
+2
*
Don't define the module glue if building as an LKM, this happens to have
peter
1998-11-07
1
-1
/
+3
*
Don't have debugging on by default - it makes testing annoying. :)
jkh
1998-11-07
1
-2
/
+2
*
OK, fload/fexec work properly when both compiling and interpreting
jkh
1998-11-07
1
-11
/
+9
*
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
[next]