christos
0dec1c64f5
Make this compile again without -DINET6 and without get{addr,name}info(3)
...
This ftpd now compiles and runs on NetBSD/1.4.2 with:
CPPFLAGS+= \
'-Dstrlcpy(a,b,c)=(strncpy(a,b,c),strlen(a))' \
'-Dstrlcat=strncat' \
'-Dsl_add(a,b)=(sl_add(a,b),0)'
2000-09-15 14:55:16 +00:00
drochner
a960881851
-make the default screentype override less invasive, call it
...
VGA_CONSOLE_SCREENTYPE because the screen types are hardware specific
and make it affect the console only (no need to change runtime
behaviour), don't call vga_setscreentype() unless necessary (to avoid
trouble with strange hardware - PR kern/11025)
-some beginnings of ISO-7 (greek) font support
2000-09-15 14:13:01 +00:00
drochner
8d027cedf8
add definitions for ISO-7 (greek) support
2000-09-15 14:09:10 +00:00
abs
ef12b8c845
Add '-c' for center (from FreeBSD)
2000-09-15 11:23:17 +00:00
scw
53d57897d0
Use the complete ethernet address stored in nvram on mvme162/mvme167
...
instead of faking the first 5 nibbles a'la mvme147.
Apparently recent mvme16x boards have a new 5 nibble prefix...
2000-09-15 08:50:24 +00:00
jeffs
bdad8bae5b
Handle R4K trap faults in user mode like overflows (deliver SIGFPE). This
...
prevents a panic running crashme. Better comment for VCE define.
2000-09-15 06:50:46 +00:00
enami
48b7bc7f16
The struct prochd isn't a proc. Start scaning from prochd.ph_link instead
...
of &prochd.
2000-09-15 06:36:25 +00:00
enami
ead2ed15cf
Add few more L2 cache info entry.
2000-09-15 03:44:28 +00:00
enami
29027825f3
When fetching cache info:
...
- Don't fall into infinite loop even if the # of iteration necessary isn't 1.
- Don't interpret lower 8bit of AL, which is # of iteration, as a descriptor.
2000-09-15 03:41:18 +00:00
minoura
c331228c46
Remove /kern, which is not any longer needed.
2000-09-15 01:21:49 +00:00
jdolecek
1c61a5d083
On sendmail start, check modification time of /etc/mail/aliases
...
and couple of other common map files and regenerate appropriate
*.db files as needed.
Idea taken from RedHat 6.2.
2000-09-14 21:03:17 +00:00
wiz
fd2b9df41f
Fix two typos
2000-09-14 20:36:39 +00:00
is
1fd5b3110d
My src tree wasn't completely up-to-date when I measured the current
...
syssrc size. Correct it.
2000-09-14 19:57:01 +00:00
mjl
32f69fdac5
Add a -f option to turn off the strict length checking for passphrases.
...
Also discourage its use in the manpage (and fix a couple of formatting nits).
2000-09-14 19:18:24 +00:00
thorpej
03810b147f
Make sure to lock the proclist when we're traversing allproc.
2000-09-14 19:13:29 +00:00
jwise
f9c3dbedef
Silly as it may be, update the #! line in this script to match the pkgsrc
...
wish install.
After the freeze, I'll pkgsrc this script -- it's kind of cute.
2000-09-14 18:00:44 +00:00
thorpej
d4f4fa2190
Make sure pmap_collect() doesn't remove wired mappings. Per discussion
...
w/ Chuq Silvers. Fixes a panic when a program with wired pages that
has run for a long time when the system is under heavy memory load
exits (specific case was ntpd, reported by Simon Burge).
2000-09-14 17:06:52 +00:00
hubertf
4e5545b220
Document VNODE_OP_NOINLINE
2000-09-14 16:02:24 +00:00
mjl
64d7bd0b8c
Use optarg instead of reaching beyond argv array. Fixes PR/11004
...
by TheMan <atatat@atatdot.net>.
2000-09-14 15:26:42 +00:00
lukem
bac7eba63f
since everything else here uses ANSI C, we might as well replace __STRING()
...
with the ANSI C stringization stuff...
2000-09-14 13:48:33 +00:00
abs
9b2fc1ecc4
Create two devices for framebuffers that can have more than one card installed
...
Now a dual head cgsix box (for example) will work in X by default.
2000-09-14 10:00:32 +00:00
mrg
4da440af9a
make this work for i386-netbsdelf. most of this work is based on patches
...
from thorpej that includes a rewrite of the config/i386/netbsd-elf.h file.
2000-09-14 03:56:04 +00:00
augustss
c1682ac85d
Recognize Rio 600.
2000-09-14 03:13:21 +00:00
augustss
95cbe2c829
Regen.
2000-09-14 03:11:52 +00:00
augustss
d28bd1b67f
Ad some new devices and change vendor name from SUPRA to DIAMOND2.
2000-09-14 03:11:23 +00:00
msaitoh
a5e4741a2f
check LIBC_SCCS
2000-09-14 01:24:31 +00:00
itojun
a5d0cbc5e5
sync with latest kame.
...
- improve logging.
- correct multicast address check for the relayed destination.
- repair EPRT translation.
- support 227 result without paren.
- change behavior on no-argument to more sensible side
(before: relay telnet, now: error)
WARNING: you may need to change your startup script.
2000-09-14 00:36:10 +00:00
itojun
ed870024f2
sync document with latest kame. now uses 3ffe:501:ffff::/48 in example.
2000-09-14 00:30:23 +00:00
hubertf
9b8c74f603
regen for trek thumbdrive
2000-09-14 00:04:15 +00:00
hubertf
494592f30d
Add Trek Technology ThumbDrive (128MB)
2000-09-14 00:02:56 +00:00
msaitoh
f9b799b651
check LIBC_SCCS
2000-09-13 22:32:25 +00:00
thorpej
a12b66cf79
Don't abort if pushing to one server in the ypservers map fails.
...
There might be serveral more waiting to be pushed to.
This is only 1/2 of the fix. ypxfer(8) also needs a change to
avoid a false error, but this allows pushes to continue to work,
at least.
Problem noted by aflury@zembu.com and agordon@zembu.com .
2000-09-13 21:40:15 +00:00
tron
20084585ac
Use setlocale(3) to activate support for international characters.
...
This should fix PR bin/11007 by Bill Sommerfeld.
2000-09-13 21:20:21 +00:00
is
47d6ee388a
Missing piece of PowerPC support.
2000-09-13 20:15:52 +00:00
hubertf
86937cf02f
Merge in some changes from the usermgmt examples.
2000-09-13 19:54:01 +00:00
msaitoh
9308d053b8
gen_call() takes only two arguments (from egcs-current)
2000-09-13 19:51:22 +00:00
tron
dd9df6ffdf
Use correct product id for VIA VT6102 chip. Problem pointed out by
...
Jaromir Doleeek in private e-mail.
2000-09-13 16:40:15 +00:00
thorpej
3d6272fcdf
Use VNODE_OP_NOINLINE.
2000-09-13 16:26:15 +00:00
thorpej
d41cf2a285
defopt VNODE_OP_NOINLINE.
2000-09-13 16:10:50 +00:00
thorpej
e3d2277d32
Regen: VNODE_OP_NOINLINE vs. LKM.
2000-09-13 16:09:52 +00:00
thorpej
7f3e4b0331
If building an LKM, always cause it to use the non-inline version
...
of the vnode ops, and if LKM support is included in the kernel,
always include the non-inline stubs regardless of whether or not
they're being used in the static kernel iamge.
2000-09-13 16:09:27 +00:00
ad
dcdc66f936
Regen.
2000-09-13 15:58:13 +00:00
matt
9b40acae9e
Add dependall target
...
Use the c device for installboot so it will not conflict with the mount a
parition.
2000-09-13 15:53:29 +00:00
thorpej
5d879e9012
Regen for VNODE_OP_NOINLINE.
2000-09-13 15:51:19 +00:00
thorpej
9d482308b1
Allow the VOP_*() calls to be un-inlined with the VNODE_OP_NOINLINE
...
kernel option. Saves 36k of kernel text on an i386 GENERIC. Useful
for install media kernels, small memory systems, embedded systems.
2000-09-13 15:50:26 +00:00
matt
71a96f0b47
Need ${.CURDIR} for print-objdir
2000-09-13 15:49:27 +00:00
sommerfeld
b6f7dd7187
prevent one byte overrun in printline()
2000-09-13 15:46:32 +00:00
thorpej
72a24b4eae
Add an align argument to uvm_map() and some callers of that
...
routine. Works similarly fto pmap_prefer(), but allows callers
to specify a minimum power-of-two alignment of the region.
How we ever got along without this for so long is beyond me.
2000-09-13 15:00:15 +00:00
ad
b9bacc07be
Add product IDs for AMI MegaRAID boards.
2000-09-13 14:45:09 +00:00
tron
d4a2e19802
Add support VIA VT6102 chip found e.g on the D-Link DFE530TX NIC.
...
Fixes PR kern/11001 by Petter Lindquist.
2000-09-13 14:00:48 +00:00