summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-02Fixed version of r1.35, readd candidate to list in both cases so that the listClaudio Jeker
remains sorted. Tested and OK norby@
2005-12-02`-mmsg' does not belong here;Xavier Santolaria
2005-12-02sort options; `T' comes before `u';Xavier Santolaria
2005-12-02only poll if scsi_poll was requestedMichael Shalayeff
2005-12-02document `-r[revs]';Xavier Santolaria
2005-12-02split the printing part into a separate function, rlog_rev_print();Xavier Santolaria
might be useful for future work needed in rlog(1);
2005-12-02sort options and kill duplicate -C entry;Jason McIntyre
2005-12-02remove trailing whitespace;Jason McIntyre
2005-12-02make lint invoke cpp with -CC instead of -C, which will cause commentsAlexander von Gernler
in #define macros to be preserved. This makes way for addition of lint statements to a lot of .h files. ok cloder@
2005-12-02pollops should be constTheo de Raadt
2005-12-02sync usage to man pageTheo de Raadt
2005-12-02sync to usage in man pageTheo de Raadt
2005-12-02Modify automatic performance adjustment mode so that the cpu is setBob Beck
to go fast if the power is connected and the battery is more than 15% charged, and when on batteries keeps setperf low unless needed. add a cool runnings mode option (-C) that does the previous behaviour of keeping the CPU as low as possible unless needed. ok deradt@, sturm@, "i like it's" djm@ henning@ and others.
2005-12-02Missing 'break;'. Spotted by lint.Kenneth R Westerback
ok dlg@
2005-12-02lookup out of evsigcaught[] must be sig_atomic_t tooTheo de Raadt
2005-12-02typo.Marco Peereboom
2005-12-02never say unsigned; say at least unsigned intTheo de Raadt
2005-12-02do not enter lkmTheo de Raadt
2005-12-02this stuff is not usedTheo de Raadt
2005-12-02- fix up checkin_choose_rcsfile() to give us a path like the one GNU print,Niall O'Higgins
instead of always returning an absolute path. ok joris@
2005-12-02make lint a bit happierTheo de Raadt
2005-12-02mark signal racesTheo de Raadt
2005-12-02more sig_atomic_tTheo de Raadt
2005-12-02- fix a typo in a commentNiall O'Higgins
2005-12-01- fix up context and unified diff output in both open rcs and open cvs soNiall O'Higgins
that the date is set correctly. ok joris@
2005-12-01allow RST if the th_seq matches rcv_nxt in case the RST follows theMarkus Friedl
data immediately. otherwise we would ignore RST for delayed acks; ok deraadt, dhartmei
2005-12-01Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary.Miod Vallat
2005-12-01Do not depend on MAX_CPUS being 4.Miod Vallat
2005-12-01Add missing cache_purge() in msdosfs_rename().Pedro Martelletto
Spotted by tedu@, okay tom@ and tedu@.
2005-12-01i hate mpt_softc_t, so replace use of it with struct mpt_softc. add someDavid Gwynne
macros to deal with pci_conf reads and writes, which makes the code smaller and easier (for me) to read. make attach a bit less convoluted. ok marco@
2005-12-01fix #endif crudTheo de Raadt
2005-12-01remove some crudTheo de Raadt
2005-12-01Build lib.a, lib_p.a and lib.so.x.y with -g1.Mark Kettenis
This should give us meaningful backtraces through system libraries. ok deraadt@
2005-12-01save errno in signal handler since it does a system callTheo de Raadt
only access sig_atomic_t variables, to make it further save ok aaron
2005-12-01- fix unified and context diff output, finally!Niall O'Higgins
this was a long standing bug, and the fix is hilarious. ok joris@
2005-12-01Fix an int oflow bug in perl's parameter format string code.Todd C. Miller
Credit: Jack Louis of Dyad Security
2005-12-01rcs_findrev() is not static anymore; align protos while here;Xavier Santolaria
OK joris@ niallo@.
2005-12-01syncTheo de Raadt
2005-12-01fix double var declarations in same scope, found by lint; ok deraadt cloderPeter Valchev
2005-12-01Spell "blacklisted" consistently.Tom Cosgrove
ok jmc@
2005-12-01spacingTheo de Raadt
2005-12-01Fix comment, noted by Dries SchellekensChad Loder
2005-12-01do not choke and dump core when printing bypass flows. noticed by jacobHans-Joerg Hoexer
schlyter. Thanks!
2005-12-01The driver can report about reboot on timeout.Alexander Yurchenko
Help in english from jmc@.
2005-12-01link rcsintro.7;Xavier Santolaria
2005-12-01some more bite; writing about rcsdiff(1); OK jmc@.Xavier Santolaria
2005-12-01tweaks;Jason McIntyre
2005-12-01bge is on floppy b.David Gwynne
prodded by miod@
2005-12-01lint makes it easy to find these really bad ones, like size_t n = snprintfChad Loder
2005-12-01move some things around so i have less trouble reading this, fix a spellingDavid Gwynne
mistake and add some knf. ok marco@