Commit Graph

131517 Commits

Author SHA1 Message Date
jmc
b1e985536f Make this work on non-native (ala linux/others) hosts. Pass TOOL_MKTEMP in as
well
2004-11-10 03:55:28 +00:00
christos
4216dabbd0 We need libutil now that openpty is used. 2004-11-10 03:21:02 +00:00
jmc
97b060e9aa This needs u16/u32/u64 defined if it's going to include internals (otherwise
it has to load hypervisor.h which has all sorts of other problems assuming
_KERNEL). Provide the defs before including hypervisor-if.h and then turn
them off afterwards (ala the same as hypervisor.h does
2004-11-10 02:52:11 +00:00
christos
4f7e113b33 Add Solaris mbr id 0xbf. From Larry Lee <lclee at west.sun.com> 2004-11-10 02:41:00 +00:00
christos
88ddc79ebd Add 0xBF for Solaris. From Larry Lee <lclee at west.sun.com> 2004-11-10 02:39:48 +00:00
christos
8beb99c76d Add Solaris bootblock mbr magic (0xbf). This will be in the next version
of Solaris according to Larry Lee <lclee at west.sun.com>.
2004-11-10 02:38:24 +00:00
kent
63a8cde231 save&restore %fs and %gs registers for USER_LDT applications.
PR#26900
2004-11-10 01:12:57 +00:00
lukem
d7ef73e561 fix an error message 2004-11-10 00:29:07 +00:00
agc
956830029e Add a provisional TODO list, culled from some input from Jim Wise and some
other sources.
2004-11-09 19:36:51 +00:00
kent
7a23477c6c remove mixer setting code in *_attach() because ac97_attach() does it. 2004-11-09 16:28:14 +00:00
kent
68ec3173b5 remove mixer setting code in repulse_attach() because ac97_attach() does it 2004-11-09 16:18:58 +00:00
kent
5bea7e5b64 remove unnecessary ac97-related code 2004-11-09 15:57:11 +00:00
wiz
ba12dd34b2 New sentence, new line; standardize AUTHORS section content markup. 2004-11-09 12:09:58 +00:00
kent
57c1715e7b remove mixer setting code in yds_attach() because ac97_attach() does it. 2004-11-09 11:12:54 +00:00
yamt
3bc2a57904 - hide bufq_state in mfsnode from userland.
- move bufq.h into obsolete set.

tested to compile pkgsrc/sysutils/lsof.
2004-11-09 08:46:08 +00:00
rumble
bf6f4a9bbe Various minor grammar fixes. 2004-11-09 04:57:31 +00:00
explorer
d335893c1b Fix warnings of the type: long int format, int arg 2004-11-08 21:30:05 +00:00
christos
440dc51bb7 Don't declare ptys in tty's. None of the other ports do this. 2004-11-08 19:59:07 +00:00
mbw
57baf75956 Reverting.
Apparently these patches cause problems.
2004-11-08 17:36:07 +00:00
kleink
9b087e52c7 From machdep.c:
revision 1.173
date: 2004/11/08 16:11:02;  author: kleink;  state: Exp;  lines: +3 -3
In cpu_getmcontext(), initialize the mcontext_t storage with 0 (not '0').
Reported by Arto Huusko.
2004-11-08 17:05:37 +00:00
wiz
3f1cd2faeb Bump date for FIONWRITE and FIONSPACE. 2004-11-08 16:15:42 +00:00
kleink
9322be4ef5 In cpu_getmcontext(), initialize the mcontext_t storage with 0 (not '0').
Reported by Arto Huusko.
2004-11-08 16:11:02 +00:00
kent
80620cc14f - nuke __P()
- add ac97_codec_if_vtbl::detach()
2004-11-08 14:24:17 +00:00
augustss
015097e0cb Fix kern/28086.
Add another product.
2004-11-08 13:00:07 +00:00
kent
55c5f0f624 ANSIfy and style fixes 2004-11-08 12:10:22 +00:00
petrov
c637afa99a Don't compile sparc64_ipi functions when UP. 2004-11-08 08:55:43 +00:00
dsl
9d34a2e458 More fallout from removing the (int) casts from ctype.h
Should fix PR/28082
2004-11-08 08:05:20 +00:00
kent
a9729ae735 VT8237 is supported.
bump date.
2004-11-08 06:21:54 +00:00
kent
971aa8f6c5 print dmesg correctly for VT8237 2004-11-08 06:20:58 +00:00
lukem
4ffd3a5be3 Redo previous (rev 1.12) in a manner that allows this rc.d script to operate
correctly on ipf(8) from prior to 4.1.3 (where -Fa flushes both protocols)
and 4.1.3 (where -Fa only flushes the current protocol).
Fix from Kimmo Suominen, per private discussion.
2004-11-08 02:09:01 +00:00
wiz
f037e2c174 Pasto fix. 2004-11-08 00:49:19 +00:00
christos
1e31f0a642 Use .S for assembly files instead of .s 2004-11-07 21:58:45 +00:00
christos
02c080af8b Misc cleanups. 2004-11-07 21:56:57 +00:00
mbw
4e21be4117 Mention there's now a sysinst installer available and fix a typo. 2004-11-07 21:16:50 +00:00
soren
c41dd8b49a - .isc.netbsd.org aliases are gone
- zathras is gone, alias releng to www
2004-11-07 19:41:45 +00:00
mbw
8bf62b3707 Oops, hp300 miniroot doesn't have sysinst -- only the ramdisk kernel has it. 2004-11-07 18:06:38 +00:00
kim
7601bef351 Add bufq.h 2004-11-07 18:03:12 +00:00
mbw
6ce0516408 Update hp300 info, shifting info to correct location. 2004-11-07 18:00:44 +00:00
kim
358c829403 Add bufq.h to INCS 2004-11-07 17:27:55 +00:00
christos
27fcc8bc02 2 more include files. 2004-11-07 17:25:38 +00:00
wiz
3b77a7cb28 Document that free does not handle NULL. Addresses PR 28063. 2004-11-07 16:44:37 +00:00
wiz
22fca955df gettext-0.14.1 out. 2004-11-07 16:30:02 +00:00
wiz
79630f3ca9 gcc-3.4.3 out. 2004-11-07 16:29:39 +00:00
christos
b22902b65d Use non-blocking I/O when opening the tty. Otherwise we can get stuck... 2004-11-07 07:04:31 +00:00
mbw
7f3392aa22 Add disklabel recognition for another Apple file type
"BZB_ROOTFS_NEW        0xc000"
Also closes PR 10046
2004-11-07 04:24:33 +00:00
david
bf4bf03db8 Refine bounds check code. 2004-11-07 04:08:37 +00:00
christos
4614af85f7 We control threaded or not from the Makefile 2004-11-07 02:54:55 +00:00
christos
3c32a920bd Mention bind-9-3-0 2004-11-07 02:54:41 +00:00
christos
f6fcc5b1f1 Update the description for bind. 2004-11-07 02:52:21 +00:00
christos
0766545fc7 resolve conflicts. 2004-11-07 02:25:01 +00:00