This website requires JavaScript.
Explore
Help
Sign In
busybox
/
uClibc
Watch
1
Star
0
Fork
0
You've already forked uClibc
mirror of
https://git.busybox.net/uClibc
synced
2025-05-08 23:02:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
uClibc
/
libutil
History
Peter S. Mazinger
a80fc77b65
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
2005-10-25 22:17:39 +00:00
..
forkpty.c
Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil
2001-05-08 19:58:20 +00:00
login_tty.c
Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil
2001-05-08 19:58:20 +00:00
login.c
Make login actually write out utmp and wtmp junk (even
2003-06-24 03:14:19 +00:00
logout.c
Revert Peter's __lib_gettimeofday patch. There's the minor issue of
2004-10-31 20:23:09 +00:00
logwtmp.c
Revert Peter's __lib_gettimeofday patch. There's the minor issue of
2004-10-31 20:23:09 +00:00
Makefile
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
2005-10-12 16:12:36 +00:00
Makefile.in
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
2005-10-25 22:17:39 +00:00
openpty.c
Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup
2002-01-14 09:10:50 +00:00