des
cd43768d69
This commit was generated by cvs2svn to compensate for changes in r93968,
...
which included commits to RCS files with non-trunk default branches.
2002-04-06 13:50:26 +00:00
des
6aebb14982
Virgin import of NetBSD's regression tests for sort(1).
2002-04-06 13:50:26 +00:00
des
23d27506de
This commit was generated by cvs2svn to compensate for changes in r93966,
...
which included commits to RCS files with non-trunk default branches.
2002-04-06 13:49:43 +00:00
des
d74e40d5be
Virgin import of NetBSD's sort(1) where it belongs.
2002-04-06 13:49:43 +00:00
phk
82af590d92
Fix a typo in the definition of HP1220C and add a quick entry for
...
broken bidir mode for at as well.
2002-04-06 13:28:02 +00:00
joe
e791bc485b
Regenerate.
2002-04-06 13:07:05 +00:00
joe
23fceceeff
Add some more printer devices:
...
DeskJet 1220C from phk
Scanjet 5400C from NetBSD
Inkjet P-2000U from NetBSD
2002-04-06 13:06:07 +00:00
joe
5756a1bf39
Synchronise with NetBSD for order and formatting; no functional changes.
2002-04-06 13:01:39 +00:00
dfr
447927a106
Merge fixes for dbtob() and btodb() from alpha/include/param.h. This stops
...
ffs_snapshot() from using negative numbers for byte offsets in large file
systems.
2002-04-06 12:55:48 +00:00
joe
b7178f19de
Add a new vendor: MINOLTA, and some products by them.
...
Partially submitted by: asmodai
2002-04-06 12:27:23 +00:00
murray
2bf5b24480
* Correct a typo.
...
* Add an entry for /etc/pam.d.
* Update /usr/libdata/stallion description.
2002-04-06 11:50:23 +00:00
phk
2317fe447f
Per discussion on current: Don't spam root with syslog messages.
2002-04-06 11:22:01 +00:00
ru
17619c9cd4
Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).
2002-04-06 10:02:20 +00:00
ru
c711dcdf85
Polish previous revision.
2002-04-06 09:54:17 +00:00
obrien
5b0180d875
Expand the toolchain a little bit.
...
Requested by: fjoe (collect2), des (protoize)
2002-04-06 09:35:06 +00:00
jake
f5ec046011
Enable isp and ispfw. Remove the nonexistant SUN_DISKLABEL and
...
ATA_ENABLE_BUSMATER.
2002-04-06 09:33:24 +00:00
dd
24845561fa
Correct grammar(?) in comments.
...
PR: 36808
Submitted by: Andrew Boothman <andrew@cream.org>
2002-04-06 09:28:37 +00:00
ru
917e88d84a
Don't reinvent the wheel now that ether_ntoa(3) has been fixed
...
to print leading zeros in libc_net/ether_addr.c,v 1.13.
MFC after: 3 days
2002-04-06 09:01:44 +00:00
jake
7f897ef089
Remove a stale comment.
2002-04-06 08:44:04 +00:00
jake
553fb6e233
Include machine/ktr.h for sparc64 so we pick up KTR_CPU.
2002-04-06 08:43:17 +00:00
jake
10c7b1ac04
Provide an implementation of KTR_CPU that doesn't use pcpu, so we don't
...
crash and burn if its not setup yet. Add timestamp, cpu, and (fake) file
and line recording to the asm version of CTR.
2002-04-06 08:40:59 +00:00
jake
078956266f
Correct KINFO_PROC_SIZE for sparc64 due to segsz_t change.
2002-04-06 08:30:05 +00:00
jake
4519c96e93
segsz_t needs to be 64bit for sparc64.
2002-04-06 08:29:18 +00:00
nyan
ef85d07531
Move ICU_* defines into icu.h.
2002-04-06 08:25:05 +00:00
nyan
368d0d1e58
Remove pc98 code.
2002-04-06 08:22:33 +00:00
jake
368a87f05d
Remove invalid KASSERTS.
2002-04-06 08:21:43 +00:00
jake
3fadd16f0d
Use CTASSERT rather than a runtime check to detect kinfo_proc size changes.
...
Remove the ugly yuck code to busy wait for 20 seconds.
2002-04-06 08:13:52 +00:00
mike
855da786ec
Remove types(5). It is of little use to have a manual with only the
...
contents of a header. It is of even less use when its contents are
stale.
2002-04-06 07:18:46 +00:00
mike
eba1005ff8
Fix misordered list.
2002-04-06 07:10:15 +00:00
mike
4ca49ee2c3
Add stdint(7), a manual which describes some of the integer types
...
available in the <stdint.h> header.
2002-04-06 07:05:42 +00:00
nyan
8edde879fa
Merged from sys/dev/syscons/syscons.c revisions 1.381 and 1.382.
2002-04-06 06:47:23 +00:00
nyan
3596e8cbe3
Merged from sys/isa/fd.c revision 1.228.
2002-04-06 06:43:55 +00:00
nyan
e4475cba04
Added the new kernel dumping support for pc98.
2002-04-06 06:41:54 +00:00
nyan
cc9354bb87
Merged from sys/dev/sio/sio.c revisions 1.370 and 1.371.
2002-04-06 06:19:10 +00:00
marcel
e51cd0ad8f
Fix a braino in the alignment of the segment contents after dumping
...
the program headers. As a result of this, dumplo was advanced too
much causing the end of the dump and most notably the trailing
dump header to be written beyond the end of the the dump medium.
2002-04-06 05:56:33 +00:00
peter
4f01203b03
Exclude xlint for ia64. For the time being, there are enough gcc
...
dependencies in the machine/* headers to make it explode when -U__GNUC__
is specified by lint. Not to mention that lint is passing undocumented
(illegal?) args to cpp and that seems to upset gcc-3.1 now.
Specifically, -Wp,-CC. -Wp,-C is documented and legal though.
2002-04-06 05:51:59 +00:00
dillon
930f8eb170
Fix ether_ntoa() to generate the %02x format people expect, instead of %x,
...
for the ethernet address.
MFC after: 1 day
2002-04-06 05:21:57 +00:00
des
90c99159f1
Simplify and optimize. This speeds up 'initattr' enormously for small
...
attribute sizes (up to two orders of magnitude!)
2002-04-06 05:02:54 +00:00
des
a3900e7d70
Nuke stale copy of the pam_ssh(8) source code.
2002-04-06 04:46:01 +00:00
peter
cddc57f171
Make it a bit closer to the EFI build and tie up some loose ends.
2002-04-06 04:33:53 +00:00
peter
8eb1fab9da
Try and tidy up some very loose ends with paths to various libraries etc.
2002-04-06 04:29:36 +00:00
peter
bc98e7be03
Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64
...
instead.
2002-04-06 04:16:58 +00:00
peter
b2d9042186
Do not assume that ${OBJCOPY} variable exists. It was hidden by the
...
fact that the 'ia64-make' wrapper explicitly set it.
2002-04-06 04:11:46 +00:00
peter
66482b75cf
Use the correct elf hash table entry type. This matches a similar fix
...
in the kernel side of things some time ago. The hash table entries are
always 32 bits wide, even on 64 bit machines.
2002-04-06 04:09:42 +00:00
peter
4e70269a83
Fix self hosted loader building. When you use a self configured gcc, it
...
detects and uses the gas section merge support. As a result, a whole bunch
of new sections arrive, including .rodata.str1.8, which was not included
in our custom ldscript.ia64. The result was a loader binary that EFI
rejected.
While here, collect the loader shell commands linker set and include it
in the data area rather than having its own section.
/boot/loader.efi was the last holdout for having a 100% self built ia64
system.
2002-04-06 03:39:22 +00:00
mdodd
ec999f8323
Use <net/fddi.h> rather than <netinet/if_fddi.h>.
2002-04-06 03:21:46 +00:00
murray
e07b369f19
Add "xf86cfg -textmode" to the list of options for configuring XFree86
...
4.X.
Suggested by: many
2002-04-06 02:42:27 +00:00
murray
8b9c90b040
Teach sysinstall the difference between a command line, and an
...
executable file, so that we can pass commands with arguments to
configXSetup().
2002-04-06 02:39:27 +00:00
murray
727934fcf8
Sort.
2002-04-06 01:24:58 +00:00
murray
77a96a13b5
Add www/links to the list of required packages. It is used by
...
sysinstall to read the HTML documentation.
Move graphics/gimp1 and lang/gnat from disc #3 to disc #1 , we have
extra space.
2002-04-06 01:18:42 +00:00