Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-27 | forward declaration of struct timespec to avoid warning | Artur Grabowski | |
2000-06-27 | Slight optimization of wakeup. | Artur Grabowski | |
2000-06-27 | Tyop | Artur Grabowski | |
2000-06-27 | sync | Theo de Raadt | |
2000-06-27 | initialize result. this fixes the recent problem that makes ftp coredump | Federico G. Schwindt | |
if epsv4 is disabled. problem reported by price@netdoor.com on misc. | |||
2000-06-26 | fix pasto; noted by art | Hugh Graham | |
2000-06-26 | timeout is in seconds, not ticks. | Artur Grabowski | |
2000-06-26 | New timeouts. | Artur Grabowski | |
2000-06-26 | Instead of using an ugly hack with timeouts to wake up the process | Artur Grabowski | |
waiting for resources, use the built-in facilities in tsleep. | |||
2000-06-26 | Convert nfs_timer to new timeouts. | Artur Grabowski | |
2000-06-26 | Make the check for !usermode in syscal a DIAGNOSTIC. | Artur Grabowski | |
2000-06-26 | Make the definition of tcpstat in tcp_var.h extern. | Artur Grabowski | |
2000-06-26 | Convert to new timeouts. | Artur Grabowski | |
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl | |
2000-06-26 | talk about legacy data and swap encryption as suggested by theo | Niels Provos | |
2000-06-26 | let svnd deal with sparse files, okay art@ deraadt@ | Niels Provos | |
2000-06-26 | various additions and cleanups written in denver airport | Theo de Raadt | |
2000-06-26 | Document OPTi and CMD support | Chris Cappuccio | |
2000-06-26 | interface can be faked for cmd chips | Chris Cappuccio | |
2000-06-26 | from NetBSD | Chris Cappuccio | |
support CMD 648/649 UDMA66 controllers fix promise UDMA66 cable check | |||
2000-06-26 | use new timeouts | Artur Grabowski | |
2000-06-26 | Use new timeouts. | Artur Grabowski | |
2000-06-26 | Update to ncurses 2000/6/10 version: | Todd C. Miller | |
* add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig) * correct spelling error in entry name: bq300-rv was given as bg300-rv in esr's version. * add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD * correct color definition for ibm3164, make minor changes to other IBM terminal definitions based on recent terminfo descriptions -TD * add mgterm, from NetBSD -TD * add alias sun-cgsix for sun-ss5 as per NetBSD * change cons25w to use rs2 for reset rather than rs1 -TD * add rc/sc to aixterm based on manpage -TD * remove ncv from xterm-16color, xterm-256 color * add kmous capability to linux to use Joerg Schoen's gpm patch. | |||
2000-06-26 | alpha was missing memset | Todd C. Miller | |
2000-06-26 | cleanup, less cut&paste | Markus Friedl | |
2000-06-26 | Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken by | Aaron Campbell | |
the last commit for AX88190 support. There are at least three variants of ne's that have manufacturer id 0x143 (Linksys) + product id 0xc1ab. Each one has its enaddr in a different place. The matching code for PCMCIA NE2000 is really gross. In particular, the flags field in ne2000_devs (for NE2000DVF_DL10019 and NE2000_AX88190) is a complete hack. The driver should really try each method of reading the Ethernet address (from the ROM, DL10019, and AX88190) and choose the one that generates the correct checksum. I plan to fix this later... | |||
2000-06-26 | sync | Aaron Campbell | |
2000-06-26 | Add a PCMCIA_CIS entry for the Linksys Combo PCMCIA EthernetCard EC2T. | Aaron Campbell | |
2000-06-26 | use basename(1) in examples | Paul Janzen | |
2000-06-25 | Cater to people who don't run make depend better. | Marc Espie | |
Also forgot a few CLEANFILES. | |||
2000-06-25 | correct check for bad channel ids; from Wei Dai <weidai@eskimo.com> | Niels Provos | |
2000-06-25 | explain about crash dumps and swap encryption | Niels Provos | |
2000-06-25 | disable automatic crashdump when swap encryption is on | Niels Provos | |
2000-06-25 | Fix typo; ds@ds.primasoft.bg | Aaron Campbell | |
2000-06-25 | increase flexibility of distribution-etc-root-var: | Christian Weisgerber | |
- NOMAKEDEV to optionally skip making devices - allow building aliases.db under /var/tmp will come in handy with mergemaster; ok millert@ | |||
2000-06-25 | allow 'fmt -w width' and 'fmt -width'. | Paul Janzen | |
ok millert@ | |||
2000-06-25 | correct return values | Paul Janzen | |
2000-06-25 | comma splice | Paul Janzen | |
2000-06-25 | vnd needs blowfish. Ok provos@ | Marc Espie | |
2000-06-25 | safe shell quoting | Dug Song | |
2000-06-25 | pass variables to dhclient-script via a constructed environment, instead of ↵ | Dug Song | |
a temporary shell script | |||
2000-06-24 | Don't assign an MTU based on the peers first-link MRU in MP mode. | brian | |
Use the peers MRRU as we're supposed to. | |||
2000-06-24 | sync | Federico G. Schwindt | |
2000-06-24 | Implement getdents64, lstat64 and stat64, basically the same functions of | Federico G. Schwindt | |
the existing ones using 64bit vars. This makes netscape-solaris works on sparc. Particular note to those who want to try netscape: - netscape 4.73 was used for testing on a ss5 with -current. - apparently solaris uses pipes for communicating with the X server. I've checked the libraries I've installed from a solaris 2.6 box, and although there are references to X11-unix, it fails when it tries to open X11-pipe/X0, so in order to test it you need to specify -display <box ip>:0 or it won't start. - i got some errors when starting, but besides that, it works fine. - it's not slow, but you better have all the requiered files in the correct paths, or it'll take some time to start. | |||
2000-06-24 | Do not start snmpd by default just because it is installed. ok theo@. | Jakob Schlyter | |
2000-06-23 | link instbin w/ scrt0, saves a couple of k's | Michael Shalayeff | |
2000-06-23 | implement bubble sort in ksh instead of using sort(1). | Michael Shalayeff | |
i think i'll fix sparc next week to use it. | |||
2000-06-23 | set mp->keyfile = NULL if stat fails | Markus Friedl | |
2000-06-23 | Get rid of repeating error messages; From netbsd millert@ ok | Eric Jackson | |
2000-06-23 | Implement PCMCIA event polling. This will either complement interrupt-driven | Aaron Campbell | |
event notification from the pcic (if an interrupt is available) or allow the insertion and removal of PCMCIA devices even if there is no IRQ for the pcic. Each socket is checked for status change every 0.5 seconds using art's timeout code. Insertion and removal events should no longer ever go unnoticed. |