summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-06Add sbbc(4), a driver for the BootBus controller on Serengeti and StarCatMark Kettenis
2008-07-06Add missing include such that RAMDISK kernels compile again.Mark Kettenis
2008-07-06syncTheo de Raadt
2008-07-05Copy OBP breakpoint vector from the PROM trap table into our own trap table.Mark Kettenis
2008-07-05Add function to read %tba.Mark Kettenis
2008-07-05Apparantly the "chain" OpenFirmware interface always fails so don't botherMark Kettenis
2008-07-05Round up memory allocations to page size. Apparently sane firmware versions doMark Kettenis
2008-07-05Specify the correct number of arguments in prom call that sets the trap tableMark Kettenis
2008-07-05Calculate the size of kernel text correctly if it spans multiple prom mappingMark Kettenis
2008-07-05Link bootloader at 1MB (same a the Solaris bootloader) instead of 8MB (whichMark Kettenis
2008-07-05synchronize usage of atactl commands with manual page.Igor Sobrado
2008-07-05each utility must have its own usage and an unique set of options.Igor Sobrado
2008-07-05each utility must have its own usage and its own set of options;Igor Sobrado
2008-07-05The firmware on the v1280 changes %wstate behind our back. Work around thisMark Kettenis
2008-07-05Don't play games with %cleanwin when spinning up secondary CPUs. The firmwareMark Kettenis
2008-07-05When waking an nfs daemon, use wakeup_one vice wakeup, asBret Lambert
2008-07-05regenMark Kettenis
2008-07-05Add Sun SBBC.Mark Kettenis
2008-07-05Remove R_GETONEREP and the code that checks if its setThordur I. Bjornsson
2008-07-05in pf_state_key_attach(), when there is already an existing state key thatDavid Krause
2008-07-05When SCSIDEBUG'ing, print data about to be written (for commandsKenneth R Westerback
2008-07-05Fix a comment: Code defines FTDI_SIO_GET_STATUS, use that inMarc Balmer
2008-07-05bumb the bcachestats and the nchstats counters from longThordur I. Bjornsson
2008-07-05Clean up some old dead code, mostly nqnfs and kerberos leftoversThordur I. Bjornsson
2008-07-05re-introduce vdrop() to signal a lost intrest in a vnode;Thordur I. Bjornsson
2008-07-05use m_freem() instead of MFREE() since we ignore theThordur I. Bjornsson
2008-07-05Mention support for the Expert mouseCLOCK USB II and the lack of MSFMarc Balmer
2008-07-05Add support for the new Expert mouseCLOCK USB II that uses an FTDIMarc Balmer
2008-07-05- correct .Dt for pthread_attr_setstack.3Jason McIntyre
2008-07-05Add manpage for pthread_attr_[sg]etstack(3)Philip Guenthe
2008-07-05ksh starting as root will refuse to import a PS1 prompt unless itDamien Miller
2008-07-05grammarDamien Miller
2008-07-04Make protocol 1 MaxAuthTries logic match protocol 2's.Damien Miller
2008-07-04handle EINTR in packet_write_poll()l ok dtucker@Damien Miller
2008-07-04Add T_MON_BREAKPOINT, the trap vector used by OBP for breakpoints.Mark Kettenis
2008-07-04Change trapbase from a pointer to a variable-length array such that it canMark Kettenis
2008-07-04Add a little hack to recognize the boot device on the v1280.Mark Kettenis
2008-07-04Make debug code compile.Mark Kettenis
2008-07-04Add support for ssm nodes as found on the v1280 and bigger machines. For now,Mark Kettenis
2008-07-04Remove unused NQNFS #defineBret Lambert
2008-07-04regenYojiro Uo
2008-07-04add new entries for 3G/3.5G modemsYojiro Uo
2008-07-04Teach sysmerge to retrieve {etc,xetc}*.tgz files from FTP/HTTPStuart Henderson
2008-07-04remove trailing whitespace;Jason McIntyre
2008-07-04Make the proxy module work with https again by allowing the destinationMarc Balmer
2008-07-04fix compilation for !YP case; ok millert@Damien Miller
2008-07-04no reason not to document that one can use ${WRKDIR}/bin to overrideMarc Espie
2008-07-04clean up parser a bit, separating local/distant parts in a more reusable way,Marc Espie
2008-07-04some small text improvements; ok ajacoutotJason McIntyre
2008-07-04Make debug a little clearer. ok djm@Darren Tucker