Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-28 | Use ^? as default backspace for xterm entries. Matches the change to | Todd C. Miller | |
XTerm.ad. | |||
2002-03-28 | some BITS defs for %b | Michael Shalayeff | |
2002-03-28 | list out the ap's stations | Michael Shalayeff | |
2002-03-28 | One chunk of the ``you can't upgrade this'' sparc64 song which was forgotten | Miod Vallat | |
the other day. | |||
2002-03-28 | chip id copies here; just for niels, all for niels, all in the name of niels | Michael Shalayeff | |
2002-03-28 | WI_RID_AUTH_CNTL was renamed to WI_RID_CNFAUTHMODE | Todd C. Miller | |
2002-03-28 | i forgot these for if_wi | Michael Shalayeff | |
2002-03-28 | basic host-ap implementation, more work is needed; from Thomas Skibo ↵ | Michael Shalayeff | |
<skibo@pacbell.net>; millert@ ok | |||
2002-03-28 | Remove any reference to Tigon II since this chip is really pretty different | Nathan Binkert | |
2002-03-28 | Fix bug I introduced in previous commit. | Todd C. Miller | |
2002-03-28 | recognize isl37300p as a prism2.5, for niels baby | Michael Shalayeff | |
2002-03-28 | sync | Niels Provos | |
2002-03-28 | new linksys wpc11; okay mickey@ | Niels Provos | |
2002-03-28 | do not call record_login twice (for use_privsep) | Markus Friedl | |
2002-03-28 | Add 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-28 | All US keys beside KPEQ and Mode_switch? (enter key on laptops) fixed. | Dale Rahn | |
2002-03-28 | do not use MID_ZERO! then file(1) does not work | Theo de Raadt | |
2002-03-28 | use MID_HPPA for core file marking | Theo de Raadt | |
2002-03-28 | HPPA mid (needed for core files) | Theo de Raadt | |
2002-03-28 | core files from new processors | Theo de Raadt | |
2002-03-28 | - recheck the PCI BAR's during mmap: XFree86 doesn't like the prom mappings | Jason 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-28 | Remove debugging that was forgotten. | Dale Rahn | |
2002-03-28 | looko; from Dries Schellekens <gwyllion@ace.ulyssis.org> | Michael Shalayeff | |
2002-03-28 | Fix err*() usage. | Oleg Safiullin | |
ok millert@ | |||
2002-03-28 | Replace magic values with appropriate constants. | Miod Vallat | |
2002-03-28 | Remove lies from the description of the misc set. | Miod Vallat | |
2002-03-28 | Doh, I'm on drugs. | Miod Vallat | |
2002-03-28 | Better fix. | Miod Vallat | |
2002-03-28 | be more careful about breaking the RAMDISK guys | Theo de Raadt | |
2002-03-27 | test key import | Markus Friedl | |
2002-03-27 | typos | Markus Friedl | |
2002-03-27 | try to import keys with extra trailing === (seen with ssh.com < 2.0.12) | Markus Friedl | |
2002-03-27 | Indicate which keys translations are missing. | Dale Rahn | |
2002-03-27 | Update comment at the top to reality. | Todd C. Miller | |
2002-03-27 | add WSDISPLAY_COMPAT_RAWKBD support for macppc, not complete yet, Fx keys | Dale Rahn | |
are missing in translation table. Not enabled yet. | |||
2002-03-27 | must be at least 7 insns between rsm/ssm; minot cleanups and debugging printfs | Michael Shalayeff | |
2002-03-27 | tsk tsk tsk, compile it first. | Dale Rahn | |
2002-03-27 | Fix write() loop in ttflush(). Pointed out by vincent@ | Todd C. Miller | |
2002-03-27 | We uyse 'krb4', not 'kerberos' for the authentication type. Also | Todd C. Miller | |
provide an example for -a usage. Closes PR 2423. | |||
2002-03-27 | Fix possible buffer overflow in map-mbone's dns resolution; Jose Nazario | Todd C. Miller | |
2002-03-27 | Make SYNOPSIS more readable, from Daniel Lucq. | Dale Rahn | |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm | |
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window. | |||
2002-03-27 | fix From line header; found by Nick | Theo de Raadt | |
2002-03-27 | aperture support | Theo de Raadt | |
2002-03-27 | implement 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-27 | From 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-27 | monitor_allowed_key() returns int instead of pointer. ok markus@ | mouring | |
2002-03-27 | Fixes 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-27 | Calculate the maximum queue depth correctly. | Grigoriy Orlov | |
PR2490 from Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-03-27 | suppress "duplicate IP" message when booting machines with no initial IP. | Ian Darwin | |