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
*
Fix a few cases that relied on 'implicit int' (constraint violation in C99).
stefanf
2004-07-11
1
-1
/
+1
*
mdoc(7) fixes.
ru
2004-07-07
1
-2
/
+5
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-2
/
+2
*
Deal with double whitespace.
ru
2004-07-03
1
-1
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
12
-100
/
+195
*
Removed trailing whitespace.
ru
2004-07-02
1
-4
/
+4
*
The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2)
csjp
2004-06-30
1
-2
/
+2
*
Nuke COMPAT_43
phk
2004-06-25
1
-150
/
+0
*
Call tzset() at startup.
brian
2004-06-21
1
-0
/
+3
*
o Reduce path names in RRQ and WRQ packets by:
brian
2004-06-21
1
-2
/
+34
*
Fix the problem that surfaced with the new binutils import on sparc64
tmm
2004-06-18
3
-4
/
+10
*
This comment should have been removed in the previous commit.
cognet
2004-06-17
1
-1
/
+0
*
Woohoo !
cognet
2004-06-17
2
-4
/
+0
*
Commit a crude hack so we get sparc64 snapshots working again with a
obrien
2004-06-17
1
-3
/
+0
*
Fall out from Binutils 2.15: don't bulid the ld.so on Sparc64.
obrien
2004-06-17
1
-0
/
+3
*
Whitespace.
bms
2004-06-14
1
-3
/
+3
*
Do not depend on the global 'sockt' being initialized to 0;
bms
2004-06-14
1
-3
/
+2
*
Simplify conditional compilation logic some.
obrien
2004-06-13
1
-11
/
+15
*
give out a little more information in case of a missing dependency
eik
2004-05-28
1
-1
/
+6
*
- Close fd if fdopen(fd) fails.
mdodd
2004-05-25
1
-1
/
+2
*
Add two new flags: -w, which allows new files to be created,
mdodd
2004-05-24
2
-5
/
+32
*
Include <stdlib.h> for exit() and abort() prototypes.
stefanf
2004-05-24
1
-0
/
+1
*
Include <netinet/in.h> for ntoh*() and hton*() prototypes.
stefanf
2004-05-24
2
-0
/
+2
*
Support basename and path based constrained matches.
mdodd
2004-05-24
1
-1
/
+29
*
Markup fixes.
ru
2004-05-16
1
-8
/
+11
*
Markup nit.
ru
2004-05-16
1
-1
/
+1
*
There's no such beast like AF_INET4, even when powered by whiskey.
ru
2004-05-16
1
-1
/
+1
*
Bump document date for the latest change.
ru
2004-05-16
1
-3
/
+3
*
Work around a problem somewhere with binutils (?) on arm, hopefully without
cognet
2004-05-15
2
-0
/
+5
*
Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come fi...
se
2004-05-14
1
-1
/
+2
*
Import arm bits for rtld-elf.
cognet
2004-05-14
6
-2
/
+684
*
Handle variable argument lists correctly in reply() and lreply().
tjr
2004-05-13
1
-2
/
+8
*
Cast the terminating NULL to char * in the execl() call.
mux
2004-04-04
1
-1
/
+1
*
If we change obj_rtld.path after initialising __progname, make sure we
dfr
2004-03-29
1
-0
/
+1
*
Make fingerd(8) WARNS2 clean.
pjd
2004-03-29
2
-1
/
+2
*
More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1
peter
2004-03-21
1
-8
/
+9
*
Add initial support for compiling a special 32 bit version of
peter
2004-03-21
6
-19
/
+78
*
Fixed a misspelling of 0 as NULL.
bde
2004-03-14
1
-1
/
+1
*
Link pf to the build and install:
mlaier
2004-03-08
1
-0
/
+5
*
Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
markm
2004-03-05
1
-4
/
+4
*
Add skeleton build dirs for pf userland:
mlaier
2004-02-28
1
-0
/
+12
*
Do not depend on existence of _end symbol in obj_from_addr, use
kan
2004-02-25
1
-8
/
+1
*
Don't pass a pointer to a 'long' to a function that expects an 'int *'.
das
2004-02-16
1
-2
/
+2
*
Add the '-h hostname' to usage(), too.
roam
2004-02-13
1
-1
/
+3
*
Document the '-h hostname' option, which seems to have been present
roam
2004-02-10
1
-7
/
+14
*
NULL looks better than (char *)0 unless we're passing
yar
2004-02-07
1
-1
/
+1
*
Deny attempts to rename a file from guest users if the policy
yar
2004-02-07
1
-0
/
+4
*
perror_reply() should not be used where errno isn't meaningful.
yar
2004-02-07
1
-1
/
+5
*
Work around a bug in some clients by never returning raw directory
yar
2004-02-07
1
-1
/
+8
*
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
ru
2004-02-05
1
-2
/
+2
[next]