summaryrefslogtreecommitdiff
path: root/bin/csh
AgeCommit message (Expand)Author
2025-02-08csh: Remove gethost dependency on tc.const.hEd Maste
2024-05-29csh: Remove hardlink /.cshrcEmmanuel Vadot
2024-03-27csh: Use HOST_CC when compiling hostprog used by csh buildStephen J. Kiernan
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-11-16Fix /root permissions after 'make installworld'Thomas Eberhardt
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-20Fix building host tools for hostSimon J. Gerraty
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-11-29csh: install hard link with same mode as targetEd Maste
2021-12-21pkgbase: Create a FreeBSD-csh packageEmmanuel Vadot
2020-06-04vfs: add restrictions to read(2) of a directory [1/2]Kyle Evans
2019-06-15Fix .depend files to work for build tools.Bryan Drewery
2019-01-20Don't mess with BLOCKSIZE in shell startup files - it's set by login.conf(5);Edward Tomasz Napierala
2018-08-29Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/.Brad Davis
2018-08-28Fix the install of /root/.login missed as part of r337849.Brad Davis
2018-08-15Revert parts of r337849 and r337857Brad Davis
2018-08-15Fix build after r337849Brad Davis
2018-08-15Move all sh and csh files into bin/sh/ or bin/csh/Brad Davis
2018-06-27Don't use CCACHE for linking.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-25Update to tcsh 6.20.00Dmitry Chagin
2017-03-04bin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2016-06-14WITH_META_MODE: Fix bin/csh rebuilding tc.const.hBryan Drewery
2016-05-09DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery
2016-04-26Stop using sbrk in csh. This is a legacy interface and its use within cshAndrew Turner
2016-04-16MFHGlen Barber
2016-04-14META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery
2016-04-11MFHGlen Barber
2016-04-07Revert r296416 by removing SAVESIGVEC and switching to fork instead. ThisMark Peek
2016-04-04MFHGlen Barber
2016-03-24CCACHE_BUILD: Don't use ccache when generating some files with CC -E.Bryan Drewery
2016-03-06MFHGlen Barber
2016-03-05Signal handling within tcsh vfork code path will conflict with some systemMark Peek
2016-03-02MFHGlen Barber
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2016-02-09Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber
2016-02-03Don't link /usr/share/nls/de_DE.UTF-8/tcsh.cat to itself.Bryan Drewery
2016-02-03The charset of NLS catalogs were converted to UTF-8Hajimu UMEMOTO
2016-02-02Make dynamic link of libiconv from ports work again.Hajimu UMEMOTO
2015-10-21Fix a ton of speelling errorsEitan Adler
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-16Fix build after r281550 when WITHOUT_ICONV is defined.Tijl Coosemans
2015-04-15Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans
2015-01-16Add a ${CP} alias for copying files in the build.Will Andrews
2014-11-25Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty