summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
2000-09-07Indentation fix.Aaron Campbell
2000-09-07Convert bzero to memset(X, 0..) and bcopy to memcpy.Artur Grabowski
This is to match (make diffs smaller) the code in NetBSD. new gcc inlines those functions, so this could also be a performance win.
2000-09-07During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changesAaron Campbell
in dcphy(4) as well, breaking some cards (i.e., the Macronix PMAC 98715). This commit brings dcphy up-to-date. Thanks to cgruber@troba.com and ericj@ for providing me with Macronix cards for testing.
2000-09-07Try to unbreak TAILQ_FOREACH_REVERSE.Artur Grabowski
No tested, but now it should at least build.
2000-09-07New timeouts.Artur Grabowski
2000-09-07Use new timeouts for ttrstrt.Artur Grabowski
2000-09-07On resume run the powerhook in installation order.Artur Grabowski
(the powerhooks were always run in reverse order).
2000-09-07Put powerhooks on a CIRCLEQ instead of LIST.Artur Grabowski
Use FOREACH macros instead of walking the list manually.
2000-09-07avoid excessive wakeup(). we think this is safe...Theo de Raadt
2000-09-07Run powerhooks at splhigh.Artur Grabowski
2000-09-07cleanerTheo de Raadt
2000-09-07Add bounds checking to stackgap_alloc and return NULL if space cant beEric Jackson
given. Make emul_find() check for this situation as well. Changes based partly on FreeBSD and NetBSD changes. aaron@ ok
2000-09-07common/compat_util.cEric Jackson
2000-09-07use err*() correct, and open file with egid; fyre@users.sourceforge.netTheo de Raadt
2000-09-07off by one overflowTheo de Raadt
2000-09-07if an interface comes up with a bad ethernet address, change it --Theo de Raadt
setting it to fe:e1:ba:d0:xx where xx is a random number. this avoids various network catastrophies, and also client machines will complain everytime that server is rebooted...
2000-09-07For shared libraries, an ld.so is required.Dale S. Rahn
2000-09-07Make it official, powerpc does have shared libraries.Dale S. Rahn
2000-09-07add OF_interpret, to obtain output from openfirmware commands.Dale S. Rahn
2000-09-07Fix cursor unplot bug. pointer to cursor was not initialized, thus itDale S. Rahn
would unmap the cursor at y,y rather than the real position.
2000-09-07Fix base address of screen (obtained from openfirmware)Dale S. Rahn
Fill screen with background color.
2000-09-07Install manpage on powerpc also.Dale S. Rahn
2000-09-07install manpage for powerpc also.Dale S. Rahn
2000-09-07bogus comment policeTodd T. Fries
2000-09-07Use the vt100 console emulation, remove dumb just for space.Dale S. Rahn
2000-09-07wscons is used on powerpc also.Dale S. Rahn
2000-09-07wscons is used by powerpc also.Dale S. Rahn
2000-09-07Add device nodev for wsdisplay, wskbd, wsmouse as required by wsconctl.Dale S. Rahn
2000-09-07Remove redundant includesbrian
2000-09-06cardbus tooTheo de Raadt
2000-09-06user_config needs ifdef BOOT_CONFIG protection.Dale S. Rahn
2000-09-06Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2000-09-06catch misaligned access exception for user mode.Dale S. Rahn
wasn't here before because supposedly the processor would handle misaligned accesses itself.
2000-09-06Add usb keyboard. from NetBSD.Dale S. Rahn
2000-09-06Match Free/Net macros for le32toh/letoh32, define in terms of the other.Dale S. Rahn
2000-09-06Update to tzdata2000fTodd C. Miller
2000-09-06syncTheo de Raadt
2000-09-06Correct a typo; Dag-Erling Smorgrav <des@ofug.org>brian
2000-09-06take offset from hardware clock specified with 'option TIMEZONE=' andMatthieu Herrb
'option DST=' into account when initializing the clock. ok drahn@
2000-09-06When starting up sendmail in the background, redirect stderr toTodd C. Miller
/dev/null too. Otherwise, if there is a name resolution problem the rc files may finish before sendmail forks into a daemon and it will complain about EBADF on stderr (since init revoked it). From a discussion between Theo and myself.
2000-09-06much more meat, but objdump is still broken..Theo de Raadt
2000-09-06There is a Belkin F5U011, too. Same engine as the F5U111, apparently.Aaron Campbell
2000-09-06add mag tape ioctl emulation; from freebsd. Other cleanup.Eric Jackson
2000-09-06prototypeMarkus Friedl
2000-09-06it was ment to be -link1 before cut and paste had been executedMichael Shalayeff
2000-09-06Update to use vga console, USB keyboard, adb for reset/poweroff.Dale S. Rahn
2000-09-06Add device nodes for USB, move the console control from openfirmware to wscons.Dale S. Rahn
2000-09-06First cut at vga console support for PowerMac (USB keyboard)Dale S. Rahn
uses adb to reboot or power-off system. add support for various USB devices into device table, as well as some other missing devices.
2000-09-06Version with latest features. to be merged into GENERIC shortly.Dale S. Rahn