Commit Graph

100420 Commits

Author SHA1 Message Date
wiz 84a99e2b3e No leading 0 in day dates. 2002-08-02 23:35:06 +00:00
wiz f4fa257831 ispell. Sort SEE ALSO. Mark up NULL. Some other minor changes. 2002-08-02 23:20:34 +00:00
itojun e7f66af2b2 fix incorrect overrun check.
http://marc.theaimsgroup.com/?l=openssl-cvs&m=102831516309127&w=2
(thank todd!)
2002-08-02 23:09:03 +00:00
manu 652d91cab0 Introduce a shared group structure, and make the sproc implementation
more SMP friendly.
2002-08-02 23:02:51 +00:00
manu 2ce44de983 typo 2002-08-02 22:52:50 +00:00
manu 0e12143ef8 Missing P_ZERO in priority mask 2002-08-02 22:52:36 +00:00
manu 6e3939dc6a Move the call up exit hooks before curproc = NULL so that we can
use lockmgr in exit hooks.
2002-08-02 22:45:57 +00:00
wiz ac26526e01 ispell. Some mandoc cleanups. 2002-08-02 22:20:59 +00:00
thorpej 7ff17d754e Add evbarm/iopwdog(4) manual page. 2002-08-02 21:29:46 +00:00
thorpej 2e22ba9f6b Manual page for the watchdog timer found in the Intel XScale I/O
Processors.
2002-08-02 21:29:01 +00:00
thorpej a1ef87dff1 Add {cat,man}4/evbarm subdirectories. 2002-08-02 21:22:23 +00:00
thorpej 26c8830394 Add {man,cat}4/evbarm subdirectories. 2002-08-02 21:21:43 +00:00
thorpej c8c1d803c3 Add evbarm/iopaau(4) manual page. 2002-08-02 21:20:28 +00:00
thorpej 2c34344b0a Add a manual page for the Intel IOP AAU. 2002-08-02 21:11:19 +00:00
pooka cc3d906ee9 work around cross-compile problems on 1.5.x, don't try to include
<stdint.h> on that platform
2002-08-02 20:32:55 +00:00
chris 624b632030 Fix segv when running show_help.
Seems that copyright had it's type changed, but not the extern.
2002-08-02 20:03:36 +00:00
soren 5fa952b83f As in PR kern/10999 from Matthew Orgass, make the panic message more
helpful in the case where no console device has registered.
2002-08-02 19:55:32 +00:00
soren f69878391e Regen. 2002-08-02 19:36:26 +00:00
soren 6d154bbd46 Add O2 Micro Cardbus bridge ID from PR kern/17469 by Nicolas Joly. 2002-08-02 19:35:43 +00:00
soren 2c3f82e5d3 Match mbuf changes.
Fixes PR kern/16039 from  Tomas Svensson.
2002-08-02 19:21:57 +00:00
perseant 479f3c7ea7 Add regression tests section for LFS. First regression test is based on
IWAMOTO Toshihiro's test program submitted with PR #9994, modified to
perform the same operations on a control file, presumably held in a
known-working filesystem.  Test and control files are compared with "diff"
after the run (assuming that the kernel does not panic, which is really
the main point of the test).

Not included in the parent Makefile's list, as it requires the existence of
an LFS of some size.
2002-08-02 19:10:49 +00:00
soren 8e607cdca8 G/c vestiges of old sun3-specific SYMTAB_SPACE support. 2002-08-02 18:19:58 +00:00
soren c760d33b3e Fix comment about format.
Fixes PR misc/17722 from David MacKenzie.
2002-08-02 18:02:53 +00:00
seb 46495173b2 Fix FTP_CMD for Solaris: something went wrong when it was added.
Approved by wiz.
2002-08-02 17:04:55 +00:00
explorer 4dd0826200 display the V, W, and Wh rather than mV, mW, and mWh 2002-08-02 16:51:48 +00:00
wiz 42ec3bd114 Support wtmpx. 2002-08-02 15:05:57 +00:00
wiz d9deaad608 de__P(), ANSIfy. 2002-08-02 14:59:40 +00:00
oster 4488afa61f Do not truncate the size of the vnd, as that will cause lossage with
images with sizes that are not multiples of 1MB.  Fix as proposed by me on
tech-kern, and ok'ed by Christos.
2002-08-02 14:43:32 +00:00
is 539874bb55 loadbsd doesn't work for ELF kernels. 2002-08-02 14:35:49 +00:00
itojun 95c7243aec more effort to make it compile on platforms w/o linux emul 2002-08-02 14:29:34 +00:00
blymn 93ae143731 Do not free the first element of the fields array. This fixes pr 17754. 2002-08-02 14:10:25 +00:00
christos c9bffd0130 fix argument order. 2002-08-02 14:06:07 +00:00
christos 0f38e42a7a fix typos that prevented us from cleaning utmpx. Noted by wiz 2002-08-02 14:03:22 +00:00
ad 22a1da8740 Regen. 2002-08-02 12:45:23 +00:00
ad 7416434a87 PR 17719 from Mark Davies: Additional Adaptec RAID controller types. 2002-08-02 12:44:42 +00:00
scw 451eb422ae Fix dump_lfs build following recent utmp changes. 2002-08-02 12:29:36 +00:00
tshiozak 0b03f5f98b remove an obstructive ?: operator of the check added in the last commit by
itojun-san.
2002-08-02 12:27:32 +00:00
blymn 4e295cd045 Allow REQ_RIGHT_CHAR to get to the end of the line. 2002-08-02 11:49:18 +00:00
blymn a5ab810726 Refresh window after a driver command. 2002-08-02 11:48:02 +00:00
bouyer d9c216c219 Add Siig 20x 8 ports and and Oxford x952 cards. From Paul Shupak in kern/17790. 2002-08-02 10:40:30 +00:00
grant c095f9f3cc make 'use existing partitions' work on i386.
patch provided by Tyler Retzlaff, fixes install/17747.
2002-08-02 10:28:17 +00:00
gmcgarry cb7e814f6e Fix inverted pre-processor test. 2002-08-02 08:43:09 +00:00
soren e426c0fac8 Following FreeBSD's example, remove the old pre-statfs(2) code for
examining FFS filesystems directly. This also gets rid of df(1)'s
setgid operator bit.
2002-08-02 08:17:12 +00:00
soren 819df08c48 stat(2) can return ENXIO. 2002-08-02 08:08:26 +00:00
itojun 73811081f9 correct use of strlcpy (really need to enforce length, so use memcpy) 2002-08-02 08:02:36 +00:00
bouyer 36969486b0 Add yet another broken sony cdrom. This one, in addition to broken LUN
handling, has broken sync negotiation. Also add PQUIRK_NOWIDE to be safe.
Fix PR kern/17773.
2002-08-02 08:00:36 +00:00
itojun 463bfdcd98 use strlcpy where appropriate 2002-08-02 07:50:35 +00:00
tshiozak 19debadf5c fix a bug of setlocale when changing locales with LC_ALL for the first
argunemt and with a string containing many slashes for the second argument.
This bug may cause setlocale() to destroy static datas.

If a setuid program calls this function as 'setlocale(LC_ALL, "");',
this might be vulnerable, although there are few programs having such
vulnerability.  This bug probably affects every versions of NetBSD,
including 1.4, 1.5 and 1.6.

XXX: This part of setlocale is unseemly, thus we had better rewrite it in
the future.
2002-08-02 07:12:51 +00:00
thorpej c070073d8e Add support for xor2, xor3, and xor4. Fix inverted direction
indications in some bus_dma operations.
2002-08-02 06:52:16 +00:00
thorpej 5eb844a0f7 Document "xor2", "xor3", and "xor4". 2002-08-02 06:50:05 +00:00