Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-25 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2000-01-25 | import apache 1.3.27 and mod_ssl 2.8.11 | Bob Beck | |
2000-01-25 | Ok, so setsoftnet is md. | Marc Espie | |
Well, on the amiga, setsoftnet *REQUIRES* machine/cpu.h to work... and no include mentioned in those files pulls machine/cpu.h... Nit-fix: / * INET6 */ -> /* INET6 */ | |||
2000-01-25 | cpu_wait(); flush cache in setkpc; explicit bcopy() use in cpu_fork() | Michael Shalayeff | |
2000-01-25 | cpu_wait() and cpu_swapin() do exist | Michael Shalayeff | |
2000-01-25 | Sync with current version (just the file renamed). | Angelos D. Keromytis | |
2000-01-25 | support arrow keys (cgd@netbsd.org); use select() rather than alarm() for | Paul Janzen | |
timing | |||
2000-01-25 | use only non-deprecated curses (i.e., no termcap) and tidy a little; mostly | Paul Janzen | |
from jsm@netbsd.org | |||
2000-01-25 | Added support for MVME328 SCSI VME board. | Steve Murphree | |
2000-01-25 | sync | Theo de Raadt | |
2000-01-25 | DSA is patented, but the patent is in the public domain. | Angelos D. Keromytis | |
2000-01-25 | name a few crs according to their usage; 33 fpregs | Michael Shalayeff | |
2000-01-25 | simplify, maaan! | Michael Shalayeff | |
2000-01-24 | fix setregs call for bawkward stacks; does not affect straight case | Michael Shalayeff | |
2000-01-24 | allow '.' in usernames; from jedgar@fxp.org | Markus Friedl | |
2000-01-24 | setup fork() child return values | Michael Shalayeff | |
2000-01-24 | return values are in ret* regs | Michael Shalayeff | |
2000-01-24 | do not connect() if request has been denied. | Markus Friedl | |
2000-01-24 | don't panic if client behaves strange. ok deraadt@ | Markus Friedl | |
2000-01-24 | first cut at indent.. more to come | Theo de Raadt | |
2000-01-24 | Amiga HW clock code was not Y2K compliant. | Marc Espie | |
Fix (from netbsd). | |||
2000-01-24 | parse command line more carefully; watch out for nanosleep() ending a | Paul Janzen | |
little too early; and do some general tidying | |||
2000-01-24 | Correct Xrs. marc@snafu.org | Kjell Wooding | |
2000-01-24 | correct Xrs. marc@snafu.org. | Kjell Wooding | |
2000-01-24 | Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to ↵ | Steve Murphree | |
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot. | |||
2000-01-24 | improve mvme68k INSTALL note. Also mvme88k. | Steve Murphree | |
2000-01-24 | fix getty problem with ttys. | Steve Murphree | |
2000-01-24 | mproved mvme68k man pages. | Steve Murphree | |
2000-01-24 | update mvme68k and mvme88k sets | Steve Murphree | |
2000-01-24 | mvme88k ramdisk mods. | Steve Murphree | |
2000-01-24 | Clean up mvme68k install utils and remdisk. | Steve Murphree | |
2000-01-24 | sudo 1.6.2 | Todd C. Miller | |
2000-01-24 | required files for ELF share library support. this version is | Dale S. Rahn | |
somewhat skeletal. | |||
2000-01-24 | Sync, well also add shared library files. | Dale S. Rahn | |
This is a bit optimistic because shared libraries are not fully functional, but do build. | |||
2000-01-24 | For now switch to building PowerPC MAC support, when additional work | Dale S. Rahn | |
is done on PREP based machines those ramdisks can be added back. | |||
2000-01-24 | Make application mode arrow keys work; fixes arrow keys on the console. | Todd C. Miller | |
2000-01-24 | Previous fix to allow '-' in filenames did not work as desired, | Dale S. Rahn | |
causes a trailing ' ' to be on filenames and was not recognized if at beginning of string. Fixed so those instances work also. | |||
2000-01-24 | in bindresvport(), if sin is non-NULL, example sin->sin_family for the ↵ | Theo de Raadt | |
actual family being processed | |||
2000-01-23 | OpenSSH-1.2.2 | Markus Friedl | |
2000-01-23 | Send an SA payload when we're deleting an ingress flow. | Angelos D. Keromytis | |
2000-01-23 | Allow BITMAP_ADDRESS_DST in ADDFLOW messages. | Angelos D. Keromytis | |
2000-01-23 | Slight changes to root drive detection for powerpc (mac). | Dale S. Rahn | |
2000-01-23 | Fix `internal consistency errors': all warnings for undefined symbols MUST | Marc Espie | |
handle reported_undefineds correctly. Probably unseen before now because this warning only occurred for symbols that also triggered other warnings ? or maybe no-one cares. | |||
2000-01-23 | Repair exceptions in i386 pic code (builtin setjmp/longjmp was not saving | Marc Espie | |
the pic register). FreeBSD PR 3441... Thanks to David O'Brien for letting me know, and Alexander N. Kabaev for the actual fix. | |||
2000-01-23 | Update to ncurses-5.0-20000122 | Todd C. Miller | |
2000-01-23 | remove vga/vgafb for now. mac is currently running on openfirmware | Dale S. Rahn | |
console and now that configuration works better, this causes problems. | |||
2000-01-23 | ip4_input -> ip4_input6, and fix typo in comment | Angelos D. Keromytis | |
2000-01-23 | rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.ie | Todd C. Miller | |
2000-01-23 | Correct serial device names | brian | |
Submitted by: kevlo@ | |||
2000-01-22 | Don't allow the time to be set forward so far it will wrap and become negative, | Todd C. Miller | |
thus allowing an attacker to bypass the next check below. The cutoff is 1 year before rollover occurs, so even if the attacker uses adjtime(2) to move the time past the cutoff, it will take a very long time to get to the wrap point. The actual check is tv_sec > INT_MAX - 365*24*60*60 because on 64 bit platforms tv_sec is 64 bits but time_t is 32 bits. This will need to be changed some time in the future when the size of time_t changes. Add a printf when a user tries to turn the clock backwards and securelevel > 1 |