Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-29 | change URLs to point to the more recent porter's handbook; | Steven Mestdagh | |
mention the use of packages first. ok sthen@ | |||
2010-07-28 | Fix fallout from the utf-8 commit (segfaults in disklabel on install media). | Stefan Sperling | |
Sorry about that. ok sthen deraadt | |||
2010-07-27 | sync | Theo de Raadt | |
2010-07-27 | Replace the single-byte placeholders for the multi-byte/wide-character | Stefan 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-26 | sync | Theo de Raadt | |
2010-07-24 | sync | Theo de Raadt | |
2010-07-21 | sync | Theo de Raadt | |
2010-07-20 | sync | Theo de Raadt | |
2010-07-14 | sync | Stuart Henderson | |
2010-07-14 | sync from mirrors.dat | Stuart Henderson | |
2010-07-13 | sync | Theo de Raadt | |
2010-07-10 | No mention of compat_freebsd anymore. | Miod Vallat | |
2010-07-10 | sun4e bits | Miod Vallat | |
2010-07-09 | sync | Theo de Raadt | |
2010-07-09 | sync from mirrors.dat | Stuart Henderson | |
2010-07-09 | sync | Theo de Raadt | |
2010-07-09 | good enough sync | Theo de Raadt | |
2010-07-08 | sync | Theo de Raadt | |
2010-07-08 | sync | Theo de Raadt | |
2010-07-08 | sync | Theo de Raadt | |
2010-07-07 | sync | Theo de Raadt | |
2010-07-07 | zap chmod of /etc/pkg.conf since the installer itself will not put a username | Alexander Hall | |
or password in there, and any existing /etc/pkg.conf file will already have its file mode preserved "sure" deraadt@ | |||
2010-07-06 | sync | Theo de Raadt | |
2010-07-05 | sync from mirrors.dat | Stuart Henderson | |
2010-07-05 | sync from mirrors.dat | Stuart Henderson | |
2010-07-05 | sync | Theo de Raadt | |
2010-07-04 | 600 i mean. hackathon took it's toll. pointed out by halex | Theo de Raadt | |
2010-07-04 | the pkg.conf file should be mode 644, in case the user used a ftp | Theo de Raadt | |
user:password (unlikely.. but) | |||
2010-07-03 | sync | Theo de Raadt | |
2010-07-03 | sync | Theo de Raadt | |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback | |
General huzzahs. "go for it" deraadt@ | |||
2010-07-02 | sync | Theo de Raadt | |
2010-07-02 | tags.c isn't needed at all, so exclude the entire object instead of | Philip Guenthe | |
commenting it out top-to-bottom ok deraadt@ | |||
2010-07-02 | An entire 1.5KB .o file was linked, but not actually used. | Theo de Raadt | |
2010-07-02 | Build grep with -DSMALL, ok tedu | Nicholas Marriott | |
2010-07-02 | disktab.shadow is not used anymore | Theo de Raadt | |
2010-07-01 | sync | Theo de Raadt | |
2010-07-01 | sync | Theo de Raadt | |
2010-07-01 | sync | Theo de Raadt | |
2010-06-30 | we don't need to add a localhost route for our hostname address, our arp | Peter Hessler | |
code is smarter these days. a side effect of this was noticed by reyk@ OK claudio@ henning@ | |||
2010-06-30 | revert last ^D behaviour change | Alexander Hall | |
requested and well explained by krw@ | |||
2010-06-30 | make the installer quit when ^D is pressed at any prompt | Alexander Hall | |
ok deraadt@ | |||
2010-06-30 | sync | Theo de Raadt | |
2010-06-30 | handle whitespace around installpath in pkg.conf | Alexander Hall | |
feedback from espie@ deraadt@ krw@ ok krw@ | |||
2010-06-29 | sync | Theo de Raadt | |
2010-06-29 | Don't mention foreign operating system binary emulation anymore. They usually | Miod Vallat | |
are incomplete and for obsolete operating systems, so not only are these becoming irrelevant, but one may argue they cause a security risk because noone really knows if your binary will run correctly, if at all. | |||
2010-06-29 | After installing or updating from a public mirror, the installfrom=... | Alexander Hall | |
line in /etc/pkg.conf is set to point at the corresponding package collection. The file is created if it does not exist. discussed with deraadt@ and espie@ ok espie@ | |||
2010-06-27 | Tighten up the congrats text. | Kenneth R Westerback | |
ok deraadt@ drahn@ | |||
2010-06-26 | Tighten up the congrats text. Too much info to summarize, simply encourage | Kenneth R Westerback | |
the user to read INSTALL.$ARCH. ok jsing@ | |||
2010-06-26 | sync | Theo de Raadt | |