summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-04make gcc on the alpha even happierTheo de Raadt
2001-02-04fix LCDMarkus Friedl
2001-02-04make the alpha happyTheo de Raadt
2001-02-04typo; dpo@club-internet.frMarkus Friedl
2001-02-04mention scan_ffs; map@infinitum.chTheo de Raadt
2001-02-04Fix regression testEric Jackson
2001-02-04Long usernames. This really messes up the scoreboard printout, so changePaul Janzen
it from two columns to one column with leaders printed every third score to guide the eye across the vast whitespace that's left with the traditional 8-char usernames.
2001-02-04remove duplicate #include's; ok markus@Kevin Steves
2001-02-04Add examples with numbers, not just unitsPaul Janzen
2001-02-04Be a little more careful with scanf() on the score filePaul Janzen
2001-02-04Basic interactive sftp client; ok theo@Damien Miller
2001-02-04shrink USB sectionTheo de Raadt
2001-02-04Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working muchAaron Campbell
more nicely, but not perfect yet.
2001-02-04avoid infinite loop when -s is specified (select loop mistake).Jun-ichiro itojun Hagino
make agetent() 32bit clean. KAME PR 127. disable -R (router renumbering receiver). sync with kame.
2001-02-04Remove -traditional-cpp and do some -Wall cleanups; from Chris K. YoungPaul Janzen
<cky@pobox.com> in PR 1652.
2001-02-04Put KNF in the NAME field so apropos/man -k will find it.Jason Wright
2001-02-04Tidy, avoid segfaults on unknown users, and deal with long usernamesPaul Janzen
2001-02-04Format for long usernamesPaul Janzen
2001-02-04Use strdup()Paul Janzen
2001-02-04Tidying: change a constant to a #define, stop logging hostnames with thePaul Janzen
score, use strlcpy(), and make it work with long usernames.
2001-02-04Minor indent botch.Aaron Campbell
2001-02-04Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard.Aaron Campbell
2001-02-04MPPE_MasterKeyValid is only there if HAVE_DES is definedbrian
2001-02-04Don't send an authentication failure response if we fail sendingbrian
a radius accounting packet.
2001-02-04Make the MPPE MasterKey Invalid messages a bit clearer (it nowbrian
complains that you can't do MPPE without CHAP81). Reset MasterKeyValid to zero when we hit phase DEAD.
2001-02-04Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andbrian
CLOSE_NORMAL meanings. CLOSE_NORMAL doesn't change the currently required state, the others do. This should stop ppp from entering DATALINK_READY when LCP shutdown doesn't end up happening cleanly. Bump our version number to reflect this change.
2001-02-04add more pedantic checks for recvmsg return value. sync with kameJun-ichiro itojun Hagino
2001-02-03Do a check for the OpenBSD note before doing any emulation probes.Artur Grabowski
This way OpenBSD will be explicitly treated first and not handled as a fallback. This should speed archs with many emulations.
2001-02-03Remove even more dead code.Artur Grabowski
2001-02-03oops.Artur Grabowski
2001-02-03Schedule running of __fini in __init, not __start.Artur Grabowski
2001-02-03An OpenBSD tag doesn't hurt.Artur Grabowski
2001-02-03Add an OS note identifying OpenBSD binaries.Artur Grabowski
This appears to be the standard way to do it.
2001-02-03Decruftification.Artur Grabowski
2001-02-03Use crtbegin and crtend from common_elf.Artur Grabowski
2001-02-03Create a common_elf directory with crtbegin and crtend that canArtur Grabowski
be shared between archs.
2001-02-03Previously only powerpc used the DT_INIT field to find the ctors/initDale Rahn
code, now that will be changed to all arch besides mips will default to using that. mips probably would be changed to but it has not been tested.
2001-02-03make overlaping bus space copy operations work; solves vga's scrolling problemsMichael Shalayeff
2001-02-03Long usernames; also some simple strncpy->strlcpy.Paul Janzen
2001-02-03- define and use EtherIP version 3 (2 byte padded header instead of theJason Wright
single byte header used in V2), and drop support for V2. - that done, remove some of the buffer copies that were used as alignment shims
2001-02-03Violent cleanup of the code. Lots of effort duplication removed.Artur Grabowski
Don't look into the headers in read, just build the headers in attach and ignore them. mmap should now work (when boot loaders are fixed to align the tables). Support for ELF.
2001-02-03update configuration for elf: remove ecoff markers, handle alpha assemblerMarc Espie
peculiarities, set up correct init/fini code for elf.
2001-02-03KNFJason Wright
2001-02-03New timeouts.Artur Grabowski
2001-02-03alpha uses gas and gnu_ld.Artur Grabowski
2001-02-03typos; ok markus@Kevin Steves
2001-02-03dead fileArtur Grabowski
2001-02-03Remove dead files.Artur Grabowski
2001-02-03New timeouts.Artur Grabowski