summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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!
1998-12-16more .Nm fixesAaron Campbell
1998-12-16more .Nm fixesAaron Campbell
1998-12-16syncTheo de Raadt
1998-12-16crunch this much smallerTheo de Raadt
1998-12-16snprintf; dillonTheo de Raadt
1998-12-16for less than 16 NUL bytes, do not print a * line; dillonTheo de Raadt
1998-12-16snprintf; dillonTheo de Raadt
1998-12-16provide bsd.rd tooTheo de Raadt
1998-12-16Typo policebrian
Submitted by: Bill Fumerola <billf@FreeBSD.org>
1998-12-15moreTheo de Raadt
1998-12-15flesh out this man page with some examplesTheo de Raadt
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-12-15Fix a potentially bad latency problem.brian
Problem reported by: Christopher Hall <hsw@acm.org>
1998-12-15clean; formTheo de Raadt
1998-12-15Sync with NetBSD (no detach updates yet).Federico G. Schwindt
This should fix pcic_chip_socket_enable() to work on more machines.
1998-12-15correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.Steve Murphree
1998-12-15Support for the m88k arch.Steve Murphree
1998-12-15This fixed a number of things. A serious bug in bugcrt.c's initial stackSteve Murphree
among other things.
1998-12-15Added sdcrt.c to make bootxx and bootsd work.Steve Murphree
1998-12-15Greatly improved tapeboot. From mvme68k.Steve Murphree
1998-12-15Commint for the first real mvme88k OpendBSDSteve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k port.Steve Murphree
1998-12-15Commit for the first working mvme88k port.Steve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k kernel.Steve Murphree
1998-12-15check for valid ip_hl too; route@infonexus.comTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-12-15forget about the old floppies, do not build them anymoreTheo de Raadt
1998-12-15push CC and CFLAGS; wd@ics.nara-wu.ac.jpTheo de Raadt
1998-12-14adjust argv and argc correctly when reading max from command lineTodd C. Miller
1998-12-14pasto that caused goal and max params not to workTodd C. Miller
1998-12-14ss20 machines which claim to have SBUS_BURST_64 are lyingTheo de Raadt
1998-12-14Do clamping of dvma burst size like everything elseJason Wright