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
*
- latest 2ndbuffer patch
cg
1999-12-29
14
-200
/
+486
*
Add the Id for the NeoMagic 256ZX, the display from which I'm seeing this..
billf
1999-12-29
1
-0
/
+2
*
Only print "couldn't install distributions" popup if any
jkh
1999-12-29
2
-6
/
+10
*
Add support for building the 'mlx?' devices, which will be used by the
msmith
1999-12-29
1
-1
/
+9
*
Hookup the info docs.
obrien
1999-12-29
1
-0
/
+2
*
Make tcp_drain() actually do something. When invoked (usually as a
msmith
1999-12-28
2
-0
/
+58
*
Build and install the GASP info page. Unfortunately there is no manpage.
obrien
1999-12-28
1
-0
/
+16
*
Use the *much* more readable unified diff format.
obrien
1999-12-28
2
-3
/
+3
*
-Wall and minor style(9) cleanups.
deischen
1999-12-28
21
-46
/
+42
*
Change stack allocation algorithm to make better use of memory
deischen
1999-12-28
6
-66
/
+60
*
Don't wakeup threads when there is a process signal and no installed
deischen
1999-12-28
3
-69
/
+111
*
Build openssl properly during make world.
kris
1999-12-28
1
-1
/
+4
*
Avoid to write garbage if uiomove fails.
bp
1999-12-28
2
-0
/
+8
*
Fix an overflow in the msdosfs_read() function which exposed on the files
bp
1999-12-28
2
-6
/
+6
*
It is possible that number of sectors specified in the BPB
bp
1999-12-28
4
-12
/
+28
*
Typo cops.
hoek
1999-12-28
1
-1
/
+1
*
Add history: The reallocf() function first appeared in FreeBSD-3.0.
hoek
1999-12-28
1
-0
/
+5
*
Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.
hoek
1999-12-28
1
-1
/
+2
*
Avoid the potentially confusing term "a null pointer" and say "the NULL
hoek
1999-12-28
2
-3
/
+3
*
Add .Xrefs to tolower.3 and toupper.3, respectively.
hoek
1999-12-28
2
-0
/
+2
*
Better handling groff failures. If popen(ROFF_COMMAND) returns zero bytes
phantom
1999-12-28
1
-3
/
+5
*
Use the ctype.h version of isascii() - it doesn't loose precision and think
peter
1999-12-28
1
-1
/
+1
*
Take into account the fact that "[" may be called with a path,
sheldonh
1999-12-28
1
-1
/
+6
*
Make cloning mask sockaddr (genmask) possible.
ru
1999-12-28
1
-1
/
+2
*
Added following modes:
kato
1999-12-28
3
-16
/
+56
*
Fix a panic when doing non-multiples of PAGE_SIZE or misaligned transfers
peter
1999-12-28
1
-1
/
+13
*
Fix the swap backed vn case - this was broken by my rev 1.128 to
peter
1999-12-28
2
-22
/
+50
*
Suppress vast quantities of unneeded warnings spewed by libc's gethostbydns
rwatson
1999-12-28
1
-3
/
+4
*
Correctly handle a user-requested abort in the middle of displaying a
msmith
1999-12-28
1
-2
/
+4
*
Add display of maximum allowed mbuf count to match mbuf cluster count.
msmith
1999-12-28
1
-3
/
+11
*
Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clusters
msmith
1999-12-28
1
-2
/
+22
*
Fix a small typo in the comments.
billf
1999-12-28
1
-1
/
+1
*
Dedocument one of the BUGS listed in the last commit. The bug (needless
hoek
1999-12-28
1
-3
/
+0
*
Rather than use an LRU-ordered circular list to store buffered data,
hoek
1999-12-28
1
-35
/
+65
*
Small bug fix and improvements
shin
1999-12-28
3
-3
/
+20
*
Upgrade to the pam_ssh module, version 1.1..
green
1999-12-28
2
-24
/
+346
*
Work around an assert failure in the dynamic linker's default thread
jdp
1999-12-28
6
-16
/
+37
*
Delete dead code and clean comments a little.
hoek
1999-12-28
2
-8
/
+15
*
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
shin
1999-12-28
49
-52
/
+14758
*
This commit adds device driver support for the ADMtek AN986 Pegasus
wpaul
1999-12-28
31
-31
/
+2072
*
Two nits and disable isa probe due to its overly agressive claiming of
imp
1999-12-28
2
-4
/
+4
*
Correctly maintain state when manipulating linked lists. This fixes a
hoek
1999-12-27
1
-3
/
+8
*
Add ipsec_esp option to files which depend on crypto.
shin
1999-12-27
1
-15
/
+15
*
Initialize unitialized variable from prev. commit.
hoek
1999-12-27
1
-1
/
+1
*
Fixed breakage of static linkage of rlogind. Someone added -lutil and
bde
1999-12-27
1
-4
/
+5
*
Fixed some bugs (one serious one: timeouts were claimed to be executed at
bde
1999-12-27
1
-4
/
+41
*
Fix typo "," vs ";"
peter
1999-12-27
2
-2
/
+2
*
Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).
bde
1999-12-27
1
-4
/
+5
*
Synced with sys/isa/sio.c rev 1.282.
kato
1999-12-27
2
-10
/
+96
*
Synced with sys/i386/isa/clock.c rev 1.148. This is a cosmetic change
kato
1999-12-27
3
-12
/
+48
[next]