Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-12 | sync | Theo de Raadt | |
2001-03-12 | insert maestro names | Theo de Raadt | |
2001-03-12 | This file isn't used anymore. | Miod Vallat | |
2001-03-12 | correct warning; maurice@maurice.wan.nl | Theo de Raadt | |
2001-03-12 | Simplify vmapbuf by moving the vm_map_pmap computation off loop (inspired | Miod Vallat | |
by similar code in the sparc port). Compile the diagnostic code in vmapbuf and vunmapbuf only if DIAGNOSTIC is defined. | |||
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat | |
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat | |
While there, fix a typo in a panic message. | |||
2001-03-12 | /dev/ksyms support. | Miod Vallat | |
Replace netintr() with netisr_dispatch. Move the location of printf(version) so that it is saved in the message buffer. | |||
2001-03-12 | /dev/ksyms support. | Miod Vallat | |
Declare random source device - makes ssh work on mvme88k at last. | |||
2001-03-12 | /dev/ksyms support. | Miod Vallat | |
2001-03-12 | remove old key_fingerprint interface, s/_ex// | Markus Friedl | |
2001-03-12 | Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600. | Hugh Graham | |
2001-03-12 | Oops, forgot to add nsphyter. | Aaron Campbell | |
2001-03-12 | Initial code for UVM. not tested yet... | Steve Murphree | |
2001-03-12 | sync | Aaron Campbell | |
2001-03-12 | Nvidia GeForce2 Ultra | Aaron Campbell | |
2001-03-12 | sync | Aaron Campbell | |
2001-03-12 | Another TI FireWire host controller. | Aaron Campbell | |
2001-03-12 | Add support for reading the MAC address from the APC CMOS RAM in the | Aaron Campbell | |
integrated Ethernet controller on the SiS630E-based chipsets; from FreeBSD, this patch mostly by jason@. With these changes, my SiS900 card still works fine, but the new functionality is actually untested. | |||
2001-03-12 | Adjust the way that media is initialized on DP8390-compatibles; from NetBSD. | Aaron Campbell | |
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok | |||
2001-03-12 | add nsphyter | Jason Wright | |
2001-03-12 | -Q is not there. NetBSD PR 12384. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-12 | typo; maurice@maurice.wan.nl | Theo de Raadt | |
2001-03-12 | sync | Jason Wright | |
2001-03-12 | add i82562E[MT] | Jason Wright | |
2001-03-11 | remove -v again. use -B instead for bubblebabble. make -B consistent | Markus Friedl | |
with -l and make -B work with /path/to/known_hosts. ok deraadt@ | |||
2001-03-11 | style+cleanup | Markus Friedl | |
2001-03-11 | KNF, and SHA1 binary output is just creeping featurism | Theo de Raadt | |
2001-03-11 | cleanup & shorten some var names key_fingerprint_bubblebabble. | Jakob Schlyter | |
2001-03-11 | print both md5, sha1 and bubblebabble fingerprints when using | Jakob Schlyter | |
ssh-keygen -l -v. ok markus@. | |||
2001-03-11 | add improved fingerprint functions. based on work by Carsten | Jakob Schlyter | |
Raskgaard <cara@int.tele.dk> and modified by me. ok markus@. | |||
2001-03-11 | debug | Markus Friedl | |
2001-03-11 | add p-flag to tar so that uids/gids and | Peter Stromberg | |
file modes are preserved on ftp/http installs | |||
2001-03-11 | make those loops time-bound, space police | Michael Shalayeff | |
2001-03-11 | mdoc police. | Aaron Campbell | |
2001-03-11 | Cosmetic: Super-user -> Superuser | Aaron Campbell | |
2001-03-11 | "netstat -r -n" -> "netstat -rn", it's shorter. | Aaron Campbell | |
2001-03-11 | Mention the 53c1010 here, too. | Aaron Campbell | |
2001-03-11 | Give /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-11 | Convert flags list from a literal display to a nicely formatted list. | Aaron Campbell | |
2001-03-11 | Section shuffling. | Aaron Campbell | |
2001-03-11 | Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ifications | Aaron Campbell | |
typical when importing a new man page. | |||
2001-03-11 | Better grammar, move HISTORY before CAVEATS, and add some missing commas. | Aaron Campbell | |
2001-03-11 | mdoc police. | Aaron Campbell | |
2001-03-11 | Remove debugging print from last commit. | Dale Rahn | |
2001-03-11 | Fix typo: disklable -> disklabel; from NetBSD. | Aaron Campbell | |
2001-03-11 | Add some missing PHY references to the SYNOPSIS and SEE ALSO sections. | Aaron Campbell | |
2001-03-11 | Code for devices that read/write to an IEEE 802.3u MII bus using the | Aaron Campbell | |
bit-bang method; from NetBSD. |