summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2007-12-19sync to main repo; requested by mickeyOtto Moerbeek
2007-12-19Remove 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-19delete rcsid crudTheo de Raadt
2007-12-16Updates 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-16Updates 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-16Update 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 needTheo de Raadt
2007-12-15change over last few bits to use sysctl(3) if possible, and make thisTheo de Raadt
not setgid kmem (hurray!) ok tedu, tested jsg
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
turn on INET6 the default (remove the #ifdef's) ok claudio reyk
2007-12-13implement sysctls to report IP, TCP, UDP, and ICMP statistics andReyk 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-12unbreak lls command and add a regress test that would have caught theDamien Miller
breakage; spotted by mouring@
2007-12-11mbuf stats are always gotten via sysctl(), so remove old nlist stuffTheo de Raadt
ok claudio pyr
2007-12-10zap field nothing uses.Marc Espie
2007-12-09Updates 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-09remove makefile hacks to build links. Instead, change the files thatMarc Espie
gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO
2007-12-09Updates from master repo:Anders Magnusson
- Add acceptable() and mflags(). - Remove unused functions.
2007-12-09Updates from master repo:Anders Magnusson
- Add support for PIC code.
2007-12-09Updates from master repo:Anders Magnusson
- Add acceptable(). - Remove unused function setincr(). Add acce
2007-12-09Update from master repo:Anders Magnusson
- Declare a few stab symbols locally.
2007-12-09Update from master repo:Anders Magnusson
- Understand -m as flag.
2007-12-09Updates 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-09Updates 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-09Updates from master repo:Anders Magnusson
- Give clocal() a chance to handle STASG early.
2007-12-09Updates 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-09Updates from master repo:Anders Magnusson
- Send ipole as arg to myoptim().
2007-12-09Updates from master repo:Anders Magnusson
- Only check for flags already set if BITYPE.
2007-12-09Updates from master repo:Anders Magnusson
- Nuke unused prototypes.
2007-12-09Update from master repo:Anders Magnusson
- Nuke unused prototypes.
2007-12-09Updates from master repo:Anders Magnusson
- Clear edgehash after onlyperm also. - Avoid diagnostic that may fail for targets with reg arguments.
2007-12-09Fix for an off-by-one.Tobias Stoeckmann
OK fgsch@
2007-12-05unbreak build, on vaxTheo de Raadt
2007-12-04missing change from 1.6.9p9Todd C. Miller
2007-12-03update to sudo 1.6.9p9Todd C. Miller
2007-12-01zap trailing whitespace;Jason McIntyre
2007-12-01fix typo, spotted by James J. LippardJasper Lievisse Adriaanse
2007-12-01I 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-30Simplify process header display logic a bit. From Mark LumsdenOtto Moerbeek
2007-11-29fix small glitch in displaying process list header; from Mark LumsdenOtto 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-28grrrMarc Espie
2007-11-28debug scaffolding: allows the insertion of a random delay before firing upMarc Espie
jobs in parallel mode.
2007-11-28PHONY targets never correspond to real files.Marc Espie
2007-11-28expand the description of -C; from martynas and myselfJason McIntyre
2007-11-27typos; ok jmc@Martynas Venckus
sys/dev/pci/pciide.c from naddy@
2007-11-27use symbolic constant 'Infinity' instead of -1 where appropriate; fromOtto Moerbeek
Mark Lumsden
2007-11-26keep 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-26if no arguments given, assume a nice default; ok miod jakemsr deannaTheo de Raadt
2007-11-26implement -C for continuing ftp, http(s), and file transfersMartynas Venckus
ok millert@, pyr@
2007-11-26typos; ok jmc@Martynas Venckus
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
2007-11-25arm backend by Gregory McGarry, untestedOtto Moerbeek