summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-22no need to include; from mouring@etoh.eviladmin.orgMarkus Friedl
2001-01-22only AFS needs radix.[ch]Markus Friedl
2001-01-22Fix memory leak on exchange free.Angelos D. Keromytis
2001-01-22Initialize xs->stimeout, even when pollingKenneth R Westerback
2001-01-22put more manual pages inTheo de Raadt
2001-01-22fix router renumbering bit decl for little endian. KAME PR 320Jun-ichiro itojun Hagino
2001-01-22nobody has base station for fh, and this was not ever discussed, bad angelosMichael Shalayeff
2001-01-22syncTheo de Raadt
2001-01-22do not accept packets with an unterminated hostname; ben@freebsdTheo de Raadt
2001-01-21Shuffle man page sections into preferred order.Aaron Campbell
2001-01-21oflow fix in rev 1.8 was wrong; mjl@netbsd.orgAaron Campbell
2001-01-21give actual cpp name that failed; obrienTheo de Raadt
2001-01-21map the bios rom at both it's real address andMichael Shalayeff
zero offset corresponding to the base of the rom. this solves a problem for roms referring to their internal tables by real addresses. brad@ testing, 10x
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
rename util.[ch] -> misc.[ch]
2001-01-21UVM and PMAP_NEW are required.Artur Grabowski
2001-01-21Some fixes to the size independent macros.Artur Grabowski
Resolve the confusion about Rela and RelA. Add ELF_R_INFO.
2001-01-21syncArtur Grabowski
2001-01-21sync router renumbering flag bit to conform to 2292bis-02 and RR RFC.Jun-ichiro itojun Hagino
sync with latest kame rtadvd (again). mostly cosmetic.
2001-01-21do not intsall rtadvd.conf into /etc, it is not required to use itJun-ichiro itojun Hagino
(rtadvd will derive the configuration from kernel settings). make it clearer that rtadvd.conf is not necessary, in manpage. sync with kame.
2001-01-21remove -R flag; ok markus@Jakob Schlyter
2001-01-21avoid memory leak. sync with kameJun-ichiro itojun Hagino
2001-01-21map and establish interrupts _after_ chip was initializedMichael Shalayeff
and driver has allocated it's internal data structures. deraadt@ ok
2001-01-21map and establish interrupt earlier in the attach routine,Michael Shalayeff
instead of middle of the thread. behaviour remains the same. since interrupts are disabled in the controller until proper time this is safe to do this way. deraadt@ ok
2001-01-20KNF; ok markusDamien Miller
2001-01-20Check for NULL return from strdelim; ok markusDamien Miller
2001-01-20do not loop forever if askpass does not exist; from ↵Markus Friedl
andrew@pimlott.ne.mediaone.net
2001-01-20machine/alpha.h is only included in cpu.h and the name givesArtur Grabowski
a collision in gcc build. merge alpha.h into cpu.h
2001-01-20sync with 3.4.16.Federico G. Schwindt
2001-01-20No need to include machine/alpha.hArtur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20No need to include machine/alpha.h here.Artur Grabowski
2001-01-20fix cut & pasto error from previous commit.Federico G. Schwindt
2001-01-20if using serial console, do not apply graphics rows/cols to tty settings; ↵Theo de Raadt
joost@c-lab.de
2001-01-20dh_new_group() does not return NULL. ok markus@Kevin Steves
2001-01-20fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.comTheo de Raadt
2001-01-20style(9) in example code.Aaron Campbell
2001-01-20no options; from kennedyh@engin.umich.eduMichael Shalayeff
2001-01-20typoMarkus Friedl
2001-01-20pass the filename to auth_parse_options()Markus Friedl
2001-01-20Print the service name instead of the number if available.Federico G. Schwindt
Similar to the problem found by millert@ (next thing to commit).
2001-01-19validate gate targets; sommerfeld, mycroftTheo de Raadt
2001-01-19as the rest of our systems, make the most common key return ^? not ^H; ↵Theo de Raadt
agreed with aaron
2001-01-19alpha syncTheo de Raadt
2001-01-19mark remaining signal racesTheo de Raadt
2001-01-19do _exit() in exit handler, if it is a signalTheo de Raadt
2001-01-19mark remaining signal races which are difficult to fix, and fix a few partiallyTheo de Raadt
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2001-01-19clear and free digest, make consistent with other code (use dlen); from stevesk@Markus Friedl