Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-04 | sort and sync | Theo de Raadt | |
1999-02-04 | partial sync | Theo de Raadt | |
1999-02-04 | foom | Theo de Raadt | |
1999-02-04 | make spiffy: fix typos & add part number | Jason Wright | |
1999-02-04 | From FreeBSD: | Todd C. Miller | |
Add new option '-p pattern' for splitting files based on matching lines in the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and use defines from <sysexits.h>. | |||
1999-02-04 | spif man page | Jason Wright | |
1999-02-04 | correct clnt_control() args; alex@freebsd | Theo de Raadt | |
1999-02-04 | No longer need an audlog group. | Angelos D. Keromytis | |
1999-02-04 | Change group of /var/audit from audlog to wheel. | Angelos D. Keromytis | |
1999-02-04 | deal with rts_* members being u_int32_ now; cmetz | Theo de Raadt | |
1999-02-04 | Use ether_ntoa() instead of doing the equivalent by hand | Todd C. Miller | |
1999-02-04 | When passing ${CC} and ${LDSTATIC} one must use quotes since they may ↵ | Todd C. Miller | |
contain more than one word; wd@ics.nara-wu.ac.jp | |||
1999-02-04 | use u_int32_t and u_int64_t for stats variables, instead of quad/long | Theo de Raadt | |
1999-02-04 | u_int32_t for routing statistics variables | Theo de Raadt | |
1999-02-04 | This is sendbug, not send-pr. Also kill unused error code when | Todd C. Miller | |
submitter is "unknown". We always set submitter to "net"; krw@tcn.net | |||
1999-02-04 | ipv6 support for atm | Theo de Raadt | |
1999-02-03 | Use ${COPTS}; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1999-02-03 | Honor ${CC} and ${COPTS}; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1999-02-03 | X Window System, not X windows; bob@prophecy.lu | Todd C. Miller | |
1999-02-03 | Add more debugging info via -d; m4@umn.edu | Todd C. Miller | |
1999-02-03 | sync | Theo de Raadt | |
1999-02-03 | Provisions for building in a separate directory tah sources | Bruno Rohee | |
1999-02-03 | sync | Jason Downs | |
1999-02-03 | Creative Labs has some products... | Jason Downs | |
1999-02-03 | comment out broken float save stuff for the time being | David Leonard | |
1999-02-03 | The necessary defs are in paths.h now. | Angelos D. Keromytis | |
1999-02-03 | Add syslogd's paths. | Angelos D. Keromytis | |
1999-02-03 | wrong ret type for write define (millert@) | David Leonard | |
1999-02-03 | gid 71 is now "audlog" | Angelos D. Keromytis | |
1999-02-03 | /var/audit and /var/ssyslog | Angelos D. Keromytis | |
1999-02-03 | Add some useful defines (used by ssyslog). | Angelos D. Keromytis | |
1999-02-03 | Fix broken conversion of private err() function and make ierr() and oerr() | Todd C. Miller | |
back into functions, not macros. Also make functions that call mmap() return an int so we can fall back to non-mmap (slow) version on mmap failure. Noticable effects: o when you tail multiple files, if one of the files doesn't exist or is otherwise broken, keep on going to the next file. o it is now possible to tail files > 2gig, though it will be *very* slow since tail will be unable to use mmap() | |||
1999-02-02 | Fix DWARF2_UNWIND_INFO properly, e.g., so that the same fragment works | Marc Espie | |
with gcc 2.8.1 and egcs. Problem reported by millert@ | |||
1999-02-02 | add struct mbuf | Michael Shalayeff | |
1999-02-02 | Don't allow root to specify non-existent labels on | brian | |
the command line. Revise the error diagnostics so that invalid labels are reported immediately. | |||
1999-02-02 | Reimplement the previous fix (no response to PAP requests) | brian | |
at the authentication layer rather than at the PAP layer so that it also applies to CHAP (no response to CHAP challenges). | |||
1999-02-02 | Don't do two ldconfigs on mips if we're not building kerberos. | imp | |
Many cross-tools cleanups: o remove mkdirs from the front of each of the rules, but instead have them depend on new target cross-dirs, which makes all the directories o Add new target, cross-dirs, to create the directories and symlinks. Before the symlinks in /usr/cross/$TARGET/blah-unknown-openbsd2.4 were never right. o KLUDGE for arc/pmax. MACHINE_ARCH is mips for these machines, but they differ from other machines in that they use mipsel-unknown-openbsd for their gnu config string (failure to have the el causes big endian tools to be built). These fixes allow me to build a usable toolchain and libraries for OpenBSD/arc on FreeBSD/i386 (with a few fixes to FreeBSD as well). I can also build a bootable kernel on the FreeBSD box. I'd like to add a cross-build target shortly that will build cross-tools, then will build and install stuff in DESTDIR with the cross tools living in ${DESTDIR}/usr/cross/${TARGET}. | |||
1999-02-02 | fix emacs version typo (found by d@) | Marco S Hyman | |
1999-02-02 | Remove useless cast to quad_t. Gcc thinks "%qd" in printf is the same as ↵ | Todd C. Miller | |
"%lld" so we get a warning on alpha with -Wall. Live with it. | |||
1999-02-02 | o Some minor updates from lite2 (mostly in the man page) | Todd C. Miller | |
o Add support for large files by using quads as counters | |||
1999-02-02 | Make cross targets more robust: | imp | |
o Don't build kerberos if KERBEROS==no o Use the lorder in the target tree, rather than relying on the system's lorder to do the right thing in a cross build environment. | |||
1999-02-02 | correct part numbers for 'be' | Jason Wright | |
1999-02-02 | arc fixes for libc_r | imp | |
1999-02-02 | typo | David Leonard | |
1999-02-01 | add libc_r | David Leonard | |
1999-02-01 | Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_file | Todd C. Miller | |
with #ifdef __OpenBSD__ to make it obvious they are OpenBSD extensions. Update copyright years in tinfo/read_bsd_terminfo.c. | |||
1999-02-01 | fix several typos | Michael Shalayeff | |
1999-02-01 | ignore GECKO | Michael Shalayeff | |
1999-02-01 | non-root users can mkfifo over NFS; mrg@netbsd.org | Todd C. Miller | |
1999-02-01 | When compiling for ELF use .init and .fini sections instead of special syms. | Per Fogelstrom | |