Age | Commit message (Expand) | Author |
2008-07-06 | - no need for .Pp before or after .Sh | Jason McIntyre |
2008-07-06 | Make 'dhcp' the initial default when configuring the network. This | Kenneth R Westerback |
2008-07-06 | When the device gets close switch back from alternate interface to | Marcus Glocker |
2008-07-06 | spacing. | Igor Sobrado |
2008-07-06 | sync synopsis and usage. | Igor Sobrado |
2008-07-06 | spacing. | Igor Sobrado |
2008-07-06 | Zap redundant prototype for nfsrv_zapsock(); | Thordur I. Bjornsson |
2008-07-06 | pciide_match() is a bit convoluted, we match anything claiming | Jonathan Gray |
2008-07-06 | Use UT_{READ|WRITE}_VENDOR_DEVICE instead of self defined values. | Marc Balmer |
2008-07-06 | Adjust SYNOPSIS. | Mark Kettenis |
2008-07-06 | ssm(4) | Mark Kettenis |
2008-07-06 | Enable ssm(4) and remove hacks that worked around the fact that we didn't | Mark Kettenis |
2008-07-06 | Add ssm(4), a driver for the scalable shared memory device found on | Mark Kettenis |
2008-07-06 | Bump verson number now that the bootloader works on the v1280. | Mark Kettenis |
2008-07-06 | sbbc(4) | Mark Kettenis |
2008-07-06 | Add sbbc(4), a driver for the BootBus controller on Serengeti and StarCat | Mark Kettenis |
2008-07-06 | Add missing include such that RAMDISK kernels compile again. | Mark Kettenis |
2008-07-06 | sync | Theo de Raadt |
2008-07-05 | Copy OBP breakpoint vector from the PROM trap table into our own trap table. | Mark Kettenis |
2008-07-05 | Add function to read %tba. | Mark Kettenis |
2008-07-05 | Apparantly the "chain" OpenFirmware interface always fails so don't bother | Mark Kettenis |
2008-07-05 | Round up memory allocations to page size. Apparently sane firmware versions do | Mark Kettenis |
2008-07-05 | Specify the correct number of arguments in prom call that sets the trap table | Mark Kettenis |
2008-07-05 | Calculate the size of kernel text correctly if it spans multiple prom mapping | Mark Kettenis |
2008-07-05 | Link bootloader at 1MB (same a the Solaris bootloader) instead of 8MB (which | Mark Kettenis |
2008-07-05 | synchronize usage of atactl commands with manual page. | Igor Sobrado |
2008-07-05 | each utility must have its own usage and an unique set of options. | Igor Sobrado |
2008-07-05 | each utility must have its own usage and its own set of options; | Igor Sobrado |
2008-07-05 | The firmware on the v1280 changes %wstate behind our back. Work around this | Mark Kettenis |
2008-07-05 | Don't play games with %cleanwin when spinning up secondary CPUs. The firmware | Mark Kettenis |
2008-07-05 | When waking an nfs daemon, use wakeup_one vice wakeup, as | Bret Lambert |
2008-07-05 | regen | Mark Kettenis |
2008-07-05 | Add Sun SBBC. | Mark Kettenis |
2008-07-05 | Remove R_GETONEREP and the code that checks if its set | Thordur I. Bjornsson |
2008-07-05 | in pf_state_key_attach(), when there is already an existing state key that | David Krause |
2008-07-05 | When SCSIDEBUG'ing, print data about to be written (for commands | Kenneth R Westerback |
2008-07-05 | Fix a comment: Code defines FTDI_SIO_GET_STATUS, use that in | Marc Balmer |
2008-07-05 | bumb the bcachestats and the nchstats counters from long | Thordur I. Bjornsson |
2008-07-05 | Clean up some old dead code, mostly nqnfs and kerberos leftovers | Thordur I. Bjornsson |
2008-07-05 | re-introduce vdrop() to signal a lost intrest in a vnode; | Thordur I. Bjornsson |
2008-07-05 | use m_freem() instead of MFREE() since we ignore the | Thordur I. Bjornsson |
2008-07-05 | Mention support for the Expert mouseCLOCK USB II and the lack of MSF | Marc Balmer |
2008-07-05 | Add support for the new Expert mouseCLOCK USB II that uses an FTDI | Marc Balmer |
2008-07-05 | - correct .Dt for pthread_attr_setstack.3 | Jason McIntyre |
2008-07-05 | Add manpage for pthread_attr_[sg]etstack(3) | Philip Guenthe |
2008-07-05 | ksh starting as root will refuse to import a PS1 prompt unless it | Damien Miller |
2008-07-05 | grammar | Damien Miller |
2008-07-04 | Make protocol 1 MaxAuthTries logic match protocol 2's. | Damien Miller |
2008-07-04 | handle EINTR in packet_write_poll()l ok dtucker@ | Damien Miller |
2008-07-04 | Add T_MON_BREAKPOINT, the trap vector used by OBP for breakpoints. | Mark Kettenis |