208300 Commits

Author SHA1 Message Date
liamjfoy
301d4b230a Remove ipf_start from ipf struct 2012-01-19 13:13:48 +00:00
reinoud
1a01d66147 My fault, forgot that cpu_need_resched() is indeed already declared as a function 2012-01-19 12:14:49 +00:00
reinoud
aacc91c6de Add macro cpu_need_resched 2012-01-19 12:10:00 +00:00
wiz
642a95b35f Sort SEE ALSO. 2012-01-19 09:25:51 +00:00
manu
e146830324 Fix a race condition where the filesystem lookups a vnode that is
being recycled, producing ENOENT while the file does exist.

Approved by yamt
2012-01-19 08:14:41 +00:00
nisimura
2971588656 Change BTINFO_ROOTDEV to include boot device partition number in
its cookie field to allow a kernel to determine rootdev correctly
when kernel image is loaded from other than 'a' partition.
2012-01-19 07:38:05 +00:00
christos
09838d02ff PR/45856: Bernhard "Burnhard" Riedel: Infinite loop on   input. Sending
char 160 in the input to csh, lead it to an infinite loop, because tcsh tables
counted this as a space character, but the word logic switch does not. Change
that character tables, so that this does not count as a spacing character
anymore, by syncing the table with the one from tcsh.
2012-01-19 02:42:53 +00:00
rkujawa
4d89cd1749 Mention support for G-REX 1200 and G-REX 4000 in p5pb(4). 2012-01-19 00:41:33 +00:00
rkujawa
9c4fe41206 Update the p5pb(4) page to reflect the recent changes in this driver. 2012-01-19 00:30:31 +00:00
rkujawa
1502adf2fa Tons of enchancements to MD PCI code:
- The G-REX 4000 and G-REX 1200 are now really supported and working (still only 1st slot but the rest are a matter of time).
- Add bridge identification to p5pb, simplifies the driver and make it more user-friendly.
- Retire P5PB_GENFB and P5PB_OLD_FIRMWARE options, these are now handled automatically, depending on used hardware and firmware.
- Add PCI bus reconfiguration support to p5pb (PCI_NETBSD_CONFIGURE), allows using G-REX without boot to AmigaOS.
- Bring p5pb registers desription up to date with my knowledge.
- Add a lot of debugging code to p5pb (enabled by P5PB_DEBUG kernel option).
- Fix PCI_NETBSD_CONFIGURE in mppb (now it really works).
- Fix quirk handling in zbus.
- Update GENERIC.in and regen the kernel configs.
- Misc cleanup.
2012-01-19 00:14:08 +00:00
nonaka
bf2f9846a3 Support to read the kernel from local file system.
ex. boot path:/mnt/card/netbsd
2012-01-18 23:12:21 +00:00
drochner
977f62c445 revert previous, the assumption "all buses 1 and up must be subordinate
to pci0" doesn't even hold on i386 -- there are server-class chipsets
with multiple primary PCI buses, see arch/x86/pci/pchb.c for examples
2012-01-18 21:34:38 +00:00
bouyer
9427679519 Make parts of the quota tests useable for more than quotas:
- rename h_quota2_server to h_ffs_server, there's nothing about quotas
  in there.
- extract non-quota parts of quotas_common.sh to ffs_common.sh
2012-01-18 20:51:23 +00:00
drochner
bb133a10ef get the logics straight: CPU_UCODE requires "firmload" as a dependency 2012-01-18 20:37:20 +00:00
drochner
2d831187ff pull in rev.22050 from upstream CVS, following secadv_20120118.txt:
Fix for DTLS DoS issue introduced by fix for CVE-2011-4108 (CVE-2012-0050)
2012-01-18 20:08:49 +00:00
reinoud
20157f98bc Create an atomic switchto() that has SIGALRM and SIGIO signals blocked that
might otherwise disrupt the setting of curlwp to match the lwp context.
2012-01-18 19:17:02 +00:00
riz
e37e023b0f Setlist fix for MKDEBUGLIB=yes on amd64. Probably needs a similar
fix on sparc64.
2012-01-18 17:32:41 +00:00
joerg
bc061a2ff5 Make sure to link the MIPS assembler parser in. 2012-01-18 16:53:09 +00:00
joerg
726d8a62b9 _runetype_from_ctype is unused 2012-01-18 14:22:27 +00:00
reinoud
3dd9fb8df0 Another step towards unification of the signal handers: separate the printing
of details usefull for debugging / porting from the main code.
2012-01-18 12:39:45 +00:00
skrll
3ddf4f6f16 Support crash(8) on hppa. 2012-01-18 09:35:48 +00:00
macallan
24ca46a7e7 do some mode validation - for now reject everything above 1680x1200 until
I find out why these don't work ( 1680x1200 works but not 1920x1080 ).
Also use sync polarity info from videomode instead of guessing.
Finally, if there is no useble preferred mode, be a little smarter trying
to find the next best mode.
2012-01-18 08:04:18 +00:00
skrll
41413cdd54 thinko in comment. 2012-01-18 07:17:09 +00:00
jakllsch
8f0ea367ff wbsio(4) rescan support. 2012-01-18 00:23:30 +00:00
jakllsch
c178e583d6 Improve module dependency list. 2012-01-18 00:14:32 +00:00
jakllsch
3349f7e947 Improve module dependencies, clean up old #if 0 code. 2012-01-18 00:11:43 +00:00
njoly
761f943535 Remove bad indent keyword. 2012-01-17 22:18:54 +00:00
macallan
8660b78615 we don't access video memory directly, no need to map it 2012-01-17 21:31:46 +00:00
reinoud
141ab8a064 Do init the astpending variable. 2012-01-17 20:50:38 +00:00
joerg
71d0bcc69f Introduce __HAVE_NO___THREAD for sun2 and vax to disable the TLS usage.
Require __HAVE_TLS_VARIANT_I or __HAVE_TLS_VARIANT_II as well as
__lwp_getprivate_fast / __lwp_gettcb_fast to exist for libpthread.
Define VAX as going to use TLS variant I, if it is ever implemented.
2012-01-17 20:34:57 +00:00
reinoud
e6afed1597 Clean up userret/ast handling. Now called ONLY when its 100% clear that it is
returning to userland.
2012-01-17 19:46:55 +00:00
njoly
1d7281ae96 For xkb_base, do not use ${libdir} (xkeyboard-config.pc does not define
it) but its value ${prefix}/lib instead.
2012-01-17 19:40:08 +00:00
macallan
aba75a640c support DDC2, pick an appropriate video mode if a data are found 2012-01-17 19:13:22 +00:00
joerg
83683d552a kpasswd depends on MKKERBEROS, not USE_KERBEROS 2012-01-17 18:53:22 +00:00
skrll
145bbccc40 Remove workaround for old binutils. 2012-01-17 18:44:24 +00:00
veego
afbd7949a7 Back out all changes for rev 1.346 which are not related to PR/45850
Should fix the reported build problem from Paul Goyette
2012-01-17 18:11:28 +00:00
jakllsch
32dd90c25f update for wbsio and lm changes 2012-01-17 18:05:15 +00:00
jakllsch
7db60498ba Make this compile. 2012-01-17 18:04:46 +00:00
joerg
5454e8a044 Rename perfuse_mount to not conflict with libperfuse. Mark it and
perfuse_trace as static.
2012-01-17 17:58:36 +00:00
wiz
202095a66e Dd wants full months.
Use Rs/Re for reference (only title filled in for now, more would be nice).
2012-01-17 17:27:32 +00:00
jakllsch
6fe6fbbce6 Update based on recent changes to uslsa(4). 2012-01-17 17:24:02 +00:00
jakllsch
3f9c821629 No module dependencies are denoted with NULL. Pointed out by jmcneill. 2012-01-17 17:17:15 +00:00
jakllsch
f4a9de15e0 Add lm, lm_isa_common, lm_isa, lm_wbsio and wbsio modules to the x86 build. 2012-01-17 16:59:37 +00:00
jakllsch
4dd99ce884 Modularize lm_isa and lm_wbsio, splitting the common part out
into a 3rd module.  Add wbsio module too.
2012-01-17 16:50:07 +00:00
jakllsch
70c82e3eee Add module glue. 2012-01-17 16:34:52 +00:00
jakllsch
74ac6cec3b Add and enable detachment and child detachment functions. 2012-01-17 16:32:03 +00:00
jakllsch
b5ca2ea8e0 Add NULL pmf handlers. 2012-01-17 16:28:33 +00:00
perseant
76c43fd1cf Use an even smaller segment size when creating a very small filesystem.
This allows the lfs_renamerace_dirs case of the t_renamerace test to
fail correctly, rather than with a bogus "file system full" error as it
has since rev 1.135 of sys/ufs/lfs/lfs.h.
2012-01-17 16:27:19 +00:00
wiz
471c81de25 sqlite-3.7.10 out. 2012-01-17 16:27:15 +00:00
jakllsch
4cca397be1 Include sysmonvar.h for envsys types. 2012-01-17 16:14:47 +00:00