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
*
Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so that
rwatson
2002-10-24
1
-2
/
+3
*
Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.
kuriyama
2002-10-24
1
-1
/
+1
*
Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather
rwatson
2002-10-24
1
-1
/
+1
*
Add support for binaries with arbitrary number of PT_LOAD sections.
kan
2002-10-23
2
-45
/
+55
*
Change the symbol lookup order to search RTLD_GLOBAL objects
kan
2002-10-19
1
-12
/
+12
*
Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return
sobomax
2002-10-19
1
-6
/
+8
*
Don't call report() without a format string.
kris
2002-10-13
1
-1
/
+1
*
Mark the logerr() function __printflike().
kris
2002-10-13
1
-1
/
+1
*
Use strlcpy instead of incorrectly using strncpy.
kris
2002-10-13
1
-1
/
+1
*
Use the new freebsd output format from Binutils 2.13.1.
obrien
2002-10-12
1
-2
/
+2
*
de-__P()
alfred
2002-10-09
2
-2
/
+2
*
<machine/atomic.h> requires <sys/types.h>.
ru
2002-10-09
2
-2
/
+1
*
Hook rpc.rstatd back up to the build now that it compiles.
mike
2002-10-02
1
-1
/
+2
*
Rename local function havedisk() to haveadisk() to avoid conflict a
mike
2002-10-02
1
-3
/
+3
*
Unhook rpc.rstatd from the build until it actually compiles.
jhb
2002-10-02
1
-2
/
+1
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
2
-10
/
+10
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
2
-8
/
+2
*
Return an error if a symbol is not found in reloc_jmpslots() instead of
tmm
2002-09-14
1
-0
/
+2
*
Was mising ftpchroot.5
obrien
2002-08-30
1
-0
/
+1
*
The mode can be "r+" as well on PUT, but only "a" on APPE.
yar
2002-08-29
1
-1
/
+1
*
Fix lexer jam on unimplemented commands.
yar
2002-08-29
1
-12
/
+13
*
Remove variables no longer used.
yar
2002-08-27
1
-2
/
+1
*
More inithosts() fixes:
yar
2002-08-27
1
-8
/
+15
*
Fix an inconsistency between a printf-like format and its argument list.
yar
2002-08-27
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
2
-5
/
+6
*
Add option '-W': don't log FTP sessions to wtmp.
yar
2002-08-23
2
-5
/
+15
*
Fix a nasty memory corruption bug caused by having a bogus pointer
marcel
2002-08-22
1
-0
/
+8
*
Include stddef.h for NULL definition, rather than rolling our own here.
imp
2002-08-21
1
-2
/
+1
*
Clean up hostname and hostinfo handling in inithosts():
yar
2002-08-20
1
-5
/
+13
*
Add support for the R_IA64_IPLTLSB relocation in non-PLT context.
marcel
2002-08-20
1
-0
/
+30
*
Include <nlist.h> for nlist interfaces instead of depending on namespace
bde
2002-08-18
1
-0
/
+1
*
Bump document date for the 'beep only' change.
johan
2002-08-16
1
-1
/
+1
*
mdoc(7) police: Removed redundant .Ns calls.
ru
2002-08-13
2
-2
/
+2
*
Fix a wrong comment on (hopefully) right code.
yar
2002-08-13
1
-2
/
+2
*
Add tcpd to the build - though we don't need to for inetd, someone might
dwmalone
2002-08-13
1
-0
/
+1
*
Fix command help lines:
yar
2002-08-13
1
-2
/
+2
*
mdoc(7) police: nits.
ru
2002-08-13
1
-2
/
+3
*
mdoc(7) police: tidy up.
ru
2002-08-13
1
-14
/
+19
*
Fix typos; each file has at least one s/seperat/separat/
schweikh
2002-08-11
1
-1
/
+1
*
Rework storing files thoroughly. This includes:
yar
2002-08-08
2
-24
/
+84
*
Don't acquire the writer lock in rtld_exit when clearing the shared
jdp
2002-08-08
1
-2
/
+0
*
1) Use "pathstring" instead of "STRING" consistently.
yar
2002-08-05
1
-7
/
+5
*
Since GLOB_NOCHECK is set in the glob(3) call,
yar
2002-08-05
1
-1
/
+1
*
Spot places where "pathname" hasn't been checked
yar
2002-08-05
1
-3
/
+4
*
Disallow invalid numeric mode values for SITE CHMOD.
yar
2002-08-05
1
-3
/
+2
*
Reflect in the ftpd(8) manpage the fact that ASCII SIZE
yar
2002-08-05
1
-0
/
+3
*
Deny the SIZE command on large files when in ASCII mode.
yar
2002-07-31
1
-0
/
+6
*
Conform to RFC 959, Appendix II, when replying
yar
2002-07-29
1
-2
/
+7
*
Make the `-v' option a synonym for `-d'
yar
2002-07-26
2
-2
/
+5
*
Document the -u (set umask) option
yar
2002-07-26
1
-0
/
+9
[next]