Commit Graph

526 Commits

Author SHA1 Message Date
bouyer
e63d779940 Add FONT_BOLD8x16, which will help to have a 80x25 tty on sisfb
(which is limited to 640x400 pixels at this time).
2014-01-18 19:26:41 +00:00
rmind
666e919182 G/C PFIL_HOOKS from the kernel configs. 2013-06-30 21:38:55 +00:00
christos
e46f5f0078 remove obsolete networking options 2013-06-05 23:07:59 +00:00
macallan
beb0fd53d4 always set up a clockframe and make it available to other drivers, so clocks
other than the MIPS cycle counter can be used ( for example pwmclock )
2013-05-14 09:16:59 +00:00
christos
9434c99ee1 more bogus number removal 2013-04-27 22:21:12 +00:00
christos
1cc8b68d4b the bogus number police 2013-04-27 21:43:10 +00:00
christos
dc14ae835f remove confusing numeric locators where they are unused. 2013-04-27 18:19:19 +00:00
christos
9569800454 spiflash is mi now 2013-04-26 18:35:43 +00:00
macallan
6b4fd65138 make sure device properties for genfb or voyagerfb actually get set 2013-03-13 21:18:35 +00:00
macallan
badd43a7ec remove half-assed gdium-specific code in device_register and actually call
sys_platform->device_register()
how in Cthulhu's name did this ever work?
2013-03-13 21:17:43 +00:00
christos
2c1aa36c3d Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. 2013-03-02 02:42:07 +00:00
joerg
e240adbd0b Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
macallan
7bc3315133 make this compile without ISA support in the kernel 2013-02-28 13:22:36 +00:00
macallan
6e1cd854ac add poweroff support, make sure we actually charge the battery 2013-02-28 13:21:15 +00:00
macallan
f5e068c1f0 add INSECURE so X can map PCI memory and registers 2013-02-28 13:02:20 +00:00
macallan
9d4210b669 add COMPAT_PCVT and pwmclock 2013-02-28 12:51:18 +00:00
matt
320f94bd2d Enable INET6 2013-01-28 06:38:50 +00:00
alnsn
079dc4d907 Add sljitarch.h to all mips machines. 2012-11-25 21:55:50 +00:00
alnsn
012f33e5f2 Add sljit and bpfjit to evbmips. Not enabled by default. 2012-11-24 14:00:35 +00:00
chs
cbab9cadce split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
2012-10-27 17:17:22 +00:00
apb
f3929b106b Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
2012-10-17 14:48:07 +00:00
jdc
4be6ce2eeb Adapt to the changed signature of pckbc_cnattach(). 2012-10-13 17:58:53 +00:00
riz
082083056d Bump SYMTAB_SPACE 480000->490000 2012-10-13 06:08:11 +00:00
matt
18f0e9dd5c Bump SYMTAB_SPACE by 30K 2012-09-17 15:47:47 +00:00
riz
184de6c4c4 Bump SYMTAB_SPACE. 2012-08-21 03:18:39 +00:00
abs
3267a6b9fe Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
  and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?
2012-08-17 20:11:37 +00:00
pgoyette
8deb5277d0 Revert previous - ipf has been fixed to build without INET6 2012-07-30 19:31:06 +00:00
kiyohara
6a8b18cdad Enable INET6. Avoid build failed when enable ipf and disable INET6. 2012-07-30 13:50:06 +00:00
mlelstv
8ce4433821 Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.

No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().

Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().

Make cpu_rootconf(9) describe the calling order.
2012-07-29 18:05:39 +00:00
nonaka
5164d348d5 Add SYSV{MSG,SEM,SHM} options. 2012-05-29 20:02:42 +00:00
christos
b32629544a add the realtek usb driver from jmcneill 2012-05-29 14:12:28 +00:00
ryo
a520aeb76a fix typo 2012-05-25 14:59:16 +00:00
mrg
c42ab07995 normalise RCSID handling some. 2012-03-11 00:02:04 +00:00
joerg
99c3eea80c P1003_1B_SEMAPHORE is no longer optional. 2012-03-10 21:51:48 +00:00
matt
5c6137d172 Remove redundant common declaration. 2012-03-03 00:20:33 +00:00
matt
60d563110f Remove reduntant/conflicting common declarations. 2012-03-02 16:20:55 +00:00
nonaka
ccf5af0f11 Added Lemote Yeeloong Notebook support. 2012-03-02 13:20:57 +00:00
macallan
b639da56a8 fix 'old style function definition' warning:
blah() -> blah(void)
ok riz
2012-02-14 22:22:45 +00:00
christos
33049bbbda prototypes 2012-02-14 21:42:22 +00:00
christos
cfaa215076 fix proto 2012-02-14 21:41:02 +00:00
christos
c0777846a1 add prototypes. 2012-02-14 21:34:46 +00:00
matt
1d7f24ead8 Change old-style function defintions to C89 prototypes.
Approved by releng.
2012-02-12 16:34:06 +00:00
matt
74266b0dd8 Enable NOFPU option for N32/N64 MALTA kernels 2012-02-09 18:58:44 +00:00
matt
236da00b9e Bump SYMTAB_SPACE
Disable NOFPU on MALTA
2012-02-09 18:58:14 +00:00
christos
dacfc3b6f3 bump SYMTAB_SPACE 2012-02-04 19:03:49 +00:00
matt
645c524104 Fix early console support. 2012-02-01 02:05:14 +00:00
para
89c9828deb converting extent(9) from malloc(9) to kmem(9)
preceding kmem-vmem-pool-uvm patch

releng@ acknowledged
2012-01-27 18:52:47 +00:00
dholland
7bbf82b772 WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
2011-12-18 05:49:22 +00:00
kiyohara
774c176dbe Increase SYMTAB_SPACE. 2011-12-16 15:59:57 +00:00
oki
cea40e5ed8 increase SYMTAB_SPACE. 2011-12-15 16:14:17 +00:00