summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-17various fixes for previous;Jason McIntyre
2007-10-17Update to sudo 1.6.9p6Todd C. Miller
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-17decl variables earlier; pointed out by fgschTheo de Raadt
2007-10-17replacement for the pctr codebase that can handle amd64 processors asTheo de Raadt
2007-10-17some local variables can shadow to decrease kernel stack use, wheeTheo de Raadt
2007-10-17use NULL to point to the response buffer, which avoids confusion; ok fgschTheo de Raadt
2007-10-17- Remove a shadow declaration.Federico G. Schwindt
2007-10-16more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-16Fix show database router output.Claudio Jeker
2007-10-16Make struct lsa_rtr a better match of the reality. Still not happy becauseClaudio Jeker
2007-10-16There is not auth code so there is no need for struct crypt.Claudio Jeker
2007-10-16For MULTIPROCESSOR kernels, make cpu_switchto() set p->p_cpu.Mark Kettenis
2007-10-16Make ospf6ctl compile again and especially make ospf6ctl show database workClaudio Jeker
2007-10-16Oups, unbreak there were some LINK_TYPE_STUB_NET left in the code.Claudio Jeker
2007-10-16Router LSA link type 3 is now reserved. There are no stub networks anymore.Claudio Jeker
2007-10-16remove log_debug() packet sending is now solid so no need to fill the logClaudio Jeker
2007-10-16Use v->type insead of v->lsa->hdr.type. Idea came while looking at ospf6d.Claudio Jeker
2007-10-16Big round of lsa type cleanup. Moving from u_int8_t to u_int16_t made a lotClaudio Jeker
2007-10-16Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested byMark Kettenis
2007-10-16Enable the IMSG_DD related code. This code starts to work.Claudio Jeker
2007-10-16correctly send lsreq, there is no need to change the byte-order of the lsa type.Claudio Jeker
2007-10-16sync the synopsis and usage of commandsIgor Sobrado
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested byMark Kettenis
2007-10-16Allow unquoted numbers in variables.Marco Pfatschbacher
2007-10-16Fix printing of DIMM size for DDR2.Mark Kettenis
2007-10-16Another cpu_switchto() leftover.Mark Kettenis
2007-10-16fix -b arch option parsing; ok todd@Otto Moerbeek
2007-10-16unsigned int is nicer than just unsignedTheo de Raadt
2007-10-16Pull diff for rev 1.8 from master repo. Fixes typo and displaysStefan Kempf
2007-10-16Make ospf6d(8) not throw up on Router LSAs.Esben Norby
2007-10-16make it digestable by ccomOtto Moerbeek
2007-10-16+= and sign extend problemOtto Moerbeek
2007-10-16typo (naem -> name)Bret Lambert
2007-10-16Change LSA type to 16 bit and use the new defines recently comitted toEsben Norby
2007-10-16In OSPFv3 the LSA type is a 16 bit value, furthermore it uses differentEsben Norby
2007-10-16Fix the neighbor election process.Esben Norby
2007-10-16Adapt to the changes in ospf6d. Fix more IPv6 addressing and probably breakClaudio Jeker
2007-10-16First step at making kroute IPv6 aware. This resulted in many additionalClaudio Jeker
2007-10-16Fix the output from "show neighbor".Esben Norby
2007-10-16Properly adjust headers displayed when the screen contains few lines.Otto Moerbeek
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-16"script" does not belong in the lease declaration section;Jason McIntyre
2007-10-16Do not expose the end of the proc_trampoline bowels to C code anymore, andMiod Vallat
2007-10-16Fix the mtx_wantipl != IPL_NONE comparison in the ``have to spin''Miod Vallat
2007-10-15zero the right object, not some hunk of stack; ok henric@Damien Miller
2007-10-15Remove a set, but unused varible in nfs_socket();Thordur I. Bjornsson
2007-10-15Add new "reached end of file while parsing quoted string" as expectedHans-Joerg Hoexer