Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-21 | i386 -> amd64. Ok miod@, deraadt@, tom@. | Matthieu Herrb | |
2004-03-20 | add the rest of the oosiop machines for timeout programming except for /99s ↵ | Michael Shalayeff | |
which i ain't sure even exist | |||
2004-03-20 | add support for the lebuffer sbus le units | Theo de Raadt | |
2004-03-19 | Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate the | Miod Vallat | |
last page. Found the hard way by chris@ and claudio@. ok jason@ deraadt@ | |||
2004-03-19 | Tidy up the man page | Tom Cosgrove | |
Help and kickings from jmc@ | |||
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove | |
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@ | |||
2004-03-17 | Otto@ confirms 715/50 needs the viper timeout kluge to be really happy. | Miod Vallat | |
2004-03-17 | Remove pointless printfs. | Dale Rahn | |
2004-03-17 | Better backlight detection on macppc, ok miod@ krw@ (a bit ago) | Dale Rahn | |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat | |
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@ | |||
2004-03-17 | one sysctl.h should be enough | Ted Unangst | |
2004-03-17 | Add explicit flags to mem0. | Miod Vallat | |
2004-03-17 | Tweak the viper control register: | Miod Vallat | |
- do not enable EISA bus grant until we really attach eisa devices; - on some machines, booting from disk would hang in either "mem0" or "cpu0" probe. Tinkering eventually pointed out that setting a non-zero non-rachitic value for the viper's bus error timeout would help. Right now, this kluge will only be enabled by default on a known list of affected machines (which may grow over time...), and device attachment flags allow users to try the other behaviour if necessary. Discussed and crafted with mickey@, "it's gross" deraadt@ | |||
2004-03-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added | Miod Vallat | |
since this page was written; pointed out by Otto. | |||
2004-03-16 | Regen. | Miod Vallat | |
2004-03-14 | Enable oosiop. | Miod Vallat | |
2004-03-12 | no raid by default, until that thing is silent | Theo de Raadt | |
2004-03-12 | missing .El here, too; | Jason McIntyre | |
2004-03-12 | missing .El; | Jason McIntyre | |
2004-03-12 | commented pcmcia stuff | Theo de Raadt | |
2004-03-12 | sis and dc fit on the floppy too | Theo de Raadt | |
2004-03-12 | add sis and dc | Theo de Raadt | |
2004-03-12 | Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly | Miod Vallat | |
encountered on the oldest hppa machines. Currently compiled in, but disabled, in the kernel, until it is stable enough - right now read access are fine, but writes eventually time out and do not complete. ok deraadt@ | |||
2004-03-11 | we changed the default buffer cache size | Theo de Raadt | |
2004-03-11 | add more phy | Theo de Raadt | |
2004-03-11 | If apm_connect() fails, don't try to pass the bios_apminfo_t structure | Tom Cosgrove | |
to the kernel, since it won't have been filled in, and since we can't make APM calls if we don't connect (per spec). Also tidy up the error message, to make it clear that it's an APM error. Problem found, and fix tested, by jmc@ ok millert@, weingart@ | |||
2004-03-11 | Avoid a panic by checking for apm_code_len == 0. Fixes a problem | Todd C. Miller | |
found by jmc@. OK markus@ and tom@ | |||
2004-03-11 | Honour RB_USERREQ in cats boot() | Tom Cosgrove | |
reminded by miod@, ok deraadt@ | |||
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove | |
is cold (during startup). This adds RB_USERREQ to sys/reboot.h, uses it in the ddb commands, and ensures that */*/machdep.c:boot() won't set RB_HALT when cold if this flag is set. ok deraadt@ | |||
2004-03-10 | mpt fits | Theo de Raadt | |
2004-03-09 | undo part from tom | Theo de Raadt | |
2004-03-09 | simplify the delay stuff | Theo de Raadt | |
2004-03-09 | Real, inverted, cursor. | Miod Vallat | |
2004-03-09 | Turn FAULTCHK in a real statement-like macro. | Miod Vallat | |
2004-03-09 | Correct MANSUBDIR (not enabled during build, though) | Miod Vallat | |
2004-03-09 | typo; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria | |
ok jmc@. | |||
2004-03-09 | Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>. | Tom Cosgrove | |
ok henning@, deraadt@ | |||
2004-03-09 | Typos | Miod Vallat | |
2004-03-09 | faster cache flushing for fpu context (after save or emulation) | Michael Shalayeff | |
2004-03-09 | same typo as in mac68k/mac68k/locore.s | Xavier Santolaria | |
ok miod@. | |||
2004-03-08 | typo; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria | |
ok miod@. | |||
2004-03-05 | audio at uaudio works, deraadt@ ok | Anil Madhavapeddy | |
2004-03-04 | Don't spl0() while polling, splbio() is enough and required. | Miod Vallat | |
2004-03-03 | In vmapbuf(), we actually only need to allow cache snooping, but enforcing | Miod Vallat | |
write through is not necessary. | |||
2004-03-03 | Handle 68060 branch prediction error traps before checking whether we are | Miod Vallat | |
ignoring bus errors. | |||
2004-03-02 | In process_set_pc() and process_set_regs(), disallow unaligned pc and npc | Miod Vallat | |
values. Workaround against PR #3663. ok deraadt@ | |||
2004-03-02 | Rework the card insertion/removal detection logic: | Miod Vallat | |
- instead of queueing events each time the sense information changes, only remember that the slot needs attention - when processing a slot needing attention, decide what to do depending upon its current sense information, rather than what it was when the change was detected - handle the ``only one sensor asserted'' state happening during slow insertion or removal. This makes the driver much more reactive to insertions and removals, and also removes unnecessary attach/detach calls. ok deraadt@ | |||
2004-03-02 | 68040 boards would not set address error and bus error trap vectors correctly; | Miod Vallat | |
fix inspired by the hp300 code. | |||
2004-03-02 | track va for each segment and not for the whole map. | Michael Shalayeff | |
simplifies the cache syncing a lot. testing by miod@ and mickey@ | |||
2004-03-01 | Initialize the frame buffer when the PROM did not do this on our behalf. | Miod Vallat | |