summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-21syncTheo de Raadt
2001-04-21correct dmesgTheo de Raadt
2001-04-21Spellingmouring
2001-04-20typoMarc Espie
2001-04-20Instead of initializing the colormap to me black & white, initialize theNathan Binkert
colormap to use ansi colors. This makes alpha kernel messages come out in color during boot, and it allows console users to get ansi colors. ok deraadt@
2001-04-20update description of the -f option and reword the text about expire.Jakob Schlyter
submitted by Brian Poole <raj@cerias.purdue.edu>. ok deraadt@.
2001-04-20systat does not use /dev/drumTodd C. Miller
2001-04-20set non-privileged gid before uid; tholo@ and deraadt@Markus Friedl
2001-04-2010/100 not supported in the MAC on the current modelsTheo de Raadt
2001-04-20remove old information from ssh-1.2.12Markus Friedl
refer to http://www.openssh.com/portable.html and tell how to install OpenSSH on an OpenBSD system, ok deraadt@
2001-04-20Big upgrade of the pmap. Revised pagetable handling, more careful wiring,Artur Grabowski
more careful handling of pageability. From NetBSD.
2001-04-20Split out and improve escape character documentation, mention ~R inDamien Miller
~? help text; ok markus@
2001-04-20we support the copper varientsTheo de Raadt
2001-04-20Cleanup, new features, shrinkage.Kenneth R Westerback
Remove chunk of commented out, unused code. Add _didnet=1 to enable_network() so that ftp upgrade does not ask for network information it already has. Tell a user that selects the http installation method that the files will be downloaded via http. Suppress all 'softdep' options in fstab_shadow so there are no warnings when the filesystems are mounted. Suppress all non-ffs (including nfs, ufs) filesystems from fstab_shadow. Ufs was never used to install OpenBSD. Suppress all 'noauto' filesystems from fstab_shadow. Reword some comments and messages, esp. the one just before the offer to edit fstab. Punch up the fact that the fstab will not be saved, mention that non-ffs and noauto filesystems will be ignored. Move /usr/X11R6/lib/X11/{rstart,twm,xkb,xsm,xinit} directories to /usr/X11R6/lib/X11/XF3{rstart,twm,xkb,xsm,xinit} and replace with links. Links can be overwritten during upgrade. Directories can't. This enables the upgrade from XFree86 3.x to XFree86 4.x. ok deraadt@ millert@
2001-04-20Fix an incorrect memset() in __grow_type_table(); dk@homepage.ruTodd C. Miller
While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd
2001-04-19dmesg printout tweaksTheo de Raadt
2001-04-19move away from -betaTheo de Raadt
2001-04-19typo; david@phobia.msTheo de Raadt
2001-04-19PF_KEY identity extensions are NUL-terminated. Do not forget neither toNiklas Hallqvist
allocate for the NUL, nor to actually transfer it.
2001-04-19Include NUL-termination in identity extension length computationNiklas Hallqvist
2001-04-19Remove redundant package name.Marc Espie
2001-04-19Cleanup dirpref and synhronize superblock with freebsd.Grigoriy Orlov
From FreeBSD with little changes. art@ ok.
2001-04-19undo change which breaks the alpha. I did not see this change and approve ↵Theo de Raadt
it during tree lock. Grrr
2001-04-19Remove extra arg; from Loic Tortay <loict@bougon.net> via aaron@.Federico G. Schwindt
deraadt@ ok.
2001-04-19When printing the address/size, use the correct value 32, not 16.Federico G. Schwindt
2001-04-19disable a few driversTheo de Raadt
2001-04-19permit passing sshd flags; djmTheo de Raadt
2001-04-19crank cr_ref to u_int; ref freebsd-current/378268, lambert; this is an ↵Theo de Raadt
expedient fix
2001-04-19strip comments, as on the alpha; millert okTheo de Raadt
2001-04-19undo broken changeTheo de Raadt
2001-04-19use local variable, no function call needed.Markus Friedl
(btw, hostbased works now with ssh.com >= 2.0.13)
2001-04-18error->debug; noted by fries@Markus Friedl
2001-04-18more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works nowMarkus Friedl
(however the 2.1.0 server seems to work only if debug is enabled...)
2001-04-18Document boot halt.Artur Grabowski
2001-04-18New boot command: boot halt.Artur Grabowski
Don't sync, don't dump, just halt.
2001-04-18no longer constMarkus Friedl
2001-04-18use FDQN with trailing dot in the hostbased auth packets, ok deraadt@Markus Friedl
2001-04-18call askpass from ssh, too, based on work by roth@feep.net, ok deraadtMarkus Friedl
2001-04-18xref rc.conf(8) and rc.shutdown(8). ok aaron@Jakob Schlyter
2001-04-18date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0Dale Rahn
Use the /var/run/ld.so.hints for looking up transitive dependancies on shared libraries in ld, this is done in linux with ld.so.conf, but the string is stored in ld.so.hints for openbsd. Fixes some "-rpath" compilation errors. as with the linux case, this is only for the native ld. Ok'd by espie@.
2001-04-18add MySQL port, ok deraadt@Jakob Schlyter
2001-04-18s/timserver/timeserver/, ok deraadt@Jakob Schlyter
2001-04-18Fix `hinted' options: set initial order to maximal, so that any hintMarc Espie
will be first. Also, keep order around between hints file and reading normal pairt, so that this option actually is useful.
2001-04-18Fix typo reported in PR/1779Ian Darwin
2001-04-18Cover rl with #ifdef's and put it to sleep. ZZzz..Hugh Graham
2001-04-18Support the Corega FEther PCC-TXF card; taka@trans-nt.com. Addresses PR/1777.Aaron Campbell
2001-04-18regenAaron Campbell
2001-04-18Recognize the Corega FEther PCC-TXF card.Aaron Campbell
2001-04-18Document USE_MOTIFMarc Espie
2001-04-18Talk about CardBus a bit more.Aaron Campbell