he
cfaad7eb68
Bump the miniroot size by 1MB to 18MB so that it fits again.
2006-07-31 22:56:09 +00:00
he
ade3eb1a11
Also comment out audio* at audiobus? now that no audio device is available.
2006-07-31 22:53:43 +00:00
wiz
a1fd1fd937
Sort twa before twe.
2006-07-31 22:23:09 +00:00
mrg
95543a8e6e
add a new "biosmem_implicit" variable that is set when a bootloader
...
info parser sets "biosbasemem" and "biosextmem" from. check for this
when probing memory size, rather than biosbasemem/biosextmem being
zero which is no longer true. also, make the REALBASEMEM/REALEXTMEM
options work properly with multiboot-booted kernels. fixes PR#33918.
2006-07-31 20:59:07 +00:00
bjh21
19d3be8004
Fix a typo that was stopping this compiling.
2006-07-31 20:52:13 +00:00
bjh21
e9b4035b9a
Correct last commit to use correct variable name in hpux_sys_getpgrp2().
2006-07-31 20:39:34 +00:00
christos
fa94c5cda1
mention the correct PR/33725
2006-07-31 18:40:41 +00:00
christos
afa6be1803
mention the correct PR.
2006-07-31 18:39:32 +00:00
christos
95ce3f0b81
mention i386 machdep.c
2006-07-31 17:10:57 +00:00
christos
596f06d2d9
workaround for PR 33918
2006-07-31 17:07:27 +00:00
martin
94eb0a1a37
Note file handle changes
2006-07-31 17:06:39 +00:00
martin
cb10eb2bc2
Bump libc to 145 (fhandle_t is gone)
2006-07-31 16:39:23 +00:00
martin
a5ab452935
Welcome to 3.99.24 - filehandle syscalls changed
2006-07-31 16:36:38 +00:00
martin
b4cb63a646
Make filehandles opaque to userland
2006-07-31 16:34:42 +00:00
martin
f956f13e21
Step 1 to make filehandles completely opaque to userland
2006-07-31 16:32:51 +00:00
jnemeth
f514ab0275
don't highlight the single dash
2006-07-31 09:39:59 +00:00
jnemeth
d0801ba71e
PR/33995: Aleksey Cheusov: support use "-" to indicate stdin from SUS
2006-07-31 09:02:57 +00:00
hubertf
94ab62a411
NetBSD has no scanimage(1).
...
Xref pkgsrc/graphics/sane-backends
2006-07-31 01:00:48 +00:00
taca
6f82bdae26
Postfix 2.3.2 released.
2006-07-31 00:46:08 +00:00
ad
39e6d49dad
tcfb_cnattach(): pass the slot address through TC_PHYS_TO_UNCACHED() in
...
case the PROM hands us a physical or KSEG0 address.
2006-07-31 00:19:05 +00:00
jmcneill
82c477c076
regen
2006-07-30 22:41:52 +00:00
jmcneill
9d27901109
Add VIA VT3314 (CN900) UniChrome integrated graphics
2006-07-30 22:41:38 +00:00
elad
25cf4840f3
more for 4.0: VERIFIED_EXEC no longer needed.
2006-07-30 22:16:29 +00:00
ad
a0c8510a86
Single-thread updates to the process credential.
2006-07-30 21:58:11 +00:00
oster
1c1c99da5c
Regen
2006-07-30 21:09:54 +00:00
oster
8084d0b099
Recognize another Intel PRO/100 VM Network Controller.
2006-07-30 21:09:00 +00:00
elad
03917bd261
update comment, thanks freza@.
2006-07-30 20:01:26 +00:00
elad
f1d99e7dfa
CTLFLAG_READONLY1 and CTLFLAG_READONLY2 were deprecated in earlier commit, remove them here too
2006-07-30 19:53:20 +00:00
elad
8bc495196e
CTLFLAG_READONLY1 was deprecated in earlier commit, remove it here too
2006-07-30 19:53:19 +00:00
elad
8ffd510349
remove CTLFLAG_READONLY1 usage. pointed out by cube@, thanks..
2006-07-30 19:46:33 +00:00
plunky
3cee521531
prop_objects should be released when we no longer need them, the
...
prop_dictionary_set will have retained them.
2006-07-30 19:36:39 +00:00
bouyer
0a5662efed
Add twa(4) and ld at twa
2006-07-30 17:55:31 +00:00
bouyer
7877547494
Add twa(4) and ld at twa where it makes sense.
2006-07-30 17:53:50 +00:00
elad
5446ee0ef6
ugh.. more stuff that's overdue and should not be in 4.0: remove the
...
sysctl(9) flags CTLFLAG_READONLY[12]. luckily they're not documented
so it's only half regression.
only two knobs used them; proc.curproc.corename (check added in the
existing handler; its CTLFLAG_ANYWRITE, yay) and net.inet.ip.forwsrcrt,
that got its own handler now too.
2006-07-30 17:38:19 +00:00
bjh21
5b69310abf
Merge in changes from acorn32 version, which should fix some build failures
...
with GCC 4.
2006-07-30 16:46:49 +00:00
martin
ef30089df2
Apply patch from Michael van Elst to fix PR bin/34114:
...
which doesn't handle commands given as absolute pathnames.
2006-07-30 11:50:29 +00:00
bouyer
ae11e4655e
Add some missing splvm()/splx() around uvm_km_* I noticed.
2006-07-30 10:49:48 +00:00
jdolecek
b2d0a8f49e
put myself as Responsible for (pd)ksh
2006-07-30 10:08:52 +00:00
simonb
6c1cfac08b
Add support for 82945GM and (untested) 82945P AGP. FreeBSD and
...
Linux both treat the 945 series exactly the same as the 915 series
for AGP, so just match a few extra device IDs.
2006-07-30 04:23:44 +00:00
simonb
041946b812
Regen.
2006-07-30 04:18:25 +00:00
simonb
aaba845631
Add 82945P_IGD.
...
Should this be "82945G_IGD", and other 945 device IDs have G instead of P
suffix?
2006-07-30 04:17:42 +00:00
tsutsui
c62b813b0d
Remove Xpmax stuff.
2006-07-30 03:25:43 +00:00
tsutsui
351cfbb29b
scc (alpha) was removed ~4 years ago.
2006-07-30 03:02:07 +00:00
wiz
7df24bdea9
- dc, dtop, scc (pmax), they were removed yesterday.
2006-07-30 00:39:27 +00:00
wiz
2ca3b72c7e
Bump date for previous.
2006-07-30 00:25:24 +00:00
wiz
66be93d7db
Sort sections. Punctuation nits.
2006-07-30 00:24:40 +00:00
wiz
ae2c80bc90
Typo fix.
2006-07-30 00:21:26 +00:00
wiz
698ba8e09a
Fix xref. New sentence, new line. Remove superfluous quotes.
2006-07-30 00:20:06 +00:00
wiz
08124ae215
Serial comma.
2006-07-30 00:19:43 +00:00
wiz
a3fee4aeb4
Bump date for previous. New sentence, new line.
2006-07-30 00:18:09 +00:00