Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-17 | Remove some textual sk heritage warts by renaming some functions and | Kenneth R Westerback | |
eliminating a one line called once function by inserting its code inline. No functional change. From Brad. | |||
2007-01-16 | Fix invalid _CRS length. Some aml implementations lie about how long a | Marco 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-16 | correctly initialise unwindidx in ffs2_balloc() | Nikolay Sturm | |
ok pedro | |||
2007-01-16 | More cleanup. Eliminate 'struct packet' by cleverly passing as | Kenneth R Westerback | |
parameters just those things actually needed and using existing structs and information. No functional change. ok stevesk@ | |||
2007-01-16 | Fix potential int overflow for printf(3) when passing in very large | Todd C. Miller | |
values for the field width. Adapted from a diff by Christian Biere. | |||
2007-01-16 | regen | Thordur I. Bjornsson | |
2007-01-16 | Remove commented out references to VOP_LEASE(); | Thordur I. Bjornsson | |
ok jmc@ (who pointed this out to me) | |||
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur 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-16 | sync with the code: int -> intmax_t | Steven Mestdagh | |
ok jmc@ | |||
2007-01-16 | Eliminate gcc -Wundef warnings in flex-generated code. | Marc Aurele La France | |
ok miod@ | |||
2007-01-16 | Remove 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-16 | Implement multiple segment allocation for uvm_pglistalloc, which fixes | Dimitry 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-16 | Really print iommu TFAR (instead of CTRL again). | Mark Kettenis | |
2007-01-16 | oops, previous commit was incorrect. | Jun-ichiro itojun Hagino | |
2007-01-16 | handle the export command in cvs_client_{set,clear}_sticky(). | Xavier Santolaria | |
2007-01-16 | better, share -l and -R flags between checkout and export cmds. | Xavier Santolaria | |
2007-01-16 | handle -l and -R for checkout too. | Xavier Santolaria | |
2007-01-16 | sync | Peter Valchev | |
2007-01-16 | sanitize what kind of symbols we can have in symbol names, | Joris Vink | |
tested & found brad@ | |||
2007-01-16 | Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices when | Kenneth 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-15 | ansi/deregister | Jonathan Gray | |
2007-01-15 | Report flow control status. | Mark Kettenis | |
From brad@ | |||
2007-01-15 | descend into man4.landisk | Martin Reindl | |
2007-01-15 | reference ripd(8) vs. routed(8) and remove routed statement in BUGS | Kevin Steves | |
that no longer applies because it is not referenced. ok claudio@ jmc@ | |||
2007-01-15 | document what one can do with the power switch | Martin Reindl | |
2007-01-15 | power(4) driver for the power switch on many landisk models, hooked | Martin Reindl | |
up to machdep.kbdreset; modelled after the sparc64 power(4) driver discussed with miod@ and jsg@ | |||
2007-01-15 | fix infinite loop in case nip6 and nicmp6 are not on the same mbuf. NetBSD ↵ | Jun-ichiro itojun Hagino | |
PR 34994+35333 | |||
2007-01-15 | the 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-15 | allow users to specify interface specific parameters even on a global basis | Michele Marchetto | |
OK henning@ | |||
2007-01-15 | undo last broken userret() change here; miod@ ok | Michael Shalayeff | |
2007-01-15 | When checking in multiple files, if no log message is entered for | Todd 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-15 | document `update -C'. | Xavier Santolaria | |
2007-01-15 | Fix splbio() in initiate_write_inodeblock_ufs2() | Pedro Martelletto | |
2007-01-15 | UFS2 -> FFS2 | Pedro Martelletto | |
2007-01-15 | Although Unix compilers accept more than one definition of a global | Otto 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-15 | Fix -a when given an entry with an already existing user. Also, give | Otto Moerbeek | |
error message if a user arg has been given with -a. Noted by Dan Brosemer. ok millert@ jaredy@ | |||
2007-01-15 | replace old diffing mechanisms with the new fluffy RCS stuff, | Joris Vink | |
okay niallo@ | |||
2007-01-14 | move 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-14 | reset sticky tags with -A; OK joris@. | Xavier Santolaria | |
2007-01-14 | Fix growing of direct blocks in ffs2_balloc() | Pedro Martelletto | |
2007-01-14 | clarify that -K needs an argument >= 1000, and add two examples dealing with | Alexander von Gernler | |
encrypted images. help from and ok pedro@ jmc@ | |||
2007-01-14 | Esape from the Mouth of Madness by adjusting stored sensor offsets | Otto 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-14 | Add some comments on the expresssion which converts sensor timedeltas | Otto Moerbeek | |
to ntp offsets; also, rewrite the expression to make it more clear with no change in semantics. ok henning@ | |||
2007-01-14 | ragge@netbsd fixed the copyright, thanks. ok miod@ | Otto Moerbeek | |
2007-01-14 | zsprintf() is gone, fixes ZSMACDEBUG case | Martin Reindl | |
2007-01-14 | replace checkout_write_revision() with rcs_rev_write_stmp() | Joris Vink | |
they do exactly the same anyway. | |||
2007-01-14 | Move the isa bridge probe from isabr to frodo, so that frodo only attempts | Miod Vallat | |
to attach isabr if it really exists. This gets rid of ``isabr0 not configured'' messages on 425e. | |||
2007-01-14 | Clear error bits in PCI command/status register before establishing PCI error | Mark Kettenis | |
handler. | |||
2007-01-14 | Provide a bit more diagnostic information in the PCI error handler. | Mark Kettenis | |
2007-01-14 | Add macros to access Schizo's PCI config space. | Mark Kettenis | |