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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
The aout->elf transition build from a 2.2.5/6/7 system requires that
jb
1998-08-30
1
-0
/
+176
*
Enable duplex autodetection if UTP media are autodetected.
msmith
1998-08-27
1
-11
/
+12
*
Add CFS options to LINT, though commented out for now.
jkh
1998-08-27
2
-2
/
+10
*
NULLFS_DIAGNOSTICS and PCVT_SCANSET=2 listed twice.
obrien
1998-08-27
2
-6
/
+2
*
New major number for SR4 streams emulation.
msmith
1998-08-24
1
-1
/
+2
*
Change various syscalls to use size_t arguments instead of u_int.
dfr
1998-08-24
1
-0
/
+58
*
Use a relative path to bsd.kern.mk if the relative mk directory exists.
bde
1998-08-24
1
-1
/
+5
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
15
-68
/
+90
*
remove bdevsw arg from dsopen();
phk
1998-08-23
2
-5
/
+4
*
Don't check minor number of dump device at all.
des
1998-08-23
1
-5
/
+1
*
Fixed printf format errors.
bde
1998-08-23
3
-6
/
+6
*
Fixed printf format errors. `struct eisa_device' uses a strange type
bde
1998-08-23
1
-8
/
+8
*
Fixed printf format errors.
bde
1998-08-23
2
-37
/
+47
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
11
-76
/
+87
*
Removed cxpoll(). Just use ttpoll() like all other tty drivers. It's
bde
1998-08-23
1
-11
/
+1
*
A better fix for kern/7144:
msmith
1998-08-20
1
-36
/
+28
*
Fixed bogus spelling `nx*' of some `no*' devswitch functions.
bde
1998-08-20
2
-4
/
+4
*
Fixed devfs initialization which I broke in the previous commit.
bde
1998-08-20
1
-10
/
+10
*
Fixed devfs initialization which I broke in the previous commit.
bde
1998-08-20
1
-7
/
+7
*
Enabled dynamically sized tty input buffers (with enough buffering
bde
1998-08-19
2
-18
/
+20
*
Correct handling of ASCII DEL (0x7F).
jkoshy
1998-08-19
1
-4
/
+6
*
Correct glyph displayed by PCVT in ISO Latin-1 mode.
jkoshy
1998-08-19
1
-1
/
+1
*
Presently there is only one `currentldt' variable for all cpus
msmith
1998-08-18
10
-18
/
+58
*
Fix one forgotten instance of \n to \r
sos
1998-08-18
1
-2
/
+2
*
Removed unused includes.
bde
1998-08-17
1
-9
/
+1
*
Fixed a type mismatch.
bde
1998-08-17
1
-2
/
+3
*
Removed unused includes. Fixed disordering of includes.
bde
1998-08-17
1
-8
/
+6
*
Backed out previous commit. The seconds part of microtime() is
bde
1998-08-17
1
-2
/
+2
*
Oops, the previous commit was of a local version.
bde
1998-08-17
2
-52
/
+40
*
FIxed typo (syntax error) in previous commit.
bde
1998-08-17
3
-40
/
+52
*
Add macros for accessing device memory.
dfr
1998-08-17
1
-1
/
+9
*
Fixed printf format errors.
bde
1998-08-17
1
-2
/
+2
*
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
wpaul
1998-08-16
3
-5
/
+22
*
Make ELF kernels build again.
jdp
1998-08-16
1
-1
/
+2
*
Revamp the ELF include files to better support architecture-independent
jdp
1998-08-16
1
-1
/
+6
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
9
-29
/
+35
*
Cast an int to (intptr_t) before casting it to (void *).
bde
1998-08-16
1
-4
/
+4
*
Fixed yet more ioctl breakage due to the type of the `cmd' arg chaninging
bde
1998-08-16
1
-6
/
+6
*
pmap.c:
bde
1998-08-16
4
-19
/
+20
*
Use an array of uintptr_t's instead of an array of u_longs to hold
bde
1998-08-16
1
-2
/
+2
*
Oops, the previous fix confused Linux's sigset_t with a pointer type.
bde
1998-08-15
1
-5
/
+5
*
Use offsetof() to avoid some casts from pointers to integers (of a
bde
1998-08-15
2
-2
/
+6
*
Only write a filemark on close when data has actually been written.
sos
1998-08-14
1
-5
/
+5
*
Changed \n to \r in the mouse cutbuffer, this makes pine & Emacs
sos
1998-08-14
1
-4
/
+4
*
Fix BNC/AUI autodetection.
msmith
1998-08-13
1
-18
/
+32
*
Cleaned up previous commit, mainly by moving repetitive calculations
bde
1998-08-13
2
-121
/
+65
*
Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock and
bde
1998-08-13
2
-41
/
+127
*
Removed support for FreeBSD-1.x.
bde
1998-08-12
1
-6
/
+1
*
Fixed printf format errors.
bde
1998-08-12
1
-50
/
+4
*
Removed unused includes.
bde
1998-08-12
1
-25
/
+1
[next]