jnemeth
2dac444cfe
fetch /etc/dhcpcd.conf from the correct place when building the system
2009-05-13 23:44:26 +00:00
wiz
0ef2a88d96
New sentence, new line.
2009-05-13 23:03:54 +00:00
wiz
6937bb0cf0
Sort option descriptions.
2009-05-13 22:36:39 +00:00
pgoyette
1463b8efaf
1. Extend CPU probe of Intel processors to handle extended-models. This
...
allows us to properly identify new Intel 45nm processors, Core i7,
Atom, and the 45nm Xeon MP.
2. Properly decode several new Intel cache descriptors, as listed in the
most recent (March 2009) edition of Intel's Application Note 485.
3. Convert decode of the various features masks to use the newly added
snprintb_m(3) routine.
Addresses my PR bin/41289
Addresses my PR bin/41290
2009-05-13 22:25:51 +00:00
christos
a1776a6de9
make this compile where size_t is not unsigned int.
2009-05-13 03:21:41 +00:00
plunky
ab1f45acf7
update to use the new Service Discovery API
2009-05-12 21:50:38 +00:00
plunky
309b0691a2
add an exit hook at the tap so that on the way out (for whatever reason),
...
btpand will mark down the interface.
2009-05-12 21:21:23 +00:00
plunky
493f204d6d
rework the channel shutdown code path, each channel now has its own
...
action to process which separates the server and client code.
2009-05-12 21:08:30 +00:00
plunky
3be8934b8b
rather than debug message, exclaim in error for failed set filter
2009-05-12 19:57:59 +00:00
plunky
170631f4a8
update to use new sdp(3) and sdp_data(3) APIs
2009-05-12 18:39:20 +00:00
wiz
2407dcceaa
New sentence, new line.
2009-05-12 14:56:22 +00:00
tsutsui
5164332007
Fix for -Wcast-qual.
...
XXX want wscons...
2009-05-12 14:15:31 +00:00
plunky
cf71b1e8c5
no longer needs libsdp
2009-05-12 13:11:18 +00:00
plunky
c9c58ee818
does not need libsdp any longer
2009-05-12 13:09:43 +00:00
wiz
9793fd6bf2
Sort sections, fix section header.
2009-05-12 10:27:53 +00:00
plunky
dfbf818a22
Add in the new Service Discovery Protocol API as announced previously in
...
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html
in lib/libbluetooth, add new SDP functions and bump minor version
replace usr.sbin/sdpd with new version
install sdp.h and sdp.3 from lib/libbluetooth
(Don't remove libsdp yet since some programs still refer to it)
2009-05-12 10:05:06 +00:00
jnemeth
8714d998c8
install /etc/rc.d/dhcpcd as well
2009-05-12 02:17:49 +00:00
jnemeth
363f93e8d1
install /etc/dhcpcd.conf
2009-05-12 01:53:07 +00:00
plunky
539b5ab318
Ensure that these programs continue to build while I am in the
...
process of updating the Service Discovery Protocol API.
2009-05-07 18:08:55 +00:00
spz
fd8187a569
adjust the ADMINPORTDIR to match that of racoon (with which it'll want to talk)
...
fixes PR 41376
2009-05-07 09:31:40 +00:00
lukem
bb51419c1e
Add reminder to confirm the ffs format using dumpfs(8).
2009-05-07 07:09:49 +00:00
lukem
7c56c3165d
refer to FFSv1 instead of UFSv1
2009-05-07 07:03:39 +00:00
lukem
18f0896759
Display the superblock format as the second line ("FFSv1" or "FFSv2").
...
No need to display the magic format further down.
2009-05-07 06:40:38 +00:00
wiz
cc8e7a968a
Add missing apostrophe.
2009-05-04 22:31:36 +00:00
wiz
36ad9ca39e
Remove superfluous comma.
2009-05-04 20:54:50 +00:00
wiz
d85266f985
Fix formatting. New sentence, new line.
2009-05-04 20:47:48 +00:00
wiz
274aaf51a5
New sentence, new line.
2009-05-04 19:11:49 +00:00
kefren
975948c441
Fix formatting for printing size_t
2009-05-03 07:24:55 +00:00
plunky
e5826973cc
add a noisy debug message for overlong packets
...
(I do get them from my phone)
2009-05-02 20:13:44 +00:00
plunky
02f520acc7
use assert() instead of _DIAGASSERT()
...
suggested by emax@freebsd
2009-05-02 20:07:51 +00:00
christos
11a630f123
easier done with a goto instead of closing in each error.
2009-05-02 16:19:36 +00:00
elad
0b783346d2
PR/41332: Jason V. Miller: paxctl(8) leaks file descriptors
...
Always close(fd) before returning.
Thanks for the report!
2009-05-02 06:01:30 +00:00
pooka
45ef580f17
Merge librumpfs_ufs into librumpfs_ffs. This reflects what happened
...
with the ffs kernel module and follows the trend of retiring ufs.
It also allows to get rid of a special case kludge in runtime module
loading, since ufs was not really a module. librumpfs_ufs is now
obsoleted and ffs consumers should be linked solely against
librumpfs_ffs.
2009-05-02 01:15:52 +00:00
agc
b79fe05de0
Get rid of files which aren't used
2009-05-01 23:40:32 +00:00
nakayama
c7386761f6
WARNS=4 fixes.
2009-04-30 16:10:10 +00:00
nakayama
4ff5774174
WARNS=4 fixes.
2009-04-30 07:45:28 +00:00
nakayama
1d09b9bbae
More WARNS=4 fixes, for sparc and sun3.
2009-04-29 09:13:58 +00:00
joerg
70e3d67b70
Create images with 0666 - umask, not 0777 - umask (e.g. without x bits).
2009-04-28 22:49:26 +00:00
nonaka
50010e742d
Fix WARNS=4 issues.
2009-04-28 10:57:24 +00:00
lukem
103ca7bc06
Fix issue I introduced in WARNS=4 -- addition of extra argument to default argv.
...
Found & fixed by Geoff Wing.
2009-04-28 08:32:56 +00:00
mlelstv
094ee5306f
don't discard const qualifiers
2009-04-26 19:56:20 +00:00
mlelstv
4c90ae5cf0
don't discard const qualifiers
2009-04-26 19:24:18 +00:00
lukem
e92226ab69
Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
...
Fixes PR bin/41283
2009-04-26 04:54:27 +00:00
lukem
7a4c7e7ffc
Fix WARNS=4 issues (-Wextra -Wcast-qual).
...
Resolves PR bin/41282
2009-04-26 01:51:07 +00:00
lukem
a3417b09b0
WARNS=1 for pf
2009-04-23 05:25:06 +00:00
lukem
74f7394a13
Allow WARNS=4 after Christos' fix sys/cdefs.h
2009-04-23 01:37:55 +00:00
lukem
6c17577005
Fix -Wsign-compare issue
2009-04-23 01:36:56 +00:00
christos
33c521093c
WARNS=4
2009-04-22 18:10:38 +00:00
lukem
d877c4c3c0
Enable WARNS=4 by default, except for:
...
cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest
kimpersonate kstash ktutil makefs ndbootd ntp pppd quot
racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump
traceroute traceroute6 user veriexecgen wsmoused zic
(Mostly third-party applications)
2009-04-22 15:23:01 +00:00
joerg
e7f29a3386
Split fsck during boot into two phases. Check the root file system
...
first, mount root and run the various disk providers. Add swap and
check the remaining file systems after that.
This breaks the dependency cycle for lvm, which needs writeable /dev.
Depend on rndctl in cgd.
2009-04-21 16:08:57 +00:00