matt
0fb35cae8c
Get CLOCKBASE from opt_ppcparam.h.
2003-03-17 23:24:41 +00:00
matt
ecc8926154
Add CLOCKBASE=100000000
2003-03-17 23:23:47 +00:00
matt
bff46769b9
fix typo in comment.
2003-03-17 23:15:33 +00:00
itojun
b5dda3e238
From: "Jason L. Wright" <jason@thought.net>
...
The man page for getaddrinfo() and RFC2553 says it should return EAI_NONAME
for the case where hostname != NULL, hostname is not a numeric string and
ai_flags has the AI_NUMERICHOST bit set. Instead, it returns EAI_NODATA
for this case. The diff below makes it return EAI_NONAME for this case.
This is why ntpq and ntpdc from ntp-4.1.74 can't resolve hostnames,
but work fine with numeric strings like ::1 or 127.0.0.1.
2003-03-17 23:10:25 +00:00
fvdl
ba893423e9
Note recent x86_64 changes.
2003-03-17 23:05:41 +00:00
hannken
afb54fa917
Add hardware accelerated copy/erase ops.
2003-03-17 18:39:23 +00:00
matt
582f976e54
Add __HAVE_GENERIC_SOFT_INTERRUPT support.
2003-03-17 16:54:16 +00:00
matt
c7b0df67b4
Add CLOCKBASE to opt_ppcparam.h.
2003-03-17 16:53:52 +00:00
matt
631dbeba1a
Use generic softintr. switch from consinit to explicit cnattach
...
framework. Use bus_space for access register access.
2003-03-17 16:42:47 +00:00
matt
f27033251e
Use a subregion for the mac's ethernet registers. Shaves 512 bytes
...
from the driver.
2003-03-17 16:41:15 +00:00
mycroft
f63d692921
Build COFF targets. Some embedded tools really, really want this.
2003-03-17 15:53:50 +00:00
itojun
9e2d007f93
enable RSA blinding by defualt. from bugtraq posting <3E758B85.6090300@algroup.co.uk>
2003-03-17 14:33:50 +00:00
toshii
45469b1ffc
Fix a memory leak in emuxki_voice_new.
...
Pointed out by Izumi Tsutsui in the current-users mailing list.
2003-03-17 12:29:09 +00:00
toshii
92684e028b
Make emuxki_voice_set_audioparms return EINVAL if invalid sample rate
...
is passed.
2003-03-17 12:20:27 +00:00
jdolecek
104bc312b7
add kqueue support
2003-03-17 11:39:16 +00:00
jdolecek
b26a2a3bdd
no need to export union_vfsops here
2003-03-17 10:31:14 +00:00
jdolecek
b712ffbfbd
add comment for one NULL union_vfsops member
2003-03-17 10:28:41 +00:00
jdolecek
ad5a73ba6b
build and install union LKM now that it works
2003-03-17 09:18:53 +00:00
jdolecek
46eb0d5bf0
make it possible for UNION fs to be loaded via LKM - instead of
...
having some #ifdef UNION code in vfs_vnops.c, introduce variable
'vn_union_readdir_hook' which is set to address of appropriate
vn_readdir() hook by union filesystem when it's loaded & mounted
2003-03-17 09:11:29 +00:00
jdolecek
0e2c1bbb82
apparently variable 'buf' in vn_readdir() shadows some global symbol,
...
remove from prototype
2003-03-17 09:06:40 +00:00
jdolecek
babb6ed282
drop some variable names from physio() prototype - e.g. 'minphys' shadows
...
global minphys()
2003-03-17 09:05:30 +00:00
wiz
42a6975065
Improve English, sort SEE ALSO.
...
XXX: list of valid charclasses should be added.
2003-03-17 08:49:46 +00:00
wiz
f885d77c51
Drop trailing space.
2003-03-17 08:41:31 +00:00
wiz
64e132da8b
Fix typo.
2003-03-17 08:39:54 +00:00
wiz
aae776727f
Use .Dv in some places, add "function" in another, and sort SEE ALSO.
2003-03-17 08:33:45 +00:00
wiz
0d4f93ac07
Use Dv in some places, and sort SEE ALSO.
2003-03-17 08:29:44 +00:00
wiz
70fd69c1f5
New sentence, new line; bump date for recent changes.
2003-03-17 08:19:22 +00:00
wiz
c434363e30
Bump date for recent change.
2003-03-17 08:16:10 +00:00
wiz
2df55409df
Update date for recent changes.
2003-03-17 08:15:07 +00:00
wiz
bb0017433e
Bump date for BRIDGE_IPF description.
2003-03-17 08:01:58 +00:00
wiz
676e42ffce
Consistent tab usage.
2003-03-17 08:00:38 +00:00
martin
358b4d4e49
When being passed bogus file descriptors make close(2) return EBADF.
...
From Stephen Ma in PR kern/20762.
2003-03-17 07:57:13 +00:00
wiz
a798d4ff8e
Consistent tab usage.
2003-03-17 07:45:04 +00:00
wiz
0385ba9e85
Fix section in Xref.
2003-03-17 07:30:38 +00:00
wiz
644690013e
Replace some man macros with mdoc macros, and clean up a bit.
2003-03-17 07:28:59 +00:00
rafal
090fac3d8b
Update for devopen() change.
2003-03-17 03:07:14 +00:00
rafal
5bd093cfbd
If the boot device starts with a PCI bus spec, skip over that when looking
...
for a boot device type; this gets the boot.ip32 booting a kernel off disk.
While here remove some unrolled string compares in favor of strncmp() to
make code more readable.
2003-03-17 03:04:51 +00:00
martin
b38f12bdd4
Fix a race condition where a writer could already have closed the fifo
...
before the reader woke up - this made the reader loop again, waiting
for another writer, even though there was input available.
Thanks to Jaromir for spotting the real cause and sugesting a solution.
This should fix PR port-sparc64/20283.
2003-03-17 00:06:24 +00:00
wiz
5ef9540a69
hexadecimal, not hexidecimal.
2003-03-16 21:55:14 +00:00
wiz
447edbab8d
hexadecimal, not hexidecimal. Reported to the authors.
2003-03-16 21:54:46 +00:00
wiz
8d68f8869a
hexadecimal, not hexidecimal. PR 20738 by Igor Sobrado.
2003-03-16 20:41:33 +00:00
fvdl
3306d06ea7
Don't use bitfields, make the fxsave structure packed instead. Makes
...
life a bit easier (for i.e. taking the address of a field).
2003-03-16 20:35:28 +00:00
cjep
de21c5e413
kernal -> kernel
2003-03-16 19:42:09 +00:00
jdolecek
4b261fc76f
allocate majors for vmmon/vmnet - VMware pseudo devices
...
we have the sources in othersrc tree now, so it's useful to have some
other bits in tree as well to simplify module use
2003-03-16 18:04:08 +00:00
martin
c43762a960
Don't access memory before the start of a file.
2003-03-16 17:44:15 +00:00
jdolecek
9f465ef9fb
fix typo
...
from PR misc/20751 by Igor Sobrado
2003-03-16 16:58:46 +00:00
jdolecek
8de2ac78dc
fix typos
...
from PR misc/20752 by Igor Sobrado
2003-03-16 16:57:53 +00:00
toshii
36a24737cd
Fix recording with formats other than 16 bit slinear_le, based on the
...
patch submitted as kern/20620.
2003-03-16 16:33:48 +00:00
fvdl
cc8c490f0c
Adapt for changed struct reg
2003-03-16 16:26:58 +00:00
fvdl
f6215de412
Sync with other reg state structures.
2003-03-16 16:26:11 +00:00