Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-15 | fix typo that prevented `pkg_info -r` from working. | Peter Hessler | |
OK espie@ | |||
2009-10-15 | let handle compute pkgnames correctly, simplifies code a bit | Marc Espie | |
2009-10-15 | ident(1) does not require arguments; while here, note that this | Igor Sobrado | |
program uses the standard input, not the standard output, when no filenames are provided. ok xsa@ | |||
2009-10-15 | If the bSynchAddress of the AudioStreaming isochronous audio data | Jacob Meuser | |
endpoint descriptor is set to 0, it means that a synchronization pipe is not needed. | |||
2009-10-15 | sort flags. | Igor Sobrado | |
2009-10-15 | arguments to -C, -c, -S and -s are optional. | Igor Sobrado | |
ok jmc@ | |||
2009-10-15 | The pane pty name isn't useful for anything so show the pane number instead. | Nicholas Marriott | |
2009-10-15 | sync | Theo de Raadt | |
2009-10-15 | sync | Theo de Raadt | |
2009-10-14 | move OpenBSD::Handle into its own file. I guess I need to disentangle this | Marc Espie | |
code before I go further.... | |||
2009-10-14 | On coherent systems, all bus_dmamap_sync() needs to do is writebacks, no | Miod Vallat | |
invalidation is necessary. Help jsing@ | |||
2009-10-14 | cmd_find_client shouldn't die when there is an empty slot in the clients | Nicholas Marriott | |
array. DOH. | |||
2009-10-14 | sort flags. | Igor Sobrado | |
2009-10-14 | Call err() instead of crashing if hid_start_parse() fails. Don't | Philip Guenthe | |
leak FILEs or memory when parsing the conf fails. Don't segv on the first action when told to ignore unknown lines and there are lines to ignore. ok deraadt@ miod@ | |||
2009-10-14 | On IP30 and IP35 systems, try harder to figure out exactly what model we are | Miod Vallat | |
running on, and report this both as the hw.product sysctl and in dmesg. Fuel and Origin 350 are no longer reported as being Origin 300 systems! | |||
2009-10-14 | Report the crossbow widget part of bedrock as PXBow for consistency with | Miod Vallat | |
the *{X,}Bow names and because this is what IRIX calls it. | |||
2009-10-14 | Add some comments to explain why the DMA32 physseg is really 2**31 bytes | Miod Vallat | |
long. Prompted by deraadt@ long ago. | |||
2009-10-14 | Three cleanups: | Nicholas Marriott | |
- ESR no longer maintains termcap/terminfo and the URL in Makefile is dead, so remove it; - remove the tic(1) stdout usage hack which is no longer necessary; - remove the README file which doesn't have anything useful anymore. ok millert | |||
2009-10-14 | Better fix for treating IO-Compress as an extension that the one in 5.10.1, | Todd C. Miller | |
http://perl5.git.perl.org/perl.git/commit/4cc80fc4cbbd82e20f7b14b6 Should fix static architectures like vax. | |||
2009-10-14 | add a missing flag to usage; while here, slightly improve spacing | Igor Sobrado | |
in source code (being consistent with the style used in the rest of this file) and write "usage:" using lower case letters only, as usual in the BSD operating systems. ok ratchov@ | |||
2009-10-14 | fix slice that doesn't work as I thought it would... | Marc Espie | |
2009-10-14 | Fix buffer cache backoff in the page daemon - deal with inactive pages to | Bob Beck | |
more correctly reflect the new state of the world - that is - how many pages can be cheaply reclaimed - which now includes clean buffer cache pages. This change fixes situations where people would be running with a large bufcachepercent, and still notice swapping without the buffer cache backing off. ok oga@, testing by many on tech@ and others. Thanks. | |||
2009-10-14 | whitespace; from deraadt@ | Stuart Henderson | |
2009-10-14 | Add a test for the new -P option. ok espie@ | Stuart Henderson | |
2009-10-14 | Support the -P option from gnu m4, which prefixes builtins with the | Stuart Henderson | |
string m4_. Feedback from jmc@, Tobias Ulmer, Matthew Dempsky - thanks! ok espie@ | |||
2009-10-14 | Second example discussing the pass modifier with rdr-to | jmeltzer | |
should actually use the pass modifier. ok henning jmc | |||
2009-10-14 | add a few comments, finish killing kitchensink. | Marc Espie | |
2009-10-14 | be a bit more specific, write the list of unsigned packages. | Marc Espie | |
2009-10-14 | use choose_location | Marc Espie | |
2009-10-14 | make signature checking more quiet: discard openssl's STDERR, keep a tally | Marc Espie | |
of signed packages. - display a message only if signed packages have been signed. - show IN BIG CAPS unsigned package numbers if a mixture of signed/unsigned has been seen. | |||
2009-10-14 | add a "print" method to ProgressMeter and StubProgress to allow me to clean | Marc Espie | |
up the current mess (e.g., print things out to stderr without needing to explicitly clear the current line if needed). create a choose_location method directly in state, that will replace all instances of looking for a package eventually (hopefully). | |||
2009-10-14 | Don't allow cmd_lookup_client to test clients without a session. | Nicholas Marriott | |
2009-10-14 | Remove a redundant if (maxpty == npty) in check_pty - this is also tested by | Nicholas Marriott | |
the two ifs at the start of the function and both variables are only altered under pt_softc_lock so cannot change between the checks. ok guenther@ | |||
2009-10-14 | rework how devids are handled in the midlayer and mpath. | David Gwynne | |
previously a devid was a structure containing its type, length, and a pointer to the actual devid value. this has been changed so a devid is a header followed immediately by the memory making up the id value. this allows the header and its value to be allocated together. devids are now reference counted, so multiple things (eg, the mpath node handlers and the various scsi_link structures) can share the same allocation safely. this also frees devids when scsi_links go away, which was previously not done. if mpath is enabled, then print the devids out as part of the devices attach line. | |||
2009-10-13 | Start doing the neccessary operations in the detach function in the right order. | Theo de Raadt | |
No other functional change expected. ok dms | |||
2009-10-13 | oops, oops, oops. todo is not todo2 | Marc Espie | |
2009-10-13 | Correct udma timing register offset and the udma mode ceiling | Jonathan Gray | |
we allow for Intel SCH chips. From tharada@oucrc.org in PR 6232, verified against the datasheet. | |||
2009-10-13 | deal with UpdateSets earlier: build an updateset, and ask Update to complete | Marc Espie | |
it. Tweak the control for updates to move to main program. Eventually, we will run updates on the fly (there's still some merging code and debugging to go) | |||
2009-10-13 | Make iof(4) pass its bus speed to children, this in turn allows com(4) to | Miod Vallat | |
pick the right clock if the PCI bus the I/O board is on degrades to 33MHz. | |||
2009-10-13 | tweaks by "dawe", thanks | Jasper Lievisse Adriaanse | |
2009-10-13 | Pass audio keys to the audio layer even when the keyboard is in raw mode, | Miod Vallat | |
to match what pckbd does; reported by mk@ | |||
2009-10-13 | Connect pcppi bell to ukbd, so that x86 systems with usb console keyboard | Miod Vallat | |
can cause beeps on console. Reported by Greg Jones on misc@ | |||
2009-10-13 | Make sure we do not loop when allocating an extent region with EX_CONFLICTOK | Miod Vallat | |
and the whole extent is used; the current code computations would wrap. Found the hard way by jsg@, fix discuss with kettenis@, and you get a regress test for free (which will spin if you compile it again an old subr_extent.c) | |||
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti | |
This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@. | |||
2009-10-13 | sync | Theo de Raadt | |
2009-10-13 | fix typo | Todd C. Miller | |
2009-10-13 | No need for perlthanks binary when perlbug -T will do. | Todd C. Miller | |
2009-10-13 | getting closer to sync again | Theo de Raadt | |
2009-10-13 | Add back bits mistakenly removed in rev 1.23 | Todd C. Miller | |
2009-10-13 | Somehow shasum snuck back in. | Todd C. Miller | |