summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-10exit(3) is preferred over return from main().Niall O'Higgins
ok joris@
2005-10-10ensure that the user has a lock on the correct revision before allowingNiall O'Higgins
check-in. ok joris@
2005-10-10Don't clear possibly non-existant stall condition while setting up theKenneth R Westerback
pipe. Some devices such as some iPods react badly. Normal devices don't need it. From nathanw via NetBSD. Fixes the 2nd generation iPod mini donated by Ed Wandasiewicz. ok pascoe@
2005-10-10use rd_next in rcs_getrev() when patching to get to a revisionJoris Vink
instead of just decrementing the revision number, as the previous revision doesn't always follow the current revision - 1 rule. ok niallo@
2005-10-10correctly fill in the rd_next field in rcs_rev_add();Joris Vink
ok niallo@
2005-10-10new sentence, new line;Jason McIntyre
kill whitespace at eol;
2005-10-10sync checkout_usage();Niall O'Higgins
2005-10-10- update `-l' `-r' and `-u' descriptions to include optional <rev>Niall O'Higgins
- update SYNOPSIS for the same thing
2005-10-10- set permissions on checked out files correctlyNiall O'Higgins
- support bare `-u' and `-l' options which will check out HEAD. note that with OpenRCS you must do `co -l -- <file>' and `co -u -- <file>' when using bare arguments because our getopt(3) is POSIX compliant. ok joris@
2005-10-10add rcsnum_dec() api call, decreases a revision number by one.Joris Vink
ok niallo@
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br> Thanks.
2005-10-10less verbose listing of librariesMarc Espie
2005-10-10several paths lead to has_new_sig, cache the result.Marc Espie
2005-10-10We should do this, placeholder.Marc Espie
2005-10-10allows for tempfiles.Marc Espie
2005-10-10getifaddrs() slightly later in printif(), prevents possible memleakHenning Brauer
Andrey Matveev <evol@online.ptt.ru>
2005-10-10fix regression I introduced in 4.2: X11 forwardings initiated afterDamien Miller
a session has exited (e.g. "(sleep 5; xterm) &") would not start. bz #1086 reported by t8m AT centrum.cz; ok markus@ dtucker@
2005-10-10Reflect reality. Xr package 5, and remove all the text that used to applyMarc Espie
to the ancient package tools...
2005-10-10Xref package(5)Marc Espie
2005-10-10Display an error message if no packages are available in the PKG_PATH.Marc Espie
Quote nlist command, if we invoke it accidentally in a directory with *.tgz present.
2005-10-10do { } while (0) wrapper for the debug statementDavid Gwynne
2005-10-10Avoid arithmetic overflows in computation of adjtime(). Fixes adjusting in theOtto Moerbeek
wrong direction for large offsets as nick@ saw. With tom@ and toby@; ok tdeval@ krw@
2005-10-10splimp -> splnetBrad Smith
2005-10-09fix cvs_log() so it doesn't segfault when called beforeJoris Vink
cvs_command is set. problem found by & discussed with Nuno Morgadinho thanks!
2005-10-09BGE_RSLOTS is only used in one spot, BGE_TX_RING_CNTBrad Smith
should be used instead.
2005-10-09ANSI function prototypes in examples; ok ottoJared Yanovich
2005-10-09unbreak altivec support.Dale Rahn
2005-10-09if -r is not specified, we need to set newrev to file->rf_head.Niall O'Higgins
simpler fix than what i had in mind pointed out by joris.
2005-10-09- move bus_dmamap_load_mbuf() to where it should be in bge_newbuf_std()Brad Smith
- add comments mentioning where we're re-using mbufs
2005-10-09if there is a problem generating the diff for one of the files, continueNiall O'Higgins
to process other files but eventually exit with status 2. this mimics GNU rcs behaviour. ok joris@
2005-10-09special case sparc64 for now and lower the Jumbo slotsBrad Smith
down from 384 to 54.
2005-10-09if the wireless hostap interface belongs to a bridge, learn the node'sReyk Floeter
address dynamically on this interface after successful association. this could speed wireless roaming to openbsd accesspoints. ok jason@, jsg@ can't see anything obectionable
2005-10-09remove ETHER_CRC_LEN and ETHER_HDR_LENBrad Smith
2005-10-09remove colon after "address" when printing the MAC address.Brad Smith
2005-10-09only get the log message when it's not specified on the command-line;Joris Vink
noticed by niallo@
2005-10-09remove some NetBSD/OpenBSD portability cruft.Brad Smith
compiles ok kettenis@
2005-10-09use labelReyk Floeter
2005-10-09simplify if() conditions;Joris Vink
ok niallo@
2005-10-09spellingFederico G. Schwindt
2005-10-09fix 2 off-by-one's which was causing us a whole load of crap;Joris Vink
ok niallo@
2005-10-09log in(v.);Jason McIntyre
2005-10-09Try to recover part of the reserved space from the OF_claim above.Dale Rahn
2005-10-09Subtle changes to the powerpc fpu handling, basically fpuproc is handledDale Rahn
in a non-raceable manner inside save_fpu and enable_fpu so that the eventual SMP case will not grab a half loaded fpu context.
2005-10-09- document `-r' switch as a single option instead of two distinct options.Niall O'Higgins
- sync with checkin_usage() input from jmc@
2005-10-09- sync checkin_usage()Niall O'Higgins
- add support for checking-in to arbitrary revisions via -r option. eg: ci -r1.30 <file> check in file, jump to revision 1.30 and set that revision to HEAD.
2005-10-09Provide a machdep sysctl to determine if altivec is avaliable on macppcDale Rahn
2005-10-09Nearly functional crashdump support for macppc. Because savecoreDale Rahn
does not recognize the resulting crashdumps, the writing has been disabled. Better here than in my forest of trees.
2005-10-09what the hell, enable ipmiTheo de Raadt
2005-10-09some code cleaning..Brad Smith
- function return value on separate line - ANSI protos - remove return at end of void function - splimp -> splnet
2005-10-09fix bus_dmamem_alloc() failure case.Brad Smith