drochner
5529c06d6a
support ntp_gettime again
...
compile tested by Havard Eidnes
2006-05-31 09:52:27 +00:00
tsutsui
3bd0011e38
Use a proper macro to determine I/O size for DIO-II devices.
2006-05-31 09:32:11 +00:00
tsutsui
35a0a35342
Check scode range for DIO-II based framebuffers correctly
...
in cnattach() functions.
Fixes boot failure problem on HP400t with fb console
reported by Stephan "doomwarrior" on port-hp300.
2006-05-31 09:25:44 +00:00
simonb
f11583fa19
Fix "pointer targets in passing argument X of 'Y' differ in signedness"
...
warnings. Originally, bswap32_region() took a u_int32_t * as its first
argument. Since no args passed to it are u_int32_t *, but some are
int32_t *, change it to int32_t * and fix remaining casts.
2006-05-31 08:09:55 +00:00
simonb
f40854a95b
Bump version to nb2 for gcc bug 26565 fix.
...
Revert date back to gcc branch date of 20060420.
2006-05-31 05:58:41 +00:00
mrg
b435d26d50
add insn-modes.h to the list of header files the gen* programs .lo
...
objects depend on. now usr.bin/gcc4 is "make -j100" safe.
2006-05-31 05:13:20 +00:00
simonb
e8c51d90a5
Pull up gcc svn revision 111934:
...
PR middle-end/26565
* builtins.c (get_pointer_alignment): Handle component
references for field alignment.
Fixes aligned store problems on MIPS described in:
http://mail-index.NetBSD.org/tech-toolchain/2006/05/16/0002.html
http://mail-index.NetBSD.org/tech-toolchain/2006/05/17/0001.html
2006-05-31 05:10:14 +00:00
simonb
d8075254e2
Bye bye sendmail.
2006-05-31 03:30:26 +00:00
tron
bc543810da
Install mailq(1) and newaliases(1) as links to sendmail(1).
2006-05-31 03:06:47 +00:00
tron
19851bbafd
Resurrect "/etc/mail" and "/etc/mail/aliases". Postfix still uses that
...
configuration file.
2006-05-31 02:58:14 +00:00
garbled
fed113c6f4
Rewrite the pci bus attribute decodings to be human-readable by using the
...
proper pcipnp structure file to read them rather than magical array offsets.
Add more complete decoding of the VPD, including extendedvpd, and TLB. While
I was here, fix a bug where we never printed the L1 cache data properly.
2006-05-30 23:56:38 +00:00
freza
fbb6d5fc9e
Remove duplicate definitions of mfdcr()/mtdcr() in favor of a single one
...
in cpu.h
OK Matt Thomas
2006-05-30 22:44:13 +00:00
christos
4ca4d18faa
mention sendmail removal.
2006-05-30 21:27:39 +00:00
nathanw
ea1149c828
mknative run for sparc64.
2006-05-30 21:25:32 +00:00
nathanw
d275c70520
mknative run for sparc
2006-05-30 21:24:12 +00:00
jnemeth
74cf788741
PR/30730 force changing password via chsh fails
...
PR/33502 password aging not working
copy old_pwd to new_pwd before modifying
2006-05-30 19:48:07 +00:00
tron
413df19e55
Remove obsolete sendmail manual pages, add postfix manual pages.
2006-05-30 19:33:26 +00:00
tron
a36ebd2187
Install manual pages mailq(1), newaliases(1) and sendmail(1) to replace
...
the removed sendmail manual pages.
2006-05-30 19:32:28 +00:00
tron
300dbf11e5
Check whether user and group "postfix" exist.
2006-05-30 19:31:13 +00:00
he
eb8171b634
Remove local declaration of the 'fb' attribute now that it's declared
...
globally.
2006-05-30 19:19:36 +00:00
tron
73575a68a2
After removal of "sendmail":
...
- Remove the code dealing with "sendmail" updates.
- Don't check for the existence of user and group "smmsp" any more.
- Remove "/etc/rc.d/smmsp" and "/etc/rc.d/sendmail" because there defaults
have been removed from "/etc/defaults/rc.conf".
2006-05-30 05:53:24 +00:00
nathanw
6c6d4376da
Support .native in an objdir, so I can keep more than one around at a
...
time.
2006-05-30 04:22:40 +00:00
jnemeth
4d5f1df695
add BQS
2006-05-30 03:54:20 +00:00
christos
7754caa257
remove some more smmsp for sendmail.
2006-05-30 02:10:01 +00:00
uwe
bcd4abc305
If tty that we open already has hpf1275a line discipline set, don't
...
spawn new pseudo-device and wskbd instances.
XXX: The logic for exclusive use needs to be thought out better, but
for now this should at least prevent scores of new hpf1275a/wskbd
being attached if you accidentally set this line discipline on your
serial console.
2006-05-30 01:14:38 +00:00
christos
2cbaed172f
Remove sendmail.
2006-05-30 00:42:29 +00:00
christos
10ff9d9641
Remove sendmail (requested by core@ and security-officer@)
2006-05-30 00:42:28 +00:00
christos
ace25de76c
Remove sendmail (approved by core)
2006-05-30 00:40:22 +00:00
uwe
f7d6597db0
Miscellaneous cosmetics.
2006-05-29 23:01:08 +00:00
uwe
5807cbeb31
Propagate "static" to linesw method defintions.
2006-05-29 22:17:26 +00:00
garbled
6a298274ec
Add code to decode small vendor items that are documented. Namely we can
...
now decode the chipid, and L2 processor affinity data.
Also fix a bug where we were reporting the service processor type as a
memory controller.
2006-05-29 22:11:15 +00:00
wiz
a58ea03a37
Improve documentation for ! in check_devices_ignore_paths.
2006-05-29 22:07:25 +00:00
jnemeth
d7635ff0b0
missed check for malloc() returning NULL
2006-05-29 21:55:41 +00:00
uwe
b2d14e97a2
Constify hpf1275a_wskbd_keymapdata.
2006-05-29 21:27:16 +00:00
rittera
98c1d0c0f5
Replaced some #ifdef NDIS_LKM's which were commenting out debugging
...
information with #ifdef NDIS_DBG. Also added a commented out #define NDIS_DBG
to ndis_var.h.
2006-05-29 20:49:03 +00:00
nathanw
9eca809736
More generated files for mipseb
2006-05-29 19:50:12 +00:00
nathanw
8f1f45f7a6
More generated files for arm
2006-05-29 19:50:02 +00:00
nathanw
a09a30f8de
More generated files for alpha
2006-05-29 19:49:54 +00:00
nathanw
0975b7919f
mknative-generated files for powerpc
2006-05-29 19:45:49 +00:00
nathanw
e1ac71aab3
mknative-generated files for mipseb
2006-05-29 19:45:09 +00:00
nathanw
d17fd32805
mknative-generated files for arm
2006-05-29 19:44:48 +00:00
nathanw
0d8bfa8fa0
mknative-generated files for alpha
2006-05-29 19:44:28 +00:00
nathanw
772c8321d8
mknative-generated files for i386.
2006-05-29 19:43:39 +00:00
nathanw
5b40db0f34
This file is now mknative-generated per arch.
2006-05-29 19:42:37 +00:00
nathanw
5516924be5
These are now per-arch generated by mknative.
2006-05-29 19:35:51 +00:00
liamjfoy
27f99986a6
bump date (.Dd)
2006-05-29 19:35:31 +00:00
nathanw
320fc8a318
Pull in a change from GDB CVS:
...
2006-01-15 Mark Kettenis <kettenis@gnu.org>
* arm-tdep.c (arm_return_value): Change type of readbuf and
writebuf arguments to `gdb_byte *'.
2006-05-29 19:33:54 +00:00
nathanw
27dd8a33e6
Adapt to mknative.
2006-05-29 19:27:22 +00:00
nathanw
8137e86b46
Add build glue.
2006-05-29 19:26:34 +00:00
nathanw
2eb9131345
These files are now generated by the build.
2006-05-29 19:26:24 +00:00