| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
string m4_. Feedback from jmc@, Tobias Ulmer, Matthew Dempsky - thanks!
ok espie@
|
|
|
|
|
|
| |
should actually use the pass modifier.
ok henning jmc
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
No other functional change expected. ok dms
|
| |
|
|
|
|
|
|
| |
we allow for Intel SCH chips.
From tharada@oucrc.org in PR 6232, verified against the datasheet.
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
pick the right clock if the PCI bus the I/O board is on degrades to 33MHz.
|
| |
|
|
|
|
| |
to match what pckbd does; reported by mk@
|
|
|
|
| |
can cause beeps on console. Reported by Greg Jones on misc@
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
This is needed for the addition of further suspend/resume actions.
Okay deraadt@, marco@.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
the entire screen.
Allows ircII users to see history, prompted by naddy.
|
| |
|
| |
|
|
|
|
| |
H/M/L in vi mode and M-R/M-r in emacs (bottom of screen not bound in emacs).
|
|
|
|
|
| |
Also remove the login shell information from server-info, only the client
should care about it.
|
|
|
|
| |
while back.
|
| |
|
|
|
|
|
| |
http://levent.svn.sourceforge.net/viewvc/levent?view=rev&revision=1436
ok gilles@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if you echo nlist |ftp some_url
the site *won't* give you an error code, it will just spew out a stupid line
like:
Failed to change directory.
Can't change directory to pub/OpenBSD/zoinx: No such file or directory
and that on stdout !!!
Detect this in list grabbing, and display a decent error message for the
user.
Avoids some duh moments where you won't find shit because you
mistyped the url...
|
| |
|
| |
|
|
|
|
|
| |
and fixing this is not a two liner. Will be enabled again when I found out
how to fix this.
|
| |
|
|
|
|
| |
instantly when reattached.
|
| |
|
| |
|
| |
|
|
|
|
| |
something the same. Doesn't fix the bug I'm looking for though :-/.
|
| |
|
|
|
|
|
| |
parse values correctly when ran in aliases mode, and smtpd will fail to
parse values correctly when reading an include file
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aliases/virtual domains resolution code.
- fix a logic bug which caused virtual domains not to be correctly
handled after one iteration of the aliases resolution code.
- introduce a few helper functions to help clean up and simplify the
lka code.
- simplify the IS_EXT/IS_MAILBOX/IS_RELAY macros so they manipulate a
struct path * instead of the mess of dereferences we were passing them.
|
|
|
|
|
|
|
| |
the list of built files and switch the md5.h header to the libiberty
one. This change is needed by gcc4 and it is a major library crank for
libiberty.
tested by many people on many architectures and finally ok'd by deraadt@
|