| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Support for automatic-rename for Solaris thanks to Todd Carson. | Nicholas Marriott | 2009-10-14 |
| | | |||
| * | Earlier versions of FreeBSD are missing RB_PREV. | Nicholas Marriott | 2009-09-24 |
| | | |||
| * | Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, due | Tiago Cunha | 2009-09-23 |
| | | | | | | to OpenBSD patchset 347. | ||
| * | Tweak tparm() to make Solaris' backward userland happy and remove the -I mess | Nicholas Marriott | 2009-09-22 |
| | | | | | | | in configure which tried to deal with the fallout from their horrible package management. | ||
| * | FreeBSD tree.h is fine. | Nicholas Marriott | 2009-09-20 |
| | | |||
| * | Sync from OpenBSD: | Nicholas Marriott | 2009-09-16 |
| | | | | | | | | | | | | == Rather than constructing an entire termios struct from ttydefaults.h, just let forkpty do it and then alter the bits that should be changed after fork. A little neater and more portable. == This should fix problems caused by glibc's broken ttydefaults.h file. | ||
| * | Solaris needs a knob twiddled to get POSIX getpwduid_r. | Nicholas Marriott | 2009-09-04 |
| | | |||
| * | - Make it compile on operating systems other than BSD due to OpenBSD patchset | Tiago Cunha | 2009-09-03 |
| | | | | | | | 308. - While there, remove some duplicate code from the compat header file. | ||
| * | OS X CMSG_FIRSTHDR is broken. | Nicholas Marriott | 2009-09-02 |
| | | |||
| * | FreeBSD and NetBSD HAVE got ttydefaults.h. Fixes SF bug 2844744. | Nicholas Marriott | 2009-08-26 |
| | | | | | | Also make clang use -iquote in makefiles. | ||
| * | Need this rubbish on Solaris for CMESG*. | Nicholas Marriott | 2009-08-20 |
| | | |||
| * | Solaris has no u_int32_t etc. | Nicholas Marriott | 2009-08-20 |
| | | |||
| * | Didn't mean to commit this. | Nicholas Marriott | 2009-08-20 |
| | | |||
| * | Also undef CTRL. | Nicholas Marriott | 2009-08-20 |
| | | |||
| * | Solaris has no bzero(). | Nicholas Marriott | 2009-08-20 |
| | | |||
| * | Solaris and AIX have no ttydefaults.h. | Nicholas Marriott | 2009-08-20 |
| | | |||
| * | In yet another triumph of stupidity over common sense, the glibc | Nicholas Marriott | 2009-08-19 |
| | | | | | | | | | | | sys/ttydefaults.h is just a copy of the file from *BSD, taking no account of the fact that their OWN termios.h uses entirely different indexes into the array. I know ttydefaults.h is not meant to be portable, but you'd think it would be obvious to anyone that no file is better than a broken one... | ||
| * | vis(3) compat files were removed prematurely from {DragonFly,Free,Net}BSD. Add | Tiago Cunha | 2009-08-16 |
| | | | | | | them back, per SourceForge bug #2838408. | ||
| * | Solaris has no strsep(3). | Nicholas Marriott | 2009-08-16 |
| | | |||
| * | Adjust imsg changes to the portable version due to OpenBSD patchset 243. | Tiago Cunha | 2009-08-14 |
| | | |||
| * | Make it build on the remaining operating systems, due to the changes | Tiago Cunha | 2009-08-09 |
| | | | | | | introduced on OpenBSD patchset 211. | ||
| * | DragonFlyBSD, FreeBSD, and NetBSD do not need vis.c. | Tiago Cunha | 2009-08-09 |
| | | |||
| * | On SUSE Linux compatibility is something that only happens to other people, so | Nicholas Marriott | 2009-07-31 |
| | | | | | | | | | | on Linux use -lncurses instead of -lcurses. Also use -lncurses on NetBSD because they are only now realising that supporting the 20-year-old terminfo API in their libcurses might be nice, and so far none of the releases do. | ||
| * | Some Linuxes/gcc versions hide LLONG_MAX/MIN unless the compiler is told to use | Nicholas Marriott | 2009-07-31 |
| | | | | | | C99, so use -std=c99 on Linux. | ||
| * | Don't need ncurses, use curses. | Nicholas Marriott | 2009-07-14 |
| | | |||
| * | Solaris has no strcasestr. | Nicholas Marriott | 2009-07-02 |
| | | |||
| * | Change >| to rm/> as apparently Solaris /bin/sh doesn't like it. | Nicholas Marriott | 2009-07-01 |
| | | |||
| * | vis compat stuff. | Nicholas Marriott | 2009-06-25 |
| | | |||
| * | Start of portability update: bitstring.h. | Nicholas Marriott | 2009-06-25 |
| | | |||
| * | #undef everything in config.h. This is the only bit of the scripting work I am | Nicholas Marriott | 2009-05-18 |
| | | | | | | using now :-). | ||
| * | Use >|. | Nicholas Marriott | 2009-05-16 |
| | | |||
| * | Use a better variable name and allow the uname to be overridden. | Nicholas Marriott | 2009-05-16 |
| | | |||
| * | +sfw for solaris too. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | SunOS tweaks. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | NetBSD has no strtonum so needs compat/. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | NetBSD tree.h has no RB_PREV. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | Use a variable for uname. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | Move -lutil. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | Use the right osdep. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | Sort. | Nicholas Marriott | 2009-05-13 |
| | | |||
| * | Everything supported has working vsnprintf. | Nicholas Marriott | 2009-05-13 |
| | | |||
| * | Rename all feature flags to HAVE_* and move out of makefiles into a configure | Nicholas Marriott | 2009-05-13 |
| script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later. | |||