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
*
Let bsd.prog.mk set SRCS and MAN to their default values.
ru
2005-01-28
4
-4
/
+0
*
Respect the `logging' flag.
yar
2005-01-19
1
-1
/
+1
*
Improve handling SIGURG and OOB commands on the control channel.
yar
2005-01-19
1
-134
/
+269
*
Sort sections.
ru
2005-01-18
14
-94
/
+94
*
64-bit clean + WARNS=6:
delphij
2005-01-14
2
-5
/
+4
*
Restore these files to make ldconfig(8) happy.
trhodes
2005-01-11
4
-0
/
+504
*
Remove a.out runtime linker. It doesn't build and was removed from the
trhodes
2005-01-11
13
-4456
/
+0
*
Replace err(3) calls when in daemon mode by syslog(3), too.
yar
2005-01-10
1
-4
/
+8
*
NOPAM -> NO_PAM
ru
2004-12-21
2
-2
/
+2
*
NOINET6 -> NO_INET6
ru
2004-12-21
1
-1
/
+1
*
NOCRYPT -> NO_CRYPT
ru
2004-12-21
1
-1
/
+1
*
NODOCCOMPRESS -> NO_DOCCOMPRESS
ru
2004-12-21
1
-1
/
+1
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
3
-3
/
+3
*
Do a small style(9) fix before I'm hacking the code itself.
yar
2004-12-16
1
-1
/
+0
*
free(3) is void already.
yar
2004-12-16
1
-1
/
+1
*
Never emit a message to stderr: use syslog instead.
yar
2004-12-12
1
-9
/
+15
*
Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld as
cognet
2004-11-23
1
-0
/
+11
*
When looking for a virtual host to handle the connection,
yar
2004-11-22
1
-2
/
+3
*
Calling pam_chauthtok() isn't really needed since
yar
2004-11-22
1
-7
/
+3
*
Don't log the chroot dir on every command since it's constant for a session.
yar
2004-11-22
1
-9
/
+8
*
Always log remote IP.
yar
2004-11-22
1
-13
/
+9
*
Treat host name buffers consistently.
yar
2004-11-22
1
-12
/
+23
*
Make chrootdir global and use it in log messages
yar
2004-11-18
1
-9
/
+4
*
Nitpicking on style(9) and whitespace.
yar
2004-11-18
1
-13
/
+13
*
Use __FBSDID.
yar
2004-11-18
4
-8
/
+12
*
Don't say, "file: permission denied," if the operation
yar
2004-11-18
1
-1
/
+1
*
Use uniform punctuation, capitalization, and language style
yar
2004-11-18
2
-45
/
+44
*
Apply __printflike() to the appendf() prototype so the compiler
yar
2004-11-18
1
-1
/
+1
*
Fix perror_reply() vs. reply() usage.
yar
2004-11-18
2
-3
/
+3
*
'\n' needs not to appear in reply() strings.
yar
2004-11-18
1
-3
/
+3
*
Log pathname arguments to ftp commands as the user specified them;
yar
2004-11-18
1
-33
/
+55
*
Use S_ISDIR() macro instead of a hand-rolled test.
yar
2004-11-18
1
-1
/
+1
*
getcwd() won't leave a error string in the buffer, unlike getwd().
yar
2004-11-18
1
-1
/
+1
*
Use POSIX functions instead of legacy ones:
yar
2004-11-17
1
-2
/
+2
*
Kill more unneeded casts found.
yar
2004-11-17
2
-4
/
+4
*
Remove 80386 support from the ELF run time linker.
jhb
2004-11-16
2
-163
/
+0
*
Don't invent ways of capitalization orthogonal to the English grammar.
yar
2004-11-15
1
-2
/
+2
*
RFC 959 states that the following codes should be used
yar
2004-11-15
1
-3
/
+5
*
So do it like we do in usr.bin/tip/tip/Makefile. ;)
ru
2004-11-14
1
-0
/
+2
*
Revert previous commit. As ru explains:
schweikh
2004-11-14
1
-1
/
+1
*
Avoid an (ignored) error by invoking chflags on the link target, not the
schweikh
2004-11-14
1
-1
/
+1
*
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
bz
2004-11-13
1
-2
/
+7
*
Using off_t to pass a block size is obvious overkill.
yar
2004-11-13
1
-2
/
+2
*
Kill ancient casts to integral types left from the K&R era.
yar
2004-11-13
3
-9
/
+9
*
Remove these unused files before any other archs include the same bogus
jhb
2004-11-12
6
-1057
/
+0
*
The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() when
peter
2004-11-06
1
-0
/
+6
*
Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
ru
2004-11-03
2
-2
/
+4
*
Fix logxfer() by using realpath(3) instead of playing with getwd(3).
yar
2004-11-03
1
-4
/
+8
*
Replace the last occurence of (long long) and %qd with
yar
2004-11-02
1
-2
/
+2
*
Implement TLS relocations for powerpc.
ssouhlal
2004-11-02
2
-3
/
+73
[next]