Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-08 | sync | Theo de Raadt | |
2008-03-08 | Add vcons(4). | Mark Kettenis | |
2008-03-08 | vcons(4) | Mark Kettenis | |
2008-03-08 | Add vcons(4). | Mark Kettenis | |
2008-03-08 | sync | Theo de Raadt | |
2008-03-08 | Driver for console on sun4v. | Mark Kettenis | |
2008-03-08 | Fix copyright year; these files were written in 2008. | Mark Kettenis | |
2008-03-08 | Add vrtc(4). | Mark Kettenis | |
2008-03-08 | Add vbus(4). | Mark Kettenis | |
2008-03-08 | Add vbus(4) and vrtc(4). | Mark Kettenis | |
2008-03-08 | vrtc(4) | Mark Kettenis | |
2008-03-08 | vbus(4) | Mark Kettenis | |
2008-03-08 | Instead of calling donlist() in the format print routines, call it | Todd C. Miller | |
a single time before we print anything, if needed. Uses a flag to specify which formats need the kernel info donlist() provides. OK deraadt@ | |||
2008-03-08 | Driver for virtual real-time clock on sun4v. | Mark Kettenis | |
2008-03-08 | Virtual bus for virtual devices on sun4v. | Mark Kettenis | |
2008-03-08 | UltraSPARC Hypervisor interfaces for sun4v. | Mark Kettenis | |
2008-03-08 | look for firmload on /mnt/etc/firmware as well, only for ramdisks. | Marc Espie | |
okay deraadt@ | |||
2008-03-08 | avoid inifite recursion on certain error conditions; from netbsd; | Otto Moerbeek | |
ok millert@ | |||
2008-03-08 | Cleanup/style(9) code and comments. | Joel Sing | |
2008-03-08 | Check "status" property. | Mark Kettenis | |
2008-03-08 | Check "status" property. Since the PROM marks the floppy controller device | Mark Kettenis | |
as "disabled" if no floppy drive is connected, this will get rid of the "unconfigured" message for the floppy controller on machines that don't have a floppy drive. | |||
2008-03-08 | Introduce a function to check the "status" property of an OFW node, and use it | Mark Kettenis | |
to avoid attaching disabled or failed devices. This should make it possible to manually deconfigure devices on mid-range and high-end servers like the V880 using the "asr-disable" PROM command, and make OpenBSD avoid using hardware that has been detected as faulty by the POST or OpenBoot Diagnostics. | |||
2008-03-08 | allows SMALL_KERNEL compiles | Marc Espie | |
okay damien@ | |||
2008-03-08 | SUNW,set-trap-table takes an extra argument on sun4v; sun4u doesn't seem to | Mark Kettenis | |
mind. tested by miod@ | |||
2008-03-08 | more mkhybrid prototypes cleanups. | Marc Espie | |
okay otto@ | |||
2008-03-08 | fix vs_columns() for the "set nu" case. avoids segfaults for very long | Otto Moerbeek | |
lines containing tabs; from Nathan Houghton; ok millert@ | |||
2008-03-08 | rename forced to defines | Marc Espie | |
2008-03-08 | correct usage of lseek(2); | Joris Vink | |
2008-03-08 | better -q: mention once, and it speeds up (assumes normal files haven't | Marc Espie | |
changed), but still checks config files. Use twice, and wipe your config out as well. | |||
2008-03-08 | tweak messages mentioning checksums so that they mention checksums, not | Marc Espie | |
specifics like md5, since that's likely to change. | |||
2008-03-08 | Document that -k 0 does not do anything, instead of sending bytes every | Marc Espie | |
0 seconds. | |||
2008-03-08 | let GetOpt count how many times it sees an option, removes special case | Marc Espie | |
for -v, and allow other fun possibilities. | |||
2008-03-08 | allow a response to icmp6 node information queries where the local | Stuart Henderson | |
hostname starts with a digit. ok mcbride | |||
2008-03-08 | avoid request for input if lines are set to zero | Simon Bertrang | |
ok deraadt@, sthen@ | |||
2008-03-08 | show people how to load bsd.rd over the network rather than just the | Stuart Henderson | |
bootloader, and clarify autoboot instructions. ok deraadt | |||
2008-03-08 | move us to 4.3-current | Theo de Raadt | |
2008-03-07 | Detail the partitioning caveats for OpenBSD/sgi. | Joel Sing | |
ok deraadt@ | |||
2008-03-06 | sync | Theo de Raadt | |
2008-03-06 | Adjust a date correctly; spotted by jsg | Theo de Raadt | |
2008-03-06 | ral rt2860 firmware is now free | Theo de Raadt | |
2008-03-06 | New license from Paul Lin at Ralink; same terms, but now also | Theo de Raadt | |
including the firmware for the rt2860! | |||
2008-03-06 | Change ramdisk filesystem size from 4352 to 4000 blocks, so that | Theo de Raadt | |
bsd.rd does not overlap the boot code... this problem is starting to feel familiar.. tested by myself and claudio | |||
2008-03-06 | sector size for ramdisk should be 512 | Theo de Raadt | |
2008-03-05 | syncronize the guts to the other ISO file, to know that it is correct | Theo de Raadt | |
2008-03-05 | Ensure that there is a /bsd on the CD, and that it is bsd.rd, so that | Theo de Raadt | |
prom commandline options are not needed to get to the kernel; spotted by Igor Sobrado | |||
2008-03-05 | partial notes update from jsg | Theo de Raadt | |
2008-03-05 | Tweak regexp replacing 'off' with 'on secure' so we don't end up with | Kenneth R Westerback | |
'on secure secure'. ok deraadt@ | |||
2008-03-05 | remove devices not needed on a ramdisk | Theo de Raadt | |
2008-03-04 | bsd.rd's physical memory usage collided with the bootblocks... The | Theo de Raadt | |
bootblocks have been moved, but we want 4.2 to be upgradeable. So reduce the footprint of the bsd.rd by shrinking the ramdisk filesystem because it is way too large. tested by sthen and kettenis | |||
2008-03-04 | crank version # | Theo de Raadt | |