summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2010-08-16Netboot description tweaks; spotted by and help krw@Miod Vallat
2010-08-08Revert auto-enabling of apm. Some security implications were notKenneth R Westerback
fully appreciated, and no time to work through them. ok deraadt@
2010-08-08Look for MD devices or assurance that apmd would be a useful thing toKenneth R Westerback
run. If found, add "apmd_flags=" installed rc.conf.local. Suggested by deraadt@. i386/apm test by kettenis@. ok deraadt@
2010-08-08syncTheo de Raadt
2010-08-05syncStuart Henderson
2010-08-05Return the old behaviour of exiting if a mount fails rather than ignoring itAlexander Hall
ok krw@
2010-08-05sync from mirrors.datStuart Henderson
2010-08-04syncTheo de Raadt
2010-08-04Set an appropriate To: header in /var/mail/$user which is copied fromAlexander Hall
/var/mail/root idea and first version from deraadt@, ok deraadt@ krw@
2010-08-02syncTheo de Raadt
2010-08-02Suppress MAKEDEV warnings about 'unknown device' that can appearKenneth R Westerback
during upgrades when /etc/fstab is using disklabel UID's to mount partitions. Feedback & trash elimination from halex@ "That seems acceptable to me" deraadt@
2010-08-01syncTheo de Raadt
2010-07-29change URLs to point to the more recent porter's handbook;Steven Mestdagh
mention the use of packages first. ok sthen@
2010-07-28Fix fallout from the utf-8 commit (segfaults in disklabel on install media).Stefan Sperling
Sorry about that. ok sthen deraadt
2010-07-27syncTheo de Raadt
2010-07-27Replace the single-byte placeholders for the multi-byte/wide-characterStefan Sperling
conversion interfaces of libc (mbrtowc(3) and friends) with new implementations that internally call an API based on NetBSD's citrus. This allows us to support locales with multi-byte character encodings. Provide two implementations of the citrus-based API: one based on the old single-byte placeholders for use with our existing single-byte character locales (C, ISO8859-*, KOI8, CP1251, etc.), and one that provides support for UTF-8 encoded characters (code based on FreeBSD's implementation). Install the en_US.UTF-8 ctype locale support file, and allow the UTF-8 ctype locale to be enabled via setlocale(3) (export LC_CTYPE='en_US.UTF-8'). A lot of programs, especially from ports, will now start using UTF-8 if the UTF-8 locale is enabled. Use at your own risk, and please report any breakage. Note that ncurses-based programs cannot display UTF-8 right now, this is being worked on. To prevent install media growth, add vfprintf(3) and mbrtowc(3) to libstubs. The mbrtowc stub was copied unchanged from its old single-byte placeholder. vfprintf.c doesn't need to be copied, just put in .PATH (hint by fgsch@). Testing by myself, naddy, sthen, nicm, espie, armani, Dmitrij D. Czarkoff. ok matthieu espie millert sthen nicm deraadt
2010-07-26syncTheo de Raadt
2010-07-24syncTheo de Raadt
2010-07-21syncTheo de Raadt
2010-07-20syncTheo de Raadt
2010-07-14syncStuart Henderson
2010-07-14sync from mirrors.datStuart Henderson
2010-07-13syncTheo de Raadt
2010-07-10No mention of compat_freebsd anymore.Miod Vallat
2010-07-10sun4e bitsMiod Vallat
2010-07-09syncTheo de Raadt
2010-07-09sync from mirrors.datStuart Henderson
2010-07-09syncTheo de Raadt
2010-07-09good enough syncTheo de Raadt
2010-07-08syncTheo de Raadt
2010-07-08syncTheo de Raadt
2010-07-08syncTheo de Raadt
2010-07-07syncTheo de Raadt
2010-07-07zap chmod of /etc/pkg.conf since the installer itself will not put a usernameAlexander Hall
or password in there, and any existing /etc/pkg.conf file will already have its file mode preserved "sure" deraadt@
2010-07-06syncTheo de Raadt
2010-07-05sync from mirrors.datStuart Henderson
2010-07-05sync from mirrors.datStuart Henderson
2010-07-05syncTheo de Raadt
2010-07-04600 i mean. hackathon took it's toll. pointed out by halexTheo de Raadt
2010-07-04the pkg.conf file should be mode 644, in case the user used a ftpTheo de Raadt
user:password (unlikely.. but)
2010-07-03syncTheo de Raadt
2010-07-03syncTheo de Raadt
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
General huzzahs. "go for it" deraadt@
2010-07-02syncTheo de Raadt
2010-07-02tags.c isn't needed at all, so exclude the entire object instead ofPhilip Guenthe
commenting it out top-to-bottom ok deraadt@
2010-07-02An entire 1.5KB .o file was linked, but not actually used.Theo de Raadt
2010-07-02Build grep with -DSMALL, ok teduNicholas Marriott
2010-07-02disktab.shadow is not used anymoreTheo de Raadt
2010-07-01syncTheo de Raadt
2010-07-01syncTheo de Raadt