Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-17 | various fixes for previous; | Jason McIntyre | |
2007-10-17 | Update to sudo 1.6.9p6 | Todd C. Miller | |
2007-10-17 | use ansi declarations and rename gdt to sc to avoid shadows and follow | Federico G. Schwindt | |
what other drivers do; no binary change. | |||
2007-10-17 | use ansi declarations and rename gdt to sc to avoid shadows and follow | Federico G. Schwindt | |
what other drivers do; no binary change. | |||
2007-10-17 | decl variables earlier; pointed out by fgsch | Theo de Raadt | |
2007-10-17 | replacement for the pctr codebase that can handle amd64 processors as | Theo de Raadt | |
well (in fact, all 4 combinations of codebase and processor) written by Mike Belopuhov and Aleksey Lomovtsev | |||
2007-10-17 | some local variables can shadow to decrease kernel stack use, whee | Theo de Raadt | |
2007-10-17 | use NULL to point to the response buffer, which avoids confusion; ok fgsch | Theo de Raadt | |
2007-10-17 | - Remove a shadow declaration. | Federico G. Schwindt | |
- Correct resp size. deraadt@ ok. | |||
2007-10-16 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt | |
2007-10-16 | Fix show database router output. | Claudio Jeker | |
2007-10-16 | Make struct lsa_rtr a better match of the reality. Still not happy because | Claudio Jeker | |
some people had the great idea to make the OSPF options 24bits. Still undecided if a u_int32_t should be used or 4 u_int8_t both is gross. | |||
2007-10-16 | There is not auth code so there is no need for struct crypt. | Claudio Jeker | |
2007-10-16 | For MULTIPROCESSOR kernels, make cpu_switchto() set p->p_cpu. | Mark Kettenis | |
2007-10-16 | Make ospf6ctl compile again and especially make ospf6ctl show database work | Claudio Jeker | |
and so stuff starts to show up in the database: Link ID Adv Router Age Seq# Checksum 0.0.0.1 255.1.1.1 3 0x8000028e 0xc7b3 0.0.0.0 255.1.1.1 3 0x8000027f 0xade8 | |||
2007-10-16 | Oups, unbreak there were some LINK_TYPE_STUB_NET left in the code. | Claudio Jeker | |
2007-10-16 | Router LSA link type 3 is now reserved. There are no stub networks anymore. | Claudio Jeker | |
2007-10-16 | remove log_debug() packet sending is now solid so no need to fill the log | Claudio Jeker | |
with it. | |||
2007-10-16 | Use v->type insead of v->lsa->hdr.type. Idea came while looking at ospf6d. | Claudio Jeker | |
OK norby@ | |||
2007-10-16 | Big round of lsa type cleanup. Moving from u_int8_t to u_int16_t made a lot | Claudio Jeker | |
of ntohs() necessary. Nota bene the lsa type is cached in the vertex node in host byte order. Additionally the defines are in host byte order so sprinkle some ntohs() over rde_lsdb.c. | |||
2007-10-16 | Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested by | Mark Kettenis | |
many. ok deraadt@ | |||
2007-10-16 | Enable the IMSG_DD related code. This code starts to work. | Claudio Jeker | |
2007-10-16 | correctly send lsreq, there is no need to change the byte-order of the lsa type. | Claudio Jeker | |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado | |
ok jmc@ | |||
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher | |
Requested and OK deraadt@ | |||
2007-10-16 | Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested by | Mark Kettenis | |
many. ok deraadt@ | |||
2007-10-16 | Allow unquoted numbers in variables. | Marco Pfatschbacher | |
Change 'set hostid' to NUMBER and remove unneeded converter. Add '=' to allowed_to_end_number(x) to make varsets like 4=5 illegal. OK deraadt@ | |||
2007-10-16 | Fix printing of DIMM size for DDR2. | Mark Kettenis | |
input from canacar@, jsg@, deraadt@ ok deraadt@ | |||
2007-10-16 | Another cpu_switchto() leftover. | Mark Kettenis | |
2007-10-16 | fix -b arch option parsing; ok todd@ | Otto Moerbeek | |
2007-10-16 | unsigned int is nicer than just unsigned | Theo de Raadt | |
2007-10-16 | Pull diff for rev 1.8 from master repo. Fixes typo and displays | Stefan Kempf | |
parts of DESCRIPTION correctly. Spotted by Sergey Elin. ok otto@, jmc@ | |||
2007-10-16 | Make ospf6d(8) not throw up on Router LSAs. | Esben Norby | |
Initial step towards actually storing real LSAs. ok claudio@ | |||
2007-10-16 | make it digestable by ccom | Otto Moerbeek | |
2007-10-16 | += and sign extend problem | Otto Moerbeek | |
2007-10-16 | typo (naem -> name) | Bret Lambert | |
ok jmc@ | |||
2007-10-16 | Change LSA type to 16 bit and use the new defines recently comitted to | Esben Norby | |
ospf6d(8). ok claudio@ | |||
2007-10-16 | In OSPFv3 the LSA type is a 16 bit value, furthermore it uses different | Esben Norby | |
values than the v2 counterpart. Change to u_int16_t and define new LSA types. ok claudio@ | |||
2007-10-16 | Fix the neighbor election process. | Esben Norby | |
ok claudio@ | |||
2007-10-16 | Adapt to the changes in ospf6d. Fix more IPv6 addressing and probably break | Claudio Jeker | |
some currently not working commands but show interface and show neighbor should work. OK norby@ | |||
2007-10-16 | First step at making kroute IPv6 aware. This resulted in many additional | Claudio Jeker | |
changes -- some are so hairy that I left them out for later by commenting out larger blocks of code (just grep for XXX if you like to help). Get it in early so that we can work on. OK norby@ | |||
2007-10-16 | Fix the output from "show neighbor". | Esben Norby | |
It is not possible to fit the address of the neighbor(s) in the short list, so we loose it... It is still possible to see the IP address of the neighbor in the output of "show neighbor detail". ok claudio@ | |||
2007-10-16 | Properly adjust headers displayed when the screen contains few lines. | Otto Moerbeek | |
Avoid a segv also. Problem reported by Mark Lumsden; inital diff by me, further polishing by Mark. Tested by ray@ canacar@ hshoexer@ | |||
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt | |
expand to space or tab, and a \ followed by newline should be ignored (as a line continuation). compatible with the needs of hoststated (which has the most strict quoted string requirements), and ifstated (where one commonly does line continuations in strings). pointed out by mpf, discussed with pyr | |||
2007-10-16 | "script" does not belong in the lease declaration section; | Jason McIntyre | |
from Vincent GROSS ok henning | |||
2007-10-16 | Do not expose the end of the proc_trampoline bowels to C code anymore, and | Miod Vallat | |
get rid of the ``switchframe'' struct definition. As a bonus, this makes cpu_fork() simpler and unwastes 8 bytes of u area. | |||
2007-10-16 | Fix the mtx_wantipl != IPL_NONE comparison in the ``have to spin'' | Miod Vallat | |
MULTIPROCESSOR case in mtx_enter. | |||
2007-10-15 | zero the right object, not some hunk of stack; ok henric@ | Damien Miller | |
2007-10-15 | Remove a set, but unused varible in nfs_socket(); | Thordur I. Bjornsson | |
NQNFS leftover. ok miod@,blambert@ | |||
2007-10-15 | Add new "reached end of file while parsing quoted string" as expected | Hans-Joerg Hoexer | |
error message. |