Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-11-28 | - [-C] and [-c cookie] do not belong in the first synopsis/usage(); | Jason McIntyre | |
after some discussion with martynas - tweak the description of -C a little more, for readability | |||
2007-11-28 | grrr | Marc Espie | |
2007-11-28 | debug scaffolding: allows the insertion of a random delay before firing up | Marc Espie | |
jobs in parallel mode. | |||
2007-11-28 | PHONY targets never correspond to real files. | Marc Espie | |
2007-11-28 | expand the description of -C; from martynas and myself | Jason McIntyre | |
2007-11-27 | typos; ok jmc@ | Martynas Venckus | |
sys/dev/pci/pciide.c from naddy@ | |||
2007-11-27 | use symbolic constant 'Infinity' instead of -1 where appropriate; from | Otto Moerbeek | |
Mark Lumsden | |||
2007-11-26 | keep unmade uptodate all the time, even for targets we're not making yet, | Marc Espie | |
since we might want to make them later. okay millert@, beck@ | |||
2007-11-26 | if no arguments given, assume a nice default; ok miod jakemsr deanna | Theo de Raadt | |
2007-11-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus | |
ok millert@, pyr@ | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-11-25 | arm backend by Gregory McGarry, untested | Otto Moerbeek | |