Age | Commit message (Expand) | Author |
2013-07-02 | Rearrange the inequalities. | Brad Smith |
2013-07-02 | Most CFLAGS should be CPPFLAGS, so fix that. | Antoine Jacoutot |
2013-07-02 | If after processing an SCI event the SCI_EVT is no longer sent, we're done | Mark Kettenis |
2013-07-02 | change splvm to splbio, missed in r1.4 | Stefan Fritsch |
2013-07-02 | Long passwords could not be replaced completely with shorter | Alexander Bluhm |
2013-07-02 | add missing library dependencies | Markus Friedl |
2013-07-02 | remove extra whitespace | Markus Friedl |
2013-07-02 | document variable name change in java.port.mk | Marc Espie |
2013-07-02 | some trivial format string fixes | Stefan Fritsch |
2013-07-02 | Lower IPL to IPL_BIO for the interrupt. | Stefan Fritsch |
2013-07-02 | Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there was | Philip Guenther |
2013-07-02 | Use time_t for storing and returning time_t values, and cast to time_t | Philip Guenther |
2013-07-02 | Cast to time_t before the final multiplication to prevent overflow in | Philip Guenther |
2013-07-02 | Use time_t for storing time_t values. No change to the underlying | Philip Guenther |
2013-07-02 | Use time_t for storing time_t values, duh | Philip Guenther |
2013-07-01 | sync | Theo de Raadt |
2013-07-01 | Pass ioctl() calls to parent uhidev() device first, to be able to | Matthieu Herrb |
2013-07-01 | The fast scrolling code causes random page table errors on older hardware. | Mark Kettenis |
2013-07-01 | Replace magic number in USRPTSIZE with the proper computation based upon | Miod Vallat |
2013-07-01 | Make some variables const that are filled from getenv(3), from argv, | Ingo Schwarze |
2013-07-01 | Make $(< /nonexistent) have the same behaviour as $(cat /nonexistent) | Jeremie Courreges-Anglas |
2013-07-01 | Tweak regexp so that RUSAGE_CHILDREN will be matched and displayed | Philip Guenther |
2013-07-01 | Kill off some code that undocumently added an "-s" switch if user had | Jeremie Courreges-Anglas |
2013-07-01 | sync comment with it's intended meaning. | Jasper Lievisse Adriaanse |
2013-07-01 | Do not access queue fields directly, use FOREACH() macro instead. | Alexander Bluhm |
2013-07-01 | Unbreak "make includes" with an empty /usr/include by creating the 'objc' | Martin Pieuchot |
2013-07-01 | Properly substitute paths in the info file like it was done with the man | Antoine Jacoutot |
2013-07-01 | Use the LIST_FOREACH() macro when looping over advertising routers. | Alexander Bluhm |
2013-07-01 | When an I/O error occurs on a softraid chunk, only take it offline if the | Joel Sing |
2013-07-01 | The reverse parameter of in_pcblookup_listen() is a boolean and not | Alexander Bluhm |
2013-07-01 | Add the necessary -I options to use the libedit readline compatibilty headers | Mark Kettenis |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-07-01 | Link sqlite3(1) against libedit and add an empty history.h header for | Martin Pieuchot |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-07-01 | Remove vaddr_t casts in bktr_mmap(). | Brad Smith |
2013-07-01 | update currency exchange rates; | Jason McIntyre |
2013-07-01 | Within ns_to_timeval() change the rem field type from unsigned to signed. | Brad Smith |
2013-07-01 | Pass all Kerberos man pages to a sed substitution to fix paths so that | Antoine Jacoutot |
2013-07-01 | update list of locales after adding Turkish. | Federico G. Schwindt |
2013-07-01 | missing id tag. | Federico G. Schwindt |
2013-07-01 | Add Turkish. From FreeBSD. | Federico G. Schwindt |
2013-06-30 | Fix non-traditional cpp mode for real. | Miod Vallat |
2013-06-30 | Shortly run at ipl 1 in cpu_idle_cycle(), to let SIMH recognize the system | Miod Vallat |
2013-06-30 | Add a luna88k-specific function to initialize the instruction cmmu | Kenji Aoyama |
2013-06-30 | Add rgephy(4). | Brad Smith |
2013-06-29 | Remove unsigned comparison >= 0. | Brad Smith |
2013-06-29 | do not use Sx for sections outwith the man page; | Jason McIntyre |
2013-06-29 | Minor fixes to let this build with gcc 3. | Miod Vallat |
2013-06-29 | Turn mfpr() and mtpr() into inline functions. | Miod Vallat |
2013-06-29 | Pass -D_LOCORE when building .S files. | Miod Vallat |