summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-25Need more sleep to make correct replace commands;Miod Vallat
pointed out by op21@squish.org, thanks
2001-10-24Print intrstr, not dv_xname. mickey@ ok.Hakan Olsson
2001-10-24OPL3-SAx not SAXMiod Vallat
2001-10-24Add WorkAroundBrokenAAAA option here too. We already have it inTodd C. Miller
openbsd-proto.mc and openbsd-localhost.mc.
2001-10-24Fix linefeeds, and (blush) a special typo.Miod Vallat
2001-10-24Misplaced space in fprintf "Execute get, put orappend to initiate transfer"Todd C. Miller
2001-10-24make ~& (backgrounding) work again for proto v1; add support ~& for v2, tooMarkus Friedl
2001-10-24Use macros from sys/disklabel.h instead of custom ones with slightlyTodd C. Miller
different (and thus confusing) semantics.
2001-10-24kill registerTodd C. Miller
2001-10-24Protect against deranged fabric name servers.mjacob
Correct the # of output mailboxes for EXECUTE IOCB A64. Comment out some redundant initialization to zero. If we get ISP_QUEUES_FULL status, remember to actually set SCSI_QFULL since the QLogic f/w, on some cards, doesn't do so. Grumble.
2001-10-24keep up with the joneses (track other OS)mjacob
2001-10-24update firmwaremjacob
2001-10-24More cleanups from FreeBSD version- principally getting rid of bogusmjacob
pullup for small mbufs (which was unnecessary); setting txint delay;
2001-10-24- repair usage() outputMiod Vallat
- when changing display.foo settings, print "display.foo -> bar" like done for mouse.* and keyboard.* - use warn() over err() whenever possible and appropriate code path to display as much as useful information as possible even if one ioctl fails. This is especially useful to get the display.* settings via wsconsctl -a if your mouse can't be probed, like on the iBook. ok mcikye@
2001-10-24elaborate on wi(4) @ PCI a little bitTodd C. Miller
2001-10-24Match Netgear MA301 dumb PCMCIA->PCI bridge.Todd C. Miller
2001-10-24regen with MA301 entryTodd C. Miller
2001-10-24Add Netgear MA301 (PLX 9052 based dumb PCMCIA->PCI bridge).Todd C. Miller
2001-10-24When becoming a daemon, dup stdin, stdout, and stderr to /dev/nullTodd C. Miller
Change an unsafe vfork() to fork() Fix dup2() usage--must check for oldd == newd case and no need to close oldd Fixes annoying messages from sendmail about stdout being closed.
2001-10-24cleanup, such as spaces and dangling return;sMichael Shalayeff
2001-10-24replace strings w/ defined names, missing initializer for pcbeep and split ↵Michael Shalayeff
tone into bass/treble
2001-10-24add mpeg_l3 encodings (after l1 and l2), define strings for center, depth, lfeMichael Shalayeff
2001-10-24do not #ifdef ANCACHE stuff makes softc constant; pointed out by ↵Michael Shalayeff
dima@m3d.dhs.org; fix by me
2001-10-24add missing RCS idsBrad Smith
2001-10-24oldTheo de Raadt
2001-10-24prettyTheo de Raadt
2001-10-24typo; ericyu@mail2000.com.twTheo de Raadt
2001-10-24detail the different protections in mprotect(2) man page and add PROT_NONEJean-Jacques Bernard-Gundol
in mmap(2) man page. deraadt@ ok.
2001-10-24forgot the audio at emu (; from Dries Schellekens <gwyllion@ace.ulyssis.org>Michael Shalayeff
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
millert@ ok
2001-10-24Avoid segv with some radius traffic. Fixes PR# 2135.Hakan Olsson
2001-10-24Be anal about ssh and X11 hooks.Marc Espie
2001-10-24"minium" -> "minimum", ok deraadt@Daniel Hartmeier
2001-10-24If the peer refuses to provide an MRU, don't insist (even if 1500 isbrian
too big).
2001-10-24Some NetBSD/i4b ifdefsbrian
2001-10-24Handle ``set reconnect 0 0'' properly in -ddial mode.brian
2001-10-24Use CMSG_DATA and CMSG_SPACE macros; FreeBSDbrian
2001-10-24Write static arp entries as uid 0.brian
2001-10-24Fix a PASV bug; FreeBSDbrian
2001-10-24Check interface names using ifa0_lookup() and print error message forDaniel Hartmeier
non-existant interfaces (instead of the generic ioctl error returned by the kernel in this case).
2001-10-24Use snot/dnot correctly in print_rdr. RDR rules with '!' used on theDaniel Hartmeier
destination address were printed incorrectly before (though the rules worked correctly).
2001-10-24Reset states counter when clearing states.Daniel Hartmeier
2001-10-24ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@Markus Friedl
2001-10-24mention remote port in debug messageMarkus Friedl
2001-10-24remove unusedMarkus Friedl
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-24Alpha supports wscons. -mojMats O Jansson
2001-10-24make libc compileMichael Shalayeff
2001-10-24Xr emuTheo de Raadt
2001-10-24use _C_LABEL for C labelsMichael Shalayeff