summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-17for -k option, bail out immediately if getpass()Thordur I. Bjornsson
2007-02-17ask_list() is in OpenBSD::Interactive, not OpenBSD::ProgressMeterNikolay Sturm
2007-02-17only reset the controller if it is already enabled.David Gwynne
2007-02-17To squeeze new stuff onto onto the very full boot floppies, occasionallyTheo de Raadt
2007-02-17syncTheo de Raadt
2007-02-17Add some additional device ids found in Linux driver.Jonathan Gray
2007-02-17regenJonathan Gray
2007-02-17Add some axe(4) device ids found in Linux driver.Jonathan Gray
2007-02-17Add some device ids found in Linux driver.Jonathan Gray
2007-02-17regenJonathan Gray
2007-02-17Add some uslcom(4) ids found in Linux.Jonathan Gray
2007-02-16Enable malo(4) on macppc. OK mglocker@ deraadt@Claudio Jeker
2007-02-16Address PR 5380: refer to DH MODP well-known group numbers.Chad Loder
2007-02-16ls -g option does nothing, ok to remove; from igor@string1.ciencias.uniovi.esTheo de Raadt
2007-02-16explain about RECURSIVE_FETCH_LIST in a clear way (why is mirror-makerMarc Espie
2007-02-16Back-port a getpeername() fix from IO version 1.30.Todd C. Miller
2007-02-16syncTheo de Raadt
2007-02-16s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip'sMarc Aurele La France
2007-02-16change [-f | -i] to [-fi]: although technically not as correct, it isJason McIntyre
2007-02-16sort options and make -X a little clearer; mostly from Igor SobradoJason McIntyre
2007-02-16sync synopsis and usage(); mostly from Igor SobradoJason McIntyre
2007-02-16Unbreak ppp(8) over tun(4) by restriciting the flags that can be changedClaudio Jeker
2007-02-16sort options; from Igor SobradoJason McIntyre
2007-02-16sync synopsis and usage(); from Igor SobradoJason McIntyre
2007-02-16sort options and sync usage(); from Igor SobradoJason McIntyre
2007-02-16couple more entriesMichael Shalayeff
2007-02-16Adopt to recent change in parse.y (do not accept '\n' in quotedHans-Joerg Hoexer
2007-02-16Do not accept '\n' in quoted strings. Addresses issues noticed byHans-Joerg Hoexer
2007-02-16Allow moving files starting with a dash acrossMoritz Jodeit
2007-02-16Fix a row of bugs in the code that computes the alternate superblockOtto Moerbeek
2007-02-16- comment out unwritten pages for nowJason McIntyre
2007-02-16better X"" idiom in while loop; didickman@yahoo.comTheo de Raadt
2007-02-16Correct function name in comment.Ray Lai
2007-02-16syncTheo de Raadt
2007-02-16syncTheo de Raadt
2007-02-16create "i" partitions for floppies too, in case we need themTheo de Raadt
2007-02-16bge_newbuf_std() should return ENOBUFS on failure, as that's whatKenneth R Westerback
2007-02-15Simplify the #if NBRIDGE case as in in_gif.c:1.33.Claudio Jeker
2007-02-15Simplify even more by reducing shared code in #if NBRIDGE and default case.Claudio Jeker
2007-02-15syncTheo de Raadt
2007-02-15Change some functions so there's only one exit point. This should makeMichael Knudsen
2007-02-15.Xr lcd(4)Martin Reindl
2007-02-15add two carp(4) sysctl examples: net.inet.carp.preempt=1 andReyk Floeter
2007-02-15Reorder endpoints so that endpoint numbers match, remove more debug.Dale Rahn
2007-02-15TX is working fine, turn off debug.Dale Rahn
2007-02-15Let acpidock_eject take an extra argument of what node to call _EJ0 on.Michael Knudsen
2007-02-15Don't clear the struct aml_value res when aml_evalnode() does thisMichael Knudsen
2007-02-15from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others...Jason Wright
2007-02-15break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ okMichael Shalayeff
2007-02-15forever loops may be done with for or while, it doesnt matter;Thordur I. Bjornsson