Age | Commit message (Expand) | Author |
2005-12-02 | Test gcc attribute parsing. Not hooked up yet. | Chad Loder |
2005-12-02 | add test that lint gets keywords from comments out of #define macros | Alexander von Gernler |
2005-12-02 | remove debug message; | Joris Vink |
2005-12-02 | Better choice of types for struct pmap members and cmmu functions; | Miod Vallat |
2005-12-02 | Make usage() and manual match. OK jmc, deraadt | Chad Loder |
2005-12-02 | fix RELOC_COPY on powerpc when symbol is weak. use relocation address | Kurt Miller |
2005-12-02 | fix commiting/importing of 0 sized files. | Joris Vink |
2005-12-02 | Fix a few instruction display glitches. | Miod Vallat |
2005-12-02 | add registers for 4 new clocks | Theo de Raadt |
2005-12-02 | Add a -y option, undocumented for now, that tells lint to pass -y to lint1. | Chad Loder |
2005-12-02 | Make three of the keytab fields into a union, because they are 3 different | Chad Loder |
2005-12-02 | Use ANSI function declarations, no binary change. | Pedro Martelletto |
2005-12-02 | no 91Mhz mode for now, because the OSCR0 does not run in low-power mode; | Uwe Stuehler |
2005-12-02 | make write-end of signal socketpair non-blocking. | Theo de Raadt |
2005-12-02 | unlink() pid file on exit. ok deraadt@ | Moritz Jodeit |
2005-12-02 | Remove one tab that cause a line to overflow. No functional change. | Marco Peereboom |
2005-12-02 | Check if the given FM frequency is between 87.5Mhz and 108Mhz. | Robert Nagy |
2005-12-02 | document `-orev'; | Xavier Santolaria |
2005-12-02 | in checkin_checklock() | Xavier Santolaria |
2005-12-02 | better.. | Xavier Santolaria |
2005-12-02 | in checkin_update(): | Xavier Santolaria |
2005-12-02 | Fixed version of r1.35, readd candidate to list in both cases so that the list | Claudio Jeker |
2005-12-02 | `-mmsg' does not belong here; | Xavier Santolaria |
2005-12-02 | sort options; `T' comes before `u'; | Xavier Santolaria |
2005-12-02 | only poll if scsi_poll was requested | Michael Shalayeff |
2005-12-02 | document `-r[revs]'; | Xavier Santolaria |
2005-12-02 | split the printing part into a separate function, rlog_rev_print(); | Xavier Santolaria |
2005-12-02 | sort options and kill duplicate -C entry; | Jason McIntyre |
2005-12-02 | remove trailing whitespace; | Jason McIntyre |
2005-12-02 | make lint invoke cpp with -CC instead of -C, which will cause comments | Alexander von Gernler |
2005-12-02 | pollops should be const | Theo de Raadt |
2005-12-02 | sync usage to man page | Theo de Raadt |
2005-12-02 | sync to usage in man page | Theo de Raadt |
2005-12-02 | Modify automatic performance adjustment mode so that the cpu is set | Bob Beck |
2005-12-02 | Missing 'break;'. Spotted by lint. | Kenneth R Westerback |
2005-12-02 | lookup out of evsigcaught[] must be sig_atomic_t too | Theo de Raadt |
2005-12-02 | typo. | Marco Peereboom |
2005-12-02 | never say unsigned; say at least unsigned int | Theo de Raadt |
2005-12-02 | do not enter lkm | Theo de Raadt |
2005-12-02 | this stuff is not used | Theo de Raadt |
2005-12-02 | - fix up checkin_choose_rcsfile() to give us a path like the one GNU print, | Niall O'Higgins |
2005-12-02 | make lint a bit happier | Theo de Raadt |
2005-12-02 | mark signal races | Theo de Raadt |
2005-12-02 | more sig_atomic_t | Theo de Raadt |
2005-12-02 | - fix a typo in a comment | Niall O'Higgins |
2005-12-01 | - fix up context and unified diff output in both open rcs and open cvs so | Niall O'Higgins |
2005-12-01 | allow RST if the th_seq matches rcv_nxt in case the RST follows the | Markus Friedl |
2005-12-01 | Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary. | Miod Vallat |
2005-12-01 | Do not depend on MAX_CPUS being 4. | Miod Vallat |
2005-12-01 | Add missing cache_purge() in msdosfs_rename(). | Pedro Martelletto |