summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-09big KNF spanking, no change in object file, ecstatic ok from claudioHenning Brauer
2004-11-09use NULL instead of 0 for poiter comparisions,Henning Brauer
from "Alexey E. Suslikov" <cruel@texnika.com.ua> with a little help from itojun
2004-11-09Split {get,set,raise}ipl() into per-board implementations.Miod Vallat
2004-11-09do not assume entries in pf_timeouts[] are ordererd like PFTM_* in pfvar.hDaniel Hartmeier
reported by Alexey E. Suslikov, ok henning@
2004-11-09-s seamless with other options: let it work with -a, let it be on for -v.Marc Espie
Count totalsize, and display it at end if > 1 package.
2004-11-09kill old Logger interface, use $state->print() to report problems atMarc Espie
end exclusively now.
2004-11-09alternate between package names correctly when replacing a package.Marc Espie
2004-11-09kill dup codeMarc Espie
2004-11-09-s option, grange's request.Marc Espie
2004-11-09in the list of RIRs:Henning Brauer
-add LACNIC -RIPE serves more than just europe, and ARIN more than north america -order alphabetically From: Klaus Steding-Jessen <jessen@nic.br>
2004-11-09avoid scanning the whole packing-list when looking for info that areMarc Espie
at the top anyways: recent packages have arch markers, and are in `normal order'. First cwd we meet, we're out. (speeds up the scanning of conflicts by 4 or 5).
2004-11-09save dir in plist, not state (unconfuse script operations when severalMarc Espie
plists are present). Encapsulate `extract' operation in `extract_with_pm' to allow progress meter to do something sensible when replacing packages.
2004-11-09whitespace;Jason McIntyre
2004-11-09don't keep libraries whose version numbers are not needed.Marc Espie
2004-11-09remove code we don't use.Marc Espie
2004-11-09syncTheo de Raadt
2004-11-08add a more complex PS1 example, which does not use the new backslashJason McIntyre
sequences; from naddy@, via deraadt@
2004-11-08tweaks;Jason McIntyre
2004-11-08Document "no scrub"; from jmc@, tweaked by me. dhartmei@ okAaron Campbell
2004-11-08clarify Nd lines, jmc okTheo de Raadt
2004-11-08let it actually compileTheo de Raadt
2004-11-08commented out entry for atuDavid Gwynne
"yup" by deraadt@
2004-11-08correct chip modelsTheo de Raadt
2004-11-08Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driverDavid Gwynne
originally the atuwi driver from Daan Vreeken, but with enough changes by deraadt@ and me to warrant a name change. there are still plenty of issues to resolve, but at least i can get packets over it now. ok deraadt@
2004-11-08ugly ugly hack to allow a usb device to do a full reset of the port duringDavid Gwynne
attach. this is required by atu (atmel based usb wireless) devices. something better will be done, but we need it for now to work on atu. ok deraadt@
2004-11-08conditional override of PIPE, from markusTheo de Raadt
2004-11-08atu(4) supports Atmel-based USB wireless devices (man page based on aTheo de Raadt
shred of wi.4
2004-11-08Simple cleaning of sgivol, with no functional change (yet):Miod Vallat
- remove hardcoded constants - use strtol() and check for errors instead of using atoi() - use err()/errx()/warnx() when applicable - use bounded string operations whenever possible - use strncpy() instead of a home-grown construct Plus you get the "/usr/mdec/sgivol -p" instant coredump fixed for free.
2004-11-08remove dd from all media, add back in for bsd.rd (the fatty)Theo de Raadt
2004-11-08put more debug stuff inside #ifdef, to make the driver a wee bit smallerTheo de Raadt
for the alpha
2004-11-08TypoMiod Vallat
2004-11-08Show in the dmesg as mongoose, to matche the manpage and kernel configurationMiod Vallat
file.
2004-11-08TypoMiod Vallat
2004-11-08Sync the weak symbol logic with the ELF ld.so, and use N_AUX() instead ofMiod Vallat
rolling our own version; no functional changes. ok millert@
2004-11-08Invoke _cachectl() with correct size parameters.Miod Vallat
ok millert@
2004-11-08Partially revert to binutils 2.14: do not put a ``warning: '' prefixMiod Vallat
to stabs warning messages, as we already provide it in the message. This will not change until all our supported architectures move to ELF.
2004-11-08remove references to other wireless chips: not really useful.Jason McIntyre
they are already documented in more appropriate places, such as pci(4); prompted by a mail from sam chill on tech@
2004-11-08new sentence, new line;Jason McIntyre
whitespace;
2004-11-08Advice user to use multiple servers. Prodded by Daniel Polak, help and ok jmc@Otto Moerbeek
ok henning@
2004-11-08add more olden times keyword.Marc Espie
noticed by fries@ who is running really old shit (hey, why not ?)
2004-11-08use __packed instead of __attribute__ ((__packed__)) (ok miod@), checkReyk Floeter
possible NULL mac in the keycache function.
2004-11-08Remove mvme88k leftovers.Miod Vallat
2004-11-08Kill struct md_p, which was really only necessary for mvme88k; onMiod Vallat
luna88k it disappears completely, while mvme88k keeps 3 global variables, one of them scheduled to disappear very soon.
2004-11-08rename char array realpath to pathreal to avoid naming conflict withHans-Joerg Hoexer
realpath(3); makes lint a bit happier ok ho@
2004-11-08more monitor cleanup:Hans-Joerg Hoexer
remove dead code, some debug messages, prototype monitor_close() to void. ok ho@
2004-11-08no const for sysdep_sa_len (not yet), slipped in during previous commit...Hans-Joerg Hoexer
2004-11-08monitor cleanup: honor const, added missing inlcude, missing typecast (makesHans-Joerg Hoexer
lint happy) ok ho@
2004-11-08make lint happy and honor const.Hans-Joerg Hoexer
ok ho@
2004-11-08new sentence, new line;Jason McIntyre
2004-11-07document that keywords can be specified multiple times;Jason McIntyre
from otto and myself; prodded by henning;