Commit Graph

14471 Commits

Author SHA1 Message Date
martin 14373fddc6 PR install/50311: missing gptmbr.bin on ramdisk based installs. 2015-10-07 14:09:04 +00:00
ozaki-r 44c97db88f Add tests for assigining/deleting IP addresses
The tests help to find defects related to creation/deletion
of routes/llentries and assigning/deleting of IP addresses.
2015-10-07 05:24:41 +00:00
rjs 260a174268 Catch up with switch to use Xorg server. 2015-10-05 11:14:32 +00:00
riz 4795d98711 Fix up setlists for new debug compat libs. 2015-10-02 22:17:22 +00:00
msaitoh 605f564f52 PCI Extended Configuration stuff written by nonaka@:
- Add PCI Extended Configuration Space support into x86.
- Check register offset of pci_conf_read() in MD part. It returns (pcireg_t)-1
  if it isn't accessible.
- Decode Extended Capability in PCI Extended Configuration Space.
  Currently the following extended capabilities are decoded:
   - Advanced Error Reporting
   - Virtual Channel
   - Device Serial Number
   - Power Budgeting
   - Root Complex Link Declaration
   - Root Complex Event Collector Association
   - Access Control Services
   - Alternative Routing-ID Interpretation
   - Address Translation Services
   - Single Root IO Virtualization
   - Page Request
   - TPH Requester
   - Latency Tolerance Reporting
   - Secondary PCI Express
   - Process Address Space ID
   - LN Requester
   - L1 PM Substates
  The following extended capabilities are not decoded yet:
   - Root Complex Internal Link Control
   - Multi-Function Virtual Channel
   - RCRB Header
   - Vendor Unique
   - Configuration Access Correction
   - Multiple Root IO Virtualization
   - Multicast
   - Resizable BAR
   - Dynamic Power Allocation
   - Protocol Multiplexing
   - Downstream Port Containment
   - Precision Time Management
   - M-PCIe
   - Function Reading Status Queueing
   - Readiness Time Reporting
   - Designated Vendor-Specific
2015-10-02 05:22:49 +00:00
rjs 5d347183ce Build Xorg server and wsfb driver for mac68k. 2015-09-30 22:58:02 +00:00
hannken d5f14318c4 Compat libproc.so.0.0.debug and librtld_db.so.0.0.debug depend on "dtrace". 2015-09-29 08:01:29 +00:00
hannken a484921197 Typo (ompat -> compat). 2015-09-29 08:00:59 +00:00
hannken 71a9213721 Typo (trailing comma). 2015-09-29 08:00:22 +00:00
christos 7e89f9a479 try to fix sets 2015-09-26 01:46:14 +00:00
martin e7ce0e573c conditionalize librtld_db docs 2015-09-25 10:43:18 +00:00
martin 1cd8e8787f More conditional dance for librtld_db 2015-09-25 10:30:36 +00:00
martin c5c0f1ebc3 Try to fix set lists for libproc and librtld_db. The latter is probably
wrong and needs to be redone with COMPATARCHDIRS magic, but I can't
find any documentation how to do it. Matt?
2015-09-25 09:55:49 +00:00
christos 9657a4f4e1 fix debug and lint sets for i386 2015-09-24 20:27:40 +00:00
christos 810c90eba8 fix typo 2015-09-24 20:27:11 +00:00
christos 450b6a295e bump libdtrace/libctf. 2015-09-24 20:04:57 +00:00
christos ef15a8ede3 remove extra lintlibrary 2015-09-24 18:03:22 +00:00
christos e3e9fedc50 forgotten lint libraries. 2015-09-24 16:37:09 +00:00
christos bec53237f7 debug for libproc 2015-09-24 16:36:58 +00:00
christos afbe6b2d68 update for libproc/librtld_db/dtrace changes 2015-09-24 14:49:38 +00:00
wiz b1bfb67337 Install radeon(4) from radeon-kms into x86 subdir.
This way, there is no file name issue with radeon(4) from
the old not-kms driver; and subdir man pages are preferred
to non-subdir.

Addresses MKREPRO issue from PR 50132.

XXX: This will stop being correct if radeon-kms is ported to more
platforms like sparc64.
2015-09-19 23:00:44 +00:00
pooka f2aae5969b install <rump/rumperrno2host.h> 2015-09-15 14:57:34 +00:00
ozaki-r f2a7b1339e Add tests for IPv6 ICMP redirect
Note that tests for redirect timeout doesn't work for now due to
PR kern/50240.

From s-yamaguchi@IIJ (with some fixes and tweaks by ozaki-r)
2015-09-14 05:22:56 +00:00
he 3c48f5cbbf Add entry for nexttowardf(3) and a link for the function name.
Bump manual page date.
2015-09-13 10:58:30 +00:00
he a9e1b0780a Add entries for rintl(3) and the nearbyint functions, and
make manual page links to the new functions.
Bump manual page date.
2015-09-13 09:46:30 +00:00
snj 42a95bd51a remove xf86 ctwm.debug entry. 2015-09-12 15:25:01 +00:00
kamil 5169502213 Fix build with MKCATPAGES=yes
ctwm.0 is a part of X11R7 (xorg), not X11R6 (x11).
2015-09-11 10:35:44 +00:00
martin 76f02d87b3 Add xorg variant of ctwm 2015-09-05 17:50:01 +00:00
christos 4e91c3070b add debug for ctwm 2015-09-05 07:35:31 +00:00
youri 2a20aa63de CTWM is an extension to twm, that support multiple virtual screens,
and a lot of other goodies.

You can use and manage up to 32 virtual screens called workspaces.
You swap from one workspace to another by clicking on a button in an
optional panel of buttons (the workspace manager) or by invoking a function.

You can custom each workspace by choosing different colors, names
and pixmaps for the buttons and background root windows.

Main features are:
- Optional 3D window titles and border (ala Motif).
- Shaped, colored icons.
- Multiple icons for clients based on the icon name.
- Windows can belong to several workspaces.
- A map of your workspaces to move quickly windows between
  different workspaces.
  - Animations: icons, root backgrounds and buttons can be animated.
  - Pinnable and sticky menus.
  - etc...

See http://web.zephyrite.net/NetBSD/wm/index.html
ok mrg.
2015-09-03 22:24:02 +00:00
christos a7c125a050 mark a rump library as such 2015-09-01 19:58:57 +00:00
ozaki-r 4e97073b73 Add tests for ICMP redirect timeout 2015-08-31 06:16:08 +00:00
nonaka 5e4eaa25ce Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network
devices.  Ported from OpenBSD.
2015-08-27 14:04:07 +00:00
rjs aefbc039cf Don't make fifofs test depend on rump. 2015-08-27 12:59:36 +00:00
martin 819c3cdb65 Add some missing obsolete markers 2015-08-24 09:49:08 +00:00
rkujawa bafa0e11e2 Add man page for mcp48x1dac driver. 2015-08-23 19:09:02 +00:00
mrg 081fe7889a move the obsolete list files into their respective sets. this means
that if you install a new set and run "postinstall fix obsolete"
the expected things happen.

(hi 12.5 year old me who thought base was better than etc set, which
it really was, but this is better again :-)
2015-08-23 18:28:40 +00:00
jmcneill 719aab5470 Cubieboard2 kernel is named netbsd-CUBIEBOARD.ub not netbsd-CUBIEBOARD2.ub 2015-08-21 17:08:11 +00:00
roy cbf135c5b2 10-mtu is no longer used 2015-08-21 10:44:43 +00:00
joerg b04b4ec44f Update set list and build glue for libc++ r245539. 2015-08-20 10:06:20 +00:00
phx d643dd143b MI driver for the Microchip 3x0x series of SAR analog to digital converters. 2015-08-18 15:54:20 +00:00
mrg 1e31a77fce oops: mark ./usr/include/gcc-4.5/omp.h obsolete instead of removing it. 2015-08-17 22:20:39 +00:00
christos 4716aa8185 forgot one. 2015-08-17 17:18:53 +00:00
christos 2343b2000f fix sets. 2015-08-17 16:31:15 +00:00
christos f0e9d65639 fix debug and lint sets for evbarm/arm 2015-08-17 16:05:25 +00:00
nonaka 048ee1dcbf Mark the pci_intr_distribute man page as obsolete. 2015-08-17 12:55:49 +00:00
knakahara a1136117a8 Add intrctl(8) man. 2015-08-17 06:50:03 +00:00
knakahara 84f76c9c0f Add intrctl(8). 2015-08-17 06:42:45 +00:00
knakahara d338e2661d Add man about kernel APIs to support intrctl(8). 2015-08-17 06:28:11 +00:00
knakahara 1d72faad3b fix: missing pci_get_ht_capability(9) to distrib/sets/lists. 2015-08-14 02:35:32 +00:00