lukem
b129d71a05
Fix -Wcast-qual issue
2009-04-23 01:39:47 +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
elad
f68b0219b0
Per discussion on tech-kern@:
...
- Replace use of label/goto with returns
- Rename, change prototype of, and move functions from vfs_subr.c to
genfs_vnops.c
2009-04-22 22:57:08 +00:00
zafer
ec72b79806
Add myself to the list of developers.
2009-04-22 22:47:21 +00:00
ad
a19f73310c
Always write REDHI before REDLO, since REDLO contains the mask bit.
2009-04-22 22:31:26 +00:00
njoly
41f89f9e08
Include string.h for memset prototype.
2009-04-22 21:52:59 +00:00
ad
c1cc516b61
Route all interrupts back to the BP again, for the time being.
...
Distributing them is causing strange problems on some systems.
2009-04-22 21:20:52 +00:00
ad
3a8f4acadc
Make xen kernels build again.
2009-04-22 21:16:40 +00:00
elad
4c30194dc1
There is no vfs_subr2.c.
2009-04-22 20:53:44 +00:00
christos
0f03f83ae4
Avoid information leaks by zeroing memory, from FreeBSD (we had done some
...
already)
2009-04-22 18:44:06 +00:00
elad
3a272cca86
Only check if the port is used if it was specified.
...
Should fix problem reported in
http://mail-index.netbsd.org/current-users/2009/04/22/msg009130.html
2009-04-22 18:35:01 +00:00
christos
ad38869bc4
Adjust for new default location of the pid file.
2009-04-22 18:27:03 +00:00
christos
709ec5958a
Don't log if "." is not writable. In the chrooted environment this is
...
"/var/chroot/named", and there is no reason whatsoever for this to be
writable!
2009-04-22 18:25:24 +00:00
christos
33c521093c
WARNS=4
2009-04-22 18:10:38 +00:00
christos
2c97c53223
Cast the argument of the __BIT to an unsigned type, since it does not make
...
sense for it to be signed and gcc complains if it is.
2009-04-22 18:04:02 +00:00
tsutsui
ba5d4af029
Add UFS2 root and boot support.
2009-04-22 17:21:47 +00:00
tsutsui
af8acc11fd
+/usr/mdec/bootxx_ustarfs
2009-04-22 17:20:15 +00:00
tsutsui
5734d43cbb
Build and install bootxx_ustarfs.
2009-04-22 17:20:08 +00:00
tsutsui
8b99674610
Add ustarfs boot support.
...
This will be useful for disk size independent bootstrap installation image.
2009-04-22 17:13:36 +00:00
tsutsui
398b5dccb5
Install MBR bootcode (/usr/mdec/mbr) after write_mbr().
2009-04-22 16:53:15 +00:00
tsutsui
5cca2f6bf3
Remove a bogus (debug?) message.
2009-04-22 16:51:02 +00:00
tsutsui
c0164d1bfe
Also put /usr/mdec/mbr to install ramdisk to initialize a disk.
2009-04-22 16:43:43 +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
wiz
2b84793049
gcc-4.4.0 out.
2009-04-22 13:31:44 +00:00
joerg
4287c61008
Apply rev 1.21 from src/lib/libcrypto/man/ssl.3:
...
Fix typo.
2009-04-22 13:10:33 +00:00
tsutsui
c4ea44d4b8
Make No_Bootcode message a bit more verbose.
...
XXX: needs translations
2009-04-22 12:38:10 +00:00
tsutsui
134814a80f
Add UFS2 root and boot support.
2009-04-22 12:37:01 +00:00
tsutsui
62e5412d38
Make sure to free(3) memory allocated by asprintf(3) in bootxx_name().
2009-04-22 12:35:46 +00:00
tsutsui
52546eae4e
Put /usr/mdec/bootxx_ffsv2 into install ramdisk.
2009-04-22 12:15:03 +00:00
tteras
95b420bbeb
From Neil Kettle: Fix a possible null pointer dereference in fragmentation
...
code.
2009-04-22 11:24:20 +00:00
tsutsui
2131e68dd1
Put /usr/mdec/bootxx_ffsv2 into install ramdisk.
2009-04-22 11:18:29 +00:00
cegger
88b0eacb84
change pmap flags argument from int to u_int.
...
forgot to commit this.
2009-04-22 10:17:48 +00:00
wiz
48f171ac9f
Mark up NULL. New sentence, new line. Bump date for previous.
2009-04-22 07:26:52 +00:00
wiz
9615f0feb5
Bump date for previous.
2009-04-22 07:19:50 +00:00
dyoung
c378e7997c
For non-AF_LINK ifaddrs, ifa_data is NULL. AFAICT, this has always been
...
so. Say so in the documentation.
2009-04-21 23:27:09 +00:00
nonaka
e4decce5b3
Add SD/MMC related devices.
2009-04-21 22:47:55 +00:00
dyoung
740c7b59d2
To make sure that we always print the active link-layer address in the
...
'address: ' field, don't treat the first address as the active address,
but search the link-layer addresses for the ones flagged IFLR_ACTIVE,
and print those. Extract a subroutine, print_link_addresses(), for
printing link-layer addresses.
2009-04-21 22:46:39 +00:00
nonaka
65b8e3da03
Add SD/MMC releated man pages.
2009-04-21 22:25:05 +00:00
nonaka
d5e185760e
Add ld* at sdmmc.
2009-04-21 22:21:02 +00:00
dyoung
ce947d8aa0
Cosmetic: add some whitespace for my ease of reading.
2009-04-21 22:13:10 +00:00
dyoung
5785e48164
There's no use casting a socket address to sockaddr_dl, only to cast it
...
back to sockaddr, so don't do it.
2009-04-21 21:57:14 +00:00
pgoyette
0583c1ce35
Add man pages for recently imported SD/MMC drivers.
2009-04-21 21:42:53 +00:00
dyoung
5cd12bc44e
Use getnameinfo(3) to render a human-readable link-layer address in the
...
'address: ' line, just as we do in the 'link xx:xx:...:xx' line.
2009-04-21 21:42:35 +00:00
cegger
1d89a182fb
change pmap flags argument from int to u_int.
...
discussed with christos@ on source-changes-d@
2009-04-21 21:29:58 +00:00
christos
b3737fd337
remove dup line.
2009-04-21 18:43:52 +00:00
tteras
fab62310e7
Fix strict_address to work again. The lists needs to be initialized
...
before configuration is read, which happens before my_addr_init() call.
2009-04-21 18:38:31 +00:00
dyoung
4590553b36
Fix indentation: change spaces to tabs.
2009-04-21 18:00:25 +00:00
christos
0b1f6791df
Fix LOCALID expansion (from Anon Ymous)
2009-04-21 17:27:50 +00:00
cube
418489f555
Regen.
2009-04-21 16:36:06 +00:00