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
*
Fix both a problem with accessing backing objects, and also release
dyson
1997-04-20
2
-2
/
+28
*
Re-institute the efficent version of vfork. It appears to make a
dyson
1997-04-20
1
-2
/
+2
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
9
-16
/
+15
*
Sync with 2.2 and clean up some tortured english that was added.
jkh
1997-04-20
28
-96
/
+415
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
4
-33
/
+24
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
3
-30
/
+36
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
1
-11
/
+7
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
7
-31
/
+35
*
Fixed inconsistent extern declaration of a timeout function and
bde
1997-04-20
1
-2
/
+2
*
Use separate routines for memmove() and memcpy(). This lets me drop
bde
1997-04-20
1
-0
/
+2
*
Use separate routines for memmove() and memcpy(). This lets me drop
bde
1997-04-20
2
-94
/
+4
*
Merged with the 1996/11/12 NetBSD version:
bde
1997-04-20
1
-10
/
+24
*
Updating FAQ entry for X Inside.
pds
1997-04-20
1
-32
/
+67
*
Fixed linting of and compilation of the gcc byte-swapping macros
bde
1997-04-20
1
-15
/
+12
*
1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifier
phk
1997-04-20
3
-45
/
+76
*
The bit of the cardbus bridge support code se and I have been able to agree
phk
1997-04-20
2
-2
/
+14
*
Fix up the "hlt vector" change I made.
phk
1997-04-20
3
-21
/
+21
*
Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.25.
kato
1997-04-20
2
-16
/
+22
*
Tweak column headers a tad for when running in SMP mode.
peter
1997-04-19
1
-2
/
+2
*
Sync with original source.
wosch
1997-04-19
1
-52
/
+126
*
Understand `--' to end processing of command options.
wosch
1997-04-19
1
-5
/
+5
*
Fixed long lines.
bde
1997-04-19
2
-16
/
+18
*
Fixed #include and/or prototype bugs in synopsis.
bde
1997-04-19
6
-10
/
+11
*
Updated comment about MANDEPEND (it was misplaced in bsd.prog.mk).
bde
1997-04-19
1
-1
/
+3
*
Synchronize with sys/i386/isa/sio.c revision 1.163.
kato
1997-04-19
2
-10
/
+22
*
Removed unused (and almost unusable) support for LDONLY. See ld/rtld
bde
1997-04-19
1
-27
/
+1
*
Fix a bug where a program which appended many small records to a file could
dfr
1997-04-19
2
-2
/
+6
*
Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0.
bde
1997-04-19
2
-16
/
+22
*
Fix typo in previous commit
ache
1997-04-19
1
-2
/
+2
*
Point people at ftp://ftp.FreeBSD.ORG/pub/FreeBSD/CTM for the deltas
gpalmer
1997-04-19
1
-2
/
+2
*
Unceremoneously discard HDLC frames with less than two bytes in them.
phk
1997-04-19
1
-1
/
+7
*
Fix make depend.
dfr
1997-04-19
3
-1
/
+19
*
Avoid `lock against myself' panic by following operation:
kato
1997-04-19
4
-12
/
+66
*
Don't disable CPU cache in init_486dlc. If BIOS supports Cyrix 486,
kato
1997-04-19
2
-6
/
+2
*
Enable GLOBAL tags support.
jkh
1997-04-18
1
-1
/
+3
*
Enable GLOBAL tags support for nvi.
jkh
1997-04-18
11
-94
/
+292
*
Don't call timeout() for DTR wakeup or busy check if the relevant timeout
bde
1997-04-18
3
-15
/
+33
*
No longer use AAP for queueing SCBs to the QINFIFO.
gibbs
1997-04-18
1
-79
/
+63
*
Revert some changes to the selection and reselection code that were thought
gibbs
1997-04-18
1
-41
/
+19
*
Use v3 protocol by default if it is supported by the server. Allow the
dfr
1997-04-18
2
-11
/
+49
*
Don't allow partial buffers to be cluster-comitted.
dfr
1997-04-18
3
-9
/
+16
*
Generate mount*.[ch] and nfs_prot*.[ch] from the .x files.
dfr
1997-04-18
10
-1593
/
+146
*
Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to get
dfr
1997-04-18
2
-4
/
+1001
*
Incorporate kludge/fix from `syscons' ver 1.207 and 1.209.
yokota
1997-04-18
1
-14
/
+17
*
fix up this man page
jmg
1997-04-18
1
-20
/
+47
*
Rearrange pci network card identification for easier additions.
davidn
1997-04-18
2
-26
/
+36
*
Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugs
dg
1997-04-18
1
-3
/
+14
*
Fix punctuation: "it's" -> "its"
danny
1997-04-17
2
-4
/
+4
*
Amancio:
fsmp
1997-04-17
2
-26
/
+26
*
Downgrade Slaven Rezic's name from latin2 to latin1
wosch
1997-04-17
1
-2
/
+2
[next]