Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-08 | Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driver | David 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-08 | ugly ugly hack to allow a usb device to do a full reset of the port during | David 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-08 | conditional override of PIPE, from markus | Theo de Raadt | |
2004-11-08 | atu(4) supports Atmel-based USB wireless devices (man page based on a | Theo de Raadt | |
shred of wi.4 | |||
2004-11-08 | Simple 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-08 | remove dd from all media, add back in for bsd.rd (the fatty) | Theo de Raadt | |
2004-11-08 | put more debug stuff inside #ifdef, to make the driver a wee bit smaller | Theo de Raadt | |
for the alpha | |||
2004-11-08 | Typo | Miod Vallat | |
2004-11-08 | Show in the dmesg as mongoose, to matche the manpage and kernel configuration | Miod Vallat | |
file. | |||
2004-11-08 | Typo | Miod Vallat | |
2004-11-08 | Sync the weak symbol logic with the ELF ld.so, and use N_AUX() instead of | Miod Vallat | |
rolling our own version; no functional changes. ok millert@ | |||
2004-11-08 | Invoke _cachectl() with correct size parameters. | Miod Vallat | |
ok millert@ | |||
2004-11-08 | Partially revert to binutils 2.14: do not put a ``warning: '' prefix | Miod 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-08 | remove 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-08 | new sentence, new line; | Jason McIntyre | |
whitespace; | |||
2004-11-08 | Advice user to use multiple servers. Prodded by Daniel Polak, help and ok jmc@ | Otto Moerbeek | |
ok henning@ | |||
2004-11-08 | add more olden times keyword. | Marc Espie | |
noticed by fries@ who is running really old shit (hey, why not ?) | |||
2004-11-08 | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check | Reyk Floeter | |
possible NULL mac in the keycache function. | |||
2004-11-08 | Remove mvme88k leftovers. | Miod Vallat | |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat | |
luna88k it disappears completely, while mvme88k keeps 3 global variables, one of them scheduled to disappear very soon. | |||
2004-11-08 | rename char array realpath to pathreal to avoid naming conflict with | Hans-Joerg Hoexer | |
realpath(3); makes lint a bit happier ok ho@ | |||
2004-11-08 | more monitor cleanup: | Hans-Joerg Hoexer | |
remove dead code, some debug messages, prototype monitor_close() to void. ok ho@ | |||
2004-11-08 | no const for sysdep_sa_len (not yet), slipped in during previous commit... | Hans-Joerg Hoexer | |
2004-11-08 | monitor cleanup: honor const, added missing inlcude, missing typecast (makes | Hans-Joerg Hoexer | |
lint happy) ok ho@ | |||
2004-11-08 | make lint happy and honor const. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-11-08 | new sentence, new line; | Jason McIntyre | |
2004-11-07 | document that keywords can be specified multiple times; | Jason McIntyre | |
from otto and myself; prodded by henning; | |||
2004-11-07 | document systrace inject. | marius eriksen | |
ok millert@ | |||
2004-11-07 | add a new message: inject. this allows the tracer to to inject buffers into | marius eriksen | |
the stackgap. this in turn allows for argument replacement with indirection. for example replacing an entire envp or struct pollfd. ok provos@ millert@ | |||
2004-11-07 | simplify hostap description; | Jason McIntyre | |
2004-11-07 | fix man page path; moritz@jodeit.org | Theo de Raadt | |
2004-11-07 | correct paths, pointed out by reyk | Theo de Raadt | |
2004-11-07 | space before punctuation when passed to macro; | Jason McIntyre | |
2004-11-07 | tweaks; | Jason McIntyre | |
2004-11-07 | usage(): | Jason McIntyre | |
- add -O - sync -S w/ manpage - remove -h | |||
2004-11-07 | use cc -pipe on most architectures; agreed by a lot | Theo de Raadt | |
2004-11-07 | options sort, and whitespace; | Jason McIntyre | |
2004-11-07 | oops | Theo de Raadt | |
2004-11-07 | document the current behavior of pkg_add -r. | Marc Espie | |
Clearly marks this as an experimental option that can thoroughly mangle your system. | |||
2004-11-07 | clone() library entry so that md5 and modes/owners get copied along. | Marc Espie | |
2004-11-07 | split off libraries, so that we can erase the old packages. | Marc Espie | |
todo: allow people to reverse the process, since _libs-* will conflict with reinstalling a package. | |||
2004-11-07 | shared libraries, preliminary work, a simpler scheme: | Marc Espie | |
compare replaced package with replacing package, mark all changed shared libraries. split_old_libs knows how to cobble a new plist off the old one with the shared libraries. print_depends_closure knows how to walk the RequiredBy objects to build a complete list of packages that may depend upon those libraries. Todo: actually split off the libraries, write a COMMENT/CONTENTS files too, and register all those dependencies. | |||
2004-11-07 | don't try to be smart and not store the full tempname: we don't use this | Marc Espie | |
except in rare cases, so it doesn't matter if the tempname is long, and it doesn't justify missing extra code to restore it when reading the packing-list... | |||
2004-11-07 | show tally in verbose mode as well, why not ? | Marc Espie | |
2004-11-07 | twiddle + at start of regexp. | Marc Espie | |
2004-11-07 | handle special-case + in gnu regexps. | Marc Espie | |
2004-11-07 | Do not ignore SIGCHLD, repairing hangs after a subshell is executed | Otto Moerbeek | |
via ~! or ~C. While there, fix description of fd's available to the command executed by ~C in man page and comments. This has been wrong since at least 4.4BSD... Spotted by Hugo Villeneuve. PR 3971. ok and help millert@; ok deraadt@ | |||
2004-11-07 | sync | Theo de Raadt | |
2004-11-07 | enable ath, iwi, and ipw | Theo de Raadt | |
2004-11-07 | avoid first person | Theo de Raadt | |