summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-06update usage()Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06do not panic unwiring unmapped memory (mmap3 regress); from netbsd; kettenis@...Michael Shalayeff
2006-03-06missing informative message after call to checkout_rev().Xavier Santolaria
2006-03-06should also have removed those newlines in previous commit.Xavier Santolaria
2006-03-06missing newline in checkout_rev(); spotted by joris@.Xavier Santolaria
2006-03-06get rid of questionable macro gore.Henning Brauer
2006-03-06change a questionable multi-level foo ? a : b construct into readableHenning Brauer
2006-03-06more cleanup, again no binary change.Henning Brauer
2006-03-06cvhange a KASSERT into a if() .. panic() construct so the binary doesn'tHenning Brauer
2006-03-06adapt informative message if we are sending output to stdout.Xavier Santolaria
2006-03-06KNF, cleanup etc, no binary changeHenning Brauer
2006-03-06zap object pid when done with it.Marc Espie
2006-03-06actually zap the codeMarc Espie
2006-03-06typoMarc Espie
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2006-03-06take some infrequently used code completely out of the way.Marc Espie
2006-03-061-Wire bus support will first appear in OpenBSD 4.0, not 3.9.Alexander Yurchenko
2006-03-06fix output to mimic gnu/usr.bin/rcs.Xavier Santolaria
2006-03-06many spacing cleanupsTheo de Raadt
2006-03-06eject -> mt (except on alpha where size tests are needed)Theo de Raadt
2006-03-06if the submitted rev(s) is/are the same as the head rev, skip the processXavier Santolaria
2006-03-06actually, the authors section is a lie, since we rewrote itTheo de Raadt
2006-03-06i386 is not special anymoreTheo de Raadt
2006-03-06fixes from adobriyan@gmailTheo de Raadt
2006-03-06No longer needed since it is moved to acpihpet.Marco Peereboom
2006-03-06Rename hpet to acpihpet so that all devices use the same naming convention.Marco Peereboom
2006-03-05Remove more NRND NetBSDisms.Kenneth R Westerback
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-03-05Sprinkle some tabs and a little cleaning.Brad Smith
2006-03-05better wording from weingart;Jason McIntyre
2006-03-05plug some potential resource leaks in error paths.Niall O'Higgins
2006-03-05checkin_parsekeyword() returns void so zap unnecessary return.Niall O'Higgins
2006-03-05GNU ci(1) doesn't allow dates younger than HEAD, neither on the commandNiall O'Higgins
2006-03-05oops, forgot the diff3.c portion of this diff:Niall O'Higgins
2006-03-05in rcs_patch_lines(), ensure that rcs patch delete operations don'tNiall O'Higgins
2006-03-05fatal() instead of returning -1 on failure in patch functionsNiall O'Higgins
2006-03-05honour -m on initial revision.Niall O'Higgins
2006-03-05Remove NetBSDism NRND. Pointed out by Mickey.Kenneth R Westerback
2006-03-05Hook acpi to ddb since we need to be able to do some live debugging.Marco Peereboom
2006-03-05now that rcs_getrev() isn't doing keyword expansion anymore and rcsdiff(1)Niall O'Higgins
2006-03-05our deltatexts were sometimes different from gnu. rcs_getrev() wasNiall O'Higgins
2006-03-05avoid running mkfontdir/fc-cache if they don't exist.Marc Espie
2006-03-05SynchMarc Espie
2006-03-05Simplify ffs_alloccgblk() a lot by not caring about allocatingPedro Martelletto
2006-03-05document USER_LDT;Jason McIntyre