Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-24 | This patch lets sparc ld handle pic/PIC relocations mix, by simply forcing | Marc Espie | |
everything to fit into pic mode. More extensive changes (like tagging relocs with pic/PIC, sorting, and putting pic nearest the beginning of the GOT) would be needed for full handling pic relocs with a sizeable number of PIC relocs. | |||
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright | |
be bridged. Do the real work in a scheduled netisr. | |||
1999-05-24 | set the close-on-exec flag for newly opened files | David Leonard | |
Reason: vi uses flock to help you notice when you are already editing a file. But, when using :shell or :! the fdesc for the locked file is inherited by the subprocess. This means that if you (say) do a :!xterm& and then quit vi, the fdesc is kept open by the xterm and the lock is never released. future vi's on that file will then complain. I sent this off to bostic.com a long time ago but have as yet heard nothing. | |||
1999-05-24 | show '(not a tty)' instead of '(null)' when wall is run with stderr not a ↵ | David Leonard | |
tty. (e.g. when run from cron) | |||
1999-05-24 | permit threaded use; jb@freebsd | Theo de Raadt | |
1999-05-24 | init exit code; ben@scientia.demon.co.uk | Theo de Raadt | |
1999-05-24 | clarify description of .Ft macro; kwesterback@home.com | Aaron Campbell | |
1999-05-24 | Add shlib_dirs variable so users can add to the directories cached | Todd C. Miller | |
in /var/run/ld.so.hints | |||
1999-05-24 | Dynamically allocate memory for structures whose sizes are based on the | Todd C. Miller | |
number of keys given. Closes PR #825. | |||
1999-05-24 | instead of dropping out of window SYNs, send an ACK and drop afterwards. | Niels Provos | |
fixes a problem with NFS over TCP reported by Jason Thorpe, fix from klm@netbsd.org | |||
1999-05-24 | correct return value of poll(); noted by d@ | Theo de Raadt | |
1999-05-24 | quieter operation during initial mounting of primary swap | Tobias Weingartner | |
1999-05-24 | bye-bye, swapctl does the same thing. | Tobias Weingartner | |
1999-05-24 | modify CFLAGS, not COPTS; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1999-05-24 | Correct the ``ignoring sync/async'' warnings so that they show | brian | |
up with the correct device type. Reassign the correct tcpdevice or execdevice after transfering a link in MP server mode. | |||
1999-05-24 | don't lie about being able to arbitrarily intermix reads and writes in stdio | Aaron Campbell | |
file streams; gson@araneus.fi - NetBSD PR/6072 | |||
1999-05-24 | more buf oflows | Aaron Campbell | |
1999-05-24 | fix buf oflow | Aaron Campbell | |
1999-05-24 | document the -m flag, normally only used by su(1); woods@most.weird.com, | Aaron Campbell | |
NetBSD PR/5802 | |||
1999-05-24 | replace some old macros with new ones, make use of .Sy for warnings etc; d@ | Aaron Campbell | |
1999-05-24 | typos; kwesterback@home.com | Aaron Campbell | |
1999-05-24 | repair; d@ | Aaron Campbell | |
1999-05-24 | add missing #include's; d@ | Aaron Campbell | |
1999-05-24 | your -> you're; d@ | Aaron Campbell | |
1999-05-24 | Don't warn about ``!'' lines being unindented commands in ppp.conf. | brian | |
1999-05-24 | use strlcpy instead of strncpy | Jason Wright | |
1999-05-24 | Update Makefile, fix README, add a proper usage in keynote-main.c | Angelos D. Keromytis | |
1999-05-24 | This one tried to escape. | Angelos D. Keromytis | |
1999-05-24 | Fix typos. | Angelos D. Keromytis | |
1999-05-24 | Update man pages to reflect new usage method. | Angelos D. Keromytis | |
1999-05-24 | Use flags instead of argv[0], to avoid /usr/bin pollution. | Angelos D. Keromytis | |
1999-05-24 | Unified tool for keynote utils (one binary, 4 utils based on argv[0]) | Angelos D. Keromytis | |
1999-05-24 | Unified tool for KeyNote utils. | Angelos D. Keromytis | |
1999-05-24 | Unified tool for keynote utils. | Angelos D. Keromytis | |
1999-05-24 | Unneeded declaration. | Angelos D. Keromytis | |
1999-05-23 | Add the 4 KeyNote utilities to the Makefile. | Angelos D. Keromytis | |
1999-05-23 | Utility for evaluating KeyNote security policies. | Angelos D. Keromytis | |
All 4 utilities added (keynote-verify, keynote-sign, keynote-sigver, keynote-keygen) will be converted to use a single command (keynote), a-la ssleay. | |||
1999-05-23 | Tool for generating crypto keys (using libcrypto), for use with KeyNote. | Angelos D. Keromytis | |
1999-05-23 | Tool for verifying the signature on KeyNote assertions. | Angelos D. Keromytis | |
1999-05-23 | keynote-sign utility (for signing KeyNote assertions) | Angelos D. Keromytis | |
1999-05-23 | - add a few more dist sites to MASTER_SITE_GNU | Brad Smith | |
- add MASTER_SITE_AFTERSTEP and MASTER_SITE_WINDOWMAKER for the master and mirror sites of two popular window manager suites - add MASTER_SITE_TCLTK which is Tcl/Tk master sites | |||
1999-05-23 | Work with "make obj;make" | Angelos D. Keromytis | |
1999-05-23 | Add libkeynote in the build list. | Angelos D. Keromytis | |
1999-05-23 | KeyNote version 2 trust-management system (security policy handling). | Angelos D. Keromytis | |
Utilities to follow. | |||
1999-05-23 | xircom ethernet fits! | Theo de Raadt | |
1999-05-23 | improve; kwesterback@home.com, myself | Aaron Campbell | |
1999-05-23 | don't build swapon since swapctl gets linked to swapon | Todd C. Miller | |
1999-05-23 | new swap stuff | Michael Shalayeff | |
1999-05-23 | make private version of getopt() return -1, not EOF | Todd C. Miller | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |