Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-25 | document -s option with -D; PR#1374 | Jakob Schlyter | |
2000-08-25 | no need for those dynamic libraries anymore | Theo de Raadt | |
2000-08-25 | ssh always installed, no more static lib case | Theo de Raadt | |
2000-08-25 | Wall | Theo de Raadt | |
2000-08-25 | Match Promise Ultra/100 as PDC20262 instead of PDC20246 | Chris Cappuccio | |
(netbsd) | |||
2000-08-25 | Move NOPIC for mips from toplevel to the libraries that have problems | Mats O Jansson | |
with shared libraries. This will allow libiberty.so to be created by default. -moj | |||
2000-08-25 | regen | Niklas Hallqvist | |
2000-08-25 | Remove a blank line that confused the awk script enough | Niklas Hallqvist | |
to remove the following copyright statement from the generated files. Noticed by Chris Demetriou <cgd@netbsd.org> | |||
2000-08-25 | document more puc devices (someone want to move this info to i386.html for me?) | Theo de Raadt | |
2000-08-25 | Only play with flows if we have the "old" IPsec code (the new code to | Angelos D. Keromytis | |
be committed). | |||
2000-08-25 | Cleanup of powerpc ld.so files. | Dale S. Rahn | |
instead of #if 0, make them potentially useful -> LD_PRINTF_DEBUG Deal with _dl_suid_ok correctly, this is not something that should be hardcoded. - pointed out a few weeks ago. | |||
2000-08-24 | Fix a problem when deleting a flow via -delete. This only affects flows | Federico G. Schwindt | |
using -transport; found by riq@core-sdi.com, fix by angelos@. | |||
2000-08-24 | off_t in sink, to fix files > 2GB, i think, test is still running ;-) | Theo de Raadt | |
2000-08-24 | Last change inadvertantly broke non-kerberos logins. It's not clear | Todd C. Miller | |
that the authok flag is really meaningful but keep it for now. | |||
2000-08-24 | Fix non-root kerberos logins broken after rev 1.29. That change was | Todd C. Miller | |
correct but it uncovered a bug that had thusfar stayed hidden due more to serendipity than anything else. Problem found by danh@openbsd.org | |||
2000-08-24 | Crank default datasize-{max,cur} and stacksize-cur | Todd C. Miller | |
2000-08-24 | KNF | Theo de Raadt | |
2000-08-24 | proper protos | Theo de Raadt | |
2000-08-24 | fix includes | Theo de Raadt | |
2000-08-24 | uninit variables | Theo de Raadt | |
2000-08-24 | more fixes in that area; dholland@eecs.harvard.edu | Theo de Raadt | |
2000-08-24 | only loop through real groups; reported by dholland@eecs.harvard.edu | Theo de Raadt | |
2000-08-24 | Be careful about hzto returning <= 0. | Artur Grabowski | |
2000-08-23 | repair sendmail options handling | Michael Shalayeff | |
2000-08-23 | Move the updating of timeout queues to after ticks is incremented. | Artur Grabowski | |
The older code actually ensured that no timeout would be too early, but it violated the principle of least surprise by making it seem (when you looked at the time variable) that every timeout was one tick late. Also periodic timeouts (that readd themselves in the timeout function), will now happen with the frequency you expect. | |||
2000-08-23 | regen. | Federico G. Schwindt | |
2000-08-23 | - Simplify pread and pwrite now that we have a native implementation. | Federico G. Schwindt | |
- Implement pread/pwrite 64. - Add DUP2FD fcntl command, which is nothing else than dup2 (according to solaris manpage). This solves the dup error and the freezing problem on netscape-solaris (DNS still not working, tho). code from NetBSD. | |||
2000-08-23 | sync | Theo de Raadt | |
2000-08-23 | NetBSD RCS id | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | rename to svr4_error.c to svr4_errno.c | Brad Smith | |
2000-08-23 | fix options; im done now | Eric Jackson | |
2000-08-23 | little cleaner | Eric Jackson | |
2000-08-23 | mdoc'ify | Eric Jackson | |
2000-08-22 | Wall | Theo de Raadt | |
2000-08-22 | unused variable | Theo de Raadt | |
2000-08-22 | proto svc_getreqset2 | Theo de Raadt | |
2000-08-22 | sync | Theo de Raadt | |
2000-08-22 | Add MLINKS for timelocal() and timegm(); pointed out by Theo. | Todd C. Miller | |
2000-08-22 | If a user is specified in inetd.conf, set the LOGIN_SETGROUP flag too | Todd C. Miller | |
since setting user implies setting default groups for that user. Porblem noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp. | |||
2000-08-22 | Quickly describe timelocal() and timegm() and note that they are | Todd C. Miller | |
deprecated interfaces. | |||
2000-08-22 | Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIX | Todd C. Miller | |
section. | |||
2000-08-21 | 2.8-beta (so that X11 can distinguish login.conf) | Theo de Raadt | |
2000-08-21 | snprintf sprinkles; solar@false.com & I | Theo de Raadt | |
2000-08-21 | correct tmp file path; solar@false.com | Theo de Raadt | |
2000-08-21 | swap_uids_back; solar@false.com | Theo de Raadt | |
2000-08-21 | closelog, and check for various child setup failures; solar@false.com | Theo de Raadt | |
2000-08-21 | prototype repair | Theo de Raadt | |
2000-08-21 | strncpy not safe on overlapping strings | Theo de Raadt | |