Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-12 | correct buginstat(), statclock now working for '188, systat vmstat now works, | Steve Murphree | |
serial driver for '188 working better. | |||
2001-02-12 | er... ffs, not ufs; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-02-12 | Check if softdep is enabled for this fs before calling softdep's | Federico G. Schwindt | |
fsync; art@ ok. | |||
2001-02-12 | putting #error into an include file is totally wrong | Theo de Raadt | |
2001-02-12 | One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm. | Dale Rahn | |
These changes taken from alpha/i386 combination. | |||
2001-02-12 | s/ttyE/ttyC/g; OK'd by arron@ | Todd C. Miller | |
2001-02-12 | delete pcvt stuff | Theo de Raadt | |
2001-02-12 | at minimum this should be indented right, although I still think it is ↵ | Theo de Raadt | |
utterly wrong | |||
2001-02-11 | $OpenBSD$ | Federico G. Schwindt | |
2001-02-11 | Define _FFR_WORKAROUND_BROKEN_NAMESERVERS to work around broken | Todd C. Miller | |
name servers that return SERV_FAIL for AAAA records; fgsch@openbsd.org | |||
2001-02-11 | Some cleanup. | Aaron Campbell | |
2001-02-11 | Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only | Aaron Campbell | |
6 are enabled by default. After these changes, to enable more you must change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and edit /etc/ttys to switch the new ones from 'off' to 'on'. | |||
2001-02-11 | Change MAXSCREEN to 12 so ttyC8-b can be used. Previous behavior | Federico G. Schwindt | |
only allowed 8 ttys as maximun, despite the WSDISPLAY_DEFAULTSCREENS value. ttyCa-b can't be accessed now but a fix is on the way; aaron@ ok. | |||
2001-02-11 | If IPSEC is defined but not CRYPTO, spit an error; angelos@ ok | Federico G. Schwindt | |
2001-02-11 | typos and small cleanup; ok deraadt@ | Kevin Steves | |
2001-02-11 | Previously, when sendsig() set up the current process's context to run | Brandon Creighton | |
sigcode to call a handler, SP was set in the middle of the struct trapframe/struct sigcontext pair placed on the stack. This was adequate when only one signal is being delivered at a time, but when two signals are delivered in one syscall, the second invocation of sendsig() overwrote some of the first sendsig() invocation's stack data. The result was that under certain circumstances, (e.g., sending signals to backgrounded processes from ksh) the argument passed to signal handlers when the second signal (the one corresponding to the first sendsig() invocation) was delivered was bogus data from the stack. Therefore, programs that depended on the "sigraised" argument to be accurate blew up. This fix ensures that sendsig() always leaves a process's SP out of the way of structures that will be used. AP is not moved, though, so sigreturn can find the args correctly. Also, sigcode is changed to compensate for the SP change. | |||
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl | |
2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@ | |||
2001-02-11 | Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus. | Hugh Graham | |
High kludge factor, but the payoff is vsbus scsi for free. Most of the work is by Michael Kukat and ragge, with a few other synchronisations thrown in. | |||
2001-02-11 | Disable bogus check for whether a file in the current directory (only!) | Thorsten Lockert | |
were checked out of a different CVSROOT -- makes it very hard to have replicated repositories. | |||
2001-02-11 | Document the fact that the wrong thing is likely to happen in many cases | Thorsten Lockert | |
here, if something is checked out from a (read-only?) replica of a repos, and then checked in to the master, files will be skipped. This needs to be resolved, somehow. | |||
2001-02-10 | Add missing line continuation character. Fixes sparc and powerpc builds. | Todd C. Miller | |
2001-02-10 | Make sure $RSH is not the empty string. | Todd C. Miller | |
2001-02-10 | Don't make the string table pointers into absolute addresses since | Todd C. Miller | |
ddb will do that for us on the fly. Also check some return values to catch short reads. OK'd by niklas@ | |||
2001-02-10 | When computing the value of an entry in the string table, don't | Todd C. Miller | |
just add strtab to s->n_un.n_strx since we may have multiple string tables (for instance in the case of lkms). Instead, add in t->end whcih in a.out will be the start of the string table for this symtab. OK'd by niklas@ | |||
2001-02-10 | Fix merge problem | Thorsten Lockert | |
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff | |
2001-02-10 | Integrate local changes | Thorsten Lockert | |
2001-02-10 | Latest from Cyclic Software | Thorsten Lockert | |
2001-02-10 | Latest from Cyclic Software | Thorsten Lockert | |
2001-02-10 | install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rc | Michael Shalayeff | |
2001-02-10 | initial import | Michael Shalayeff | |
2001-02-10 | Replace -T flag with more standard -I flag and make it work as a standard | Todd C. Miller | |
argument (and thus work as in the 'packed' option form) as well as a positional argument. Our -T flag was basically equivalent to -I but different from gnutar's -T so -T gets thrown out. | |||
2001-02-10 | Give tar the new -I flag, not -T | Todd C. Miller | |
2001-02-10 | add xref Ciphers to -c | Markus Friedl | |
2001-02-10 | remove mapping of argv[0] -> hostname; ok markus@ | Kevin Steves | |
2001-02-10 | fix memory leak; ok markus@ | Dan Harnett | |
2001-02-10 | offer passwd before s/key | Markus Friedl | |
2001-02-10 | don't call vis() for \r | Markus Friedl | |
2001-02-10 | remove some lines | Markus Friedl | |
2001-02-10 | $OpenBSD$ | Federico G. Schwindt | |
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ↵ | Niklas Hallqvist | |
alpha though.. | |||
2001-02-10 | Insert a missing comma. | Aaron Campbell | |
2001-02-10 | remove mapping of argv[0] -> hostname | Markus Friedl | |
2001-02-10 | add debug message, since sshd blocks here if DNS is not available | Markus Friedl | |
2001-02-10 | Mention that you can quote pathnames with spaces in them | Damien Miller | |
2001-02-10 | check correct char in getput flags | Damien Miller | |
2001-02-10 | typo; ok Niels | Damien Miller | |
2001-02-10 | revert a small change to allow -r option to work again; ok deraadt@ | Dan Harnett | |
2001-02-09 | correct AllowGroups and AllowUsers description; jmd@foozle.turbogeek.org | Theo de Raadt | |
2001-02-09 | another typo | Todd C. Miller | |