Age | Commit message (Collapse) | Author |
|
Tune the asm slightly to avoid using the stack and use smaller instructions.
Pass threxit() a NULL pointer.
seemed okay to kettenis@
|
|
might pick it up from a polluted environment.
Requested by halex@, ok ajacoutot@ halex@
|
|
they apply.
ok oga@ deraadt@
|
|
- sort usage() for midicat
- tweak a bit of unclear wording
ok ratchov
|
|
From: giovanni <qgiovanni at gmail dot com>
|
|
of code that becomes unused. Few command line arguments changes are
required though:
- stream definitions (-ios) now must follow devices definitions they
are attached to (-fMn)
- the -n option is now a special "loopback" device and is thus used
like -f, eg it must precede streams
- in midicat, midi thru boxes are not created automatically anymore,
the new "-M" option must be used for that
- channel numbers (-Cc options) correspond always to channel numbers
of the hardware.
- the -u option isn't needed anymore
- increase the log verbosity so user errors are logged
without using -d
tested by many, help from jmc
|
|
not return. This diff produces no binary change.
diff from Michael W. Bombardieri.
ok dlg@, claudio@
CV: Enter eog. Lines beginning with `CVS:' are removed automatically
|
|
method for modifying the document root if chrooted, so currently this
allows the user to run the same configuration file with a chrooted and
an non-chrooted setup.
|
|
Thanks Emeric Boit for reporting me this.
ok millert@ espie@
|
|
|
|
|
|
|
|
|
|
tested by dcoppa@, ok krw@, miod@
|
|
accessors or the byte-swapped accessors, depending upon the byteswap setting
of the device we are trying to attach.
This allows for the removal of byteswap knowledge from ioc(4) and iof(4)
drivers.
While there, build pci_chipset_t md structs by bcopy'ing a template and
filling the few runtime fields, instead of assigning every field of them.
|
|
This mandatory function will get invoked in pci_probe_device(), and allows
a pci host driver to alter the pci_attach_args passed to a device when
attaching.
This function will also, if returning non-zero, cause the device to be
skipped completely during all the phases of the PCI device discovery
(i.e. ressource enumeration, ressource assignment, and actual attachment).
This particular feature is experimental and might be reverted in the future
(or the scope narrowed to device attachment only).
A dummy #define pci_probe_device_hook() 0 is added to all platforms except
sgi, where real functions (currently only returning 0) are added; real meat
will be added shortly.
Discussed at s2k11, no objection from the usual suspects.
|
|
by ajacoutot@, thx), to be linked in and activated alongside wscanf...
|
|
As kettenis@ pointed at,
http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html
has the following:
The Open Group Corrigendum U033/8 is applied. The %V conversion
specifier is changed from "Otherwise, it is week 53 of the previous
year, and the next week is week 1" to "Otherwise, it is the last
week of the previous year, and the next week is week 1".
In effect, strftime(3) with the "%V" format will now return "52" instead
of "53" for days in January before the first Monday, when January 1st
falls on a Friday, Saturday, or Sunday.
ok kettenis@ millert@
|
|
pointed out by Loganaden Velvindron/brad
|
|
|
|
the python's subprocess' test.
|
|
if desired, they can be overridden in the CSS file.
Suggested by kristaps@, and i always like to simplify code.
|
|
tested by Atanas Vladimirov on a CardBus device with one physical port
|
|
|
|
|
|
of -Ofragment and -Tman; using input from jmc@ and kristaps@.
|
|
ok gilles@ chl@
|
|
Implement .Rv in -Tman.
Let -man -Tman work a bit like cat(1).
Add the -Ofragment option to -T[x]html.
Minor fixes in -T[x]html.
Lots of apropos(1) and -Tman code cleanup.
|
|
reject non-padded files with an irrelevant error message, and newer firmware
won't mind the extra bytes.
|
|
the VBR page (quick workaround until the VBR page is relocated as has been
done on mvme88k)
|
|
|
|
control, and enjoy the joys of write back (16% performance improvement for
non-cpu bound workloads).
While there, there is no need to map the page tables cache inhibited on
88100 systems; they only need to be write-through, and snooping will do the
rest.
Kernel WB is still disabled on 88110 SMP kernels, until the last MP bootstrap
bug is understood and fixed.
|
|
and use function pointers to invoke them (if they can't be choosen at
compile-time depending upon the kernel configuration).
The routines now get the new pte value as an extra argument; they don't use
it yet, but code I am working on will soon on 88110.
|
|
|
|
performed much earlier in the processor startup.
No visible change, paves the way for the much important diff three commits
from here.
|
|
reading it failed, ${pexp} ended up as the empty string and the script
would send SIGTERM to init(1), which was really inconvenient.
Fix that by never allowing pexp to become empty.
My patch considerably simplified by and ok ajacoutot@.
|
|
command line options.
Problem noticed by Markus Lude.
|
|
ok aja@
|
|
|
|
console. The 'command' key is now the alt modifier.
Based on a diff from shadchin@ with inputs from miod@
ok shadchin@, miod@
|
|
|
|
its _flags in rc.conf(8).
When the rc.d(8) system starts a daemon, it will record its pexp under
/var/run/rc.d/rcscriptname and use that to interact with it (errors in
creating /var/run/rc.d or missing pexp file are non fatal, the framework
will just fallback to what it currently does).
deraadt@ doesn't mind a long as it doesn't come in the way of people
manually managing their daemons.
discussed with and input from sthen@ halex@ robert@ schwarze@
ok sthen@ robert@
|
|
digits are preceded by a blank instead of a 0) and not %d (POSIX).
ok jasper@ guenther@
|
|
utilities were already part of 2BSD. Also credit Bill Joy as the author.
Document the HISTORY of options.
Say a bit more about the fate of whereis(1).
All information found on http://minnie.tuhs.org/cgi-bin/utree.pl
and in the OpenBSD, NetBSD, and FreeBSD CVS trees.
Using feedback from jmc@.
|
|
|
|
if you press F ^C, you would be left at a prompt at the end of the file.
ok nicm@
|
|
|
|
the path
|
|
local kbs changes (^H -> \177) with using the new xterm+kbs fragment.
ok deraadt dcoppa
|
|
|