summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1998-12-17Remove rc and sc in xterm description to work around vi restore screen ↵Todd C. Miller
problem. This could be a bug in ncurses or a bug in xterm or ...
1998-12-17Some -WallTodd C. Miller
Don't try to close a descriptor if it was never opened.
1998-12-17some missing parts; sys is not ready yetMichael Shalayeff
1998-12-17Add PCMCIA cards search order at the end of the list.Federico G. Schwindt
1998-12-17commit to add upport for mvme88k.Steve Murphree
1998-12-17Don't return stack-based data. This may have causedbrian
server-side CHAP authentication problems in the past :-/
1998-12-16describe NO_WARNINGS; define in the "mirror-distfiles" targetMarco S Hyman
1998-12-16sparse file support, ripped out of paxTodd C. Miller
1998-12-16Add missing ${INSTALL_COPY}Todd C. Miller
1998-12-16add mirror-distfiles as a known targetMarco S Hyman
1998-12-16replaced by termtypesTodd C. Miller
1998-12-16indentTheo de Raadt
1998-12-16doc printf built-inTheo de Raadt
1998-12-16fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`);Theo de Raadt
gjm11@dpmms.cam.ac.uk
1998-12-16Part of remove to get rid of unwanted directoriesSteve Murphree
1998-12-16even more .Nm fixesAaron Campbell
1998-12-16cast multipliers in boot record byte offset calculation toMichael Shalayeff
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x!