| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
So do GEOM. Not a pretty sight.
Take all the interesting stuff out of GEOM::disk_create(), and leave just
the creation of the fake dev_t. Schedule the topology munging to happen
in the g_event thread with g_call_me().
This makes disk_create() pretty lock-agnostic, almost lock-atheist.
Tripped over by: peter
Sponsored by: DARPA & NAI Labs
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
in other headers, add a visibility conditional to avoid namespace
pollution in the standards case.
|
|
|
|
|
| |
Reviewed by: bde
Tested on: i386 in ddb
|
|
|
|
| |
sparc64.
|
|
|
|
| |
this no longer happens for callbacks.
|
|
|
|
|
|
|
| |
f/w as 12160 is used, and otherwise, this is just a single channel
variant of the 10160.
MFC after: 0 days
|
|
|
|
|
|
|
|
|
|
| |
pci_cvt_to_bwx.
This doesn't necessarily make bge(4) now actually *work* on an alpha.
It loads, configures, and then about 30 seconds later, my XP1000 hard
freezes. But, hey, it's a start.
Obtained from: gallatin@freebsd.org
|
|
|
|
| |
binary format.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
This my patch has just been committed to the Groff source
repository.
|
| | |
|
| |
| |
| |
| | |
in X/Open case where `u_long' isn't available.
|
| |
| |
| |
| | |
GCC 3.2.1 pre-release (20021009), groff 1.18.1.
|
| |
| |
| |
| |
| | |
uses of iov_base which assume its type is `char *' (in order to do
pointer arithmetic) have been updated to cast iov_base to `char *'.
|
| |
| |
| |
| |
| |
| |
| | |
into corresponding distributions during "make release". (This
also cleans the "slib" distribution up from the .o files.)
PR: misc/43825 (inspired by)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
in seperate directories. This mostly affects RELENG_4 where
not doing so results in ${CHROOTDIR}/usr/src/release being
filled with object files, and "srelease" distribution having
them in.
PR: misc/43825
Prodded by: re (murray)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
One bug fixed: Use getmicrouptime() to trigger reseeds so that we
cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which
returns a stream of pseudo-random bytes, observing the automatic
reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs.
|
| |
| |
| |
| | |
Reviewed by: mux (mentor)
|
| | |
|
| |
| |
| |
| | |
Use the new .hpfa request to append them to English patterns.
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.
Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test
|
| |
| |
| |
| | |
MFC after: 2 weeks
|
| | |
|
| | |
|
| |
| |
| |
| | |
show up in /dev.
|
| |
| |
| |
| |
| |
| |
| |
| | |
than piping thru tr(1). Also prefer case over for+test, as case will
handle regex's nicely.
Note we can't exactly follow the real 2.13 genscripts.sh as we wind up with
multiple "'s in search paths. It is too late tonight to track down why.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In "nroff" mode, italic font renders as an underlined text, which
makes it indistinguishable from the bold text on color monitors
(cons25 terminal type), yet it requires the less(1)'s -R option.
(Refer to the new grotty(1) manpage for details.)
So turn off the color support for now (when generating catpages),
until we figure out what do we do with this new feature. I have
a patch for grotty(1) that tells it to use the "reverse video"
attribute to render the italic font. Once this is accepted, we
can turn color support back on (if there won't be any objections
from the community).
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | | |
These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT.
|
| | |
| | |
| | |
| | | |
that makes almost all characters above 128 "valid".
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
|\ \ \
| | |/
| |/|
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
: 2002-10-07 Werner LEMBERG <wl@gnu.org>
:
: * tmac/doc-common (Ss): Add final `.ns' (similar to `.Sh') to
: suppress additional whitespace after the header.
:
: 2002-10-07 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc-common (doc-volume-operating-system-ateol): New flag.
: (Dt): Use it to improve language localization (especially Russian
: and French).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
: 2002-09-27 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc-common (ds-operating-system-FreeBSD-4.*): New version
: strings.
|
| | | |
|