summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-08Set instead of logically ORing this variable.Tobias Stoeckmann
ok joris
2008-03-08Set umask (and cvs_umask) to system's umask in local and client mode.Tobias Stoeckmann
Also zap umask(0);umask(mask); calls, we have cvs_umask for this. ok joris
2008-03-08add checkout/update -j support.Joris Vink
still has some rough edges.
2008-03-08Add som sun4v-specific ASIs.Mark Kettenis
2008-03-08syncTheo de Raadt
2008-03-08Add vcons(4).Mark Kettenis
2008-03-08vcons(4)Mark Kettenis
2008-03-08Add vcons(4).Mark Kettenis
2008-03-08syncTheo de Raadt
2008-03-08Driver for console on sun4v.Mark Kettenis
2008-03-08Fix copyright year; these files were written in 2008.Mark Kettenis
2008-03-08Add vrtc(4).Mark Kettenis
2008-03-08Add vbus(4).Mark Kettenis
2008-03-08Add vbus(4) and vrtc(4).Mark Kettenis
2008-03-08vrtc(4)Mark Kettenis
2008-03-08vbus(4)Mark Kettenis
2008-03-08Instead of calling donlist() in the format print routines, call itTodd 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-08Driver for virtual real-time clock on sun4v.Mark Kettenis
2008-03-08Virtual bus for virtual devices on sun4v.Mark Kettenis
2008-03-08UltraSPARC Hypervisor interfaces for sun4v.Mark Kettenis
2008-03-08look for firmload on /mnt/etc/firmware as well, only for ramdisks.Marc Espie
okay deraadt@
2008-03-08avoid inifite recursion on certain error conditions; from netbsd;Otto Moerbeek
ok millert@
2008-03-08Cleanup/style(9) code and comments.Joel Sing
2008-03-08Check "status" property.Mark Kettenis
2008-03-08Check "status" property. Since the PROM marks the floppy controller deviceMark 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-08Introduce a function to check the "status" property of an OFW node, and use itMark 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-08allows SMALL_KERNEL compilesMarc Espie
okay damien@
2008-03-08SUNW,set-trap-table takes an extra argument on sun4v; sun4u doesn't seem toMark Kettenis
mind. tested by miod@
2008-03-08more mkhybrid prototypes cleanups.Marc Espie
okay otto@
2008-03-08fix vs_columns() for the "set nu" case. avoids segfaults for very longOtto Moerbeek
lines containing tabs; from Nathan Houghton; ok millert@
2008-03-08rename forced to definesMarc Espie
2008-03-08correct usage of lseek(2);Joris Vink
2008-03-08better -q: mention once, and it speeds up (assumes normal files haven'tMarc Espie
changed), but still checks config files. Use twice, and wipe your config out as well.
2008-03-08tweak messages mentioning checksums so that they mention checksums, notMarc Espie
specifics like md5, since that's likely to change.
2008-03-08Document that -k 0 does not do anything, instead of sending bytes everyMarc Espie
0 seconds.
2008-03-08let GetOpt count how many times it sees an option, removes special caseMarc Espie
for -v, and allow other fun possibilities.
2008-03-08allow a response to icmp6 node information queries where the localStuart Henderson
hostname starts with a digit. ok mcbride
2008-03-08avoid request for input if lines are set to zeroSimon Bertrang
ok deraadt@, sthen@
2008-03-08show people how to load bsd.rd over the network rather than just theStuart Henderson
bootloader, and clarify autoboot instructions. ok deraadt
2008-03-08move us to 4.3-currentTheo de Raadt
2008-03-07Detail the partitioning caveats for OpenBSD/sgi.Joel Sing
ok deraadt@
2008-03-06syncTheo de Raadt
2008-03-06Adjust a date correctly; spotted by jsgTheo de Raadt
2008-03-06ral rt2860 firmware is now freeTheo de Raadt
2008-03-06New license from Paul Lin at Ralink; same terms, but now alsoTheo de Raadt
including the firmware for the rt2860!
2008-03-06Change ramdisk filesystem size from 4352 to 4000 blocks, so thatTheo de Raadt
bsd.rd does not overlap the boot code... this problem is starting to feel familiar.. tested by myself and claudio
2008-03-06sector size for ramdisk should be 512Theo de Raadt
2008-03-05syncronize the guts to the other ISO file, to know that it is correctTheo de Raadt
2008-03-05Ensure that there is a /bsd on the CD, and that it is bsd.rd, so thatTheo de Raadt
prom commandline options are not needed to get to the kernel; spotted by Igor Sobrado
2008-03-05partial notes update from jsgTheo de Raadt