Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-06 | vgafb is removed, was only used on powerpc, and is not in a state to | Dale S. Rahn | |
be an MI device. This old version was based on old wscons and will not build. | |||
2000-09-06 | Add support for smaller font, default 23point font is too large for 800x600 | Dale 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-06 | Remove #ifdef/#endif around various bits of INQUIRY response | Kenneth 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-05 | various fixes to SACK and FACK from adesai@cisco.com, tomh@tomh.org and | Niels Provos | |
osuga@mml.yrp.nttdocomo.co.jp | |||
2000-09-05 | Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@ | Aaron Campbell | |
2000-09-05 | init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabled | Michael Shalayeff | |
2000-09-05 | cleanup | Markus Friedl | |
2000-09-05 | enable ssh-add -d for DSA keys | Markus Friedl | |
2000-09-05 | Support detach of xl(4) devices, mainly to allow the ejection and insertion of | Aaron Campbell | |
3Com575-based CardBus PC Cards; from nate@ | |||
2000-09-05 | Fix the way that I/O port and memory space is allocated to cards. ok aaron@ | Nathan Binkert | |
2000-09-05 | print hostname (not hushlogin) | Markus Friedl | |
2000-09-05 | undo security hole peter just commited | Theo de Raadt | |
2000-09-05 | sync | Theo de Raadt | |
2000-09-05 | des_modes(7) not des_modes(7); jmd@turbogeek.org | Theo de Raadt | |
2000-09-05 | Remove 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-05 | Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and useful | Federico G. Schwindt | |
w/ other drivers as well. The iomem change has changed long ago to keep using 4 pages; From NetBSD. | |||
2000-09-04 | even better fix for importpath(); from christos@zoulas.com; millert@ ok | Michael Shalayeff | |
2000-09-04 | Check for account expiration before password expiration; | Todd C. Miller | |
sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-09-04 | more cast fixes; from mouring@pconline.com | Markus Friedl | |
2000-09-04 | fix get_last_login_time order; from andre@van-veen.de | Markus Friedl | |
2000-09-04 | set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net | Markus Friedl | |
2000-09-04 | missing close; ok theo | Markus Friedl | |
2000-09-04 | /etc -> /etc/kerberosIV | Hans Insulander | |
2000-09-04 | oops recycle variable, only used when mem mode enabled | Michael Shalayeff | |
2000-09-04 | /etc -> /etc/kerberosIV | Hans Insulander | |
2000-09-04 | Build doc subdirectory too. | Hans Insulander | |
2000-09-04 | Set 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-04 | Build 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-04 | foo | Theo de Raadt | |
2000-09-04 | update netbsd rcsid, which we seem to be up to | Michael Shalayeff | |
2000-09-04 | printing XaQti on 5 consecutive lines is stupid | Theo de Raadt | |
2000-09-04 | match pcic at isa memory config, free resources on failure (-1 panic); aaron@ ok | Michael Shalayeff | |
2000-09-04 | fix dmesg output | Theo de Raadt | |
2000-09-04 | export pcibios config flags | Michael Shalayeff | |
2000-09-04 | there is no boot.com at the moment, man reincarnation will appear some other ↵ | Michael Shalayeff | |
place | |||
2000-09-04 | regen | Jun-ichiro itojun Hagino | |
2000-09-04 | Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC) | Jun-ichiro itojun Hagino | |
2000-09-04 | Correct 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-04 | futhers futher | Michael Shalayeff | |
2000-09-04 | sync w/ netbsd | Michael Shalayeff | |
2000-09-04 | under pressure | Michael Shalayeff | |
2000-09-04 | newmedia .wavjammer | Michael Shalayeff | |
2000-09-04 | do not panic on detach | Michael Shalayeff | |
2000-09-04 | sync | Theo de Raadt | |
2000-09-03 | fix revision parsing, print local revision | Michael Shalayeff | |
2000-09-03 | add bzero.oto OBJS, since it's generated by other means but .mk rules | Michael Shalayeff | |
2000-09-03 | a note about 705/35 graphics; from he@obt.runit.no | Michael Shalayeff | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-09-03 | add missing .El against .Bl. | Jun-ichiro itojun Hagino | |