mycroft
9aa6105e69
Copyright maintenance.
2005-03-02 11:48:03 +00:00
chs
111117ce57
fix two bugs with wiring:
...
(1) in pmap_enter_pv(), we would always mark the header entry wired, even if
the new entry wasn't put there. noticed by Juergen Hannken-Illjes.
(2) in pmap_unwire(), we would never examine the header entry.
noticed by me.
while I'm here, move the counter increment in the pmap_enter() path to be
next to the corresponding PV_WIRE() call so it's more obvious they match.
2005-03-02 09:02:42 +00:00
chs
bd2d26b450
getitesp() can return NULL, so check for that in iteopen().
...
pointed out by Michael Hitch.
2005-03-02 08:14:26 +00:00
dyoung
23ec02085c
Write tab-separated records to 'tags' file. A popular vi-alike,
...
vim, expects for the columns in tags files to be tab-separated,
but these makefiles created space-separated records for the assembly
sources.
2005-03-02 04:49:59 +00:00
matt
038bc7aa3a
Add disasm support for amd64 (x86-64).
...
From Cliff Neighbors.
2005-03-01 18:08:42 +00:00
sekiya
8f1c003137
Set mips_sdcache_forceinv to 1 for r5k processors.
...
We now support secondary cache operation on r5ksc out-of-the-box.
2005-03-01 04:25:00 +00:00
sekiya
02889050a3
Add a hint variable (mips_sdcache_forceinv, explicitly initialized to zero)
...
that tells pmap_zero_page() and pmap_copy_page() to unconditionally invalidate
pages for r5k-class CPUs with secondary cache.
This behavior must be explicitly enabled by setting mips_sdcache_forceinv to 1.
This is the last bit of a patch that has been kicked around since 2000 between
rafal@, tsutsui@, and myself.
2005-03-01 04:23:44 +00:00
sekiya
5d33b368ef
Update TODO list.
2005-03-01 03:17:40 +00:00
itojun
6f1be686fe
due to size constraint, comment atu out
2005-03-01 02:33:51 +00:00
itojun
c711664533
add atu ether driver on usb
2005-03-01 02:31:25 +00:00
sekiya
e6a83e3a96
Replace elf2ecoff with objcopy for ECOFF bootloader creation. Fix a comment
...
typo while we're here.
2005-03-01 00:20:09 +00:00
sekiya
6c76898b70
Use objcopy instead of (broken) elf2ecoff to create ECOFF kernel. Suggested
...
by tsutsui@ on port-mips.
2005-02-28 23:44:58 +00:00
uwe
6c46d7f51c
Propagate WSDISPLAYIO_PARAM_BACKLIGHT to config hooks.
2005-02-28 18:04:54 +00:00
uwe
0d9ce410fa
Remove another unused #include.
2005-02-28 16:57:56 +00:00
uwe
d5308158a4
Remove unused #include.
2005-02-28 16:55:58 +00:00
uwe
31e1313c29
Whitespace police.
2005-02-28 16:16:19 +00:00
sekiya
0baf5763ca
Attempt to verify presence of haltwo hardware, rather than just blithely
...
believing that all hpc3 have a haltwo. This should help Challenge-S owners.
2005-02-28 07:42:53 +00:00
sekiya
d671c9b8d3
De-__P()
2005-02-28 07:24:51 +00:00
sekiya
b9e63b2210
0 is a success code for ioctl(). Fixes install problem introduced by
...
revision 1.9 last November.
2005-02-28 06:44:55 +00:00
christos
04bab5e379
Provide information for all the cpus not just the first one. This is
...
important because sysctl(_SC_NPROCESSORS_CONF) depends on it to get
the number of processors in the system.
2005-02-27 22:33:20 +00:00
uwe
5e3aaf765f
All Jornada 7xx machines have the framebuffer at the same address, so
...
just use a single wildcard entry for them. Should fix the bug, that
7xx machines could be booted only using "Japanese" entry (b/c it was
the only one with the framebuffer info).
2005-02-27 18:35:08 +00:00
tsutsui
58bc3dfe63
Fall back to comconsole when vga or pccons console cnprobe/cnattach fails
...
even if options COMCONSOLE is not specified.
2005-02-27 18:29:43 +00:00
uwe
2ddba96151
Take DST into account when computing bi.timezone offset.
2005-02-27 18:25:02 +00:00
tsutsui
f05862169e
cnattach functions should return zero on success, non-zero on failure.
2005-02-27 18:24:49 +00:00
dsl
b3675ff77c
Enable FFS_NO_SNAPSHOT in the INSTALL kernel so that it fits into 2 floppies
2005-02-27 12:38:42 +00:00
tsutsui
93dd53ae14
LANCE chip actually requires PA of shared mem rather than VA.
...
Fortunately, lower bytes of PA and VA for intio devices were identical
on -current pmap, but the problem appears on new yamt-km which has differnt
address layout. Ummmmm.
2005-02-27 09:27:31 +00:00
tsutsui
81e257d906
TAB/space cosmetics in the previous.
2005-02-27 08:02:43 +00:00
tsutsui
f765242e76
Disable temporary %tt0 register mapping (for yamt-km branch).
2005-02-27 07:59:18 +00:00
tsutsui
01caf37ca6
- Rename ctrl_led in locore.s to ctrl_led_phys since it has
...
PA of CTRL_LED port.
- Restore ctrl_led in machdep.c and store VA of CTRL_LED port to it.
2005-02-27 07:57:29 +00:00
bsh
3066388bf6
add install kernels for SMDK2410/2800.
...
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
2005-02-27 02:25:09 +00:00
bsh
53259c6163
sync pseudo device part with other platforms.
...
disable pseudo-device md (enabled in SMDK2800_INSTALL)
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
2005-02-27 02:18:34 +00:00
bsh
6c82f22455
This file is not used.
...
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
2005-02-27 02:02:02 +00:00
scw
98b4eea581
Add COMPAT_BSDPTY, and enable INET6.
2005-02-26 21:16:43 +00:00
scw
88c08d742a
Tweak {s,}size_t definitions to reflect the types used internally
...
by gcc on sh5.
Tweak stdarg/vararg definitions to pacify lint.
2005-02-26 21:13:56 +00:00
simonb
31c385dc11
Another macro in a branch delay slot problem. Pad with a nop.
...
Pointed out again by Izumi Tsutsui on port-mips.
2005-02-26 13:15:47 +00:00
simonb
798eed2639
Watch out for those unexpected tains.
2005-02-26 12:00:52 +00:00
bsh
629db0b989
TWINTAIL (official product name is G4255EB) is an evaluation board
...
with Intel PXA255 processor from Genetec corp. You can get some
information on the board from http://ad.genetec.co.jp/ but only in Japanese.
2005-02-26 10:49:53 +00:00
bsh
94b724fc67
align md_root_loadaddr to word boundary.
2005-02-26 10:45:29 +00:00
bsh
355d1500b7
fix xi@pcmcia configuration
2005-02-26 10:30:56 +00:00
bsh
b42e2b64d1
Fix kgdb_port_init() to make it compile with options KGDB.
2005-02-26 10:22:41 +00:00
simonb
9dd50e019c
Add some nops in branch delay slots to stop a warning because we
...
previously had a macro in those slots. No side effects this time,
so we got lucky.
Pointed out by Izumi Tsutsui on port-mips.
2005-02-26 00:06:28 +00:00
martin
418c9f0372
Nuke options RASTERCONSOLE for sparc64
2005-02-25 19:16:45 +00:00
heas
c1d895ba16
Add a few comments wrt PTEs
2005-02-25 17:29:04 +00:00
tsutsui
89f1fd615f
lkkbd requires lkkbdmap.
...
Fix kernel link problem reported by Georg Schwarz on port-pmax.
2005-02-25 16:12:25 +00:00
simonb
8d56c02e1c
Regen for COMPAT_20 additions.
2005-02-25 13:52:21 +00:00
simonb
2d12f350f9
Regen for COMPAT_20 addition.
2005-02-25 13:49:07 +00:00
simonb
ff8f0b23c9
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
...
that didn't have those options but had other earlier compat options.
2005-02-25 13:46:48 +00:00
simonb
3882f544c1
KNF: put "if (...)" and following statement on separate lines.
2005-02-25 07:20:10 +00:00
simonb
61e2cd2f51
Remove some errant semicolons.
2005-02-25 07:18:40 +00:00
simonb
6e4737fc77
KNF: put "if (...)" and following statement on separate lines.
2005-02-25 07:09:58 +00:00
chs
1a3cd3af48
fix a typoe in previous.
2005-02-25 02:01:59 +00:00
martin
2ec706cc8a
Fix memory leak reported by Ted Unangst as bug #2 on tech-kern.
2005-02-24 08:25:28 +00:00
joff
7f97da202c
Add sysctl tree hw.tspld.* for query of jumper states, pld revision,
...
board model/options, etc...
2005-02-24 03:52:22 +00:00
briggs
dcfd337d24
pmap_extract(): Only attempt to set '*pap' if pap is non-NULL.
...
PR port-powerpc/29507 from Neil Ludban.
2005-02-22 21:06:56 +00:00
martin
7cbebc44aa
Cleanup: the PG_SZ macro was buggy (pointed out by Tim Newsham).
...
It was only used by (the also buggy/not ready for prime time) PMAP_PAGE_SIZE,
which in turn only was used in one place.
Get rid of all this and hardcode the result at the single place of use.
2005-02-22 16:21:07 +00:00
chs
02376e86ad
pc532 no longer abuses cf_unit.
2005-02-22 14:47:34 +00:00
chs
e03cd70434
require that the register address and irq be specified in the config file
...
instead of inferring them from the unit number.
2005-02-22 14:42:17 +00:00
chs
0ee1494529
use bitwise-or instead of addition to combine tty flags.
2005-02-22 14:39:52 +00:00
matt
413f4d4de6
Don't clear PCB_FPU/PCB_ALTIVEC when releasing the FPU/AltiVec unit. Add
...
new flags to indicate whether the PCB currently owns the FPU/AltiVec unit.
2005-02-22 02:59:46 +00:00
christos
e98083ea54
- remove MEMORY_DISK_HOOKS
...
- add LKM
- increase SYMTAB_SPACE
2005-02-21 20:36:37 +00:00
christos
e42df4bc1c
Add missing wsfont.
2005-02-21 20:35:13 +00:00
he
ca40af413b
Probe and print the Intel Extended Feature Bits, as documented
...
in the CPUID instruction description in the "Intel Extended Memory 64
Technology Software Developer's Guide, Volume 1 of 2" available at
ftp://download.intel.com/technology/64bitextensions/30083402.pdf
This presently consists of the SYSCALL/SYSRET and the EM64T features.
CPUs with the EM64T feature available should be able to run amd64 code.
Reviewed by fvdl
2005-02-21 15:10:51 +00:00
chs
ec9c09f652
allow profiling of MP kernels, add a spinlock around the body of mcount().
2005-02-21 01:17:29 +00:00
chs
e391dc1118
fix a missed proc->lwp conversion so this builds with DIAGNOSTIC.
2005-02-21 00:57:38 +00:00
thorpej
df9803ce96
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
...
everything "scsi_*", since we really are talking about the SCSI command
set, ATAPI transport not withstanding. Improve the names of many structures,
and prepend "SCSI_" onto all SCSI command opcodes. Place items described
by the SCSI Primary Commands document into scsi_spc.h.
2005-02-21 00:29:06 +00:00
jdolecek
e60805c699
add ciphy(4) and vge(4)
2005-02-20 18:49:26 +00:00
jdolecek
44e0823c0b
add vge(4), ciphy(4)
2005-02-20 18:39:41 +00:00
jdolecek
d416a40f8a
regen: add SMBFS/nsmb, per PR port-amiga/29066 by Florian Stoehr
2005-02-20 17:57:39 +00:00
jdolecek
7b8c1ad3eb
add SMBFS/nsmb, per PR port-amiga/29066 by Florian Stoehr
2005-02-20 17:57:02 +00:00
jdolecek
989b421981
add nsmb(4) for NetBSD/amiga
...
Fixes PR port-amiga/29066 by Florian Stoehr
2005-02-20 17:49:49 +00:00
tsutsui
d3dc0553bb
Use ANSI function decls.
2005-02-20 13:59:27 +00:00
jdolecek
d58eded060
g/c obsolete comment for _bus_dmamap_load_buffer()
2005-02-19 21:40:21 +00:00
rearnsha
3351f73643
Add on-board CompactFlash device.
2005-02-19 16:57:58 +00:00
rearnsha
7af50b5bf5
Add support for the on-board CompactFlash card.
2005-02-19 16:56:04 +00:00
rearnsha
575ff76f8f
Add bus-space write-multi-2 and read-multi-2 methods.
2005-02-19 16:55:11 +00:00
tsutsui
31cb734598
Include "ioconf.h" for struct cfdriver *_cd decls.
2005-02-19 16:31:49 +00:00
tsutsui
067a87d594
- options<space><tab>
...
- bump SYMTAB_SPACE
2005-02-19 16:19:58 +00:00
tsutsui
3a03be0a7a
u_intNN_t -> uintNN_t
2005-02-19 15:43:13 +00:00
tsutsui
63478f4368
- ANSI function decls (func() -> func(void))
...
- u_intNN_t -> uintNN_t
- some KNF
2005-02-19 15:42:33 +00:00
tsutsui
eff817e362
- u_intNN_t -> uintNN_t
...
- ANSI function decls
- ntohl -> be32toh, htonl -> htobe32, htons -> htobe16
- bcopy -> memcpy, bcmp -> memcmp, bzero -> memset
- some KNF
2005-02-19 15:40:15 +00:00
tsutsui
cb6453db10
- u_intNN_t -> uintNN_t
...
- more ANSI function decls
- sone KNF
2005-02-19 15:37:34 +00:00
dsl
1122e62a52
Add FFS_NO_SNAPSHOT - commented out in XEN
2005-02-18 21:12:36 +00:00
dsl
4822cbaae2
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
2005-02-18 21:05:50 +00:00
drochner
0717077eea
The joystick driver is using mi timing code for many months.
...
Noone complained, so we can remove the unused md versions.
2005-02-18 15:39:17 +00:00
tsutsui
9411ae0318
and add options COMPAT_20.
2005-02-17 14:44:50 +00:00
tsutsui
04c0426781
Add options COMPAT_16.
2005-02-17 14:44:06 +00:00
tsutsui
061b204c56
user_backtrace() is used if DEBUG or USERTRACE is defined, but not DIAGNOSTIC.
2005-02-17 14:19:49 +00:00
he
932c2bb115
In the __lint__ version of __builtin_va_arg(), apply the cast the
...
user specified. Fixes build problem.
2005-02-17 08:35:24 +00:00
briggs
367930c274
Add (back) spr.h
2005-02-17 02:24:47 +00:00
briggs
6451b0332b
Update to a kcore_hdr_t that is useful for OEA-style CPUs. Adding
...
support for Book-E and other CPUs will require updating this structure
appropriately.
Contributed by Wasabi Systems, Inc.
2005-02-17 02:21:28 +00:00
briggs
7e9ffb8e19
Install spr.h
2005-02-17 02:14:23 +00:00
jwise
5af43e174b
FFS_SNAPSHOT does not need to be here _twice_, once on, once off. Obviously,
...
we keep the one that's on, so as not to change meaning.
2005-02-15 21:07:37 +00:00
christos
0ed5e83fbf
Don't always increment i, because when we reach the end of the array we'll
...
die.
2005-02-15 16:10:02 +00:00
briggs
a3b97e0765
twe doesn't get a block device.
2005-02-14 18:17:41 +00:00
chs
589a29e548
fix an off-by-on in pmap_check_wiring(): we increment the PTP refcount
...
before calling this, so it's ok to see the max value here.
2005-02-14 02:15:43 +00:00
chs
4d33e8a954
move recursion-detection code inside interrupt-protected region. PR 24254.
2005-02-13 02:03:54 +00:00
chs
365df27e4b
in sparc_interrupt(), wait to enable interrupts until just before calling
...
the handler and disable them again right after the handler returns.
we don't want another hardware interrupt coming in while we're mucking
with the list pointers. also, clear the intrhand's ih_pending pointer
before calling the handler rather than after, so that if another interrupt
comes in while the handler is running, we can put the intrhand back on
the list so it will be called again.
in send_softint(), disable interrupts via %pstate instead of %pil, so that
hardware interrupts at higher levels are blocked while we manipulate the
intrpending list. also, if the intrhand already has ih_pending set,
don't bother poking the SET_SOFTINT register again, since being on the list
implies that there is already a softint pending in the hardware.
these appear to fix PR 21750 (the "sleep forever" problem).
while I'm here, remove more vestiges of the !INTRLIST softint stuff
(code and comments). and in sparc64_ipi_flush_all(), interrupts are
already disabled so we don't need to fiddle with %pstate.
2005-02-12 21:32:56 +00:00
jdolecek
f40d6d8ba8
add npx* at pnpbios? (commented out)
2005-02-12 13:07:27 +00:00
rearnsha
ef3f4c0f7e
DMA on the i31244 is now enabled by default.
2005-02-12 10:23:21 +00:00
rearnsha
16574672f1
Document the types and addresses of the IIC devices
...
(Disabled, beacuse they seem to be non-functional at present).
2005-02-12 09:59:29 +00:00
rearnsha
fdac3760e5
... but make it's filesystem type FFS (not NFS :-).
2005-02-12 09:54:36 +00:00
rearnsha
3633c570d2
Build a kernel variant with root on wd0.
2005-02-12 09:53:27 +00:00
rearnsha
d8a87d92cb
Bump the symtab space
2005-02-12 09:51:05 +00:00
rearnsha
6085be19d6
Redboot defaults to a console speed of 115200 baud on this board.
2005-02-12 09:49:40 +00:00
rearnsha
699b0c2c38
This board has a 33.0 crystal, so the counter speed comes out at 198MHz
2005-02-12 09:45:49 +00:00
rearnsha
31711b756b
Permit the counter frequency to be overridden by a board configuration
2005-02-12 09:44:15 +00:00
nakayama
2d2c3aa5fa
Make 32-bit kernels with DIAGNOSTIC compile again.
2005-02-12 09:38:28 +00:00
yamt
05617b0ee7
hp300 part of the following change,
...
which was missed due to a sticky tag in my local tree.
pointed by Izumi Tsutsui.
> remove uvm_map_protect from cpu_startup of several ports.
> - they shouldn't be needed with the current fault handler.
> - they causes assertion failure with the recent vm_map implementation.
>
> discussed on tech-kern@. reviewed by Chuck Silvers.
> PR/29179 from Julio M. Merino Vidal.
2005-02-12 08:17:38 +00:00
briggs
ef57c7b216
Add twe.
2005-02-12 03:24:39 +00:00
matt
4612c7a119
When building kernel for OEA, allow unaligned accesses since OEA
...
processors will deal with them properly.
2005-02-12 00:03:21 +00:00
jdc
7fa1245cbb
Add some PCMCIA devices that were missing.
...
Add/fix comments.
2005-02-11 18:26:59 +00:00
yamt
18acc63fc4
remove uvm_map_protect from cpu_startup of several ports.
...
- they shouldn't be needed with the current fault handler.
- they causes assertion failure with the recent vm_map implementation.
discussed on tech-kern@. reviewed by Chuck Silvers.
PR/29179 from Julio M. Merino Vidal.
2005-02-11 15:03:55 +00:00
ws
b2bdc38871
Prevent integer overflow.
...
Fixes PR29332.
2005-02-11 11:01:10 +00:00
dsl
05e2f6ebdb
Add 'option FFS_SNAPSHOT' to most of the config files.
...
Commented out for kernels that appear to hace space constraints.
2005-02-11 08:25:53 +00:00
simonb
3cebd9325e
White space nit- don't put a space before/after increment/decrement
...
operators.
2005-02-11 06:21:21 +00:00
chs
9d5ffb80d3
remove redundant initialization of minaddr for uvm_km_suballoc().
2005-02-11 02:09:39 +00:00
drochner
342b8a4cf8
Recognize an obscure cpu feature flag bit "xTPR"
...
which indicates that Task Priority Messages might
be disabled. Not relevant for the kernel for now
(related to interrupt distribution on the APIC bus
afaict), but present on one of my boxes.
Being here, also recognise the future "Vanderpool"
extension.
2005-02-10 20:52:52 +00:00
tsutsui
b611bd6446
Allocate struct todr_chip_handle in struct rtc_softc rather than
...
using MALLOC(9).
2005-02-10 16:07:38 +00:00
ws
5964df620b
Increase max data size, now that the Xserver can grok it.
...
(It was the only program that couldn't.)
2005-02-10 10:42:04 +00:00
cube
8066f529e3
Fix typo reported by Patrick Welche on current-users.
2005-02-09 16:13:40 +00:00
fvdl
6851058ed5
if 0 out the parts of the code that allocated VM space per CPU for GDTs.
...
Seperate GDTs are not used on amd64 because it doesn't need any seperate
descriptors per CPU.
2005-02-08 09:02:01 +00:00
he
44315eaaa0
Remove a now-extraneous right parenthesis, after de-__P'ing.
2005-02-08 08:36:22 +00:00
pk
d1a1682842
turbosparc_cache_enable: record the external cache size for informational
...
puposes.
2005-02-06 20:22:15 +00:00
martin
1bc16b6a61
Add uhci.
2005-02-06 18:27:41 +00:00
tsutsui
ad494d3b04
Change u_int -> uint32_t, u_char,char -> uint8_t where appropriate.
2005-02-06 02:58:15 +00:00
tsutsui
a60e4db92a
Oops, backout previous. They are actually needed there.
2005-02-06 02:56:15 +00:00
tsutsui
79969e68f2
Remove function decls which are in <machine/intr.h>
2005-02-06 02:40:14 +00:00
tsutsui
521796afe7
- remove __P()
...
- use do{}while(0) and remove register decl for DELAY() macro
2005-02-06 02:39:21 +00:00
tsutsui
6930b9d38b
one more u_intNN_t -> uintNN_t
2005-02-06 02:36:01 +00:00
tsutsui
fd4afa037b
Misc cleanup:
...
- ANSI function decls
- remove __P()
- u_intNN_t -> uintNN_t
- remove register decls
- bcopy -> memcpy, strcpy
- bzero -> memset
- bcmp -> memcmp
- use malloc(9) with M_ZERO
- some KNF
etc.
2005-02-06 02:18:02 +00:00
chs
86688c638a
always map kernel text read-only.
2005-02-05 23:50:05 +00:00
chs
42c10f81be
remove some leftover references to a.out symbol names.
2005-02-05 23:48:49 +00:00
chs
37436571dd
make this compile with DEBUG.
2005-02-05 16:19:35 +00:00
jmc
c0f021e9fe
Put this back to a #define after he patched sys/exec_aout.h. Otherwise errno.h
...
has to be pulled in for ENOEXEC definition.
2005-02-04 22:45:05 +00:00
jmc
2f6ced07f5
Do the same thing sparc64 does and redefine sbus_promaddr_to_handle to a static
...
inline'd function. This way prototypes for it still work in the master
dev/sbusvar.h header. Found when the recent de-_P'ing occured
2005-02-04 22:20:55 +00:00
fvdl
6bdba8ddcd
The bootinfo_wedge structure must be packed, or the 32bit alignments
...
used by the bootloader don't match the amd64 kernel.
2005-02-04 22:03:53 +00:00
joff
74f7c604df
Make cpu_exec_aout_makecmds() a static inline instead of just #define'ed to
...
ENOEXEC. Broken on ARM build from the de-__P'ing, this is the fix.
2005-02-04 19:07:26 +00:00
skrll
015f297666
Modernise these to use GCC __builtin_* functions and types.
...
Also provide a (protected) va_copy.
2005-02-04 12:15:22 +00:00
joff
32262aa8f2
Support a wsdisplay(4) attachment on a tslcd
2005-02-04 06:02:36 +00:00
jmc
89f2c62a84
Add opt_scsipi_debug.h to list since compat_linux pulls in scsipi now for sg
...
driver
2005-02-04 05:59:51 +00:00
joff
9882b0c41e
Structure member misnamed. "rows" should be "cols"
2005-02-04 05:59:27 +00:00
jmc
672ed23467
vfr.c is still needed on the trunk or GENERIC doesn't compile...
2005-02-04 05:59:23 +00:00
joff
7d0231bc7f
Even though we don't use wscons on cobalt, still bring in dev/wscons/files.wscons
...
so we can get various opt_*.h generated.
2005-02-04 05:50:38 +00:00
joff
93f6c1c28a
keysyms off-by-one in numbering
2005-02-04 05:48:12 +00:00
jmc
3fed402d23
Provide lint wrappers around the va_* defs like other ports do so this can
...
make it through lint (was dying in libpam)
2005-02-03 23:45:37 +00:00
perry
449436c385
move a prototype back inside an #ifdef -- my GENERIC kernels worked
...
fine with it in the new place, but compiling another kernel found that
it wasn't a good idea.
2005-02-03 21:54:49 +00:00
bouyer
52a37d39ea
vfr.c doesn't exists any more.
2005-02-03 21:38:59 +00:00
perry
35adf4031a
de-__P, partially ANSIfy
2005-02-03 21:35:44 +00:00
perry
32a519cece
de-__P, partially ANSIfy
2005-02-03 21:08:57 +00:00
perry
2454da651e
de-__P, partially ANSIfy
2005-02-03 20:33:05 +00:00