]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agocopyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!)
Dag-Erling Smørgrav [Mon, 11 Jun 2001 18:36:18 +0000 (18:36 +0000)]
copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!)

23 years agoThis is force commit to mention about previous commit.
Hajimu UMEMOTO [Mon, 11 Jun 2001 18:21:31 +0000 (18:21 +0000)]
This is force commit to mention about previous commit.

- (possible) remote kernel panic fix - out of bounds access on
  ill-formed ipopt.
- strict boundary check on ipopt.
- make sure to enforce inbound IPsec policy on all final header.
- add missing ipcomp entry from ipprotosw.
- 127/8 must not appear on wire - RFC1122.
  this is rather important as we use weak host model, so outsider
  can abuse 127.0.0.1 from outside.
- introduce ipstat.ips_badaddr
- use ipsec_gethist() to prevent packet filters from looking at
  decapulated packets.
- remove duplicate 127.0.0.0/8 checking.

23 years agoUse struct device * rather than device_t for (*pci_intr_route args), so
Andrew Gallatin [Mon, 11 Jun 2001 18:19:44 +0000 (18:19 +0000)]
Use struct device * rather than device_t for (*pci_intr_route args), so
as to match other prototypes in the file.

23 years agoFix small bogon.
Jonathan Lemon [Mon, 11 Jun 2001 18:15:31 +0000 (18:15 +0000)]
Fix small bogon.

Submitted by: Anton Berezin <tobez@tobez.org>

23 years ago- Restore -nostdinc that got lost in rev.1.105; we don't
Ruslan Ermilov [Mon, 11 Jun 2001 18:09:08 +0000 (18:09 +0000)]
- Restore -nostdinc that got lost in rev.1.105; we don't
  want host headers during `buildworld'.

- During `buildworld', install headers in a "copy" mode
  until we decide what to do with the (currently broken)
  SHARED=symlinks.

- Temporarily run `buildworld' with -DNO_WERROR, which
  effectively disabled the -Werror bit of recently added
  WARNS=X feature.  This is required because adding the
  -nostdinc bit back revealed bugs in some header files
  that were hiding after not using -nostdinc.
  It is unclear currently how exactly (and why) -nostdinc
  affects gcc(1) warnings.

23 years agoThis is force commit to mention about previous commit.
Hajimu UMEMOTO [Mon, 11 Jun 2001 18:00:56 +0000 (18:00 +0000)]
This is force commit to mention about previous commit.

- allow oversized routing messages.

23 years agoThis is force commit to mention about previous commit.
Hajimu UMEMOTO [Mon, 11 Jun 2001 17:52:02 +0000 (17:52 +0000)]
This is force commit to mention about previous commit.

- use getifaddrs() instead of directly executing SIOCGIFCONF
- added a sockaddr_storage member to sockunion{} for safety
- scoped address printing

23 years agoBackout removal of -I${.CURDIR}/../../../sys in previous revision.
Ruslan Ermilov [Mon, 11 Jun 2001 17:48:15 +0000 (17:48 +0000)]
Backout removal of -I${.CURDIR}/../../../sys in previous revision.
It is needed to pick up (missing in SHARED=copy case) netatm/uni/
headers.

The right fix would be to install missing netatm/uni headers.

23 years agoBackout previous change (removal of -I${.CURDIR}/../../sys/netinet).
Ruslan Ermilov [Mon, 11 Jun 2001 17:41:58 +0000 (17:41 +0000)]
Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).
This is needed to pick up the right headers.  Wrong headers from
src/contrib/ipfilter are used otherwise.

The right fix would be to fix contrib/ipfilter C sources to pick up
headers from <sys/netinet>.

Noticed by: peter

23 years agoMention about -rl behavior change. Now, MTU is printed.
Hajimu UMEMOTO [Mon, 11 Jun 2001 17:34:25 +0000 (17:34 +0000)]
Mention about -rl behavior change.  Now, MTU is printed.

23 years agoAdd missing column for Mtu in header when -rl is specified.
Hajimu UMEMOTO [Mon, 11 Jun 2001 17:32:53 +0000 (17:32 +0000)]
Add missing column for Mtu in header when -rl is specified.

23 years agoAdd sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which
Dag-Erling Smørgrav [Mon, 11 Jun 2001 17:05:52 +0000 (17:05 +0000)]
Add sbuf_copyin().  Also add 'b' variants of sbuf_{cat,copyin,cpy}() which
ignore NUL bytes in the source string.

23 years agoFor some reason, though the module builds just fine without <sys/lock.h>,
Dag-Erling Smørgrav [Mon, 11 Jun 2001 15:04:48 +0000 (15:04 +0000)]
For some reason, though the module builds just fine without <sys/lock.h>,
LINT fails to build without it.

23 years agoPass on the verbose option to fetchGetURL().
Dag-Erling Smørgrav [Mon, 11 Jun 2001 14:18:26 +0000 (14:18 +0000)]
Pass on the verbose option to fetchGetURL().
In the child that's set up to run tar(1), close all file descriptors except
stdin, stdout and stderr.

PR: bin/27760

23 years agoDon't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0. This
Dag-Erling Smørgrav [Mon, 11 Jun 2001 14:12:46 +0000 (14:12 +0000)]
Don't call _ftp_closefn() upon EOF in _ftp_readfn(); just return 0.  This
fixes a bug in pkg_add(1) (which nobody noticed because of another bug).

23 years agoRemoved the broken code which claimed to lose the set[ug]id bits in
Bruce Evans [Mon, 11 Jun 2001 13:57:54 +0000 (13:57 +0000)]
Removed the broken code which claimed to lose the set[ug]id bits in
the !(pflag && setfile()) case for regular files unless the copy is
owned by the same user and group.  These bits have already been lost
(or never gained) in the correct way.  The code didn't actually lose
the bits; it depended on them being lost already (apparently in all
cases) and attempted to gain them as necessary, but it often gained
them (and sometimes collateral bits) when wrong:
- pflag && setfile() == 0 case (i.e., for a successful cp -p):
  setfile() copies all the attributes as correctly as possible (as
  specified by POSIX), and we sometimes messed up the up the mode by
  setting it again.  Also, if the file is immutable, then setting the
  mode again gave spurious errors (PR 20646).
- !pflag case.  If the target is created, POSIX requires it to not
  have the set[ug]id bits, but we sometimes copied them from the source.
  If the target already exists, POSIX requires its mode to be unchanged,
  but we sometimes copied the whole mode from the source.

PR: 20646
MFC after: 4 weeks

23 years agoprefixcmd_enable was obsoleted by syncing recent KAME. New prefix(8)
Hajimu UMEMOTO [Mon, 11 Jun 2001 13:28:05 +0000 (13:28 +0000)]
prefixcmd_enable was obsoleted by syncing recent KAME.  New prefix(8)
is just a shell script for backward compatibility.  Now, we always use
ifconfig(8) instead of prefix(8).

MFC after: 3 weeks

23 years agoThe README file says:
Ruslan Ermilov [Mon, 11 Jun 2001 12:48:45 +0000 (12:48 +0000)]
The README file says:

c)  The listing should be kept in filename sorted order.

23 years agoSync with recent KAME.
Hajimu UMEMOTO [Mon, 11 Jun 2001 12:39:29 +0000 (12:39 +0000)]
Sync with recent KAME.
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.

TODO:
  - The definitions of SADB_* in sys/net/pfkeyv2.h are still different
    from RFC2407/IANA assignment because of binary compatibility
    issue.  It should be fixed under 5-CURRENT.
  - ip6po_m member of struct ip6_pktopts is no longer used.  But, it
    is still there because of binary compatibility issue.  It should
    be removed under 5-CURRENT.

Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks

23 years agoAdd PSEUDOFS, and note that LINPROCFS depends on it.
Dag-Erling Smørgrav [Mon, 11 Jun 2001 11:04:36 +0000 (11:04 +0000)]
Add PSEUDOFS, and note that LINPROCFS depends on it.

23 years agoAdd pseudofs and the new linprocfs here.
Dag-Erling Smørgrav [Mon, 11 Jun 2001 11:02:10 +0000 (11:02 +0000)]
Add pseudofs and the new linprocfs here.

23 years agoAdd a PSEUDOFS option to allow pseudofs to be built statically.
Dag-Erling Smørgrav [Mon, 11 Jun 2001 10:58:07 +0000 (10:58 +0000)]
Add a PSEUDOFS option to allow pseudofs to be built statically.

23 years agoRemove the old linprocfs code.
Dag-Erling Smørgrav [Mon, 11 Jun 2001 10:57:33 +0000 (10:57 +0000)]
Remove the old linprocfs code.

23 years agoCosmetics:
Joerg Wunsch [Mon, 11 Jun 2001 10:48:10 +0000 (10:48 +0000)]
Cosmetics:

. remove stale comments and a stale #define (from the old days of ft(4))
. make MAX_SEC_SIZE (used in isa_dmainit()) a #define

. fix a typo in a string
. use 0 as the blocksize in devstat_add_entry(), since the actual blocksize
  is unknown (devstat(9) suggests to use 0 in that case)

23 years agoWARNS=2 cleanup, ANSIfication, manpage mdoc(7) cleanup.
Peter Pentchev [Mon, 11 Jun 2001 09:29:34 +0000 (09:29 +0000)]
WARNS=2 cleanup, ANSIfication, manpage mdoc(7) cleanup.

Once again, as explained in my messages to -audit, the ANSIfication comes
as part of the preparation to add a new -d command-line flag to send
output to stdout/stderr.  That commit will come in a week, pending any
further comments/objections.  For those who have missed the -audit mails,
it's at http://people.FreeBSD.org/~roam/bsd/rarpd/usr.sbin-rarpd-d.patch

Asbestos suit: on ;)
Reviewed by: dd, silence on -audit
MFC after: 1 month

23 years agoTry to make the setting of the SIGCHLD handler the same as setting of
David Malone [Mon, 11 Jun 2001 09:15:41 +0000 (09:15 +0000)]
Try to make the setting of the SIGCHLD handler the same as setting of
the NOCLDWAI flag. Susv2 seems to require this.

Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
Reviewed by: dillon

23 years agoISO_ -> ISO
Andrey A. Chernov [Mon, 11 Jun 2001 04:24:43 +0000 (04:24 +0000)]
ISO_ -> ISO

23 years agoISO_ -> ISO
Andrey A. Chernov [Mon, 11 Jun 2001 03:45:33 +0000 (03:45 +0000)]
ISO_ -> ISO

23 years agoISO_ -> ISO
Andrey A. Chernov [Mon, 11 Jun 2001 03:08:46 +0000 (03:08 +0000)]
ISO_ -> ISO

23 years agoISO_ -> ISO
Andrey A. Chernov [Mon, 11 Jun 2001 02:59:46 +0000 (02:59 +0000)]
ISO_ -> ISO

23 years agoISO_ -> ISO, calendar
Andrey A. Chernov [Mon, 11 Jun 2001 02:59:08 +0000 (02:59 +0000)]
ISO_ -> ISO, calendar

23 years agoISO_ -> ISO rename
Andrey A. Chernov [Mon, 11 Jun 2001 02:17:23 +0000 (02:17 +0000)]
ISO_ -> ISO rename

23 years agoISO_* -> ISO*
Andrey A. Chernov [Mon, 11 Jun 2001 02:15:32 +0000 (02:15 +0000)]
ISO_* -> ISO*

23 years agoISO_ -> ISO (partially)
Andrey A. Chernov [Mon, 11 Jun 2001 02:12:25 +0000 (02:12 +0000)]
ISO_ -> ISO (partially)

23 years agoISO_ -> ISO
Andrey A. Chernov [Mon, 11 Jun 2001 02:00:33 +0000 (02:00 +0000)]
ISO_ -> ISO

23 years agoISO_* -> ISO* rename
Andrey A. Chernov [Mon, 11 Jun 2001 01:48:17 +0000 (01:48 +0000)]
ISO_* -> ISO* rename

23 years agoAdd 'SKIP' as an action so that verification works for multivolume restores.
Matt Jacob [Mon, 11 Jun 2001 01:44:06 +0000 (01:44 +0000)]
Add 'SKIP' as an action so that verification works for multivolume restores.
Tested with filesystem files.

PR: 27218
Submitted by: mad1@tapil.com
MFC after: 3 weeks

23 years agoISO_ -> ISO in comment
Andrey A. Chernov [Mon, 11 Jun 2001 01:32:33 +0000 (01:32 +0000)]
ISO_ -> ISO in comment

23 years agoISO_ -> ISO
Andrey A. Chernov [Mon, 11 Jun 2001 01:29:40 +0000 (01:29 +0000)]
ISO_ -> ISO

23 years agoISO_ -> ISO in DOC_LANG
Andrey A. Chernov [Mon, 11 Jun 2001 01:26:52 +0000 (01:26 +0000)]
ISO_ -> ISO in DOC_LANG

23 years agoCorrect typo.
Greg Lehey [Mon, 11 Jun 2001 00:43:26 +0000 (00:43 +0000)]
Correct typo.

Submitted by: Normand Leclerc <leclercn@videotron.ca>

23 years agoidentify es1371 revision a
Cameron Grant [Mon, 11 Jun 2001 00:32:18 +0000 (00:32 +0000)]
identify es1371 revision a

23 years agoget clkrun the right way around
Cameron Grant [Mon, 11 Jun 2001 00:29:25 +0000 (00:29 +0000)]
get clkrun the right way around
remove debug messages

23 years agoMinor whitespace changes.
Dag-Erling Smørgrav [Mon, 11 Jun 2001 00:17:59 +0000 (00:17 +0000)]
Minor whitespace changes.

23 years agoIn debug mode don't print error for C,POSIX,ASCII,US-ASCII locales
Andrey A. Chernov [Sun, 10 Jun 2001 23:42:31 +0000 (23:42 +0000)]
In debug mode don't print error for C,POSIX,ASCII,US-ASCII locales

23 years agoPreemptive brucification.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 23:28:03 +0000 (23:28 +0000)]
Preemptive brucification.

23 years agoConnect linprocfs to the build.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 23:27:25 +0000 (23:27 +0000)]
Connect linprocfs to the build.

23 years agoHandle ASCII and US-ASCII aliases
Andrey A. Chernov [Sun, 10 Jun 2001 23:26:47 +0000 (23:26 +0000)]
Handle ASCII and US-ASCII aliases

23 years agoThese aren't needed any more.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 23:24:14 +0000 (23:24 +0000)]
These aren't needed any more.

23 years agoNew pseudofs-based linprocfs (repo-copied from linprocfs_misc.c).
Dag-Erling Smørgrav [Sun, 10 Jun 2001 23:23:59 +0000 (23:23 +0000)]
New pseudofs-based linprocfs (repo-copied from linprocfs_misc.c).

23 years agoHandle "ASCII" and "US-ASCII" aliases
Andrey A. Chernov [Sun, 10 Jun 2001 23:22:31 +0000 (23:22 +0000)]
Handle "ASCII" and "US-ASCII" aliases

23 years agoDisconnect linprocfs prior to moving it.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 23:20:38 +0000 (23:20 +0000)]
Disconnect linprocfs prior to moving it.

23 years agoInstall additional en_US links
Andrey A. Chernov [Sun, 10 Jun 2001 22:40:39 +0000 (22:40 +0000)]
Install additional en_US links

23 years agoBack out *.US-ASCII compactification - application should decide
Andrey A. Chernov [Sun, 10 Jun 2001 22:32:39 +0000 (22:32 +0000)]
Back out *.US-ASCII compactification - application should decide

23 years agoFix encoding info
Andrey A. Chernov [Sun, 10 Jun 2001 22:13:29 +0000 (22:13 +0000)]
Fix encoding info

23 years agoAdd man/en.ISO8859-1 hierarchy
Andrey A. Chernov [Sun, 10 Jun 2001 21:55:32 +0000 (21:55 +0000)]
Add man/en.ISO8859-1 hierarchy

23 years agoBail out if the fill function failed.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 21:39:01 +0000 (21:39 +0000)]
Bail out if the fill function failed.

23 years agoWhoops, some of my test code snuck in here.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 21:37:11 +0000 (21:37 +0000)]
Whoops, some of my test code snuck in here.

23 years agoRemove "SU" - not valid country code
Andrey A. Chernov [Sun, 10 Jun 2001 21:06:01 +0000 (21:06 +0000)]
Remove "SU" - not valid country code
Fix locale comparison with "C", add "POSIX"

23 years agoAdd more *.US-ASCII entries
Andrey A. Chernov [Sun, 10 Jun 2001 20:53:18 +0000 (20:53 +0000)]
Add more *.US-ASCII entries

23 years agoAdd Latin15 entries
Andrey A. Chernov [Sun, 10 Jun 2001 20:42:46 +0000 (20:42 +0000)]
Add Latin15 entries

23 years agoFix ISO_ to preferred MIME name
Andrey A. Chernov [Sun, 10 Jun 2001 20:30:41 +0000 (20:30 +0000)]
Fix ISO_ to preferred MIME name

23 years agoImplement EDNS0 support, as EDNS0 support will be made mandatory for
Hajimu UMEMOTO [Sun, 10 Jun 2001 20:25:24 +0000 (20:25 +0000)]
Implement EDNS0 support, as EDNS0 support will be made mandatory for
IPv6 transport-ready resolvers/DNS servers.  Need careful configuration
when enable it. (default config is not affected).
See manpage for details.

XXX visible symbol __res_opt() is added, however, it is not supposed to be
called from outside, libc minor is not bumped.

Obtained from: KAME/NetBSD

23 years agoAdd more *.US-ASCII and Latin15 entries
Andrey A. Chernov [Sun, 10 Jun 2001 20:11:05 +0000 (20:11 +0000)]
Add more *.US-ASCII and Latin15 entries

23 years agoAdd more Latin15 links
Andrey A. Chernov [Sun, 10 Jun 2001 19:47:57 +0000 (19:47 +0000)]
Add more Latin15 links

23 years agoAdd more *.US-ASCII and Latin15 entries
Andrey A. Chernov [Sun, 10 Jun 2001 19:41:17 +0000 (19:41 +0000)]
Add more *.US-ASCII and Latin15 entries

23 years agoAdd more *.US-ASCII entries
Andrey A. Chernov [Sun, 10 Jun 2001 19:21:54 +0000 (19:21 +0000)]
Add more *.US-ASCII entries

23 years agoSupply the intpin to the platform.pci_intr_map() function. It turns
Andrew Gallatin [Sun, 10 Jun 2001 19:18:51 +0000 (19:18 +0000)]
Supply the intpin to the platform.pci_intr_map() function.  It turns
out nearly every platform but the one I tested on requires the intpin
to swizzle out the correct intline.

tested by: Martijn Pronk <mpkisbkl@xs4all.nl> (lca_pci)

23 years agoAdd more *.US-ASCII entries
Andrey A. Chernov [Sun, 10 Jun 2001 19:16:43 +0000 (19:16 +0000)]
Add more *.US-ASCII entries
Misc cleanup

23 years agoConnect the fs directory to the build.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 19:16:18 +0000 (19:16 +0000)]
Connect the fs directory to the build.

23 years agoAdd more *.US-ASCII entries
Andrey A. Chernov [Sun, 10 Jun 2001 18:57:27 +0000 (18:57 +0000)]
Add more *.US-ASCII entries

23 years agoArgh. Fix braino in previous commit.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 18:54:04 +0000 (18:54 +0000)]
Argh.  Fix braino in previous commit.

23 years agoAdd more *.US-ASCII family
Andrey A. Chernov [Sun, 10 Jun 2001 18:53:43 +0000 (18:53 +0000)]
Add more *.US-ASCII family

23 years agoAdd a 'flags' argument to the PFS_PROCDIR macro.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 18:52:55 +0000 (18:52 +0000)]
Add a 'flags' argument to the PFS_PROCDIR macro.

23 years agoAdd a build directory and Makefile for pseudofs.
Dag-Erling Smørgrav [Sun, 10 Jun 2001 18:47:23 +0000 (18:47 +0000)]
Add a build directory and Makefile for pseudofs.

23 years agoDeal properly with *.US-ASCII family
Andrey A. Chernov [Sun, 10 Jun 2001 18:44:01 +0000 (18:44 +0000)]
Deal properly with *.US-ASCII family

23 years agoAdd support for process-dependent directories. This means that save for
Dag-Erling Smørgrav [Sun, 10 Jun 2001 18:39:21 +0000 (18:39 +0000)]
Add support for process-dependent directories.  This means that save for
the lack of a man page, pseudofs is mostly complete now.

23 years agoAdd new and Latin15 names
Andrey A. Chernov [Sun, 10 Jun 2001 18:03:53 +0000 (18:03 +0000)]
Add new and Latin15 names

23 years agoUnderstand new locale names and Latin15
Andrey A. Chernov [Sun, 10 Jun 2001 17:26:35 +0000 (17:26 +0000)]
Understand new locale names and Latin15

23 years agoFix ISO_ for new names
Andrey A. Chernov [Sun, 10 Jun 2001 17:08:53 +0000 (17:08 +0000)]
Fix ISO_ for new names

23 years agoUnderstand new locale names and Latin15 too
Andrey A. Chernov [Sun, 10 Jun 2001 17:03:37 +0000 (17:03 +0000)]
Understand new locale names and Latin15 too

23 years agoFix Latin1 man directories for new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 16:36:09 +0000 (16:36 +0000)]
Fix Latin1 man directories for new locale names

23 years agoAdd a missing \n
Brian Somers [Sun, 10 Jun 2001 16:21:56 +0000 (16:21 +0000)]
Add a missing \n

Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
PR: 28014
MFC after: 1 week

23 years agoFix for new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 16:03:56 +0000 (16:03 +0000)]
Fix for new locale names

23 years agoFix for new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 15:57:40 +0000 (15:57 +0000)]
Fix for new locale names

23 years agosbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
Dag-Erling Smørgrav [Sun, 10 Jun 2001 15:48:04 +0000 (15:48 +0000)]
sbuf_new(9) now returns a struct sbuf * instead of an int.  If the caller
does not provide a struct sbuf, sbuf_new(9) will allocate one and return
a pointer to it.

23 years agoFix ISO_ sneaked
Andrey A. Chernov [Sun, 10 Jun 2001 15:31:29 +0000 (15:31 +0000)]
Fix ISO_ sneaked

23 years agoUse new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 15:28:39 +0000 (15:28 +0000)]
Use new locale names

23 years agoUse en_GB for en_NZ
Andrey A. Chernov [Sun, 10 Jun 2001 14:41:15 +0000 (14:41 +0000)]
Use en_GB for en_NZ

23 years agoSwitch to new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 14:36:39 +0000 (14:36 +0000)]
Switch to new locale names

23 years agoSwitch to new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 14:28:51 +0000 (14:28 +0000)]
Switch to new locale names

23 years agoSwitch to new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 14:17:44 +0000 (14:17 +0000)]
Switch to new locale names

23 years agoSwitch to new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 14:05:50 +0000 (14:05 +0000)]
Switch to new locale names

23 years agoSwitch to new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 13:43:47 +0000 (13:43 +0000)]
Switch to new locale names

23 years agoMove the first section up one page. The firmware bogusly uses the first
Doug Rabson [Sun, 10 Jun 2001 13:39:10 +0000 (13:39 +0000)]
Move the first section up one page. The firmware bogusly uses the first
page of the image to load section headers and if we let the text section
start at zero, it corrupts the section table when its loaded. With this
change, the loader gets as far as the 'ok' prompt.

23 years agoRemove a 'return' statement which I put in while I was trying to debug
Doug Rabson [Sun, 10 Jun 2001 13:36:00 +0000 (13:36 +0000)]
Remove a 'return' statement which I put in while I was trying to debug
the startup code.

23 years agoSwitch to new locale names
Andrey A. Chernov [Sun, 10 Jun 2001 13:25:32 +0000 (13:25 +0000)]
Switch to new locale names

23 years agoNew locale names and aliases to old ones
Andrey A. Chernov [Sun, 10 Jun 2001 13:02:52 +0000 (13:02 +0000)]
New locale names and aliases to old ones

23 years agoBack out rev 1.268.
Sheldon Hearn [Sun, 10 Jun 2001 12:09:11 +0000 (12:09 +0000)]
Back out rev 1.268.

Requested by: wollman, rwatson

23 years agoFix cross-references:
Maxim Sobolev [Sun, 10 Jun 2001 12:06:54 +0000 (12:06 +0000)]
Fix cross-references:
xntpd.8 --> ntpd.8
acl_delete_perms.3 --> acl_delete_perm.3
getname.2 --> getsockname.2

MFC after: 1 week