summaryrefslogtreecommitdiff
path: root/usr/src/ucbcmd
AgeCommit message (Collapse)AuthorFilesLines
2006-12-13PSARC 2006/659 fork extensionsraf1-5/+4
6497356 fork extensions --HG-- rename : usr/src/lib/libc/amd64/sys/forkall.s => usr/src/lib/libc/amd64/sys/forkallx.s rename : usr/src/lib/libc/amd64/sys/fork1.s => usr/src/lib/libc/amd64/sys/forkx.s rename : usr/src/lib/libc/amd64/sys/vfork.s => usr/src/lib/libc/amd64/sys/vforkx.s rename : usr/src/lib/libc/i386/sys/forkall.s => usr/src/lib/libc/i386/sys/forkallx.s rename : usr/src/lib/libc/i386/sys/fork1.s => usr/src/lib/libc/i386/sys/forkx.s rename : usr/src/lib/libc/i386/sys/vfork.s => usr/src/lib/libc/i386/sys/vforkx.s rename : usr/src/lib/libc/sparc/sys/forkall.s => usr/src/lib/libc/sparc/sys/forkallx.s rename : usr/src/lib/libc/sparc/sys/fork1.s => usr/src/lib/libc/sparc/sys/forkx.s rename : usr/src/lib/libc/sparc/sys/vfork.s => usr/src/lib/libc/sparc/sys/vforkx.s
2006-11-034838106 /usr/ucb/df -i -t nfs fails strangelyrsb1-25/+20
Contributed by Peter Tribble (peter.tribble@gmail.com)
2006-09-266311701 /etc/minor_perm is ignored if it contains commentseota2-16/+35
6459253 i.nametomajor holds the obsolete shell function 6460892 add_drv and update_drv can accept the invalid names 6462571 should clean up duplicate code in update_minor_entry()
2006-08-25PSARC/2003/246 Filesystem Driven Device Namingllai11-5/+6
5050715 logical device names not created during early boot 6292952 devfsadm mishandles optarg 6362924 devfsadm secondary link generation is not zones aware 6413127 Integrate the Devname Project 6464196 bfu should remove pt_chmod, obsoleted by /dev filesystem --HG-- rename : usr/src/cmd/pt_chmod/Makefile => deleted_files/usr/src/cmd/pt_chmod/Makefile rename : usr/src/cmd/pt_chmod/pt_chmod.c => deleted_files/usr/src/cmd/pt_chmod/pt_chmod.c
2006-07-216451216 add Portions Copyright to ucbcmd/ls/ls.c for bugid 5100635 contributioncf468441-0/+2
Contributed by Stephen Potter <spp@unixsa.net>
2006-06-206416832 libaio and librt can and should be folded into libcraf1-5/+4
--HG-- rename : usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/hints/solaris.pl => deleted_files/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/hints/solaris.pl rename : usr/src/lib/libaio/common/Makefile => deleted_files/usr/src/lib/libaio/common/Makefile rename : usr/src/lib/libaio/common/scalls.c => deleted_files/usr/src/lib/libaio/common/scalls.c rename : usr/src/lib/libaio/common/sig.c => deleted_files/usr/src/lib/libaio/common/sig.c rename : usr/src/lib/libaio/common/subr.c => deleted_files/usr/src/lib/libaio/common/subr.c rename : usr/src/lib/libaio/spec/Makefile => deleted_files/usr/src/lib/libaio/spec/Makefile rename : usr/src/lib/libaio/spec/Makefile.targ => deleted_files/usr/src/lib/libaio/spec/Makefile.targ rename : usr/src/lib/libaio/spec/amd64/Makefile => deleted_files/usr/src/lib/libaio/spec/amd64/Makefile rename : usr/src/lib/libaio/spec/i386/Makefile => deleted_files/usr/src/lib/libaio/spec/i386/Makefile rename : usr/src/lib/libaio/spec/sparc/Makefile => deleted_files/usr/src/lib/libaio/spec/sparc/Makefile rename : usr/src/lib/libaio/spec/sparcv9/Makefile => deleted_files/usr/src/lib/libaio/spec/sparcv9/Makefile rename : usr/src/lib/libaio/spec/versions => deleted_files/usr/src/lib/libaio/spec/versions rename : usr/src/lib/librt/common/Makefile => deleted_files/usr/src/lib/librt/common/Makefile rename : usr/src/lib/librt/common/aio.c => deleted_files/usr/src/lib/librt/common/aio.c rename : usr/src/lib/librt/common/fdatasync.c => deleted_files/usr/src/lib/librt/common/fdatasync.c rename : usr/src/lib/librt/common/mqlib.h => deleted_files/usr/src/lib/librt/common/mqlib.h rename : usr/src/lib/librt/common/pos4.c => deleted_files/usr/src/lib/librt/common/pos4.c rename : usr/src/lib/librt/common/pos4.h => deleted_files/usr/src/lib/librt/common/pos4.h rename : usr/src/lib/librt/common/sigrt.c => deleted_files/usr/src/lib/librt/common/sigrt.c rename : usr/src/lib/librt/req.flg => deleted_files/usr/src/lib/librt/req.flg rename : usr/src/lib/librt/spec/Makefile => deleted_files/usr/src/lib/librt/spec/Makefile rename : usr/src/lib/librt/spec/Makefile.targ => deleted_files/usr/src/lib/librt/spec/Makefile.targ rename : usr/src/lib/librt/spec/amd64/Makefile => deleted_files/usr/src/lib/librt/spec/amd64/Makefile rename : usr/src/lib/librt/spec/i386/Makefile => deleted_files/usr/src/lib/librt/spec/i386/Makefile rename : usr/src/lib/librt/spec/sparc/Makefile => deleted_files/usr/src/lib/librt/spec/sparc/Makefile rename : usr/src/lib/librt/spec/sparcv9/Makefile => deleted_files/usr/src/lib/librt/spec/sparcv9/Makefile rename : usr/src/lib/librt/spec/versions => deleted_files/usr/src/lib/librt/spec/versions rename : usr/src/lib/libaio/common/libaio.h => usr/src/lib/libc/inc/asyncio.h rename : usr/src/lib/librt/common/thread_pool.h => usr/src/lib/libc/inc/thread_pool.h rename : usr/src/lib/libaio/common/aio.c => usr/src/lib/libc/port/aio/aio.c rename : usr/src/lib/libaio/common/ma.c => usr/src/lib/libc/port/aio/aio_alloc.c rename : usr/src/lib/libaio/common/posix_aio.c => usr/src/lib/libc/port/aio/posix_aio.c rename : usr/src/lib/librt/common/clock_timer.c => usr/src/lib/libc/port/rt/clock_timer.c rename : usr/src/lib/librt/common/fallocate.c => usr/src/lib/libc/port/rt/fallocate.c rename : usr/src/lib/librt/common/mqueue.c => usr/src/lib/libc/port/rt/mqueue.c rename : usr/src/lib/librt/common/pos4obj.c => usr/src/lib/libc/port/rt/pos4obj.c rename : usr/src/lib/librt/common/pos4obj.h => usr/src/lib/libc/port/rt/pos4obj.h rename : usr/src/lib/librt/common/sched.c => usr/src/lib/libc/port/rt/sched.c rename : usr/src/lib/librt/common/sem.c => usr/src/lib/libc/port/rt/sem.c rename : usr/src/lib/librt/common/shm.c => usr/src/lib/libc/port/rt/shm.c rename : usr/src/lib/librt/common/sigev_thread.c => usr/src/lib/libc/port/rt/sigev_thread.c rename : usr/src/lib/librt/common/sigev_thread.h => usr/src/lib/libc/port/rt/sigev_thread.h rename : usr/src/lib/librt/common/thread_pool.c => usr/src/lib/libc/port/tpool/thread_pool.c rename : usr/src/lib/librt/common/thread_pool_impl.h => usr/src/lib/libc/port/tpool/thread_pool_impl.h rename : usr/src/lib/libaio/spec/aio.spec => usr/src/lib/libc/spec/aio.spec rename : usr/src/lib/librt/spec/rt.spec => usr/src/lib/libc/spec/rt.spec rename : usr/src/lib/libaio/asynch.h => usr/src/uts/common/sys/asynch.h
2006-06-095100635 /usr/ucb/ls -gl doesn't output a space between user and group namecf468441-3/+3
Contributed by Stephen Potter <spp@unixsa.net>
2006-06-094319640 */usr/ucb/file* should use "$@" in place of "$*" to preserve argscraigm1-7/+7
Contributed by Peter Tribble <peter.tribble@gmail.com>
2006-03-306242262 ON should be buildable with gccwesolows1-8/+10
6268345 fmd is insufficiently careful with alignment 6271070 gcc and cmd/fm don't get along 6272173 cpumem diag module writes to constant memory, crashing fmd 6273907 gcc and cmd/syseventd don't get along 6308057 gcc and sgs/dis don't get along on SPARC 6359863 the C preprocessor is still feeling abused by token pasting 6359868 gcc and cmd/stmsboot still don't get along 6359878 gcc and lib/smartcard don't get along on sparc 6361816 gcc and perl don't get along 6370832 kernel should agree on C99 mode for studio and gcc 6372728 gcc and sata don't get along 6390345 cw inserts garbage when used as a preprocessor 6397680 gcc and smbios are not getting along 6399113 meta_namespace.c uses worrisome construct and is not gcc friendly 6403999 cw is ugly and hairy and needs a man
2006-03-066317935 vipw forces root login directory to /cf468441-11/+23
2005-10-106274733 gcc and ucbcmd/chown don't get alongchin9-232/+238
6274741 gcc and ucbcmd/install.d don't get along 6274742 gcc and ucbcmd/ln don't get along 6274785 gcc and ucbcmd/stty don't get along 6274798 gcc and ucbcmd/touch don't get along 6274801 gcc and ucbcmd/tr don't get along 6274805 gcc and ucbcmd/tset don't get along 6274816 gcc and ucbcmd/whereis don't get along
2005-10-046271033 gcc and cmd/dminfo don't get alongbasabi3-61/+83
6272051 gcc and cmd/nlsadmin don't get along 6273848 gcc and cmd/setfacl don't get along 6274778 gcc and ucbcmd/sed don't get along
2005-09-135072038 binaries shouldn't be strippedrie1-4/+2
2005-09-136271014 gcc and cmd/cron don't get alongbasabi4-103/+118
6271953 gcc and cmd/login don't get along 6274736 gcc and ucbcmd/expr don't get along 6274737 gcc and ucbcmd/from don't get along 6274776 gcc and ucbcmd/rusage don't get along 6274779 gcc and ucbcmd/shutdown don't get along
2005-08-186268906 ucbcmd/plot and gcc don't get alongceastha197-2129/+2291
6271073 gcc and cmd/fmt don't get along 6271996 gcc and cmd/mail don't get along 6272084 gcc and cmd/pax don't get along 6273914 gcc and cmd/tar don't get along --HG-- rename : usr/src/cmd/fmt/head.c => deleted_files/usr/src/cmd/fmt/head.c rename : usr/src/cmd/mail/maid.c => deleted_files/usr/src/cmd/mail/maid.c
2005-08-086301697 several programs in /usr/ucb are not lint cleangbrunett10-274/+307
2005-08-026274727 gcc and ucbcmd/basename don't get alongcf468446-74/+79
6274739 gcc and ucbcmd/groups don't get along 6274773 gcc and ucbcmd/printenv don't get along 6274796 gcc and ucbcmd/sum don't get along 6274811 gcc and ucbcmd/vipw don't get along
2005-07-226268955 cmd/awk_xpg4 and gcc don't get alongakaplan2-42/+54
6271151 gcc and cmd/getopt don't get along 6272017 gcc and cmd/more_xpg4 don't get along 6274734 gcc and ucbcmd/echo don't get along 6274797 gcc and ucbcmd/test don't get along
2005-06-226239674 ucblinks(1B) is generating SunOS4.x compatibility links for ↵cth1-7/+36
fibre-channel on x86
2005-06-206287651 $SRC/ucbcmd Makefile hierarchy contains broken shell-related rulesmeem9-124/+28
6287640 $SRC/ucbcmd/mach/Makefile is unreferenced --HG-- rename : usr/src/ucbcmd/mach/Makefile => deleted_files/usr/src/ucbcmd/mach/Makefile rename : usr/src/ucbcmd/lint.d/lint.sh => usr/src/ucbcmd/lint.d/lintcmd.sh
2005-06-206274688 gcc and libsys don't get alongcraigm2-53/+55
6274692 gcc and libtnf don't get along 6274693 gcc and libuuid don't get along 6274700 gcc and watchmalloc don't get along 6274771 gcc and ucbcmd/mkstr don't get along 6274819 gcc and ucbcmd/whoami don't get along
2005-06-14OpenSolaris Launchstevel@tonic-gate319-0/+27816