nakayama
89f2cb29c8
Add xref to ofctl(8).
2009-12-19 23:10:57 +00:00
pooka
0ab737e1d6
add ranty rant about data storage in tmpfs
2009-12-17 14:06:38 +00:00
pooka
0446aae700
Call ukfs_part_release(). For completeness and educational value.
2009-12-13 21:16:54 +00:00
nakayama
1c54a66d99
System utilities, boot programs and kernel modules are machine
...
(port) specific not CPU, so use MACHINE not MACHINE_ARCH.
2009-12-13 05:01:32 +00:00
pooka
abcee849c9
This is linked against rumpnet_sockin, so it should not be linked
...
against rumpnet_netinet anymore.
2009-12-11 16:46:27 +00:00
kardel
142d831562
Merge ntp 4.2.4p8
2009-12-08 21:52:05 +00:00
mbalmer
74f49bc48d
s/the the/the/
2009-12-08 09:46:01 +00:00
dsl
111a678bed
VNDIOCSET now returns a 64bit unsigned size.
...
Use compat ioctls if the kernel rejects the request.
Fixes PR/41873.
2009-12-06 16:35:16 +00:00
kiyohara
24a2c2d7c2
Add unistone.
2009-12-06 13:21:37 +00:00
kiyohara
4e74fe3282
Support Infineon UniStone (PBA31308).
...
from Gumstix's bluez-utils-hciattach-pba31308.patch.
tested on Gumstix verdex-pro.
2009-12-06 12:55:46 +00:00
kiyohara
adcbe4e3eb
Fix some bugs.
...
1. Remove O_NDELAY. Please block it. Or read() returns EAGAIN.
2. We want data size. header already read.
3. Call errx(). errno(2) unspecified at now.
2009-12-06 12:47:37 +00:00
kiyohara
c7fee8db52
Check return values.
2009-12-06 12:31:07 +00:00
kiyohara
69144e751e
Fix comment. CSR use BlueCore command.
2009-12-06 12:29:48 +00:00
pooka
70d4493c77
Remove the portalfs kernel file system driver. Replace mount_portal(8)
...
with a version based on puffs. User functionality remains the same.
2009-12-05 20:11:01 +00:00
pooka
a1c4673949
Adapt ukfs users to the new ukfs_part interface.
2009-12-03 14:27:16 +00:00
pooka
3b493fbd05
remove unnecessary LDADD
2009-12-03 14:26:44 +00:00
mbalmer
9b182ae0ac
s/the the/the/
2009-11-22 18:45:27 +00:00
mbalmer
f0a888ee5f
make sense
2009-11-22 18:43:27 +00:00
mbalmer
124961627e
s/the the/the/
2009-11-22 18:40:26 +00:00
roy
431f7b204e
Use resolvconf(8) to manage /etc/resolv.conf
2009-11-21 07:53:59 +00:00
christos
6b6eea3c51
allow comparing v2 and v3 filehandles.
2009-11-19 22:27:26 +00:00
enami
29551a2991
Prevent sign extension when reading device number in ufs1 on disk inode
...
so that devname(3) correctly converts it to device filename.
2009-11-19 02:52:54 +00:00
drochner
86b474fa0d
ANSIfy, sprinkle "const"
2009-11-17 18:58:07 +00:00
drochner
5fbc003349
ANSIfy partially
2009-11-17 18:37:45 +00:00
christos
e6f376b325
Fix pppd for ipv6 link-local addresses. Change the prefix length to 72 bits.
...
Thanks to Nagae Hidetake for providing patches and testing.
2009-11-14 04:47:03 +00:00
mishka
5da27c1396
The ippool(5) manpage mentions ippool.conf (which is also more common
...
name for config files) - add it to distribution. Per <hubertf> suggestion.
2009-11-13 09:51:13 +00:00
dyoung
2bd83a5fc2
Update date.
2009-11-06 20:51:43 +00:00
dyoung
95d78285f1
Teach ndp(8) about override_rtadv.
2009-11-06 20:51:19 +00:00
skrll
96092d9e00
Whitespace.
2009-11-06 15:41:58 +00:00
christos
225e9fc5c1
make this compile.
2009-11-06 15:36:55 +00:00
joerg
3e36bb3dce
Drop __SCCSID. It is only of archeological interest.
2009-11-06 15:00:31 +00:00
chuck
a8036503d8
rev 1.18 un-covered some bugs:
...
1. add_interdomain and add_secure are optional... not all maps use these
keys. if we are unable to add them due to a YPERR_KEY (meaning they
are not being used), then we should not flag this as a general error.
2. if we have a failure (status <= 0) we unlink_db() the temp database
as part of error handling. but we should not overwrite our error
status code with the return value from unlink_db() because if the
unlink_db() works (likely true) than that success will wipe out our
error code and the calling yppush will think we worked.
2009-11-05 21:26:25 +00:00
chuck
1f5ddb4eb6
in the case where ypbind is serving more than one domain (i.e.
...
not just the yp_get_default_domain() domain), we must remove
any old binding files from /var/yp/binding (BINDINGDIR) from
previous runs, or the non-yp_get_default_domain()'s will not
bind properly. add a purge_bindingdir() function that basically
does "rm BINDINGDIR/*.[0-9]" at ypbind startup time.
example case of where this is an issue: bind a second (non-default)
domain. ypbind will create and flock a /var/yp/binding/xxx.2
file for it. stop and restart ypbind. the old /var/yp/binding/xxx.2
file will remain from the previous run. since it is not flock()'d
by the new instance of ypbind, libc functions like yp_master() will
fail without even bothering to talk to ypbind itself. (and ypbind
is totally unaware of the old file...)
2009-11-05 19:34:06 +00:00
chuck
fd40ef4f59
yppush RPC is supposed to return yppush_status error/status codes
...
(e.g. YPPUSH_SUCC, YPPUSH_NOMAP, etc.).
Functions like yp_master, yp_order_host, yp_master_host, and
yp_match_host return YPERR-style error codes. YPERR-style error
codes do not directly correspond to yppush_status codes, so it
is a bad idea to just directly YPERR codes into the yppush return
status value (it causes failing yppush runs to print confusing
error messages).
Change ypxfr.c to convert the YPERR codes to YPPUSH codes.
2009-11-05 15:23:55 +00:00
pooka
597f5b5581
Link fs components into binary instead of loading dynamically now
...
that it's possible (dependency handling changes to rumpuser_dl).
2009-11-05 14:17:07 +00:00
pooka
5866121c7c
more lp64 it's-a-sign! fixes
2009-11-05 13:28:18 +00:00
pooka
07b61426de
WARNS=2 (netsmb is not pointer-sign-confusion-lp64-clean)
2009-11-05 13:26:02 +00:00
pooka
1aa117e65e
lp64 sign comparison
2009-11-05 13:09:56 +00:00
pooka
23517ba3a1
Need to p2k_init() (i.e. fork()) earlier to not lose threads created
...
in rump_init().
2009-11-05 12:00:18 +00:00
pooka
a91d18a45a
pump up the WARNS to 4
2009-11-05 11:41:43 +00:00
pooka
de048bdaae
const woes
2009-11-05 11:40:24 +00:00
joerg
13ed0794d0
Escape literal backslashes.
2009-11-02 00:35:32 +00:00
joerg
d1a4d78e86
Drop undefined macros.
2009-11-02 00:33:34 +00:00
joerg
02c40990a1
Drop ".i0", it is an undefined macro.
2009-11-02 00:29:04 +00:00
joerg
fa47d7aeec
Fix markup.
2009-11-01 20:25:57 +00:00
jakllsch
87dcea5d47
Use documentation prefix.
...
Drop trailing whitespace.
Remove repeated word.
Bump date.
2009-11-01 15:19:19 +00:00
jakllsch
691255789a
Use documentation prefix.
2009-11-01 15:17:59 +00:00
christos
53a85f7e1b
add -DROUTEINFO
2009-10-31 22:32:51 +00:00
christos
2853bbf4b7
use %option instead of #define YY_NO_...
2009-10-29 14:49:02 +00:00
christos
ffd8793875
no need for YY_NO here.
2009-10-29 14:41:02 +00:00
christos
ca70685cf2
option noinput nounput
2009-10-29 14:40:09 +00:00
christos
e5f4435e87
option noinput
2009-10-29 14:39:23 +00:00
christos
aecc92ac3d
option noinput nounput
2009-10-29 14:38:37 +00:00
christos
a4ac032926
no unput
2009-10-28 22:49:38 +00:00
christos
2f78b1a39a
no unput
2009-10-28 22:37:50 +00:00
christos
6e36ff926d
PR/42239: M. Levinson: paxctl(8) fails since binutils 2.19.1 upgrade
...
binutils-2.19.1 tries to create one note section for all adjacent loadable
note sections, instead of the old behavior where each note is in its own
section. The fix looks at the section headers instead of the program headers
for the note.
2009-10-27 16:27:47 +00:00
tsutsui
359ac4c562
A checksum value in alpha boot block is stored in little endian,
...
so use le64toh() to print it on the host tool.
While here, use consistent (unsignd long long) casts on printing it.
2009-10-26 14:26:25 +00:00
plunky
b04b174c48
after setting the L2CAP link mode in server mode, retrieve the kernels
...
interpretation of it and check specifically for auth when creating the
service record.
2009-10-25 19:28:45 +00:00
wiz
1675d276fa
Bump date for previous.
2009-10-25 01:30:48 +00:00
jakllsch
96c2887e36
Renumber 6bone addresses to documentation prefix.
...
Fix broken URL for totd site.
Add reference to pkgsrc/net/totd.
2009-10-25 01:09:09 +00:00
plunky
f379f083fb
use correct value for 10 Mbps
2009-10-24 20:06:42 +00:00
reed
2d0dbf5439
Change manpage reference from talkd to ntalkd.
...
(Man link does exist, but no binary.)
2009-10-24 12:23:47 +00:00
reed
f20256f240
Fix man page reference from non-existent dhcp(8) to dhcpd(8).
...
Hope this was what was intended.
2009-10-24 12:22:24 +00:00
tsarna
4a827eaa92
Back out mDNS changes which were not discussed.
...
There is design work that needs to be done first.
2009-10-22 22:50:35 +00:00
wiz
aec158cb35
Bump date for mDNS support.
2009-10-22 21:43:28 +00:00
jkunz
bd5b8260f5
Add mDNS Service Directory support to inetd(8).
...
inetd(8) can now advertize services in the mDNS-SD.
(Per service configuration option in inetd.conf(5).)
2009-10-22 16:34:27 +00:00
snj
febb7cce65
Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
2009-10-21 23:12:09 +00:00
snj
550147bd6a
Remove 3rd and 4th clauses in christos' license. OK christos.
2009-10-21 01:07:44 +00:00
snj
1a868936e6
Remove 3rd and 4th clauses. Approved by Mats O Jansson (copyright holder).
2009-10-21 00:01:56 +00:00
pooka
95a13440ba
use rump_pub interface name
2009-10-20 02:14:54 +00:00
pooka
9d203cca46
g/c unused variable
2009-10-20 02:14:12 +00:00
snj
07ce40632e
Follow upstream's lead and remove third and fourth clauses (except on
...
from usr.sbin/mopd/common/pf.c, where only the ad clause is removed,
because it has a shared UCB copyright) on Mats O Jansson's files.
thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares
copyright.
2009-10-20 00:51:13 +00:00
snj
0e24aa0d20
Remove third and fourth clauses, as was done upstream in revision 1.25.
2009-10-19 23:25:43 +00:00
bouyer
6d07b400dc
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
...
for the booring work !
2009-10-19 18:41:07 +00:00
pooka
a4001afaf1
remove abort trap leftover from my testing
2009-10-18 19:58:04 +00:00
pooka
c5e347e2a8
Use new p2k interfaces and make it possible to detach rump_smbfs
2009-10-18 19:38:35 +00:00
pooka
8209f3a11a
adapt to new p2k interfaces
2009-10-18 19:37:25 +00:00
pooka
a64df16285
Remove threading ifdefs. It was never easy to run the nfs client
...
without threads, but now it's even more difficult due to sillyrename
using workqueue, so whoever wants to do it will have to take to
manual fiddling.
2009-10-18 16:02:15 +00:00
pooka
2d07f409b9
Use write through cache here too. Doesn't make the same kind of
...
difference as with smbfs since nfs is "stateless", but better to
have the data on the server ASAP in case some other nods wants to
use it.
2009-10-18 15:57:15 +00:00
christos
b0af10adcf
fix size_t issues on _LP64
2009-10-18 15:23:54 +00:00
pooka
8a8f57910d
Use PUFFS_KFLAG_WTCACHE since it's sensible for a distributed file
...
server (plus it makes write work in the first place since the
descriptors don't get closed before the cache is flushed).
2009-10-18 15:14:13 +00:00
christos
5a6c88acad
pass lint
2009-10-17 22:26:13 +00:00
christos
10dc222174
change to strchr and strrchr
2009-10-17 20:46:03 +00:00
christos
99d395c60f
Make this compile again. I should have tried to compile the patches myself,
...
but ran out of time this morning.
2009-10-16 22:45:18 +00:00
christos
de1256ff71
constification from Paul Ripke to make it compile on OS/X
2009-10-16 12:41:37 +00:00
hubertf
2058a998c8
Fix -p:
...
* rm_eo is the first character *after* the match, so no need for a +1
* Blowfish hashes are only 53 chars long, not 54
2009-10-15 23:03:02 +00:00
plunky
8ac5e94172
reinstate a sentence partly removed in v1.43 regarding the default
...
facility/priority for local kernel messages
2009-10-15 20:35:07 +00:00
joerg
1444b07e5e
Explicitly request literal mode after .Xr.
2009-10-15 02:15:19 +00:00
joerg
45354b5b39
Expand [= prog-name =] in man pages.
2009-10-15 01:28:10 +00:00
joerg
cb83818524
Fix markup.
2009-10-15 00:59:01 +00:00
joerg
dd5fba70d0
Fix markup.
2009-10-14 22:59:11 +00:00
pooka
bf3992af18
Adjust names of external rump control interfaces to match the
...
new rump_pub namespace.
2009-10-14 18:22:50 +00:00
christos
da2c7e7359
- use const where appropriate
...
- don't cast return value from malloc
2009-10-13 12:11:19 +00:00
apb
138c8d4f23
/usr/X11R7/lib/X11/xkb/symbols/pc used to be a directory, but changed
...
to a file on 2009-06-12. Fixing this requires removing the directory
(which we can do) and re-extracting the xbase set (which we can't do),
or at least adding that one file (which we may be able to do if X11SRCDIR
is available).
Reviewed by mrg, snj
2009-10-13 07:47:00 +00:00
yamt
76034769e6
deal with the output of new objdump.
2009-10-13 00:49:38 +00:00
pooka
a5cf1bb4b7
make this compatible with bool.h. no functional change intended.
2009-10-11 16:30:19 +00:00
wiz
0bfda1e22c
Sort sections, fix SEE ALSO. End sentence with dot.
2009-10-11 09:25:19 +00:00
sborrill
f549e36e60
Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices.
...
It offer the following subcommands:
list - shows all child codec
get - get a plist of the chosen codec's widget configuration
set - forcibly reconfigure a specified codec from a plist
graph - generate a graphviz file for the specified codec
2009-10-11 08:57:54 +00:00
pooka
68c5575108
Start cleaner without the sleep(1) hack now that it's possible.
2009-10-09 16:38:21 +00:00
plunky
7583393055
handle device page timeout value as LE
2009-10-09 12:58:28 +00:00
plunky
d8166becbf
use the bt_dev(3) api instead of rolling our own inquiry and
...
request functions
2009-10-08 19:50:03 +00:00
plunky
7efcafc964
fiddle with printing of "Class of Device" values
...
- pass the class of device octet stream to the function
- only print where the format is known (we only know format #0 )
- use language from the Baseband Assigned numbers document
- use bit numbers from the Baseband Assigned numbers document
- add Health device major class
(only these changes this time :)
2009-10-08 19:31:41 +00:00
plunky
3729e633c8
revert previous commit
...
(bah, I committed the wrong version and there are some other
changes that may not work with current sources)
2009-10-08 19:29:42 +00:00
plunky
ba4cd6cd5e
fiddle with printing of "Class of Device" information
...
- pass the octet stream pointer to the function
- only print where the format is known (we only know format #0 )
- use language from the Baseband Assigned numbers document
- use bit numbers from the Baseband Assigned numbers document
- add Health device major class
2009-10-08 19:25:24 +00:00
cegger
82c98410be
fix acpidump segfault
2009-10-08 13:16:13 +00:00
pooka
d07d1f307a
Support disklabels.
2009-10-07 20:59:09 +00:00
pooka
018821014f
No need to ukfs_modload() ext2fs anymore.
2009-10-07 20:11:05 +00:00
plunky
89a4552c35
use the bt_dev(3) API for increased portability
2009-10-05 12:34:26 +00:00
joerg
4ab84a7335
Fix markup. Handle the DECnet documentation like a journal.
2009-10-04 20:53:23 +00:00
jmcneill
204f5f079e
- add newer VIA C7 core and VIA Nano.
...
- when printing an unknown VIA CPU, default to 'Unknown IDT/VIA' instead of 'C3'
2009-10-02 13:54:01 +00:00
tsarna
a8bcd3b5c3
Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.
2009-09-29 23:56:26 +00:00
mbalmer
98c9076713
Rename 'pulse' to 'pulsate' to make clear it is a continuous strain of
...
pulses and and not a single shot pulse that is emitted by devices
supporting this kind of operation.
2009-09-25 20:27:50 +00:00
mbalmer
e5d5fe6e06
Jonatha Kollasch has a GPIO device that can pulse the output lines.
...
Support it wuth the GPIO_PIN_PULSE attribute and the 'pulse' paramater
to gpioctl. Discussed with Jonathan.
2009-09-25 19:37:03 +00:00
apb
8f2b54e18a
Fix errors in previous: "optional" and "ignore" keywords also need the
...
appendfield treatment.
2009-09-22 04:38:21 +00:00
njoly
5fde6173c5
Make do_mtree correctly report failure if either special or
...
NetBSD.dist checks failed, not only the last one.
2009-09-21 18:03:03 +00:00
apb
4f2b672958
Do not print a trailing space on each line with "mtree -C".
2009-09-19 21:41:43 +00:00
apb
4133fb0075
Fix the "mtree -M" problem reported in PR 42031 by Geoff Wing.
...
The cause of the problem was that part of the code assumed that
nodecmp() on two nodes with the same name would return 0, but in
fact nodecmp() would return -1 or +1 if one of the nodes was a
directory and the other was not. The fix is to separate the notion
of whether or not a duplicate name was found from the notion of
where the new node should appear in the list.
2009-09-19 20:42:06 +00:00
plunky
6fe312c1a9
offer some actual information about what PaX might be, and provide
...
tips for further reading.
2009-09-17 08:07:17 +00:00
mlelstv
d2979fb02a
Distinguish between UFS1 and UFS2 inodes by reading the ufsmount structure,
...
the previous heuristic of comparing the size fields of inode and dinode
failed.
2009-09-16 07:27:41 +00:00
skrll
52749c1bca
Rely on the new and "just as awful as the old" hack in the battle of rump
...
vs link sets.
2009-09-14 17:24:20 +00:00
degroote
2d48ac808c
Import pfsync support from OpenBSD 4.2
...
Pfsync interface exposes change in the pf(4) over a pseudo-interface, and can
be used to synchronise different pf.
This work was part of my 2009 GSoC
No objection on tech-net@
2009-09-14 10:36:48 +00:00
plunky
9501383a83
print features from 3.0 + HS spec, including extended features
2009-09-11 19:22:15 +00:00
skrll
b7d7171c7c
Allow this to build while link sets and rump are broken.
2009-09-11 06:48:50 +00:00
mrg
cfb8df7f4f
install the fontconfig files into /etc/fonts/conf.avail, and symlink
...
the default ones into /etc/fonts/conf.d, as per default.
reported by jukka marin on netbsd-users.
2009-09-07 21:07:02 +00:00
mrg
2bd0cf0757
- do not create X11 subdirs always anymore
...
- we now only create them when building X11, and only create the ones
we need (X11R6 xor X11R7)
- all these subdirs are now in the xbase set
- move the logic for running mtree into etc/mtree/Makefile
- split NetBSD.dist into 3 files, and have the build and postinstall handle
creating a possibly merged one. we still have a single installed file
called "NetBSD.dist".
2009-09-07 19:34:29 +00:00
pooka
f59c73ba56
Build & install rump_smbfs
2009-09-06 21:03:27 +00:00
pooka
b0d965c6f5
Add rump_smbfs. It's innards are different from most file systems
...
in two respects:
* in addition to vfs (and networking), it depends on kernel
device code to provide /dev/nsmb
* mounting involves having lengthy chats with the kernel smb
device instead of the typical "parse args and mount(2) away".
Seems to be pretty stable, at least data seems to flow over it
faster than over in-kernel nfs.
2009-09-06 20:26:47 +00:00
plunky
0b2b507e45
bump date for previous
2009-09-01 18:20:14 +00:00
plunky
e4d755d754
add xrefs for bluetooth drivers bcsp(4), btbc(4) and sbt(4)
2009-09-01 18:19:08 +00:00
plunky
ff3abe1407
update/correct printing of HCI version numbers according to the
...
recently published Assigned Numbers documents at www.bluetooth.com
2009-09-01 18:04:33 +00:00
plunky
9abf5ef727
actually exit on errors
2009-08-30 19:24:40 +00:00
hubertf
545302a120
improve wording a bit
2009-08-28 21:19:13 +00:00
christos
12102b7fae
port to non NetBSD systems.
2009-08-27 19:40:06 +00:00
enami
fad8f6cbde
- The value getdbent() returns when no record is found is not -1 but 1.
...
Testing if it returns -1 is always false.
- Use the same expression for the size to write and for the size to
advance a pointer.
2009-08-25 09:27:25 +00:00
wiz
8b0f1ea834
Bump date for previous.
2009-08-24 22:05:26 +00:00
plunky
26f09dd36e
add "imode" parameter to allow setting the Inquiry Mode. This supercedes
...
the "rssi" parameter (which remains for compatibility)
imode takes an argument: "std", "rssi" or "ext"
2009-08-24 20:43:35 +00:00
joerg
f2670f529d
Kill -offset without argument.
2009-08-24 09:45:30 +00:00
skrll
7842ef85bb
No-one wins in rump vs link sets.
...
XXX Someone(tm) needs to fix this properly.
2009-08-21 14:41:22 +00:00
elad
9229a44cd8
PR/41911: Jukka Ruohonen: A bug in veriexecgen
...
Do as suggested and add the missing 'T' to getopt() and update usage.
Thanks for the PR!
2009-08-21 04:09:41 +00:00
he
463a3128d5
Use NOAOUT so that this builds without a.out support, and enable
...
that define if we're building for mips.
2009-08-20 22:26:19 +00:00
he
2a7ab7d442
Define NOAOUT if we're building for mips.
2009-08-20 21:59:12 +00:00
plunky
b7dec17fbf
add a per-unit master setting, to control requesting the master role
...
when accepting connections.
2009-08-20 21:40:59 +00:00
he
74fd55ff5a
Remove what appears to be a spurious include of a.out.h.
2009-08-20 21:25:59 +00:00
wiz
acf7ed853a
New sentence, new line.
2009-08-20 15:59:57 +00:00
joerg
5050cfce50
Simplify.
2009-08-20 15:51:28 +00:00
plunky
c1cd0cdec6
clarify role switching for "switch" option
...
bump date for wiz
2009-08-20 11:45:51 +00:00
wiz
bda39b5016
Bump date for previous.
2009-08-18 21:31:51 +00:00
plunky
b486cef1fe
update the "Class of Device" information, now that the Assigned Numbers
...
documents are available at www.bluetooth.com
2009-08-18 17:40:31 +00:00
drochner
d2c5cda8f9
give up root's supplementary group memberships when switching
...
to _sdpd._sdpd privileges, approved by plunky
2009-08-13 17:50:41 +00:00
wiz
96f565924e
Fix parenthesis problem in ifdef SVR4 code.
...
From Henning Petersen in PR 41839.
2009-08-07 13:55:22 +00:00