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
*
mdoc(7) police: s/BSD/.Bx/ where appropriate.
ru
2001-08-14
1
-3
/
+6
*
mdoc(7) police: protect trailing full stops of abbreviations
ru
2001-08-10
2
-2
/
+2
*
mdoc(7) police:
ru
2001-08-07
3
-8
/
+8
*
Don't clobber the default for CFLAGS.
bde
2001-08-03
1
-1
/
+1
*
Fixes file descriptor leak in standalone mode.
jon
2001-08-03
1
-0
/
+2
*
Don't use SA_RESETHAND here. We gain nothing.
brian
2001-07-31
1
-1
/
+1
*
Add a -l flag used to specify a label when no -p flag is given.
brian
2001-07-31
2
-27
/
+54
*
Use sigaction() without SA_RESTART rather than signal() so that we
brian
2001-07-31
1
-5
/
+9
*
Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible
mikeh
2001-07-29
2
-2
/
+2
*
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
sheldonh
2001-07-26
6
-8
/
+8
*
Xref to openssl(1) (i.e. "openssl passwd")
kris
2001-07-26
1
-0
/
+1
*
yp_errno is an `enum ypstat`.
dd
2001-07-24
1
-1
/
+1
*
Save errno in signal handler
kris
2001-07-24
1
-0
/
+2
*
MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()
kris
2001-07-23
6
-43
/
+47
*
by by -> by
kris
2001-07-23
1
-1
/
+1
*
MFCrypto: fixed the remote buffer overflow.
ru
2001-07-20
6
-310
/
+204
*
Portability configuration data for LukeM ftpd.
obrien
2001-07-19
1
-0
/
+281
*
Remove whitespace at EOL.
dd
2001-07-15
18
-68
/
+68
*
Print the month number properly
brian
2001-07-13
1
-1
/
+1
*
Remove an extraneous space
brian
2001-07-11
1
-1
/
+1
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
23
-24
/
+24
*
Remove S/Key. PAM can do its job. Well, not quite - there is an issue
markm
2001-07-09
4
-63
/
+19
*
Goodbye S/Key, Hello OPIE.
markm
2001-07-09
2
-13
/
+17
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
5
-6
/
+0
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
5
-5
/
+5
*
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
ru
2001-07-06
3
-3
/
+3
*
mdoc(7) police: sort xrefs.
ru
2001-07-04
1
-1
/
+1
*
mdoc(7) police: removed hard sentence breaks.
ru
2001-07-04
1
-10
/
+20
*
stat(2) filesystem quotas act on, not filesystem quotas file resides on.
mikeh
2001-06-19
1
-1
/
+1
*
Fix some typos.
olgeni
2001-06-15
1
-2
/
+2
*
Move the definition of epsvall out of #ifdef VIRTUAL_HOSTING so that
dd
2001-06-13
1
-2
/
+2
*
Fix the number of bytes allocated by realloc when more space is needed
ghelmer
2001-06-07
1
-1
/
+1
*
Add 'df' string to gettytab - the strftime(3) format for %d
yar
2001-06-07
4
-5
/
+9
*
In the "Message from Talk_Daemon" announcement, print the date as well
dd
2001-06-07
1
-2
/
+4
*
Correct cross-references:
sobomax
2001-06-05
1
-5
/
+5
*
Use new backup feature of install(1).
ru
2001-05-28
1
-14
/
+1
*
Performance improvements for the ELF dynamic linker. These
jdp
2001-05-05
5
-18
/
+60
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
1
-1
/
+2
*
Avoid a warning by making a variable a const char *.
dwmalone
2001-05-01
1
-1
/
+2
*
Replacement of the old error() routine with errx(3) was premature.
markm
2001-04-29
1
-17
/
+39
*
Grrr. Fix a line that was fatfingered out during the cleanup.
markm
2001-04-29
1
-0
/
+1
*
Cleaner method of making PAMable apps static (in the optional case of
markm
2001-04-28
2
-10
/
+0
*
Damn. That should be _enable_ static linking, not _force_ static linking.
markm
2001-04-28
1
-1
/
+0
*
Enable (optional) static linking.
markm
2001-04-28
1
-0
/
+6
*
Change names of functions and variables with global scope that are
markm
2001-04-28
3
-19
/
+19
*
Allow static linking.
markm
2001-04-28
1
-0
/
+5
*
Clean up the error handling code a bit. There is no need to "roll our
markm
2001-04-28
1
-89
/
+26
*
Replace a strcat() with a strlcat(). Partial sync with OpenBSD; more
kris
2001-04-24
1
-1
/
+1
*
mdoc(7) police: normalize .Nd.
ru
2001-04-18
2
-4
/
+2
*
mdoc(7) police: uppercase document title.
ru
2001-04-18
1
-1
/
+1
[next]