summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-08typoTheo de Raadt
1998-05-08tighter buf handlingTheo de Raadt
1998-05-08can't use common mips cpu.h yetTodd C. Miller
1998-05-08sprintf removalsTheo de Raadt
1998-05-08add missing castTodd C. Miller
1998-05-08remove conflicting decl of switch_exitTodd C. Miller
1998-05-08Added ym driver as one of the optionsConstantine Sapuntzakis
1998-05-08Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree.Constantine Sapuntzakis
1998-05-08use what we can from mips/includeTodd C. Miller
1998-05-08add subtype 'mips' to machine lineTodd C. Miller
1998-05-08comment typoTodd C. Miller
1998-05-08fix commentsTodd C. Miller
1998-05-08use generic mips ansi.hTodd C. Miller
1998-05-08add _BSD_WINT_T_ like other ansi.h'sTodd C. Miller
1998-05-08Add support for RFC-comliant deflate protocolTodd C. Miller
1998-05-08pppd 2.3.5Todd C. Miller
1998-05-07fix err() useTheo de Raadt
1998-05-07Write disk label in canonical location, do not scan. With this changeTodd C. Miller
you can now fix a label that is in the wrong place via: disklabel rz0 >! foo ; disklabel -R rz0 foo like disklabel says you can.
1998-05-07In -v mode print label offset in addition to the block number.Todd C. Miller
1998-05-07readdisklabel: Look for label in the correct place (LABELSECTOR + LABELOFFSET)Todd C. Miller
first and then fall back to scanning starting at LABELSECTOR. Previously it just did the scan. writedisklabel: Write label to the correct place (LABELSECTOR + LABELOFFSET) if disk is unlabelled. Previously it was written at LABELSECTOR which hosed bootblock writing (as the boot blocks would overwrite the label).
1998-05-07define STRUCT_TM_HASZONE; ficusTheo de Raadt
1998-05-07get rid of #ifdef OLD_SCSI stuff. It is not usefulTodd C. Miller
1998-05-07let user set d_interleave, and force it to be >= 1Todd C. Miller
1998-05-07Replace bogus check for partition existence with hp300-like one.Todd C. Miller
Also remove warning when opening a partition that overlaps another, no one else does this.
1998-05-07don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the ↵Todd C. Miller
generic scsi system
1998-05-07if d_npartitions < RAW_PART, set to RAW_PART so we don't get ENXIO and bailTodd C. Miller
1998-05-06use errno.hTheo de Raadt
1998-05-06Comment out NTP for now as it seems to expose a bug in the use of performancegene
timers on the Pentium.
1998-05-06use shell to run scriptsMichael Shalayeff
1998-05-06setdisklabel:Todd C. Miller
o extra sanity checks and support for invalidating old label like on other ports.
1998-05-06correct operational description; ksulliva@psc.eduTheo de Raadt
1998-05-06Added support for #pragma pack and #pragma weak. This makes Wine muchConstantine Sapuntzakis
happier.
1998-05-06Add joy device to conf.c at minor 26 to match i386 portimp
1998-05-06Don't overflow on long mailto:-tags.Artur Grabowski
1998-05-05add sparc mi sysctl: machdep.led_blinkJason Wright
1998-05-05split sysctl.conf into MD and MI partsTheo de Raadt
1998-05-05indent niceTheo de Raadt
1998-05-05syncTheo de Raadt
1998-05-05more lun flakes; rh@vip.at, simonb@telstra.com.auTheo de Raadt
1998-05-05.Xr ossaudio 3Niels Provos
1998-05-05check for invalid padding length, reported by Dan McDonald (Sun Microsystems)Niels Provos
<danmcd@eng.sun.com>
1998-05-05sync to new man pagesimp
1998-05-05Preliminary autoconf man page for arc portimp
1998-05-05Add arc man pagesimp
1998-05-05First cut at man4 man pages for arcimp
1998-05-05add joy0 and joy1imp
1998-05-05Add commented out joy0 to generic, per i386 portimp
1998-05-05First cut at joy.c port from i386imp
1998-05-05Config file for my rPC44imp
1998-05-05select on nfds+1, not nfds. ficus@openbsd.orgTodd C. Miller