summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-11Cosmetic: Super-user -> SuperuserAaron Campbell
2001-03-11"netstat -r -n" -> "netstat -rn", it's shorter.Aaron Campbell
2001-03-11Mention the 53c1010 here, too.Aaron Campbell
2001-03-11Give /etc/rc.securelevel the same FILES-style description as in init(8).Aaron Campbell
2001-03-11.Pp directly before .Sh does nothing.Aaron Campbell
2001-03-11- No need to repeat the name of a parameter: just use [...].Aaron Campbell
- Xr reboot(8) in SEE ALSO since it is referenced in the DESCRIPTION.
2001-03-11Convert flags list from a literal display to a nicely formatted list.Aaron Campbell
2001-03-11Section shuffling.Aaron Campbell
2001-03-11Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ificationsAaron Campbell
typical when importing a new man page.
2001-03-11Better grammar, move HISTORY before CAVEATS, and add some missing commas.Aaron Campbell
2001-03-11mdoc police.Aaron Campbell
2001-03-11Remove debugging print from last commit.Dale Rahn
2001-03-11Fix typo: disklable -> disklabel; from NetBSD.Aaron Campbell
2001-03-11Add some missing PHY references to the SYNOPSIS and SEE ALSO sections.Aaron Campbell
2001-03-11Code for devices that read/write to an IEEE 802.3u MII bus using theAaron Campbell
bit-bang method; from NetBSD.
2001-03-10Support the DOZE low power mode on the appropriate processors.Dale Rahn
This should increase battery life on some systems.
2001-03-10add PreferredAuthenticationsMarkus Friedl
2001-03-10Update man page to reflect new 53c1010 supportKenneth R Westerback
2001-03-10syncTheo de Raadt
2001-03-10all known netscreen ssh versions, and older versions of OSU ssh cannotTheo de Raadt
handle password padding (newer OSU is fixed)
2001-03-10remove unused sgtty macros; ok markus@Kevin Steves
2001-03-10default to SSH2, now that m68k runs fastTheo de Raadt
2001-03-10ignore nonexisting private keys; report rjmooney@mediaone.netMarkus Friedl
2001-03-10Man page on vn_lockConstantine Sapuntzakis
2001-03-10First support for 53c1010 chip. This enables support up to U2W forKenneth R Westerback
either or both channels on the 53c1010. U3W/U160 support coming. The particulars of 53c1010 support was derived from the FreeBSD/Linux sym-2 driver under development by Gerard ROUDIER (groudier@FreeBSD.org). This first support ensures that registers and bits now reserved are not used by the 53c1010. It uses the new DFBC register to obtain DMA FIFO relics. A single new feature (SF_CHIP_C10) was added, rather than a new feature for each change the 53c1010 incorporates. These changes were sufficient to get the imbedded 53c1010 on a Tyan S2510U3NG board to support installation of OpenBSD to a Quantum Atlas 10K2 drive, and several subsequent 'make build' and 'make release' cycles using disks on both channels, with and without softupdates. More 53c1010 specific code is yet to be extracted from sym-2, including the changes necessary to enable U160.
2001-03-10Crank major number. openssl on m68k is now compiled in 32 bit mode insteadTheo de Raadt
of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation.
2001-03-09fix comment,Grigoriy Orlov
convert spaces -> tabs
2001-03-09minor irrelevant oopsTheo de Raadt
2001-03-09add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060Theo de Raadt
2001-03-09build using OpenBSD-m68k on m68k machinesTheo de Raadt
2001-03-09Block all signals in lostconn() and sigprocmask() since we are headedTodd C. Miller
for _exit(). Fixes a signal handler race condition.
2001-03-09do not strerror() a signoTheo de Raadt
2001-03-09add missing sub-headerMarco S Hyman
2001-03-09m{,un}lockallArtur Grabowski
2001-03-09locking typo.Artur Grabowski
2001-03-09On alpha, we want to memory map. ok mjacob@Nathan Binkert
2001-03-09Remove random trailing whitespace.Artur Grabowski
From gluk.
2001-03-09missing twe_unlock for failed get_ccb() for i/o scsi cmd, which was ↵Michael Shalayeff
impossible to trigger in twese case because of how maxcmds is calculated
2001-03-09Add a missing newline in debug mode to separate debug output fromTodd C. Miller
line containing command completion; "Brian J. Kifiak" <bk@rt.fm>
2001-03-09Typo in Synopsis; there's a -v option, not -uTodd C. Miller
"Brian J. Kifiak" <bk@rt.fm>
2001-03-09Don't list available keyboard encodings here, they may change often. Instead,Aaron Campbell
refer people to kbd(8) which now supports wscons.
2001-03-09give some dadaical credits and disable debuggingMichael Shalayeff
2001-03-09Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM.Aaron Campbell
2001-03-09Xr mlockallArtur Grabowski
2001-03-09Add mlockall and munlockall. man-page from NetBSD.Artur Grabowski
2001-03-09regenArtur Grabowski
2001-03-09Add mlockall and munlockall (dummy for the old vm system).Artur Grabowski
2001-03-09Remove two unnecessary splx(). This was missed somewhere along the way, sinceAaron Campbell
this was done long ago in NetBSD during an update to ppp-2.3b4.
2001-03-09typoArtur Grabowski
2001-03-09More syncing to NetBSD.Artur Grabowski
Implements mincore(2), mlockall(2) and munlockall(2). mlockall and munlockall are disabled for the moment. The rest is mostly cosmetic.