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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix description of argv[0] passed to interpreted scripts; it's the name of
ben
2000-08-05
1
-3
/
+3
*
Prevent internal buffer overflow due to expansion of $LANG and/or name
kris
2000-08-05
1
-3
/
+11
*
src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stage
ru
2000-08-04
2
-2
/
+2
*
Return an error instead of overflowing the buffer in the case of a long
kris
2000-08-04
1
-0
/
+4
*
Calculate the string length of a u_long at compile-time, instead of using a
kris
2000-08-04
1
-5
/
+17
*
Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.
kris
2000-08-04
1
-1
/
+3
*
Correct string length bounds checking.
kris
2000-08-04
1
-3
/
+5
*
Prevent TMPDIR overflow.
kris
2000-08-04
1
-1
/
+5
*
Don't overflow the internal buffer in clnt_sperror()
kris
2000-08-04
1
-1
/
+1
*
sprintf -> snprintf paranoia
kris
2000-08-04
1
-3
/
+3
*
Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.
kris
2000-08-04
1
-2
/
+2
*
Prevent buffer overflows.
kris
2000-08-04
1
-0
/
+10
*
Cleanup warnings by adding missint prototypes, removing unneeded duplicate
jhb
2000-08-03
4
-12
/
+20
*
Fix signedness bogon.
des
2000-08-02
1
-7
/
+6
*
Make sem_post() safe to call from within a signal handler, as required by
jasone
2000-08-01
6
-0
/
+30
*
Revert the temporary hack in rev 1.79.
peter
2000-08-01
1
-1
/
+1
*
If the format string passed to setproctitle begins with a '-'
ps
2000-08-01
4
-48
/
+28
*
Whitespace only:
sheldonh
2000-07-31
1
-4
/
+4
*
Add pointers to rfork_thread(3)
peter
2000-07-31
1
-3
/
+12
*
Add a skeleton rfork_thread(3) man page.
peter
2000-07-29
2
-1
/
+79
*
Take a shot at implementing a functional rfork_thread() for alpha. This
peter
2000-07-29
2
-0
/
+66
*
Fix some rather interesting bugs that managed to not turn up in various
peter
2000-07-29
1
-5
/
+5
*
rfork(2) wrapper for simple rfork-style threads. I have lost count of
peter
2000-07-29
3
-2
/
+114
*
Deal with the exit entry in MIASM changing to sys_exit.
peter
2000-07-29
1
-1
/
+1
*
Teach library about Home/End keys
ache
2000-07-28
2
-5
/
+30
*
Fully preserve original tty settings outside of line edition mode. Old variant
ache
2000-07-28
1
-44
/
+8
*
Move terminal descriptor flush before stty to eliminate potential problems
ache
2000-07-27
1
-1
/
+1
*
Don't fail if _ftp_stat() reports a protocol error, since that most likely
des
2000-07-27
1
-0
/
+1
*
Fix temp. singnals blocking. Only one signal was blocked due to typo pasted
ache
2000-07-26
1
-3
/
+5
*
Add address translation support for RTSP/RTP used by RealPlayer and
archie
2000-07-26
8
-3
/
+819
*
MFC 1.11.2.3 from -stable to -current
dillon
2000-07-25
1
-6
/
+21
*
If the server reports the size as 0, treat it as unknown. This works around
des
2000-07-25
1
-3
/
+2
*
Centralize the default port finding code.
des
2000-07-25
3
-33
/
+43
*
Clean up some nits, with the permission of the author:
sheldonh
2000-07-24
1
-7
/
+14
*
Remove the reference to KERN_UPDATEINTERVAL and syncer(4), since
sheldonh
2000-07-22
1
-6
/
+0
*
Ignore environment variables that are set but empty.
des
2000-07-21
1
-40
/
+81
*
Document the proxy support better.
des
2000-07-21
1
-2
/
+15
*
The decision to use an HTTP proxy for FTP documents belongs in the FTP code
des
2000-07-21
2
-13
/
+24
*
Don't send port number to proxy unless it's not the standard FTP port
des
2000-07-21
1
-2
/
+6
*
Call _thread_init() from pthread_once() if it has not already been called.
dfr
2000-07-21
3
-0
/
+6
*
Use _close() instead of close() in addrconfig() to keep it from becoming a
jasone
2000-07-21
1
-3
/
+3
*
Fix problem where original author thought `unsigned long' was the best
obrien
2000-07-20
1
-2
/
+4
*
Copy canonname for *ahost, into static buffer.
ume
2000-07-20
1
-10
/
+10
*
use .Pp instead of faking it with an extra newline
alfred
2000-07-20
1
-1
/
+1
*
document get/set sockopt usage with accept_filter(9)
alfred
2000-07-20
1
-2
/
+35
*
Alocate rcmd{,_af}()'s *ahost argument using malloc() (well
brian
2000-07-20
2
-3
/
+14
*
Fix the case where the file name is preceded by a lone slash.
des
2000-07-20
1
-1
/
+1
*
Don't try to skip to the requested offset if the server returns more data
des
2000-07-19
1
-8
/
+10
*
pthread_once --> pthread_once_t.
jasone
2000-07-19
2
-2
/
+2
*
Update stale references to update(4) with references to the new
sheldonh
2000-07-19
3
-4
/
+4
[next]