he
f5ee27d652
Add casts to unsigned char for the arguments to ctype.h functions.
2004-11-13 14:32:14 +00:00
skrll
7139fbfc16
Add sources to SRCS not KMOD.
2004-11-13 13:37:06 +00:00
sekiya
e2b7f39b2d
Bump up the volume header size to four megabytes; now it's big enough to
...
contain a GENERIC kernel.
With this commit, NetBSD can now be successfully installed via sysinst on the
IP12 (Personal Iris / Indigo R3k) family of workstations.
2004-11-13 11:49:08 +00:00
sekiya
c1d9edf7a4
Add the IP12 GENERIC kernel.
2004-11-13 10:27:14 +00:00
sekiya
cc1b1e3980
Various tweaks for IP12:
...
* Add the IP12 kernel set to the list, and make it the default kernel selection
if we're installing on an IP12,
* Don't install ARCS bootblocks on IP12,
* Install the ECOFF kernel to the volume header for IP12.
2004-11-13 10:26:39 +00:00
christos
42728e787e
Slimy worms are clean enough for level 3.
2004-11-13 10:22:13 +00:00
christos
98d928d598
Apply a patch from the head of file for a printf argument mis-match.
2004-11-13 10:18:50 +00:00
christos
896e44ce22
Add some casts to u_long, since -1 is not really unsigned.
2004-11-13 10:17:24 +00:00
sekiya
ad7705ec91
Due to space limitations, we can't embed a three-meg ramdisk installation image
...
into an IP12 kernel.
Remove; installation procedure will have to be GENERIC kernel using sysinst
from a NFS filesystem.
2004-11-13 09:04:28 +00:00
christos
040c934485
Remove setup stack function. It moved to linux_exec_machdep.c.
2004-11-13 08:58:23 +00:00
christos
81021e3081
In TIOCPTSNAME return the minor number of the device in the fd portion of
...
the structures. It is more useful than -1 and cheap to do. Linux pty emulation
uses it.
2004-11-13 08:46:46 +00:00
grant
068c31fe44
tweak an error message.
2004-11-13 08:12:50 +00:00
kent
0de9e471b6
add the following four functions:
...
extern int auconv_set_converter(const struct audio_format *, int,
int, struct audio_params *, int);
extern int auconv_create_encodings(const struct audio_format *, int,
struct audio_encoding_set **);
extern int auconv_delete_encodings(struct audio_encoding_set *);
extern int auconv_query_encoding(const struct audio_encoding_set *,
audio_encoding_t *);
These are helper functions for implementing audio_hw_if::set_params() and
audio_hw_if::query_encodings().
2004-11-13 08:08:22 +00:00
kent
6fd5928d22
add `needs-flag' to the file line for mulaw.
...
move the file line for aurateconv.
2004-11-13 07:58:14 +00:00
christos
b7286f5ccd
Add ptyfs pty device number translation.
2004-11-13 07:20:54 +00:00
christos
1265044e00
add LINUX_TIOCGPTN
2004-11-13 07:20:35 +00:00
christos
44264ea2a6
Add ptyfs magic number and entry.
2004-11-13 07:19:27 +00:00
christos
d5b128a728
Add LINUX_TIOCGPTN for ptyfs pty emulation.
2004-11-13 07:18:34 +00:00
christos
66075fd33d
Fix all the borken exec lkms. setup_stack is mandatory.
2004-11-13 06:09:47 +00:00
christos
7bd9648b13
Split out the setup stack function for the benefit of lkms.
...
XXX: Our lkm system sucks. We really need to be exporting symbols, but
that leads to symbol conflicts.
2004-11-13 06:01:34 +00:00
heas
e41d437604
GC a few empty directories that have shown-up in 2.1.5.
2004-11-13 05:47:54 +00:00
heas
d846e265c3
Resolve conflicts
2004-11-13 05:45:10 +00:00
heas
ad512a907d
Postfix 2.1.5
2004-11-13 05:05:16 +00:00
sekiya
a061928d83
Add INSTALL and GENERIC kernel configuration wrappers for IP12 family.
...
Note that devices are defined in the IP2x configuration file; the IP12 is
99.5% the same as the IP20/22/24. Indeed, the only reason to have a separate
config file for IP12 is to sort out the MIPS1/MIPS3 locore bits.
To that end, the wrappers include the IP2x GENERIC config, undefine a few
directives, and define the appropriate bits for IP12.
2004-11-13 03:20:37 +00:00
he
b659e3ae0f
The size_t type isn't necessarily an int (on arm it's an unsigned int),
...
so add casts to int before using as a printf field width specifier.
2004-11-13 00:11:03 +00:00
sekiya
07c1fbd927
Use 8-bit SEEPROM addressing mode on the 4D/3x models. 6-bit might be used
...
on IP6, but we don't support them (and probably never will).
2004-11-12 23:28:05 +00:00
sekiya
c37efd2daa
Print board identification, same as we do on the IP2x machines.
2004-11-12 23:01:01 +00:00
christos
692346d6f0
PR/28264: Miles Nordin: finger does not consult utmp if a username is specified
2004-11-12 21:48:58 +00:00
uwe
36ae53aba9
MBR_PTYPE_APPLE_UFS is now spelled with an underscore.
2004-11-12 19:34:43 +00:00
christos
88825a8a55
Use ptype table from <sys/bootblock.h>
2004-11-12 16:57:46 +00:00
christos
371d4782ee
Fill in the list of mbr ptypes and make a static array of types and
...
descriptions.
2004-11-12 16:56:44 +00:00
he
398e7ad6d3
Mark ./usr/include/miscfs/ptyfs as obsolete instead of removing it.
2004-11-12 15:34:34 +00:00
he
d2c071958b
g/c ./usr/include/miscfs/ptyfs entry, now that ptyfs.h is no longer installed.
2004-11-12 15:11:18 +00:00
he
60c4c90899
Add casts to unsigned char for the arguments to the ctype.h macros/functions.
2004-11-12 10:18:46 +00:00
he
cf13121ba3
Add a cast to unsigned char for an argument to toupper().
2004-11-12 09:52:15 +00:00
atatat
e23f0e2a34
Pass the caller's proc* to soreceive() via auio.uio_procp so that
...
unp_externalize() is called properly.
Addresses PR kern/28194.
2004-11-12 04:15:29 +00:00
wiz
1a496846ae
Sort options, fix Xr, some nit fixes.
2004-11-12 02:39:21 +00:00
jklos
befeef393b
Add comments for OFB_ENABLE_CACHE (doesn't work on iMacs) and awacs
...
(causes lockups). OK'd by Tsubai Masanari (port maintainer).
2004-11-12 02:23:09 +00:00
hubertf
531272da6c
Translate an error message from C to english.
...
Before: disklabel: warning, partition g: offset % cylinder-size != 0
After: disklabel: warning, partition g: not starting on cylinder boundary
2004-11-12 01:00:40 +00:00
dsl
c74f8d82e5
Specify --chroot and -h to tar so that it will chroot into the target
...
filesystem and then follow existing symbolic links in that filesystem.
The choot is required to make absolute links be processed correctly,
and must be done by tar because the program (and input file) do not
exist inside the chroot.
Fixes PR install/5010 and install/8090 (at least)
2004-11-11 22:39:03 +00:00
dsl
b1bc1fb2fa
Remove precisely the set files when tidying up after an ftp install.
...
(why this code persists in running 'rm -f' and not just calling unlink()
is rather beyond me....)
2004-11-11 22:30:49 +00:00
dsl
4c23b8b763
Put WARNS=3 in the right place - so it actually affects the compilations
2004-11-11 22:21:53 +00:00
christos
d8edf257eb
Don't create the lastlogx file with 0 mode.
2004-11-11 22:14:20 +00:00
dsl
efe04144e4
Get network some interface details by using the relevant ioctls (not
...
trying to parse the output of ifconfig)
Loop if the user specifies an unsupported media type.
Run ifocnfig to set the media type (any anything else the user typed in)
before running dhcp to assign an address.
Correctly extract the defualt gateway from output of 'route -n show'
Extract nameserver from resolv.conf without using get_command_out(),
delete get_command_out().
Fixes (at least) PR install/11880, install/12706
2004-11-11 22:10:54 +00:00
christos
fbed044c7e
Grr, this was not updating lastlogx!
2004-11-11 22:08:39 +00:00
dsl
e4ad2fc0f8
Make url_decode() return a pointer to the end of the string, and take a
...
char * limit (not a length) to simplify buffer overrun avoidance.
2004-11-11 21:36:23 +00:00
dsl
7d6407147b
Add support for fetching using http (by specifying http URL to ftp)
...
Remove a 'Press <enter> to continue' message that was accidently left
in by a previous commit.
Fixes PR/18555 (and a recent discussion on a mailing list)
2004-11-11 21:24:40 +00:00
dsl
9d819ed558
Functions for converting media types to/from text are now in libutil.
2004-11-11 20:37:18 +00:00
dsl
ece723d1ec
Add if_media.c, functions for converting media to/from strings.
...
(from ifconfig.c)
2004-11-11 20:36:28 +00:00
dsl
de3f63a902
Add prototypes for functions that convert media to/from strings.
...
In libutil/if_media.c (moved from ifconfig.c so that they can be shared
in crunched binaries)
2004-11-11 20:34:30 +00:00