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
*
PCCARD-code related style nits, as requested.
msmith
1998-02-27
7
-48
/
+48
*
Move "geometry disk" device (not yet implemented) to major 95 to
jkh
1998-02-27
2
-4
/
+6
*
Fix some style nits and remove an unused header.
msmith
1998-02-27
10
-24
/
+14
*
NetBSD PR# 2772
dima
1998-02-26
2
-3
/
+4
*
Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>
ahasty
1998-02-26
8
-38
/
+99
*
Fixes for some bugs in the VFAT/FAT32 support:
msmith
1998-02-26
8
-42
/
+62
*
In the author's words:
msmith
1998-02-26
4
-30
/
+80
*
Changes to support the addition of a new sysctl variable:
dg
1998-02-26
4
-48
/
+46
*
Deleted KLOCK-hack.
kato
1998-02-26
6
-58
/
+14
*
Sync with sys/i386/conf/majors.i386 revision 1.35.
kato
1998-02-26
1
-1
/
+2
*
Sync with sys/i386/conf/files.i386 revision 1.193.
kato
1998-02-26
2
-2
/
+4
*
Fixed syntax error by recent changes to the queue macros.
kato
1998-02-26
1
-3
/
+3
*
Removed unused #includes.
bde
1998-02-25
2
-4
/
+2
*
Fixed a syntax error. Strange but correct code was broken by recent
bde
1998-02-25
1
-2
/
+2
*
Added missing #include of "opt_devfs.h".
bde
1998-02-25
2
-8
/
+6
*
Added a used #include.
bde
1998-02-25
1
-0
/
+1
*
Removed a stale comment and staler code.
bde
1998-02-25
2
-15
/
+2
*
Don't depend on "implicit int" or bloat the data section in the
bde
1998-02-25
1
-3
/
+3
*
Don't depend on "implicit int".
bde
1998-02-25
1
-4
/
+4
*
Declare function pointer args as pointers, not as functions.
bde
1998-02-25
1
-3
/
+3
*
Fixed a missing newline in a debugging printf.
bde
1998-02-25
1
-4
/
+4
*
Removed unused #includes.
bde
1998-02-25
3
-13
/
+2
*
Removed redundant test against MAXDSIZ (the rlimit test is stronger).
bde
1998-02-25
2
-6
/
+6
*
Fixed missing permissions checking for mounting by non-root.
bde
1998-02-25
1
-2
/
+36
*
Fixed the calculation of `delta' in settime(). We once set all
bde
1998-02-25
1
-29
/
+14
*
Fix page prezeroing for SMP, and fix some potential paging-in-progress
dyson
1998-02-25
11
-108
/
+127
*
OOPs typo TCF, not TCP....
julian
1998-02-25
1
-2
/
+2
*
Removed vestiges of previous microtime() implementation.
bde
1998-02-25
2
-12
/
+4
*
Removed _POSIX_SOURCE ifdef. This is not a POSIX.1 header.
bde
1998-02-25
1
-3
/
+1
*
Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header, so POSIX
bde
1998-02-25
2
-10
/
+2
*
Bring our in.h up to date with respect to allocated
julian
1998-02-25
1
-3
/
+86
*
Don't include <sys/time.h> if _POSIX_SOURCE is defined. This fixes
bde
1998-02-25
1
-4
/
+3
*
Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never-
bde
1998-02-25
2
-4
/
+4
*
Add loran0 to LINT
phk
1998-02-24
3
-3
/
+6
*
Add the smallest and least useful device-driver by a fair margin...
phk
1998-02-24
5
-4
/
+129
*
Add the 'do/while hack' to all the queue macros
julian
1998-02-24
1
-57
/
+59
*
Back out "always view in lowercase" part
ache
1998-02-24
8
-58
/
+62
*
Add the Intel 82371SB USB host controller to the known list.
sos
1998-02-24
1
-1
/
+3
*
Correct some severe VM tuning problems for small systems (<=16MB), and
dyson
1998-02-24
1
-7
/
+10
*
MF22: removed duplicate #include of <sys.cdefs.h> and fixed comments about
bde
1998-02-24
1
-24
/
+9
*
Forward declare more structs that are used in prototypes here - don't
bde
1998-02-24
2
-4
/
+9
*
Implement loadable DOS<->local conversion tables for DOS names
ache
1998-02-23
12
-134
/
+274
*
Use port 0x110 to avoid PNP conflicts.
steve
1998-02-23
2
-3
/
+3
*
Fix signatures of NEC's DOS formats.
kato
1998-02-23
2
-18
/
+18
*
Sync with sys/i386/isa/clock.c revision 1.113.
kato
1998-02-23
3
-3
/
+6
*
Removed unused file (sync with sys/i386/i386/microtime.s).
kato
1998-02-23
1
-306
/
+0
*
Oops, add missing bcopy of upper->lower table
ache
1998-02-23
2
-2
/
+6
*
Implement loadable upper->lower local conversion table
ache
1998-02-23
10
-44
/
+110
*
Significantly improve the efficiency of the swap pager, which appears to
dyson
1998-02-23
8
-314
/
+306
*
Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden
dyson
1998-02-23
4
-7
/
+56
[next]