]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - libexec
More fixes for multibus drivers. When calling out to the match
[FreeBSD/FreeBSD.git] / libexec /
2005-05-06 delphijPrevent usage of nested externs.
2005-05-04 umeThis commit was generated by cvs2svn to compensate...
2005-05-03 mlaierThis commit was generated by cvs2svn to compensate...
2005-04-29 hartiThis commit was generated by cvs2svn to compensate...
2005-04-27 davidxuFix compilation problem.
2005-04-26 peterStop calling _amd64_set_gsbase() for COMPAT_32BIT....
2005-04-26 hartiThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-24 mpThis commit was generated by cvs2svn to compensate...
2005-04-24 kientzleThis commit was generated by cvs2svn to compensate...
2005-04-17 dass/int/size_t/ as appropriate.
2005-04-14 peterAttempt to use i386_set_gsbase(), and gracefully fall...
2005-04-11 dougbThe script mistakenly ignores the entropy_save_sz varia...
2005-04-08 desRevert parts of previous commits and use a temporary...
2005-04-07 cognetNo need to provide atomic_cmpset_32() anymore.
2005-04-07 nectarAn array was mistaken for a pointer in the previous...
2005-04-06 stefanfInclude gettytab.h before extern.h so that the declarat...
2005-04-05 nectarCorrect type mismatch introduced in last commit.
2005-04-05 nectarDES pointed out that the PAM layer may change the targe...
2005-03-30 dfrWhen allocating TLS and DTV, make sure that any unused...
2005-03-27 nectarWhen PAM support was added to rexecd in revision 1...
2005-03-24 cpercivaIf "dangerous" environment variables (LD_PRELOAD, LD_LI...
2005-03-21 dasUse sysconf(_SC_ARG_MAX) instead of NCARGS.
2005-03-20 davidxuAdd locking code for tls routines.
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-03 ruInstall rlogind(8). Pointy hat is available on request.
2005-03-02 trhodesWrap BSD r* commands in NO_RCMDS.
2005-03-01 umecorrect WARNS=6 fix to use cast to (void *).
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-27 dfrAttempt to free any static TLS space used by a shared...
2005-02-26 cognetOnly provide the dummy, non-atomic atomic_cmpset_32...
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-23 desIf what we have is a struct sockaddr_storage * and...
2005-02-23 desMake WARNS=6-clean.
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-16 yarAdd some consistency checks to the signal-related code.
2005-02-16 yarA call to maskurg() makes sense only when a transfer...
2005-02-14 stefanf- Use socklen_t.
2005-02-14 stefanfFix most cases where the address of an int is passed...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-13 ruExpand contractions.
2005-02-13 ruExpand *n't contractions.
2005-02-09 ruSync program's usage() with manpage's SYNOPSIS.
2005-02-09 ruRemoved Kerberos remnants.
2005-02-09 ruThe only user of this utility (share/man/man0) was...
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-04 mdoddDescription from Dan:
2005-02-04 mdoddstyle(9)
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-28 ruLet bsd.prog.mk set SRCS and MAN to their default values.
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-19 yarRespect the `logging' flag.
2005-01-19 yarImprove handling SIGURG and OOB commands on the control...
2005-01-18 ruSort sections.
2005-01-14 delphij64-bit clean + WARNS=6:
2005-01-14 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 njlThis commit was generated by cvs2svn to compensate...
2005-01-12 njlThis commit was generated by cvs2svn to compensate...
2005-01-11 trhodesRestore these files to make ldconfig(8) happy.
2005-01-11 trhodesRemove a.out runtime linker. It doesn't build and...
2005-01-10 yarReplace err(3) calls when in daemon mode by syslog...
2004-12-28 obrienThis commit was generated by cvs2svn to compensate...
2004-12-21 ruNOPAM -> NO_PAM
2004-12-21 ruNOINET6 -> NO_INET6
2004-12-21 ruNOCRYPT -> NO_CRYPT
2004-12-21 ruNODOCCOMPRESS -> NO_DOCCOMPRESS
2004-12-21 ruStart the dreaded NOFOO -> NO_FOO conversion.
2004-12-16 yarDo a small style(9) fix before I'm hacking the code...
2004-12-16 yarfree(3) is void already.
2004-12-12 yarNever emit a message to stderr: use syslog instead.
2004-12-08 samThis commit was generated by cvs2svn to compensate...
2004-12-06 robertoThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 marksThis commit was generated by cvs2svn to compensate...
2004-11-23 cognetImplement a dummy atomic_cmpset_32(). It should be...
2004-11-22 yarWhen looking for a virtual host to handle the connection,
2004-11-22 yarCalling pam_chauthtok() isn't really needed since
2004-11-22 yarDon't log the chroot dir on every command since it...
2004-11-22 yarAlways log remote IP.
2004-11-22 yarTreat host name buffers consistently.
2004-11-18 yarMake chrootdir global and use it in log messages
2004-11-18 yarNitpicking on style(9) and whitespace.
2004-11-18 yarUse __FBSDID.
2004-11-18 yarDon't say, "file: permission denied," if the operation
2004-11-18 yarUse uniform punctuation, capitalization, and language...
2004-11-18 yarApply __printflike() to the appendf() prototype so...
2004-11-18 yarFix perror_reply() vs. reply() usage.
2004-11-18 yar'\n' needs not to appear in reply() strings.
2004-11-18 yarLog pathname arguments to ftp commands as the user...
2004-11-18 yarUse S_ISDIR() macro instead of a hand-rolled test.
2004-11-18 yargetcwd() won't leave a error string in the buffer,...
2004-11-17 yarUse POSIX functions instead of legacy ones:
2004-11-17 yarKill more unneeded casts found.
2004-11-16 jhbRemove 80386 support from the ELF run time linker.
2004-11-15 yarDon't invent ways of capitalization orthogonal to the...
next