elric
bcc72a236b
The last change I made was a little aggressive in changing the paths of
...
the includes and broke cross builds from non-NetBSD arches. In this I
revert the problem section. (pointed out by uwe.)
2003-01-27 06:19:40 +00:00
thorpej
a151e17b89
Allow pseudo-devices to be declared with an interface attribute. For
...
such pseudo-devices, create cfdrivers for them which carry the appropriate
attributes. This allows devices in the config file to be attached to
pseudo-devices.
2003-01-27 05:00:54 +00:00
lonewolf
14757120f4
Fix compiler warnings after 64bit daddr_t change.
2003-01-27 04:08:45 +00:00
elric
0e936e5ed7
Fix password return values.
...
Addresses PR: lib/20074
2003-01-27 03:33:36 +00:00
thorpej
8dc5018716
If the upper-layer provides a geometry, use it.
2003-01-27 02:43:30 +00:00
enami
c3d0a7a93b
uvm_page_unbusy should skip PGO_DONTCARE page; e.g., locked pgo_getpages
...
request may contain PGO_DONTCARE and nfs_getpages may unbusy them on error.
Fix is provided in PR#20028 by YAMAMOTO Takashi. (and same one is approved
by chuq while ago in private mail). It was my fault to forget to commit.
2003-01-27 02:10:20 +00:00
kleink
c8493ced3c
Appease GCC's warning after daddr_t having changed to 64 bits.
2003-01-27 01:39:36 +00:00
uwe
85b406eda9
s/ulong/unsigned long/. ulong is for SysV compatibility, there's no
...
point in using it in our code. This change makes makefs(8) compile on
host systems without ulong.
2003-01-27 01:34:09 +00:00
uwe
59e06de8b5
When built as a host tool, don't search /dev as we only use sunlabel
...
on the disk image. This ifdefs out a call to getrawpartition() so we
don't have to provide a compatibility replacement for it.
2003-01-27 01:29:06 +00:00
uwe
2cb7caac8e
Build with -DNO_S_COMMAND. We don't need to set the in-core label
...
when we are a host tool. This avoids a conflict with inline dkcksum()
in FreeBSD's <sys/disklabel.h>.
2003-01-27 01:25:07 +00:00
uwe
5bc6d9c431
On FreeBSD host define _DONT_USE_CTYPE_INLINE_ before including ctype.h.
...
We pull in our _RuneLocale, while the inlines are for the host _RuneLocale.
2003-01-27 01:22:10 +00:00
uwe
af823cea6c
Provide __SCCSID() needed by pwd_mkdb.
2003-01-27 01:17:47 +00:00
wiz
eed8d2eb1b
Note difference between uucp-1.06.1 and 1.06.2.
2003-01-27 00:56:12 +00:00
wiz
84c070bc3a
Email address changes and typo fixes from gzip-1.2.4a synced.
2003-01-27 00:51:12 +00:00
wiz
bbaec56433
Sync with gzip-1.2.4a (typo fixes and email address changes).
2003-01-27 00:44:14 +00:00
wiz
902dd8b54d
Undo last (not supposed to be committed).
2003-01-27 00:32:44 +00:00
wiz
b091df0ed2
regen (CANOSCAN N670U).
2003-01-27 00:31:01 +00:00
wiz
4307232850
Add CANON N670U scanner id.
2003-01-27 00:29:31 +00:00
wiz
63db92c602
Note grep-2.5 import.
2003-01-27 00:13:55 +00:00
wiz
613afd35b0
Note grep-2.5 update.
2003-01-27 00:13:05 +00:00
wiz
64afb4c530
Add grep2netbsd pre-import conversion script.
2003-01-27 00:11:18 +00:00
wiz
47b130b3a8
Add some locale files for grep (cs, eo, et, gl, hr, id, it, ja).
2003-01-27 00:07:19 +00:00
wiz
d89d70fc8b
Get patches from pkgsrc to make it build.
2003-01-26 23:55:52 +00:00
wiz
2a76369fee
Build structure update for grep-2.5.
2003-01-26 23:53:44 +00:00
wiz
22e6e71f2f
Add pre-generated .gmo files.
2003-01-26 23:50:50 +00:00
wiz
91d3eacedf
Re-add some files lost through .cvsignore files during grep-2-5 import.
2003-01-26 23:41:38 +00:00
wiz
4939cd34f0
Remove traces of old -o.
2003-01-26 23:38:50 +00:00
wiz
cb30a4458a
Remove some unneeded files.
2003-01-26 23:32:21 +00:00
wiz
7b437baca2
Merge with 2-5-0.
2003-01-26 23:30:44 +00:00
wiz
aa93e07d05
Reimport grep-2.5 with tag grep-2-5-0 with .cvsignore files removed
...
beforehand (grrrr, no need for them in a tarball...).
2003-01-26 23:27:23 +00:00
wiz
6d37ad7d79
Merge with grep-2.5, part one.
2003-01-26 23:21:46 +00:00
wiz
49af49c40e
Import grep-2.5.
...
Warning: -o is now a valid GNU grep option (--only-matching (-o)), so we
will not be supporting the 4.4BSD -o any longer -- use -H instead.
2003-01-26 23:15:08 +00:00
elric
91654e3d23
Prepend krb5/ to include paths that live in /usr/include/krb5/ so that
...
we can deprecate the requirement of -I/usr/include/krb5 when building
kerberos apps.
2003-01-26 22:19:36 +00:00
wiz
694145268b
Add /usr/share/locale/gl{,/LC_MESSAGES} in new base-locale-gl.
2003-01-26 22:17:49 +00:00
wiz
3f943a41ed
Add /usr/share/locale/gl{,/LC_MESSAGES}.
2003-01-26 22:17:02 +00:00
elric
3e20adf4a8
Prepend krb5/ to include paths that live in /usr/include/krb5/ so that
...
we can deprecate the requirement of -I/usr/include/krb5 when building
kerberos apps.
2003-01-26 22:06:39 +00:00
elric
e218521496
Forgot one include file from the last change.
2003-01-26 21:59:49 +00:00
elric
ebf72d8cce
Update script to modify include file paths to start the process of
...
deprecating the need to -I/usr/include/krb5.
2003-01-26 20:51:58 +00:00
chris
d577246bde
Regen.
2003-01-26 19:35:52 +00:00
chris
339056bf8f
Add podule id for NET100 card.
2003-01-26 19:35:04 +00:00
fvdl
f9765c27a4
Insert padding into mcontext_t to make the fp save area 16-byte aligned
...
within ucontext_t.
2003-01-26 19:34:49 +00:00
manu
7e15e89c0a
Fixed dumb bug
2003-01-26 19:32:04 +00:00
manu
ce8bd172b2
For thread creation, make the newly created thread runnable. Mach threads
...
are now functionnal again.
2003-01-26 19:02:14 +00:00
kleink
326194c69f
Update stack frame allocation for XMM state having been added to
...
mcontext_t; spotted by Frank van der Linden.
While here, also align the on-stack ucontext as required.
2003-01-26 18:14:03 +00:00
kleink
9b24979426
Fix comment typo, and convert to C-style comments.
2003-01-26 17:58:55 +00:00
christos
c5011d1086
PR/20065: John F. Woods: Fix pluggin compilation
2003-01-26 17:34:19 +00:00
fvdl
75b44dbf11
Fix comment that wasn't closed because of a typo (but harmless, since followed
...
by another comment).
2003-01-26 16:22:01 +00:00
fvdl
3a79855417
Fix wrong %esp fixup.
2003-01-26 15:54:35 +00:00
fvdl
ac0ea8f774
Rearrange the trapframe and mcontext to put the registers used for
...
argument passing to be in front, in order. Define constants for
offsets inside frames, to avoid having to redo asm code should they
change again.
2003-01-26 14:12:10 +00:00
pk
bfb9cac2fc
Release the kernel lock in upcallret() and startlwp().
2003-01-26 13:20:12 +00:00