he
b11f3aaae2
Add ./usr/lib/libgcc_s.a.
2004-02-26 22:48:28 +00:00
yamt
f9571060ef
lfs_putpages: fix a simple_lock mismatch.
2004-02-26 22:41:36 +00:00
enami
1f8c4c1f20
Rototill for less confusing output, especially when multiple processes
...
are traced and blocking operation is involved (previously, some system
call isn't displayed or displayed as if it is issued by other process).
2004-02-26 22:00:57 +00:00
enami
76eaac1d6f
Whitespace.
2004-02-26 21:45:59 +00:00
drochner
37d3fd292f
the char we fill with shouldn't be sign-extended
...
(the way the length argument is dealt with looks suspicious
too, but this would only have an effect for >=2G fields)
this can probably be optimized...
2004-02-26 20:50:06 +00:00
petrov
b062992f9d
Correct VA_ALIAS_MASK. From Chuck Silvers.
2004-02-26 20:24:29 +00:00
petrov
c8c8407406
Correct ffb attachment.
2004-02-26 20:23:17 +00:00
drochner
3cac582c48
fix copyback from fp stack - we need 64 bits
2004-02-26 19:19:06 +00:00
drochner
e917a2fcb1
ignore 0.0.0.0 interface addresses (dhclient leftovers)
2004-02-26 18:17:13 +00:00
taca
872941cad9
OpenSSH 3.8 released.
2004-02-26 17:18:05 +00:00
drochner
50e0a489c2
regen
2004-02-26 17:12:53 +00:00
drochner
949c33ef12
add intel e7501 host bridge
2004-02-26 17:12:09 +00:00
wiz
7b0503c76d
cvs-1.11.13 is out.
2004-02-26 16:57:53 +00:00
junyoung
c5a0b24bb5
pgrpdump() is gone.
2004-02-26 11:29:41 +00:00
junyoung
213495299b
- Fix typos.
...
- De-__P().
- Remove trailing spaces.
2004-02-26 11:20:08 +00:00
jdolecek
47b5291b9c
rename variable 'history' to 'histlist' to avoid clash with libedit
...
history() when this program is crunched into /rescue tools
fixes PR bin/24556 by Kouichirou Hiratsuka
2004-02-26 08:24:03 +00:00
jdolecek
52197d307a
pipelock() must release the pipe simplelock during tsleep()
...
fixes PR kern/24551 by Havard Eidnes
2004-02-26 08:15:31 +00:00
itojun
8ef33296ff
KNF
2004-02-26 02:34:59 +00:00
itojun
efcd57f822
m_cat() - if it is safe, copy data portion into 1st mbuf even if 1st mbuf
...
is M_EXT mbuf.
2004-02-26 02:30:04 +00:00
itojun
5f588e21c2
update URL, requested by Wolfram Schneider
2004-02-26 02:08:33 +00:00
wiz
12cc2d2b2b
Fix pasto, from when STAILQ* was added. Closes PR 24557 by Ron Roskens.
2004-02-26 01:20:47 +00:00
matt
a9a2fcf9dd
Turns out we need libgcc_s for MKPIC=no too (C++ wants it).
2004-02-25 22:11:14 +00:00
matt
e88bf5d8c7
Always build libgcc_eh. It's still needed when MKPIC=no
2004-02-25 21:53:49 +00:00
drochner
835771a879
On disconnect, set the "subdev" pointer to NULL, otherwise
...
free()d memory will be referenced through
usbd_add_dev_event(USB_EVENT_DEVICE_DETACH)->
usbd_fill_deviceinfo()
later.
might need more review, but at least it doesn't crash on
amd64 anymore
2004-02-25 21:52:59 +00:00
enami
dab2cb5bb0
Whitespace nits.
2004-02-25 21:40:40 +00:00
enami
f7b4bb80a5
Make ktrwrite() and ktrinitheader() private again. ktrsyscall32() no longer
...
exists.
2004-02-25 21:34:18 +00:00
jrf
7800470e15
donlist_sysctl() was overwriting maxslp with vm.uspace. Changed
...
it to use uspace. See PR bin/23713, approved by christos@netbsd.org .
Thanks to joff@stchome.com for the submission.
2004-02-25 19:56:28 +00:00
perry
39c2ad666c
fix another whitespace nit
2004-02-25 18:56:26 +00:00
perry
c5e487ca2c
juggle tabs and spaces so comments don't nuke line lengths as badly
2004-02-25 18:50:01 +00:00
drochner
aaececd2f4
allow to start other emulations (eg native code)
...
from here: set p_execsw to the new thing, and call
the new emulation's syscall_intern()
XXX there are more differences to kern_exec.c, sa/ras
related afaics, this is harmliss for now since
netbsd32 doesn't support multithreaded programs yet --
one day one execve() implementation should be shared
by native and netbsd32 code.
2004-02-25 18:15:45 +00:00
agc
c0585f5a71
Allow CKSUM to be overridden.
2004-02-25 15:00:59 +00:00
taca
5509874609
Semantic fix for allocation size for malloc() and realloc() previously
...
modified. Allocation unit isn't sizeof(char **) but sizeof(char *).
Noted by Geoff Wing.
2004-02-25 06:28:10 +00:00
dbj
5fd36718ae
fix typo in comment s/MNT_LAXY/MNT_LAZY/
2004-02-25 04:10:28 +00:00
dbj
c4278791eb
for -x -I output, use just MB instead of MB/s in header
2004-02-25 03:39:14 +00:00
oster
d3f3b25e8d
Poolify alloclist stuff. Saves a whopping 32 bytes while decreasing code
...
complexity.
2004-02-25 02:15:52 +00:00
christos
7088db9a48
remove error(1) comment.
2004-02-24 20:57:26 +00:00
drochner
6f1a2b7cbf
deliver SIGSEGV/SEGV_ACCERR if code execution on stack is attempted,
...
tested by Juergen Hannken-Illjes
(there are more uninitialized ksi.ksi_code arguments)
2004-02-24 18:31:46 +00:00
drochner
45fc887212
deliver SIGSEGV/SEGV_ACCERR if code execution on stack is attempted,
...
tested by Chuck Silvers
2004-02-24 18:25:27 +00:00
drochner
c6de49574c
The interrupt claim stuff is broken -- data buffers
...
and external interrupt handlers should be completely
unrelated.
For now, just remove the obvious culprit in the nibble/ps2
case to make NTP pps signal capturing work again.
External handlers should be passed to the lower level,
and they should have full power and responsibility if
they are installed, and their lavel should be selected
by the frontend.
Being here, comment out <machine/intr.h> - it is not
used yet, and do some more conmetic cleanup.
2004-02-24 17:41:09 +00:00
christos
e79fe4ef48
Fix allocation size bug from Takahiro Kambe.
2004-02-24 15:28:07 +00:00
wiz
516a72484d
Spell through with two hs. From Peter Postma.
2004-02-24 15:24:35 +00:00
wiz
e4612a6a03
achieved, not acheived. From Peter Postma.
2004-02-24 15:23:16 +00:00
wiz
73e1501b98
parameter with two es. From Peter Postma.
2004-02-24 15:22:01 +00:00
rtr
29dc39116b
Always -UDDXTIME we'd get rid of it in source but native needs it.
2004-02-24 15:17:48 +00:00
wiz
85746c6759
Spell interrupt with two rs. From Peter Postma.
2004-02-24 15:16:04 +00:00
wiz
f05e6f1a3a
occured -> occurred. From Peter Postma.
2004-02-24 15:12:51 +00:00
wiz
d5d52b4515
Fix some typos.
2004-02-24 15:12:18 +00:00
wiz
dc4cc98b15
becuase -> because. From Peter Postma.
2004-02-24 15:05:53 +00:00
reinoud
1d654e444e
It wasn't stated that with the superblock problems that were fixed before
...
it is also needed to update fsck_ffs or it will keep on bugging.
2004-02-23 22:51:51 +00:00
skrll
869ddf30e8
Whitespace
2004-02-23 21:41:05 +00:00