summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-23Handle EOF on stdin.Paul Janzen
2000-07-23When moving temp file -> .depend use "mv -f"Todd C. Miller
2000-07-23curses.c is all ifdef'ed out, so there's no reason to compile it.Paul Janzen
2000-07-23oopsPaul Janzen
2000-07-23Die more cleanly if stdin can't be read from.Paul Janzen
2000-07-23Code cleanups (some from NetBSD), typo fix.Paul Janzen
Don't barf if stdin hits EOF. Install cfscores in /var/games if one isn't already there.
2000-07-23Avoid calling functions that can call the exit-on-error handler from thePaul Janzen
handler; use STD*_FILENO rather than 0-2.
2000-07-23Consistent tabsPaul Janzen
2000-07-23Add a little blurb explaing the meaning of mtree's output.Bruno Rohee
millert@ ok.
2000-07-23Regression test, existing/non-existing files used as targets,Marc Espie
depending on .PHONY and such
2000-07-23oops, what was i thinking?Eric Jackson
2000-07-23un .Xr chflagsEric Jackson
2000-07-22typo, them -> thenBrad Smith
2000-07-22sync to NetBSD:Kenneth R Westerback
- remove #include <vm/vm_param.h> and #include <vm/pmap.h> as they are already included with #include <vm/vm.h> - more Adv -> Adw, ADV -> ADW adjustments & other minor formatting corrections plus: - put 'Carrier Ready failure!' warning message inside #ifdef ADW_DEBUG/#endif as it appears under heavy load but is nothing but a reminder the card was too busy to notice a 'tickle' from the driver.
2000-07-22conversions -> conversations; cdjones@ibid.novusordo.netAaron Campbell
2000-07-22Add OpenBSD tagAaron Campbell
2000-07-22random early drop; ok theo, nielsMarkus Friedl
2000-07-22more minor errors: remove xrefs to pages that do not exist, correct synopsisBrandon Creighton
lines, others
2000-07-22list of supported devices now reflects realityBrandon Creighton
2000-07-22cleaned up; new section on newer modelsBrandon Creighton
2000-07-22.Ox, minor typographical and correctness fixesBrandon Creighton
2000-07-22SGEC ethernet.Brandon Creighton
2000-07-22LANCE.Brandon Creighton
2000-07-22regenMichael Shalayeff
2000-07-22farallon communications for their wlan, for awi; from netbsdMichael Shalayeff
2000-07-22art's typo, getting fed up of these.Marc Espie
2000-07-21Document that truncate() can also be used to extend the size of a file.Christian Weisgerber
From FreeBSD; ok deraadt@
2000-07-21regenEric Jackson
2000-07-21added listen and accept syscalls. from NetBSDEric Jackson
2000-07-21convert to new timeoutsMichael Shalayeff
2000-07-21convert to new timeouts; art@ okMichael Shalayeff
2000-07-21Use new timeouts.Artur Grabowski
2000-07-21Mod_SSL 2.6.5 - from brad@, thanks.Bob Beck
2000-07-21Deal with a bunch of dhcp issues, ok fries@:Bob Beck
- some minor cleanup (syscall return codes, dead code, use strlcpy, etc) - sanity check dhcp option values recieved by dhclient so that things that should look like a hostname look like a hostname, and things that should look like an ip address look like an ip address, if they don't ignore the lease offer because it's bogus. - Make the dhcp server attempt to ping an address when it recieves a RELEASE from it. If the address answers a ping, ignore the release offer. This helps make spoofing releases to liberate addresses more difficult.
2000-07-21CAST-128 keys are 40-128 bits long (not 40-160)Angelos D. Keromytis
2000-07-21Fix KPDK mode (based on patch provided by lob@netstream.se)Angelos D. Keromytis
2000-07-20syncHakan Olsson
2000-07-20Pijnenburg PCC-ISESHakan Olsson
2000-07-20document input and output filesMarkus Friedl
2000-07-20add fms & auvia, so that people test itTheo de Raadt
2000-07-20new auvia and fms drivers from netbsd (testing requests sent out, since i ↵Theo de Raadt
cannot find any of these devices)
2000-07-20work around broken A0 5805 silicon that fails to set the status result word ↵Theo de Raadt
in the mcr
2000-07-20extend with new netbsd api, and add backwards compat hacks for driversTheo de Raadt
2000-07-20more guesses at tritech codecsTheo de Raadt
2000-07-20chp->wdc can be NULL on probe.Constantine Sapuntzakis
Propagate verbose flag from cf_data to channel
2000-07-20Code cleanup, user errx and warn instead of the hacks already there.Eric Jackson
2000-07-20set uio_procp correctly in uvn_io.Artur Grabowski
2000-07-20Convert to new timeouts. (art@ ok)Hakan Olsson
2000-07-20Revert to old vm, now that it builds again.Marc Espie
UVM on amiga is definitely NOT READY for prime time yet.
2000-07-20SynchMarc Espie