Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-28 | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the | Darren Tucker | |
ServerAlive and ClientAlive timers. Prevents dropping a connection when these are enabled but the peer does not support our keepalives. bz #1307, ok djm@. | |||
2007-12-28 | Pull from master repo: | Stefan Kempf | |
Use sclass and soffset to access hdr.h_sclass and hdr.h_offset. | |||
2007-12-27 | Add a small helper function to consistently handle the EAI_SYSTEM error | Darren Tucker | |
code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417. ok markus@ stevesk@ | |||
2007-12-25 | Pull from master repo: | Stefan Kempf | |
Set type to INT if it's still UNDEF upon return from typenode(). ok ragge@ | |||
2007-12-23 | increase the marker buffers, they are not big enough for hg merge | Ted Unangst | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-21 | update to sudo 1.6.9p10 | Todd C. Miller | |
2007-12-19 | sync to main repo; requested by mickey | Otto Moerbeek | |
2007-12-19 | Remove the kvm code in rt_stats() and use the sysctl code all the time. | Claudio Jeker | |
While there remove the ugly rflag checks and make it more consistent with the rest of the code. Another step in making netstat setgid free. OK deraadt@ | |||
2007-12-19 | delete rcsid crud | Theo de Raadt | |
2007-12-16 | Updates from master repo: | Anders Magnusson | |
> Fix bug causing a cast from floats to integer types be rounded > up as well as down instead just rounding them down. | |||
2007-12-16 | Updates from master repo: | Anders Magnusson | |
> More sane sanitycheck in e2print(). > Add edges between different needs in table entries to avoid > that they get painted with the same color. | |||
2007-12-16 | Update from master repo: | Anders Magnusson | |
> Do not output constants larger than stabs allows. | |||
2007-12-15 | -DNOKVM will compile iostat.c without kvm support, which it does not need | Theo de Raadt | |
2007-12-15 | change over last few bits to use sysctl(3) if possible, and make this | Theo de Raadt | |
not setgid kmem (hurray!) ok tedu, tested jsg | |||
2007-12-14 | remove 21 nlist variables, and instead use sysctl to query the kernel | Theo de Raadt | |
turn on INET6 the default (remove the #ifdef's) ok claudio reyk | |||
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter | |
change netstat to use them instead of accessing kvm for it. more protocols will be added later. discussed with deraadt@ claudio@ gilles@ ok deraadt@ | |||
2007-12-12 | unbreak lls command and add a regress test that would have caught the | Damien Miller | |
breakage; spotted by mouring@ | |||
2007-12-11 | mbuf stats are always gotten via sysctl(), so remove old nlist stuff | Theo de Raadt | |
ok claudio pyr | |||
2007-12-10 | zap field nothing uses. | Marc Espie | |
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Don't loop forever in conditional includes. - Print error and not a number if wrong token got. - A bunch of sanity checks. | |||
2007-12-09 | remove makefile hacks to build links. Instead, change the files that | Marc Espie | |
gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add acceptable() and mflags(). - Remove unused functions. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add support for PIC code. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add acceptable(). - Remove unused function setincr(). Add acce | |||
2007-12-09 | Update from master repo: | Anders Magnusson | |
- Declare a few stab symbols locally. | |||
2007-12-09 | Update from master repo: | Anders Magnusson | |
- Understand -m as flag. | |||
2007-12-09 | Updates from matser repo: | Anders Magnusson | |
- Leave to target code to decide whether a node can be used for initialization or not. - Fix bug causing rw data to sometimes end up in ro segment. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Rewrite typenode() so that const/volatile can be handled better. - Give target code the opportunity to handle string symbols. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Give clocal() a chance to handle STASG early. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add target-dependent function acceptable() to give target code a last chance to tell whether an instruction should be used or not. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Send ipole as arg to myoptim(). | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Only check for flags already set if BITYPE. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Nuke unused prototypes. | |||
2007-12-09 | Update from master repo: | Anders Magnusson | |
- Nuke unused prototypes. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Clear edgehash after onlyperm also. - Avoid diagnostic that may fail for targets with reg arguments. | |||
2007-12-09 | Fix for an off-by-one. | Tobias Stoeckmann | |
OK fgsch@ | |||
2007-12-05 | unbreak build, on vax | Theo de Raadt | |
2007-12-04 | missing change from 1.6.9p9 | Todd C. Miller | |
2007-12-03 | update to sudo 1.6.9p9 | Todd C. Miller | |
2007-12-01 | zap trailing whitespace; | Jason McIntyre | |
2007-12-01 | fix typo, spotted by James J. Lippard | Jasper Lievisse Adriaanse | |
2007-12-01 | I was sure I had committed this already, grrrr. | Marc Espie | |
Anyways, switch to a growable array for job to do. Allows us to randomize it. fix manpage. do not add delay if just one job to run. | |||
2007-11-30 | Simplify process header display logic a bit. From Mark Lumsden | Otto Moerbeek | |
2007-11-29 | fix small glitch in displaying process list header; from Mark Lumsden | Otto Moerbeek | |