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
ache
a362222cc8
style(9) cosmetique of my changes
2002-04-06 00:40:19 +00:00
pdeuskar
8bdd5df5b2
Added support for 82540EM based cards.
...
Cosmetic changes to make code more unix-like.
MFC after: 1 week
2002-04-06 00:36:53 +00:00
tmm
c944152856
htonl() and ntohl() operate on unsinged types, so they must zero-extend,
...
not sign-extend. Fix a comment in the former to that effect, and change
the latter over to do the right conversion.
2002-04-06 00:07:15 +00:00
asmodai
7a9becef0e
FIPS 2.0 supports VFAT and FAT32. Reflect documentation to this fact.
...
PR: 35684
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-04-05 22:07:44 +00:00
asmodai
d76e4bc363
Correct old wording of the arp functionality.
...
We are long past the stage where we only had ARP working for 10 Mb/s.
PR: 35604
Submitted by: Gary W. Swearingen <swear@blarg.net>
Additional comments by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
2002-04-05 21:59:13 +00:00
sos
251be3e5cd
Sync with the new endianness in ata.h
2002-04-05 21:51:03 +00:00
scottl
5bf5b1b9d5
Add support for the Dell 2650
...
Submitted by: andrew_bachler@dell.com
2002-04-05 20:00:29 +00:00
des
d34172f018
Remove some duplicate free()s and add some that were missing.
...
Submitted by: tmm
2002-04-05 20:00:05 +00:00
sos
2e383d7f2e
Dont quit prematurely when writing from stdin...
2002-04-05 19:35:41 +00:00
ache
ef609115a5
Add note about double-character letters like "ss" into BUGS section
...
Reviewed by: Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
2002-04-05 19:29:05 +00:00
mdodd
23ff620fb4
Retire this copy; it now lives in sys/net/fddi.h.
2002-04-05 19:24:38 +00:00
sos
7c1178a001
Unlock the channel again if an ata_reinit() fails.
2002-04-05 18:37:04 +00:00
alfred
f6dc1b2de9
remove blanktime sysctl, this can't be done as easily as it looks.
...
Requested by: jhb
2002-04-05 18:17:49 +00:00
sos
0eb324033d
Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__
2002-04-05 18:05:17 +00:00
sos
dfb0853c77
Cleanups.
2002-04-05 18:04:05 +00:00
sos
7fbdb2bc1c
Cleanup, use the same method to denote parts for endianess.
2002-04-05 18:03:33 +00:00
sos
4059babc8f
Dont allow to detach twice.
2002-04-05 18:02:33 +00:00
alfred
b9e5e77ee7
Add some functionality via sysctl to syscons.
...
hw.syscons.saver.keybonly: used to specify that only input is to
interrupt the screensaver. This allows one to run a chatty console
app but still have the screen blank out until a key is pressed.
There should probably also be an ioctl for this, we'll do that later.
hw.syscons.saver.blanktime: exports the screensaver timeout via sysctl.
Submitted by: Olivier Houchard <doginou@cognet.ci0.org>
2002-04-05 17:53:25 +00:00
phk
beae6a9ce5
Make LINT compile again.
2002-04-05 17:45:47 +00:00
bmah
a8a03c809a
Add a missing word.
2002-04-05 17:03:33 +00:00
imp
e1798dc814
catch up to 1.31
2002-04-05 16:25:34 +00:00
imp
022376dedf
Add 3crwe77a
2002-04-05 16:25:03 +00:00