summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-28Use ^? as default backspace for xterm entries. Matches the change toTodd C. Miller
XTerm.ad.
2002-03-28some BITS defs for %bMichael Shalayeff
2002-03-28list out the ap's stationsMichael Shalayeff
2002-03-28One chunk of the ``you can't upgrade this'' sparc64 song which was forgottenMiod Vallat
the other day.
2002-03-28chip id copies here; just for niels, all for niels, all in the name of nielsMichael Shalayeff
2002-03-28WI_RID_AUTH_CNTL was renamed to WI_RID_CNFAUTHMODETodd C. Miller
2002-03-28i forgot these for if_wiMichael Shalayeff
2002-03-28basic host-ap implementation, more work is needed; from Thomas Skibo ↵Michael Shalayeff
<skibo@pacbell.net>; millert@ ok
2002-03-28Remove any reference to Tigon II since this chip is really pretty differentNathan Binkert
2002-03-28Fix bug I introduced in previous commit.Todd C. Miller
2002-03-28recognize isl37300p as a prism2.5, for niels babyMichael Shalayeff
2002-03-28syncNiels Provos
2002-03-28new linksys wpc11; okay mickey@Niels Provos
2002-03-28do not call record_login twice (for use_privsep)Markus Friedl
2002-03-28Add WSDISPLAY_COMPAT_RAWKBD (commented), add missing mux pieces.Dale Rahn
It is now possible to test wsmux with (recent) X. XF86Config changes are necessary in InputDevice Section: Protocol -> standard, remove Device.
2002-03-28All US keys beside KPEQ and Mode_switch? (enter key on laptops) fixed.Dale Rahn
2002-03-28do not use MID_ZERO! then file(1) does not workTheo de Raadt
2002-03-28use MID_HPPA for core file markingTheo de Raadt
2002-03-28HPPA mid (needed for core files)Theo de Raadt
2002-03-28core files from new processorsTheo de Raadt
2002-03-28- recheck the PCI BAR's during mmap: XFree86 doesn't like the prom mappingsJason Wright
so rather than deal with it, it remaps things. - turn off access to the rom... this may need rethinking (both accelerated X and dumb framebuffer X work because the offsets will not overlap).
2002-03-28Remove debugging that was forgotten.Dale Rahn
2002-03-28looko; from Dries Schellekens <gwyllion@ace.ulyssis.org>Michael Shalayeff
2002-03-28Fix err*() usage.Oleg Safiullin
ok millert@
2002-03-28Replace magic values with appropriate constants.Miod Vallat
2002-03-28Remove lies from the description of the misc set.Miod Vallat
2002-03-28Doh, I'm on drugs.Miod Vallat
2002-03-28Better fix.Miod Vallat
2002-03-28be more careful about breaking the RAMDISK guysTheo de Raadt
2002-03-27test key importMarkus Friedl
2002-03-27typosMarkus Friedl
2002-03-27try to import keys with extra trailing === (seen with ssh.com < 2.0.12)Markus Friedl
2002-03-27Indicate which keys translations are missing.Dale Rahn
2002-03-27Update comment at the top to reality.Todd C. Miller
2002-03-27add WSDISPLAY_COMPAT_RAWKBD support for macppc, not complete yet, Fx keysDale Rahn
are missing in translation table. Not enabled yet.
2002-03-27must be at least 7 insns between rsm/ssm; minot cleanups and debugging printfsMichael Shalayeff
2002-03-27tsk tsk tsk, compile it first.Dale Rahn
2002-03-27Fix write() loop in ttflush(). Pointed out by vincent@Todd C. Miller
2002-03-27We uyse 'krb4', not 'kerberos' for the authentication type. AlsoTodd C. Miller
provide an example for -a usage. Closes PR 2423.
2002-03-27Fix possible buffer overflow in map-mbone's dns resolution; Jose NazarioTodd C. Miller
2002-03-27Make SYNOPSIS more readable, from Daniel Lucq.Dale Rahn
2002-03-27Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window.
2002-03-27fix From line header; found by NickTheo de Raadt
2002-03-27aperture supportTheo de Raadt
2002-03-27implement a "no-route" keyword.Michael Shalayeff
usage semantics are analogous w/ "any", meaning is "any ip address for which there is no route in the current routing table", could be used in both from and to. typical usage would be (assuming symmetrical routing): block in from no-route to any also doc "any" in the pf.conf.5, include in regress, etc. tested by me on i386 and sparc. dhartmei@ and frantzen@ ok
2002-03-27From David Krause:Todd C. Miller
o ftpd.8: alphabetically sort FILES and add login.conf & motd o midi.4 and pckbd.4: there is no pcppi(4) man page o passwd.5: s/passwd.conf/login.conf
2002-03-27monitor_allowed_key() returns int instead of pointer. ok markus@mouring
2002-03-27Fixes the the following problems (from zyrnix)Todd C. Miller
1) Mg crashes with column width of 1, rows > 2 2) Mg panics on resizing due to incomplete write 3) Mg doesn't compile with STARTUPFILE defined deraadt@ OK
2002-03-27Calculate the maximum queue depth correctly.Grigoriy Orlov
PR2490 from Alexander Yurchenko <grange@rt.mipt.ru>
2002-03-27suppress "duplicate IP" message when booting machines with no initial IP.Ian Darwin