summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-12-20Don't assume /bsd if no system given, let the kvm routines pick a default ↵Todd C. Miller
(and thus use kvm_bsd.db if possible). Also minor manpage fixup.
1998-12-20add some parens for clarityTodd C. Miller
1998-12-20If open of device fails, try up to 10 times. Useful for CD changers that ↵Todd C. Miller
take a while to switch between logical units
1998-12-20Use IOV_MAX, not the deprecated UIO_MAXIOVTodd C. Miller
1998-12-20The "end" symbol should be a long, not an int to make 64-bit machines happy. ↵Todd C. Miller
This allows us to remove a bogus cast of int * to long * later on.
1998-12-20add forward decl of struct in_addr to shut up gccTodd C. Miller
1998-12-20alphabetize function forward decls for prettinessTodd C. Miller
1998-12-20pull in rpc/pmap_clnt.h to silence gcc and prototype xdr_opaque_auth for the ↵Todd C. Miller
same reason
1998-12-20bye bye BADSIGTheo de Raadt
1998-12-20termcap.src is no more, run tic against termtypes.master insteadTodd C. Miller
1998-12-20syncTheo de Raadt
1998-12-20another modem...Theo de Raadt
1998-12-20spelling; krw@tcn.netTheo de Raadt
1998-12-20remove rc and sc from xterm againTodd C. Miller
1998-12-20o make sure C-style strings in packet are NUL-terminated and increase size ofTodd C. Miller
buf in report() for 256; W.H.J.Pinckaers@CPEDU.RUG.NL o kill sprintf in favor of snprintf everywhere (paranoia...)
1998-12-20syncTheo de Raadt
1998-12-20new devTheo de Raadt
1998-12-20Add back xterms and vs100 aliases to xtermTodd C. Miller
1998-12-20Evil ed hack not needed as the termcap entry length for xterm is 830 (limit ↵Todd C. Miller
is 1023)
1998-12-20xterm entry fixes from ncurses-4.2-981219Todd C. Miller
1998-12-20RCS ID fixNiklas Hallqvist
1998-12-20fix usageTheo de Raadt
1998-12-19union wait is wrong; christosTheo de Raadt
1998-12-19add PIPE variable, suitable for /etc/mk.conf, to enable gcc -pipe modeTodd C. Miller
1998-12-19make alpha ramdisk fitTheo de Raadt
1998-12-19back out recently added sanity check for data and bss as ksyms has neitherTodd C. Miller
1998-12-19fixTheo de Raadt
1998-12-19make alpha bootfloppy fit againTheo de Raadt
1998-12-19merge text into baseTheo de Raadt
1998-12-19avoid aliasing between MASTER_SITES and PATCH_SITES, e.g.,Marc Espie
MASTER_SITES=some_sites PATCH_SITES=${MASTER_SITES} MASTER_SITE_SUBDIR=one_dir PATCH_SITE_SUBDIR=second_dir now works
1998-12-19Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices.Federico G. Schwindt
1998-12-19compile with -DDEBUGNiklas Hallqvist
1998-12-19one more flag for xmasMichael Shalayeff
1998-12-19move Act Free field over oneTheo de Raadt
1998-12-19put zone files in /var/named/namedb. That way only /var/named/namedb must ↵Todd C. Miller
be owned by user named
1998-12-19MANOWN, DOCOWN, and NLSOWNare root not binTodd C. Miller
1998-12-19for sense code "Logical Unit Is in Process Of Becoming Ready", makeTheo de Raadt
the sense code evaluation function return ERESTART with xs->error = XS_BUSY; then higher up catch this case and drop into the scbusy tsleep code. For exabyte 8500 units, this makes st opening reprobe repeatedly, rather than fail with an EIO while the tape is being loaded.
1998-12-19squish program args together moreTheo de Raadt
1998-12-19less cryptic message on pty allocation failureTheo de Raadt
1998-12-18pr is @ /usr/bin not /bin. Noted by Corey Brenner <coreybrenner@hotmail.com>Todd T. Fries
1998-12-18merge freebsd version of acctonTheo de Raadt
1998-12-18fix 64-bit unaligned problemsTheo de Raadt
1998-12-18indentTheo de Raadt
1998-12-18comply with posix when double-unlocking a mutexDavid Leonard
1998-12-18make plist: do not add files from just installed ports (we wepend on) to PLIST.Oleg Safiullin
1998-12-18add md _atomic_is_locked; cleanDavid Leonard
1998-12-17Disable 3c574 until all the MII code required is added.Federico G. Schwindt
1998-12-17syncTheo de Raadt
1998-12-17new card; dave@dtsp.co.nzTheo de Raadt
1998-12-17NEED_VERSIONMarc Espie