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
/
libexec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialise some uninitialised variables.
dfr
2003-12-31
1
-0
/
+2
*
Document what the PAM believers failed to do (and should have),
obrien
2003-12-17
1
-0
/
+9
*
Fix dynamic linking a bit more.. enough that mozilla-firebird works if you
peter
2003-12-12
1
-3
/
+3
*
Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.
peter
2003-12-11
1
-0
/
+2
*
Only define CACHE_LINE_SIZE in one place..
peter
2003-12-11
1
-2
/
+0
*
CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This should
peter
2003-12-11
1
-1
/
+1
*
Fix a bug which causes wrong filename being written into the syslog
sobomax
2003-11-20
1
-1
/
+10
*
Replace all uses of the old netgraph constants NG_*LEN by the new
harti
2003-11-15
1
-1
/
+1
*
If a file to send in ASCII mode already has CRLF as end-of-line,
yar
2003-11-15
1
-2
/
+4
*
Sync comment with code's reality.
tobez
2003-11-14
1
-1
/
+1
*
Tidy up some xdrproc_t related warnings.
peter
2003-10-26
2
-5
/
+7
*
Pacify gcc warning with a Douglas Adams reference.
peter
2003-10-26
1
-0
/
+2
*
Make the warning message stand out more.
tjr
2003-10-11
1
-0
/
+2
*
Warn users that makekey may disappear in a future release now that the
tjr
2003-10-09
1
-1
/
+6
*
Use the new style struct sockaddr instead of osockaddr in system calls
tjr
2003-09-28
1
-4
/
+6
*
Don't depend on IPv4-mapped IPv6 address to bind to both IPv4
ume
2003-09-14
2
-76
/
+116
*
Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.
mdodd
2003-09-13
2
-18
/
+1
*
Change libmap.c:lm_init() to return a status value; 0 for success
mdodd
2003-09-13
3
-5
/
+5
*
Deal with the LOGIN_NAME_MAX issue in the NetBSD->FreeBSD
obrien
2003-09-11
1
-0
/
+7
*
Add a dependancy on 'nbsd2fbsd.h'
obrien
2003-09-10
1
-0
/
+2
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
Eliminate last three uses of varargs.h in the tree. These three files
kan
2003-09-01
2
-2
/
+0
*
Add a note that the -u option can be overridden by settings in login.conf(5).
ceri
2003-08-31
1
-0
/
+2
*
Remove a useless '/'.
obrien
2003-08-24
1
-1
/
+1
*
Very minor style nit: sort include files alphabetically.
imp
2003-08-22
1
-1
/
+1
*
Forgot one instance of ld-elf.so.1. Convert to ${PROG}
gordon
2003-08-17
1
-1
/
+1
*
Don't forget to honor DESTDIR. Also switch over to using PROG instead of
gordon
2003-08-17
1
-2
/
+2
*
Don't forget to chflags noschg the existing binary so we can symlink
gordon
2003-08-17
1
-0
/
+5
*
As long threatened, stage 2 of making a dynamically-linked root a reality.
gordon
2003-08-17
2
-1
/
+3
*
Prepend /lib to the builtin library search path in rtld.
gordon
2003-08-17
2
-2
/
+2
*
Make sure that a "make release" (more accurately the bit that makes
markm
2003-07-24
1
-0
/
+2
*
Ensure that for the cryptographic instances of *telnet*, the "crypto"
markm
2003-07-24
1
-0
/
+1
*
Test correct macro for "without crypto" option(s).
markm
2003-07-20
1
-1
/
+1
*
Prototype defttymode() instead of just declaring it.
yar
2003-07-18
1
-1
/
+1
*
Very big makeover in the way telnet, telnetd and libtelnet are built.
markm
2003-07-16
14
-7046
/
+16
*
Block SIGURG while reading from the control channel.
yar
2003-07-09
1
-0
/
+6
*
Improve error handling in getline():
yar
2003-07-09
1
-4
/
+7
*
Make a malloced copy of "chrootdir" even if it points to an absolute
yar
2003-07-09
1
-3
/
+5
*
Remove MAINTAINER= lines from individual Makefiles in favor of the
gshapiro
2003-07-07
2
-4
/
+0
*
Avoid using the global offset table to get the address of _DYNAMIC in
jake
2003-07-04
2
-1
/
+18
*
Don't declare unneeded extern variables,
yar
2003-06-21
1
-2
/
+0
*
Fix warnings on 64 bit platforms.
mdodd
2003-06-19
1
-9
/
+9
*
Add function prototypes.
mdodd
2003-06-19
1
-0
/
+2
*
LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don't
mdodd
2003-06-19
1
-2
/
+2
*
Provide a mechanism for dumping relocation information.
mdodd
2003-06-19
4
-0
/
+116
*
Move MD function prototypes together.
mdodd
2003-06-19
1
-4
/
+8
*
Fix warnings; no parameters in function prototypes.
mdodd
2003-06-19
2
-3
/
+3
*
Avoid a NULL pointer dereference.
mdodd
2003-06-18
1
-1
/
+2
*
- Use the initial terminal mode instead of the current mode
yar
2003-06-18
2
-73
/
+64
*
Include libmap.h for prototypes.
mdodd
2003-06-18
1
-0
/
+1
[next]