blymn
531ada40fc
Changed deprecated curses function to the new equivalent.
2001-12-07 12:10:09 +00:00
yamt
a510b02e77
add files forgotten in my previous commit.
2001-12-07 12:02:07 +00:00
yamt
604f3ffeb7
add manpages for stdio wide char related functions.
2001-12-07 11:56:14 +00:00
yamt
2aebb3d002
bump libc minor version.
2001-12-07 11:53:58 +00:00
yamt
727d201424
bump minor:
...
- make FILE structure extensible without breaking binary-compatibility.
- add fputwc, fgetwc, fwide and related functions.
- add hooks needed to maintain the orientation of file stream.
2001-12-07 11:49:58 +00:00
yamt
17f3654a64
- make FILE structure extensible without breaking binary-compatibility.
...
- add fputwc, fgetwc, fwide and related functions.
- add hooks needed to maintain the orientation of file stream.
2001-12-07 11:47:40 +00:00
yamt
272f471ee0
add detach support for st.
2001-12-07 11:26:30 +00:00
hannken
de07b4b524
Protect `opt_sparc_arch.h'. Used from /sys/arch/sparc/stand/boot.
2001-12-07 11:00:39 +00:00
itojun
33429d0612
correct timing to increment icmp6 MIB variables. sync with kame
2001-12-07 10:10:43 +00:00
jmc
5cef5426cc
Add note about how to work around reloc problems in groff now that the toolchain
...
fixes are commited.
2001-12-07 09:56:44 +00:00
wiz
0d22a58265
Fix pasto in last.
2001-12-07 09:31:34 +00:00
onoe
d5d707cf1d
Add 82801BAM as piix.
...
Do not initialize global variables 'pciintr_icu_tag' to NULL.
Its type is 'const struct pciintr_icu *' (typedef'ed) and gcc sometimes(!)
put it in Text region. So force arrrange it to BSS.
2001-12-07 08:07:57 +00:00
onoe
e7357c0007
Regen: Add HPB and LPC functions of 82801BAM.
2001-12-07 08:00:35 +00:00
onoe
c971f89005
Add HPB and LPC functions of 82801BAM.
2001-12-07 07:59:24 +00:00
cjs
b445461d1e
Rebuild these to fix the "generated from" line.
2001-12-07 07:43:10 +00:00
jdolecek
3d4c59a8ee
Back off previous for now, Jason thinks it's not right. Will discuss
...
on tech-kern@
2001-12-07 07:09:29 +00:00
cjs
9dd4ce03d0
Add Palm m500/m505 and Sony Clie USB cradle device IDs.
2001-12-07 06:59:44 +00:00
minoura
55442b0bbd
Do not descend to distrib. Call notes and MACHINE directory directly instead.
...
New target `release' added to sys/arch/x68k/stand/loadbsd.
2001-12-07 06:59:20 +00:00
minoura
a05e3fce0a
Overhaul installation system.
...
- Use new boot system. Bootfloppies now use ustarfs.
- Split instkernel.* directory from bootfloppy.*.
- Adjust ramdisk size.
- others.
2-floppy installation system cannot be compiled due to size bloat.
Disabled temporarily (?).
2001-12-07 06:57:49 +00:00
minoura
a5d9ca13b1
New target: release.
2001-12-07 06:52:14 +00:00
minoura
7bd6e6b999
Correct typo.
2001-12-07 06:51:47 +00:00
briggs
5ff99309b4
Add a floppyinstfs
2001-12-07 05:25:24 +00:00
fredette
b596abc4ed
Picked up some old scheduler changes. Now the sun2 locore
...
corresponds tightly to revision 1.81 of the sun3 locore.
2001-12-07 05:24:56 +00:00
gmcgarry
daf40a326a
Fix pastos.
2001-12-07 05:24:28 +00:00
briggs
b63ee4da76
Add INSTALL as a BUILD_KERNEL.
2001-12-07 05:24:20 +00:00
briggs
7a5658c94a
16 partitions
2001-12-07 05:23:41 +00:00
briggs
f9d1ec360b
16 partitions -- agree with files.sandpoint
2001-12-07 05:20:57 +00:00
briggs
757139f41d
Disable ws* until we can have a working vga* at pci.
2001-12-07 05:10:59 +00:00
briggs
43fd0c736b
Add INSTALL kernel (copy from RAMDISK).
2001-12-07 05:10:17 +00:00
briggs
a0464e11d0
First cut at ramdisk image for sandpoint installation kernel.
2001-12-07 05:04:57 +00:00
jmc
8e9f3cf335
Account for possible alignment space before the exception table pointer when
...
dealing with the "eh" frames
2001-12-07 02:41:13 +00:00
jmc
39faa9cf1e
Make sure the reloc for __EXCEPTION_TABLE__ in the "eh" exception frames is
...
fully aligned for the given arch. The sparc64 ld can't handle unaligned
relocs.
2001-12-07 02:40:36 +00:00
jmc
5baaa9092b
Make pwd_mkdb a conditional set so bsd.own.mk can override it
2001-12-07 02:30:22 +00:00
jmc
0ce9aa8e6c
Add pwd_mkdb as a toolchain bit for builds
2001-12-07 02:28:53 +00:00
bjh21
0a1ce99f56
Further POSIX progress: The C, S, I and L modifiers now behave correctly,
...
specifying output in units of a char, short, int and long (as defined by the
host system) respectively. This made the POSIX -t code more than complicated
enough to merit its own function, so I did that.
2001-12-07 01:23:42 +00:00
bjh21
8a16a572d7
Remove references to things that have disappeared in the acorn32 split.
2001-12-06 23:51:04 +00:00
simonb
e7a7551978
Convert the byte_swap_* macros from GNUish ({ ... }) extensions to
...
static inline functions.
2001-12-06 23:25:43 +00:00
christos
d343ff07bf
remove diagnostic test checking for cr_ref = 0. It will never be, because
...
free() will stick 0xdeadbeef into it.
2001-12-06 23:11:59 +00:00
wiz
23b68ed071
Give the struct typedef'd to *nl_catd a name to avoid an error with gcc
...
2.95.3 ("non-local function `struct {anonymous} *const &
I18n::getCatalogFd() ' uses anonymous type").
Fixes problem reported in pkg/14477.
Ok'd by kleink.
2001-12-06 23:04:06 +00:00
jdolecek
255ce12e50
replace FIF_WANTCLOSE/FIF_LARVAL with FWANTCLOSE/FLARVAL, which are set
...
in f_flag of struct file
for now, keep former f_iflags of struct file as _f_spare0, it will be g/c'ed
when struct file will be changed (this will happen soon)
2001-12-06 22:34:24 +00:00
fredette
2fe9375188
Tweaked whitespace and, in comments only, added % to make this
...
file much easier to compare to its sun3 cousin.
2001-12-06 21:05:12 +00:00
jdolecek
27b0006d34
it doesn't make sense to wait for resources during autoconfiguration
2001-12-06 21:04:27 +00:00
augustss
ba528e6dec
Small change to Christos' fix: allow malloc() to return NULL, but complain
...
if it does.
2001-12-06 20:00:58 +00:00
christos
94074f1212
change the malloc arg from NOWAIT to WAITOK; pointed out by lennard.
2001-12-06 19:54:02 +00:00
christos
dbabce6bb7
PR/14852: Martin Husemann: Allocate the slotdata the the probed slot before
...
we call the configuration function. Thanks lennard for pointing it out.
XXX: Someone should look this over and make sure that the current strategy
makes sense.
2001-12-06 19:52:56 +00:00
jdolecek
142dc2740c
g/c, eventual port of newer FreeBSD smbfs will go to sys/fs/smbfs
2001-12-06 19:01:44 +00:00
kleink
bc1f5761e3
Recognize the MK48T18 as well (differs from the MK48T08 only in packaging
...
options and voltages).
2001-12-06 18:54:23 +00:00
fredette
3ec17be693
Applied a strength-reduction patch from gcc-current. The patch
...
is in their revision 1.186, from schwab@suse.de , and said:
Don't call reg_used_between_p if the insn from BL2 is after
the insn from BL.
This fixes a cc1 SEGV on sys/dev/scsipi/ch.c rev 1.48 under -O2 or -Os,
seen on m68k and vax.
2001-12-06 18:50:34 +00:00
augustss
22fd9bbb5f
Add IrDA related defines.
2001-12-06 17:00:26 +00:00
soren
00755fc870
options space tab.
2001-12-06 16:51:31 +00:00