cegger
c108d28f64
fix grammar: a -> an
2009-10-02 09:38:29 +00:00
pooka
323d1b6573
* allow callers to store a private data pointer behind the ukfs handle
...
* release reference on root vnode before unmounting
(and reaquire the root vnode if unmount fails)
* return correct error value if unmount fails
2009-10-02 09:32:01 +00:00
wiz
3c9c8e60ab
Remove trailing whitespace.
2009-10-02 07:43:15 +00:00
cegger
d08f5c154a
backout wrong changes after I got teached that the vowel *sound* matters
...
and not the spelling letter (which is what I learned at school).
2009-10-02 07:43:01 +00:00
wiz
3dee657aa5
Revert a -> an changes: Adding an 'n' follows pronunciation, not writing.
2009-10-02 07:41:08 +00:00
cegger
bdf8a0a549
fix grammar: a -> an
2009-10-02 07:17:16 +00:00
wiz
b9f34d69ea
Bump date for new allocaddrinfo.
2009-10-02 06:59:37 +00:00
cegger
45db136e91
fix grammar: a -> an
2009-10-02 06:49:23 +00:00
uebayasi
411f51be75
Pass not (struct sdhc_pci_softc *) but (struct sdhc_softc *) to sdhc_intr().
...
No functional change because struct sdhc_pci_softc has struct sdhc_softc as
the 1st member.
2009-10-02 04:38:47 +00:00
uebayasi
384f20ea46
Typo in comment.
2009-10-02 04:33:58 +00:00
tsarna
8f2ae3e0c7
Missed name and date on last
2009-10-02 04:26:52 +00:00
mrg
59f9a2c36f
add a note about accidental compiled/xkb symlinks appearing
2009-10-02 03:13:23 +00:00
tsarna
1f4f234ea9
Introduce allocaddrinfo(3) to make writing getaddrinfo() nss plugins easier.
...
Discussed on tech-net.
2009-10-02 02:45:28 +00:00
mrg
0086b255f2
don't create xkb/compiled as a directory any more.
2009-10-02 00:00:59 +00:00
pooka
f9a183b5d6
Checkpoint some work-in-progress for USB support in rump (currently
...
with limited scsi@umass support). However, not useful for anything
before I get the ugen-to-rump usb host controller cleaned up and
checkpointed.
2009-10-01 21:46:30 +00:00
pooka
73ad6a8b6e
add a new init-related calls
2009-10-01 21:43:29 +00:00
dsl
b7ab3bd781
Add example of how to use the ?: modifier properly.
2009-10-01 21:40:31 +00:00
martin
5526bb0709
If TARGET_FLOAT_FORMAT is not IEEE_FLOAT_FORMAT (i.e. we have no NaNs),
...
do not compile special code to fix up different NaN values.
Re-enable complex support functions in libgcc for vax.
2009-10-01 20:07:09 +00:00
jmmv
b478d8712d
Recognize PCI_PRODUCT_ATI_RAGEGLPCI. Works on a PowerMac G3 B&W running
...
NetBSD/macppc.
2009-10-01 19:02:27 +00:00
tsarna
a4329df0cc
mdnsd enhancements and fixes:
...
- Enhance the built-in drop-privs support and use it instead of
having the rc.conf do it. Avoids log error on startup.
From OpenSolaris, with enhancements.
- Add dumping of the unicast server list to the DumpStateLog
debugging output, a'la Mac OS X.
- Fix a locking botch that caused warnings in the log.
- Fix FILE leak. From OpenSolaris.
2009-10-01 16:36:20 +00:00
pooka
5ef3483b17
children of mainbus, attach (well, one child, iff it happens to be around)
2009-10-01 15:21:38 +00:00
pooka
bea18fb702
Add dealloccnt to list of things to be considered in the stetson-harrison
...
decision making algorithm for flushing a wapbl transation.
2009-10-01 12:28:34 +00:00
tron
65817d0cbb
Build the "MONOLITHIC" kernel configuration by default and include
...
in the release.
Using the modularise "GENERIC" kernel on an existing NetBSD 5.0 system
is difficult and error-prone. The "MONOLITHIC" kernel provides an
easy way to test a new kernel or to upgrade an existing system.
2009-10-01 11:51:03 +00:00
jmcneill
c197f0ba14
In get_descr(), initialize dd_descr to an empty string before probing
...
ATA and SCSI identification. Fixes issues with xbd and raid.
2009-10-01 10:41:03 +00:00
tron
0b95c5420c
Disable stack protection warnings for "uds_daemon.c" which allocates
...
variable sized buffers on the stack.
2009-10-01 10:01:14 +00:00
tron
fd27aaa40c
Disable stack protection warnings for "dnssd_clientstub.c" which allocates
...
variable sized buffers on the stack.
2009-10-01 09:35:08 +00:00
spz
f1afa0902b
Make sure that numerical signals and pids are in range for their types.
...
Fixes PR bin/42143
2009-10-01 09:24:38 +00:00
skrll
1521a0436b
MAXPAGESIZE got bumped to 0x200000. Use -z maxpagesize=0x100000 until
...
someone(tm) decides that kernels should have that alignment, etc.
2009-10-01 09:15:19 +00:00
skrll
a5f3419efe
Fix up mwait/monitor now that gas has been fixed.
2009-10-01 09:13:54 +00:00
skrll
d7567abc6b
Switch amd64 to binutils 2.19.1.
2009-10-01 09:12:44 +00:00
pooka
5b19885537
Turn a KASSERT into a panic. I don't want us to be randomly
...
overwriting memory on non-DIAGNOSTIC kernels if resource estimation
fails.
2009-10-01 07:42:45 +00:00
wiz
074d401449
Add Xref and config line for wb(4).
2009-10-01 05:42:22 +00:00
wiz
fea6ba46fc
Sort SEE ALSO.
2009-10-01 05:42:09 +00:00
mrg
886e69d9fd
properly fix the xkbcomp output, and make compiled a symlink.
2009-10-01 02:27:59 +00:00
tsarna
8916f23603
Note mDNSResponder
2009-10-01 00:25:14 +00:00
tsarna
7b256d8f31
Two minor tweaks:
...
- Build with MDNS_VERSIONSTR_NODTS a'la OpenSolaris, to exclude
__DATE__/__TIME__, for repeatable builds.
- log under "mdnsd" instead of "mDNSResponder" to reduce confusion.
2009-10-01 00:22:03 +00:00
jmcneill
521589e2d5
add wb(4) man page.
2009-09-30 22:32:04 +00:00
jmcneill
c05491c171
Need sdmmc* at wb?
2009-09-30 22:19:00 +00:00
jmcneill
deed0dfdad
wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
2009-09-30 20:54:56 +00:00
jmcneill
e7a9e26c28
wss@acpi doesn't make much sense on amd64, so remove it
2009-09-30 20:49:07 +00:00
jmcneill
beb3879990
add and enable wb(4)
2009-09-30 20:47:09 +00:00
jmcneill
6c62f91733
Initial import of an SD/MMC driver for the Winbond W83L518D (and probably
...
W83L519D) Integrated Media Reader with PNP bus attachment glue.
2009-09-30 20:44:49 +00:00
pooka
89f6fc1189
remove leading whitespace. no functional change.
2009-09-30 18:22:29 +00:00
pooka
ce467a3bc2
* fix a race i introduced almost two years ago in rev 1.116:
...
operations creating a node cannot be considered outgoing operations,
since after return from userspace they modify file system state
by creating a new node. if we do not protect the file system by
holding the directory lock, a lookup operation might race us into
the kernel and create the node earlier.
* remove pnode from hashlish before sending the reclaim faf off to
userspace. also, hold pmp_lock while frobbing the list.
2009-09-30 18:19:17 +00:00
apb
db5a8e6176
Document the fact that wpa_supplicant won't start properly unless
...
/usr is mounted by mountcritlocal.
2009-09-30 18:17:22 +00:00
njoly
33042a7b04
Be robust against an invalid timer period value.
2009-09-30 15:22:11 +00:00
blymn
715f616958
Update the 4965agn firmware, the updated iwn driver requires the new
...
firmware.
2009-09-30 11:48:22 +00:00
wiz
5746a940f5
Don't print "Archive:" line if quiet flag is set.
2009-09-30 10:04:54 +00:00
elad
55a6f2a937
Remove stale references to the "read only at securelevel [12]" flags in
...
the documentation and code comments.
2009-09-30 04:30:50 +00:00
tsarna
0778784561
Correct version number for libdns_sd to match last-minute change
2009-09-30 03:41:12 +00:00