Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-08 | typo | Theo de Raadt | |
1998-05-08 | tighter buf handling | Theo de Raadt | |
1998-05-08 | can't use common mips cpu.h yet | Todd C. Miller | |
1998-05-08 | sprintf removals | Theo de Raadt | |
1998-05-08 | add missing cast | Todd C. Miller | |
1998-05-08 | remove conflicting decl of switch_exit | Todd C. Miller | |
1998-05-08 | Added ym driver as one of the options | Constantine Sapuntzakis | |
1998-05-08 | Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree. | Constantine Sapuntzakis | |
1998-05-08 | use what we can from mips/include | Todd C. Miller | |
1998-05-08 | add subtype 'mips' to machine line | Todd C. Miller | |
1998-05-08 | comment typo | Todd C. Miller | |
1998-05-08 | fix comments | Todd C. Miller | |
1998-05-08 | use generic mips ansi.h | Todd C. Miller | |
1998-05-08 | add _BSD_WINT_T_ like other ansi.h's | Todd C. Miller | |
1998-05-08 | Add support for RFC-comliant deflate protocol | Todd C. Miller | |
1998-05-08 | pppd 2.3.5 | Todd C. Miller | |
1998-05-07 | fix err() use | Theo de Raadt | |
1998-05-07 | Write disk label in canonical location, do not scan. With this change | Todd 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-07 | In -v mode print label offset in addition to the block number. | Todd C. Miller | |
1998-05-07 | readdisklabel: 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-07 | define STRUCT_TM_HASZONE; ficus | Theo de Raadt | |
1998-05-07 | get rid of #ifdef OLD_SCSI stuff. It is not useful | Todd C. Miller | |
1998-05-07 | let user set d_interleave, and force it to be >= 1 | Todd C. Miller | |
1998-05-07 | Replace 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-07 | don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the ↵ | Todd C. Miller | |
generic scsi system | |||
1998-05-07 | if d_npartitions < RAW_PART, set to RAW_PART so we don't get ENXIO and bail | Todd C. Miller | |
1998-05-06 | use errno.h | Theo de Raadt | |
1998-05-06 | Comment out NTP for now as it seems to expose a bug in the use of performance | gene | |
timers on the Pentium. | |||
1998-05-06 | use shell to run scripts | Michael Shalayeff | |
1998-05-06 | setdisklabel: | Todd C. Miller | |
o extra sanity checks and support for invalidating old label like on other ports. | |||
1998-05-06 | correct operational description; ksulliva@psc.edu | Theo de Raadt | |
1998-05-06 | Added support for #pragma pack and #pragma weak. This makes Wine much | Constantine Sapuntzakis | |
happier. | |||
1998-05-06 | Add joy device to conf.c at minor 26 to match i386 port | imp | |
1998-05-06 | Don't overflow on long mailto:-tags. | Artur Grabowski | |
1998-05-05 | add sparc mi sysctl: machdep.led_blink | Jason Wright | |
1998-05-05 | split sysctl.conf into MD and MI parts | Theo de Raadt | |
1998-05-05 | indent nice | Theo de Raadt | |
1998-05-05 | sync | Theo de Raadt | |
1998-05-05 | more lun flakes; rh@vip.at, simonb@telstra.com.au | Theo de Raadt | |
1998-05-05 | .Xr ossaudio 3 | Niels Provos | |
1998-05-05 | check for invalid padding length, reported by Dan McDonald (Sun Microsystems) | Niels Provos | |
<danmcd@eng.sun.com> | |||
1998-05-05 | sync to new man pages | imp | |
1998-05-05 | Preliminary autoconf man page for arc port | imp | |
1998-05-05 | Add arc man pages | imp | |
1998-05-05 | First cut at man4 man pages for arc | imp | |
1998-05-05 | add joy0 and joy1 | imp | |
1998-05-05 | Add commented out joy0 to generic, per i386 port | imp | |
1998-05-05 | First cut at joy.c port from i386 | imp | |
1998-05-05 | Config file for my rPC44 | imp | |
1998-05-05 | select on nfds+1, not nfds. ficus@openbsd.org | Todd C. Miller | |