Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-25 | Need more sleep to make correct replace commands; | Miod Vallat | |
pointed out by op21@squish.org, thanks | |||
2001-10-24 | Print intrstr, not dv_xname. mickey@ ok. | Hakan Olsson | |
2001-10-24 | OPL3-SAx not SAX | Miod Vallat | |
2001-10-24 | Add WorkAroundBrokenAAAA option here too. We already have it in | Todd C. Miller | |
openbsd-proto.mc and openbsd-localhost.mc. | |||
2001-10-24 | Fix linefeeds, and (blush) a special typo. | Miod Vallat | |
2001-10-24 | Misplaced space in fprintf "Execute get, put orappend to initiate transfer" | Todd C. Miller | |
2001-10-24 | make ~& (backgrounding) work again for proto v1; add support ~& for v2, too | Markus Friedl | |
2001-10-24 | Use macros from sys/disklabel.h instead of custom ones with slightly | Todd C. Miller | |
different (and thus confusing) semantics. | |||
2001-10-24 | kill register | Todd C. Miller | |
2001-10-24 | Protect 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-24 | keep up with the joneses (track other OS) | mjacob | |
2001-10-24 | update firmware | mjacob | |
2001-10-24 | More cleanups from FreeBSD version- principally getting rid of bogus | mjacob | |
pullup for small mbufs (which was unnecessary); setting txint delay; | |||
2001-10-24 | - repair usage() output | Miod 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-24 | elaborate on wi(4) @ PCI a little bit | Todd C. Miller | |
2001-10-24 | Match Netgear MA301 dumb PCMCIA->PCI bridge. | Todd C. Miller | |
2001-10-24 | regen with MA301 entry | Todd C. Miller | |
2001-10-24 | Add Netgear MA301 (PLX 9052 based dumb PCMCIA->PCI bridge). | Todd C. Miller | |
2001-10-24 | When becoming a daemon, dup stdin, stdout, and stderr to /dev/null | Todd 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-24 | cleanup, such as spaces and dangling return;s | Michael Shalayeff | |
2001-10-24 | replace strings w/ defined names, missing initializer for pcbeep and split ↵ | Michael Shalayeff | |
tone into bass/treble | |||
2001-10-24 | add mpeg_l3 encodings (after l1 and l2), define strings for center, depth, lfe | Michael Shalayeff | |
2001-10-24 | do not #ifdef ANCACHE stuff makes softc constant; pointed out by ↵ | Michael Shalayeff | |
dima@m3d.dhs.org; fix by me | |||
2001-10-24 | add missing RCS ids | Brad Smith | |
2001-10-24 | old | Theo de Raadt | |
2001-10-24 | pretty | Theo de Raadt | |
2001-10-24 | typo; ericyu@mail2000.com.tw | Theo de Raadt | |
2001-10-24 | detail the different protections in mprotect(2) man page and add PROT_NONE | Jean-Jacques Bernard-Gundol | |
in mmap(2) man page. deraadt@ ok. | |||
2001-10-24 | forgot the audio at emu (; from Dries Schellekens <gwyllion@ace.ulyssis.org> | Michael Shalayeff | |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin | |
millert@ ok | |||
2001-10-24 | Avoid segv with some radius traffic. Fixes PR# 2135. | Hakan Olsson | |
2001-10-24 | Be anal about ssh and X11 hooks. | Marc Espie | |
2001-10-24 | "minium" -> "minimum", ok deraadt@ | Daniel Hartmeier | |
2001-10-24 | If the peer refuses to provide an MRU, don't insist (even if 1500 is | brian | |
too big). | |||
2001-10-24 | Some NetBSD/i4b ifdefs | brian | |
2001-10-24 | Handle ``set reconnect 0 0'' properly in -ddial mode. | brian | |
2001-10-24 | Use CMSG_DATA and CMSG_SPACE macros; FreeBSD | brian | |
2001-10-24 | Write static arp entries as uid 0. | brian | |
2001-10-24 | Fix a PASV bug; FreeBSD | brian | |
2001-10-24 | Check interface names using ifa0_lookup() and print error message for | Daniel Hartmeier | |
non-existant interfaces (instead of the generic ioctl error returned by the kernel in this case). | |||
2001-10-24 | Use snot/dnot correctly in print_rdr. RDR rules with '!' used on the | Daniel Hartmeier | |
destination address were printed incorrectly before (though the rules worked correctly). | |||
2001-10-24 | Reset states counter when clearing states. | Daniel Hartmeier | |
2001-10-24 | ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@ | Markus Friedl | |
2001-10-24 | mention remote port in debug message | Markus Friedl | |
2001-10-24 | remove unused | Markus Friedl | |
2001-10-24 | syslog_r() implementation. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-10-24 | Alpha supports wscons. -moj | Mats O Jansson | |
2001-10-24 | make libc compile | Michael Shalayeff | |
2001-10-24 | Xr emu | Theo de Raadt | |
2001-10-24 | use _C_LABEL for C labels | Michael Shalayeff | |