summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-17new shorter version of userret() as surely miod ment it to be like (; miod@ okMichael Shalayeff
2007-01-17add support for remote checkout in both our client and server,Joris Vink
with this the last real dependency to actually be able to use opencvs in a remote setup has been added. based upon an initial diff from xsa@ 'kay niallo@
2007-01-17more ufs2 leftoversPedro Martelletto
2007-01-17Remove references to xm files that no longer exist. Taken from GCC 3.4.Marc Aurele La France
ok brad@
2007-01-17reintroduce rev 1.83 -- put the new process on the proc listsMichael Shalayeff
later when more of it's resources have been allocated and thus kill(2)ing such a process has more predictable results. now w/ a couple of kettenis remarks; kettenis@ miod@ ok
2007-01-17describe BULK_DO variableSteven Mestdagh
2007-01-17realively -> relativelyRay Lai
``yep'' jmc@
2007-01-17Remove some textual sk heritage warts by renaming some functions andKenneth R Westerback
eliminating a one line called once function by inserting its code inline. No functional change. From Brad.
2007-01-16Fix invalid _CRS length. Some aml implementations lie about how long aMarco Peereboom
_CRS buffer is and this compensates for it by fixing up the minimum value. This fixes several machines that end up with invalid irq/ioapic values. KNF nit as well Code from jordan, tested on Intel SHG2 board (he committed this agains my local tree)
2007-01-16correctly initialise unwindidx in ffs2_balloc()Nikolay Sturm
ok pedro
2007-01-16More cleanup. Eliminate 'struct packet' by cleverly passing asKenneth R Westerback
parameters just those things actually needed and using existing structs and information. No functional change. ok stevesk@
2007-01-16Fix potential int overflow for printf(3) when passing in very largeTodd C. Miller
values for the field width. Adapted from a diff by Christian Biere.
2007-01-16regenThordur I. Bjornsson
2007-01-16Remove commented out references to VOP_LEASE();Thordur I. Bjornsson
ok jmc@ (who pointed this out to me)
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
effectively been a no-op for quite some time now, without promise for future usage. ok pedro@ Testing by krw@ (earlier diff) and Johan Mson Lindman (tybollt@solace.miun.se)
2007-01-16sync with the code: int -> intmax_tSteven Mestdagh
ok jmc@
2007-01-16Eliminate gcc -Wundef warnings in flex-generated code.Marc Aurele La France
ok miod@
2007-01-16Remove unnecessary ampersands in ADR2CELL macro invocations;Marc Aurele La France
Change OF_printf references to printf, given the former doesn't exist; Clean up formatting, whitespace, unused code, etc. ok miod@, kettenis@
2007-01-16Implement multiple segment allocation for uvm_pglistalloc, which fixesDimitry Andric
most agp_generic_bind_memory failures when memory is limited and very fragmented. In effect, this should fix a lot of X startup crashes after activities that exercise memory a lot (e.g. make builds, building big ports, etc). ok mickey, miod
2007-01-16Really print iommu TFAR (instead of CTRL again).Mark Kettenis
2007-01-16oops, previous commit was incorrect.Jun-ichiro itojun Hagino
2007-01-16handle the export command in cvs_client_{set,clear}_sticky().Xavier Santolaria
2007-01-16better, share -l and -R flags between checkout and export cmds.Xavier Santolaria
2007-01-16handle -l and -R for checkout too.Xavier Santolaria
2007-01-16syncPeter Valchev
2007-01-16sanitize what kind of symbols we can have in symbol names,Joris Vink
tested & found brad@
2007-01-16Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices whenKenneth R Westerback
asked via SCIOCIDENTIFY. More closely emulates the Linux SCIOCIDENTIFY/SG_EMULATED_HOST combination used by cdparanoia (and god knows what other ports). Nothing in the tree itself uses SCIOCIDENTIFY. Fixes cdparanoia's handling of USB CD drives that can't handle the MODE SENSE command. cdparanoia sends 'ATAPI' devices only MODE SENSE BIG (0x5a) commands. Finding actual SCSI devices that might have trouble with MODE SENSE BIG (i.e. very old devices) behind USB is deemed highly unlikely. Problem reported, debugged and fix tested by bernd@. ok marco@ millert@ miod@
2007-01-15ansi/deregisterJonathan Gray
2007-01-15Report flow control status.Mark Kettenis
From brad@
2007-01-15descend into man4.landiskMartin Reindl
2007-01-15reference ripd(8) vs. routed(8) and remove routed statement in BUGSKevin Steves
that no longer applies because it is not referenced. ok claudio@ jmc@
2007-01-15document what one can do with the power switchMartin Reindl
2007-01-15power(4) driver for the power switch on many landisk models, hookedMartin Reindl
up to machdep.kbdreset; modelled after the sparc64 power(4) driver discussed with miod@ and jsg@
2007-01-15fix infinite loop in case nip6 and nicmp6 are not on the same mbuf. NetBSD ↵Jun-ichiro itojun Hagino
PR 34994+35333
2007-01-15the new sensors tre can give us the number of sensors per type.Henning Brauer
With this patch, we give up without bothering sysctl kern_sensors.c::sensor_find() unless we know for sure that timedelta sensor is present. From: "Constantine A. Murenin" <cnst+openbsd@bugmail.mojo.ru>
2007-01-15allow users to specify interface specific parameters even on a global basisMichele Marchetto
OK henning@
2007-01-15undo last broken userret() change here; miod@ okMichael Shalayeff
2007-01-15When checking in multiple files, if no log message is entered forTodd C. Miller
a file, don't prompt the user to reuse the (non-existent) log message for the next. Makes ci behave like the GNU version. OK xsa@, joris@, niallo@
2007-01-15document `update -C'.Xavier Santolaria
2007-01-15Fix splbio() in initiate_write_inodeblock_ufs2()Pedro Martelletto
2007-01-15UFS2 -> FFS2Pedro Martelletto
2007-01-15Although Unix compilers accept more than one definition of a globalOtto Moerbeek
symbol, follow the guidelines from K&R: only one definition of a global symbol (and possibly more declarations). Rename some vars here and there to avoid shadowing. ok henning@
2007-01-15Fix -a when given an entry with an already existing user. Also, giveOtto Moerbeek
error message if a user arg has been given with -a. Noted by Dan Brosemer. ok millert@ jaredy@
2007-01-15replace old diffing mechanisms with the new fluffy RCS stuff,Joris Vink
okay niallo@
2007-01-14move things around in rcs_rev_getbuf() and rcs_rev_write_fd()Joris Vink
so that we do keyword expansion on-the-fly if required instead of obtaining the revision in memory first, running over the revision lines while expanding keywords and only then writing them to the fd or memory buffer. this drasticly decreases cpu usage by opencvs on very large trees (like src). OK niallo@
2007-01-14reset sticky tags with -A; OK joris@.Xavier Santolaria
2007-01-14Fix growing of direct blocks in ffs2_balloc()Pedro Martelletto
2007-01-14clarify that -K needs an argument >= 1000, and add two examples dealing withAlexander von Gernler
encrypted images. help from and ok pedro@ jmc@
2007-01-14Esape from the Mouth of Madness by adjusting stored sensor offsetsOtto Moerbeek
when we adjust time. This prevents ntpd from going wild when using sensor time sources; ok henning@ (on an earlier version) and a LOT of testing by naddy@
2007-01-14Add some comments on the expresssion which converts sensor timedeltasOtto Moerbeek
to ntp offsets; also, rewrite the expression to make it more clear with no change in semantics. ok henning@