summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-06vgafb is removed, was only used on powerpc, and is not in a state toDale S. Rahn
be an MI device. This old version was based on old wscons and will not build.
2000-09-06Add support for smaller font, default 23point font is too large for 800x600Dale S. Rahn
or 640x480 screen. Move font initialization into source file, rather than in header file. New font added, 8x16, derived from ic/font8x16.c If gallant font will give 80 or more columns, it is used, if not the 8x16 font is used.
2000-09-06Remove #ifdef/#endif around various bits of INQUIRY responseKenneth R Westerback
information. Left over from old attempt to fit adw with U3W on floppyxx.fs instead of floppyBxx.fs. Puts 'sdx at ...' msgs back at the start of their own lines so the drives can be found during (I)nstall or (U)pgrade!
2000-09-05various fixes to SACK and FACK from adesai@cisco.com, tomh@tomh.org andNiels Provos
osuga@mml.yrp.nttdocomo.co.jp
2000-09-05Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@Aaron Campbell
2000-09-05init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabledMichael Shalayeff
2000-09-05cleanupMarkus Friedl
2000-09-05enable ssh-add -d for DSA keysMarkus Friedl
2000-09-05Support detach of xl(4) devices, mainly to allow the ejection and insertion ofAaron Campbell
3Com575-based CardBus PC Cards; from nate@
2000-09-05Fix the way that I/O port and memory space is allocated to cards. ok aaron@Nathan Binkert
2000-09-05print hostname (not hushlogin)Markus Friedl
2000-09-05undo security hole peter just commitedTheo de Raadt
2000-09-05syncTheo de Raadt
2000-09-05des_modes(7) not des_modes(7); jmd@turbogeek.orgTheo de Raadt
2000-09-05Remove quotes from arguement lists to for loops.Peter Galbavy
This applied to two type of dhcp option, "domain_name_servers" and "routers". This fixes the problem of seeing mutliple nameservers on one nameserver line in resolv.conf. If anyone used multiple routers, then it would fix this too.
2000-09-05Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and usefulFederico G. Schwindt
w/ other drivers as well. The iomem change has changed long ago to keep using 4 pages; From NetBSD.
2000-09-04even better fix for importpath(); from christos@zoulas.com; millert@ okMichael Shalayeff
2000-09-04Check for account expiration before password expiration;Todd C. Miller
sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-09-04more cast fixes; from mouring@pconline.comMarkus Friedl
2000-09-04fix get_last_login_time order; from andre@van-veen.deMarkus Friedl
2000-09-04set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.netMarkus Friedl
2000-09-04missing close; ok theoMarkus Friedl
2000-09-04/etc -> /etc/kerberosIVHans Insulander
2000-09-04oops recycle variable, only used when mem mode enabledMichael Shalayeff
2000-09-04/etc -> /etc/kerberosIVHans Insulander
2000-09-04Build doc subdirectory too.Hans Insulander
2000-09-04Set reasonable default rate/resolution values for PS/2 mice.Aaron Campbell
TODO: Still need to reset these values if we detect the mouse going away and coming back (i.e., through the use of a KVM switch). From Jean-Baptiste.Marchand@epita.fr.
2000-09-04Build and install kerberosIV info file (kth-krb.info).Hans Insulander
2000-09-04- Changes to mouse_copy_extend() to behave more like an xterm.Aaron Campbell
- Removed some unused code. - From Jean-Baptiste.Marchand@epita.fr
2000-09-04fooTheo de Raadt
2000-09-04update netbsd rcsid, which we seem to be up toMichael Shalayeff
2000-09-04printing XaQti on 5 consecutive lines is stupidTheo de Raadt
2000-09-04match pcic at isa memory config, free resources on failure (-1 panic); aaron@ okMichael Shalayeff
2000-09-04fix dmesg outputTheo de Raadt
2000-09-04export pcibios config flagsMichael Shalayeff
2000-09-04there is no boot.com at the moment, man reincarnation will appear some other ↵Michael Shalayeff
place
2000-09-04regenJun-ichiro itojun Hagino
2000-09-04Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC)Jun-ichiro itojun Hagino
2000-09-04Correct EDP register. This has fixed some device timeout problems.Federico G. Schwindt
Patch by belu@hak.feldkirch.com; checked against linux. I'd be nice if ppl having problems with these cards test this.
2000-09-04futhers futherMichael Shalayeff
2000-09-04sync w/ netbsdMichael Shalayeff
2000-09-04under pressureMichael Shalayeff
2000-09-04newmedia .wavjammerMichael Shalayeff
2000-09-04do not panic on detachMichael Shalayeff
2000-09-04syncTheo de Raadt
2000-09-03fix revision parsing, print local revisionMichael Shalayeff
2000-09-03add bzero.oto OBJS, since it's generated by other means but .mk rulesMichael Shalayeff
2000-09-03a note about 705/35 graphics; from he@obt.runit.noMichael Shalayeff
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-09-03add missing .El against .Bl.Jun-ichiro itojun Hagino