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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the aux field type to long instead of int so that it is large
jb
1998-08-20
1
-1
/
+1
*
Remove the bootstrap hack that prevented the use of the rtld.
jb
1998-08-20
2
-24
/
+3
*
Use %p and void * casts to print pointers.
jb
1998-08-20
1
-6
/
+6
*
Fix the machine dependent SUBDIR I removed by mistake in the last commit.
jb
1998-08-20
1
-1
/
+5
*
Fix small printf() bogon (forgot newline, and the message was longer that
wpaul
1998-08-20
1
-4
/
+4
*
Fix my blunder in my previous commit here.
phk
1998-08-20
1
-3
/
+3
*
Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).
dfr
1998-08-20
35
-13
/
+8772
*
Add libstand.
msmith
1998-08-20
1
-2
/
+2
*
Install libstand header <stand.h> and manpage (libstand.3)
msmith
1998-08-20
1
-1
/
+6
*
This commit was generated by cvs2svn to compensate for changes in r38451,
msmith
1998-08-20
59
-0
/
+11092
|
\
|
*
This is libstand; a support library for standalone executables (eg. bootstrap
msmith
1998-08-20
59
-0
/
+11092
*
|
This is libstand; a support library for standalone executables (eg. bootstrap
msmith
1998-08-20
1
-0
/
+316
*
|
Moved `nx' functions to the one place where they are used (su.c).
bde
1998-08-20
4
-109
/
+85
*
|
A better fix for kern/7144:
msmith
1998-08-20
2
-72
/
+56
*
|
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
3
-30
/
+30
*
|
Fixed devfs initialization which I broke in the previous commit.
bde
1998-08-20
3
-21
/
+21
*
|
Include opt_devfs.h which defines SLICE, to make previous commit
des
1998-08-19
1
-1
/
+2
*
|
Make two changes:
wpaul
1998-08-19
1
-28
/
+48
*
|
Adjust family tree to list some freebsd dates as well.
jkh
1998-08-19
1
-4
/
+18
*
|
Sync with sys/i386/isa/sio.c revision 1.211.
kato
1998-08-19
2
-18
/
+20
*
|
Make struct buf->b_offset reflect the real byte offset which got
sos
1998-08-19
4
-5
/
+9
*
|
Sync with sys/i386/isa/syscons.c revision 1.275.
kato
1998-08-19
1
-2
/
+2
*
|
Sync with sys/i386/i386/machdep.c revision 1.304.
kato
1998-08-19
2
-12
/
+32
*
|
Enabled dynamically sized tty input buffers (with enough buffering
bde
1998-08-19
6
-54
/
+60
*
|
A limit of 200000 for the output buffer high watermark was excessive,
bde
1998-08-19
1
-11
/
+3
*
|
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
*
|
Delete dpt driver.
kato
1998-08-19
2
-16
/
+2
*
|
Add "pcm.4" to Makefile.
jkoshy
1998-08-19
1
-2
/
+3
*
|
Increased column widths for tty input watermark fields so that watermarks
bde
1998-08-19
1
-9
/
+10
*
|
Change casts from int to u_long and formats from %x to %lx.
jb
1998-08-18
1
-6
/
+7
*
|
Change a variable from int to size_t.
jb
1998-08-18
1
-3
/
+3
*
|
More programs that build on alpha now.
jb
1998-08-18
1
-9
/
+9
*
|
Build objformat on all architectures.
jb
1998-08-18
1
-3
/
+2
*
|
do not include private copy of bpf.h - it leads to dangerous mismatch
ache
1998-08-18
1
-2
/
+2
*
|
Implement DLT_RAW from libpcap
ache
1998-08-18
2
-2
/
+4
*
|
Presently there is only one `currentldt' variable for all cpus
msmith
1998-08-18
19
-35
/
+110
*
|
Fix one forgotten instance of \n to \r
sos
1998-08-18
2
-4
/
+4
*
|
The selection of a default object format is based on OBJFORMAT, not
jb
1998-08-18
1
-1
/
+1
*
|
Install binutils tools in /usr/libexec/elf like on i386 so that objformat
jb
1998-08-18
1
-5
/
+1
*
|
Quick fix for breakage of read clustering on non-IDE drives. Read
bde
1998-08-18
3
-6
/
+6
*
|
Bruce says that %p is intended to format void pointers only. So use a void *
jb
1998-08-18
1
-2
/
+2
*
|
Add #include string.h to get prototypes.
jb
1998-08-18
1
-0
/
+1
*
|
Add #include string.h to get prototypes.
jb
1998-08-18
1
-1
/
+2
*
|
Destroy any existing chat timeouts in datalink_ComeDown()
brian
1998-08-18
1
-1
/
+2
*
|
Add default OBJFORMAT so that the build process can test for this
jb
1998-08-18
1
-2
/
+7
*
|
Fixed printf format errors.
bde
1998-08-18
15
-51
/
+53
*
|
Fixed style bugs in previous commit.
bde
1998-08-17
2
-74
/
+72
*
|
Made this actually work when there's an object directory:
bde
1998-08-17
1
-4
/
+11
[next]