Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-21 | sync | Theo de Raadt | |
2001-04-21 | correct dmesg | Theo de Raadt | |
2001-04-21 | Spelling | mouring | |
2001-04-20 | typo | Marc Espie | |
2001-04-20 | Instead of initializing the colormap to me black & white, initialize the | Nathan 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-20 | update 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-20 | systat does not use /dev/drum | Todd C. Miller | |
2001-04-20 | set non-privileged gid before uid; tholo@ and deraadt@ | Markus Friedl | |
2001-04-20 | 10/100 not supported in the MAC on the current models | Theo de Raadt | |
2001-04-20 | remove old information from ssh-1.2.12 | Markus Friedl | |
refer to http://www.openssh.com/portable.html and tell how to install OpenSSH on an OpenBSD system, ok deraadt@ | |||
2001-04-20 | Big upgrade of the pmap. Revised pagetable handling, more careful wiring, | Artur Grabowski | |
more careful handling of pageability. From NetBSD. | |||
2001-04-20 | Split out and improve escape character documentation, mention ~R in | Damien Miller | |
~? help text; ok markus@ | |||
2001-04-20 | we support the copper varients | Theo de Raadt | |
2001-04-20 | Cleanup, 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-20 | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru | Todd 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-19 | dmesg printout tweaks | Theo de Raadt | |
2001-04-19 | move away from -beta | Theo de Raadt | |
2001-04-19 | typo; david@phobia.ms | Theo de Raadt | |
2001-04-19 | PF_KEY identity extensions are NUL-terminated. Do not forget neither to | Niklas Hallqvist | |
allocate for the NUL, nor to actually transfer it. | |||
2001-04-19 | Include NUL-termination in identity extension length computation | Niklas Hallqvist | |
2001-04-19 | Remove redundant package name. | Marc Espie | |
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov | |
From FreeBSD with little changes. art@ ok. | |||
2001-04-19 | undo change which breaks the alpha. I did not see this change and approve ↵ | Theo de Raadt | |
it during tree lock. Grrr | |||
2001-04-19 | Remove extra arg; from Loic Tortay <loict@bougon.net> via aaron@. | Federico G. Schwindt | |
deraadt@ ok. | |||
2001-04-19 | When printing the address/size, use the correct value 32, not 16. | Federico G. Schwindt | |
2001-04-19 | disable a few drivers | Theo de Raadt | |
2001-04-19 | permit passing sshd flags; djm | Theo de Raadt | |
2001-04-19 | crank cr_ref to u_int; ref freebsd-current/378268, lambert; this is an ↵ | Theo de Raadt | |
expedient fix | |||
2001-04-19 | strip comments, as on the alpha; millert ok | Theo de Raadt | |
2001-04-19 | undo broken change | Theo de Raadt | |
2001-04-19 | use local variable, no function call needed. | Markus Friedl | |
(btw, hostbased works now with ssh.com >= 2.0.13) | |||
2001-04-18 | error->debug; noted by fries@ | Markus Friedl | |
2001-04-18 | more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now | Markus Friedl | |
(however the 2.1.0 server seems to work only if debug is enabled...) | |||
2001-04-18 | Document boot halt. | Artur Grabowski | |
2001-04-18 | New boot command: boot halt. | Artur Grabowski | |
Don't sync, don't dump, just halt. | |||
2001-04-18 | no longer const | Markus Friedl | |
2001-04-18 | use FDQN with trailing dot in the hostbased auth packets, ok deraadt@ | Markus Friedl | |
2001-04-18 | call askpass from ssh, too, based on work by roth@feep.net, ok deraadt | Markus Friedl | |
2001-04-18 | xref rc.conf(8) and rc.shutdown(8). ok aaron@ | Jakob Schlyter | |
2001-04-18 | date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0 | Dale 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-18 | add MySQL port, ok deraadt@ | Jakob Schlyter | |
2001-04-18 | s/timserver/timeserver/, ok deraadt@ | Jakob Schlyter | |
2001-04-18 | Fix `hinted' options: set initial order to maximal, so that any hint | Marc Espie | |
will be first. Also, keep order around between hints file and reading normal pairt, so that this option actually is useful. | |||
2001-04-18 | Fix typo reported in PR/1779 | Ian Darwin | |
2001-04-18 | Cover rl with #ifdef's and put it to sleep. ZZzz.. | Hugh Graham | |
2001-04-18 | Support the Corega FEther PCC-TXF card; taka@trans-nt.com. Addresses PR/1777. | Aaron Campbell | |
2001-04-18 | regen | Aaron Campbell | |
2001-04-18 | Recognize the Corega FEther PCC-TXF card. | Aaron Campbell | |
2001-04-18 | Document USE_MOTIF | Marc Espie | |
2001-04-18 | Talk about CardBus a bit more. | Aaron Campbell | |