summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getlogin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-04cpukit/libcsupport: Adding file headers and licensesRyan Long1-0/+28
These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license.
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2013-07-26score: Create object implementation headerSebastian Huber1-1/+0
Move implementation specific parts of object.h and object.inl into new header file objectimpl.h. The object.h contains now only the application visible API.
2012-12-15libcsupport: Doxygen Enhancement Task #8Alex Ivanov1-4/+11
http://www.google-melange.com/gci/task/view/google/gci2012/7996208
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-08-292010-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-5/+8
* libcsupport/src/getlogin.c: Modify to use strncpy() on all paths.
2010-07-052010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-17/+11
* libcsupport/src/getlogin.c: Formatting. Add EFAULT. * libcsupport/src/termios.c: Formatting.
2004-04-18Remove stray white spaces.Ralf Corsepius1-2/+2
2003-08-182003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+64
PR 449/rtems: * src/getegid.c: New (Copied from ../posix/src). * src/geteuid.c: New (Copied from ../posix/src). * src/getgid.c: New (Copied from ../posix/src). * src/getgroups.c: New (Copied from ../posix/src). * src/getlogin.c: New (Copied from ../posix/src). * src/getpgrp.c: New (Copied from ../posix/src). * src/getpid.c: New (Copied from ../posix/src). * src/getppid.c: New (Copied from ../posix/src). * src/getuid.c: New (Copied from ../posix/src). * src/setpgid.c: New (Copied from ../posix/src). * src/setsid.c: New (Copied from ../posix/src). * src/no_posix: Remove getpid and _getpid_r. * Makefile.am: Reflect changes above.