Commit Graph

10526 Commits

Author SHA1 Message Date
kleink 417e8f420a Update for tzdata2009c. 2009-03-16 16:40:54 +00:00
plunky 6879249b2c add the xdm config files Xstartup and Xreset to the build 2009-03-13 17:12:44 +00:00
tsutsui c6db9543e8 - fix rsync URLs in examples
- rsync(8) -> rsync(1)
2009-03-12 13:08:46 +00:00
nakayama 00e5a4c481 Fix tag for html man files. 2009-03-12 08:04:49 +00:00
nakayama b2d5988f92 Fix tag for catman files. 2009-03-12 07:57:43 +00:00
jmcneill 505792f591 Add altmem(4) man page 2009-03-12 00:16:56 +00:00
yamt a2c6dc3301 tprof modules. 2009-03-10 14:59:19 +00:00
mrg 2297c9ea68 add the new Xi manuals. 2009-03-10 04:55:00 +00:00
uwe 8e426102cf Add -lprop to the LIBS line so that ifconfig will link. 2009-03-10 02:11:57 +00:00
tsutsui 0eeb6a498e Add a dumb howto. 2009-03-09 11:45:03 +00:00
tsutsui 141d5908fa Add 5.0 config files for mac68kcd loadable from MacOS and bootable macppccd. 2009-03-09 11:39:07 +00:00
tsutsui 22cb2e2e3e - explicitly define the default make target
- create shared/ALL and shared/${MACHINE_ARCH} directories
  only if they exist in ${DISTRIBDIR}
2009-03-09 11:34:37 +00:00
dholland 6f470d80f5 fix typo. 2009-03-08 05:38:32 +00:00
ad 101a9782a2 Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they
  are not handled.

- You can pipe output to the shell, e.g. ps | grep foo

Items remaining to be done:

- Port it to architectures other than i386. This isn't difficult, just
  a case of making db_disasm.c/db_trace.c or their equivalent compile
  and work.

- Make more of the "show" commands work, e.g "show uvmexp".
2009-03-07 22:08:07 +00:00
ad 5b6c66b01e The XEN2 kernels are no more. 2009-03-07 21:35:10 +00:00
christos aac5228100 proper way to find objdir. 2009-03-07 20:19:45 +00:00
reed f480b2a774 Spelling fix in some messages.
(Note that this is still English examples even in other language messages.)
2009-03-06 19:05:01 +00:00
christos ca1ab1c9a6 2 more missed debuglibs. 2009-03-03 22:41:47 +00:00
nonaka 51d7b545e8 fix filename. 2009-03-03 08:02:41 +00:00
mrg bcc593b98f put xkbcomp output into /var/db/xkb by default, a place that (now) exists 2009-03-03 06:01:56 +00:00
pgoyette 6d1c35419f Remove garbage line that prevents 'build.sh release' from working. The
line contains only a single character 'P' and there is no such file in
the $DESTDIR
2009-03-02 21:32:38 +00:00
christos 0283f9fff8 fix debuglib mess! 2009-03-02 19:22:15 +00:00
christos a24ff27d26 more missing debuglibs. 2009-03-02 18:41:00 +00:00
nonaka b9670a7b32 Add zboot 2009-03-02 09:59:10 +00:00
christos 85bb9a6e54 add debug libs. 2009-03-02 03:55:44 +00:00
snj e0297c9429 Note that sgimips switched to X.Org, and drop the "7.3" as what we have
doesn't really follow any X.Org release.
2009-03-01 01:13:28 +00:00
pooka b9069707ae add if_shm to setlists 2009-02-28 15:32:29 +00:00
njoly 65d2f41a54 Use crypto_XXX tags to fix MKCRYPTO_{IDEA,MDC2,RC5}=yes builds.
Solve PR/40667 and other reports from current-users@.
2009-02-28 13:32:51 +00:00
hubertf 638a147525 * Remove 2001:240::1 on request from IIJ
* Update the remaining two DNS servers to at least have the address
   match the name. Resolving is untested.
2009-02-27 22:51:33 +00:00
kenh cd2827b367 Improved support for GPIO support on the EP93xx ARM processors.
Specifically:

Support disabling specific pins on specific ports.
Modification of TS7200 kernel config file for GPIO support.
Documentatin for the current and improved GPIO interface (epgpio).
2009-02-27 03:13:55 +00:00
njoly a3752d0c54 +ioport.debug 2009-02-26 19:05:02 +00:00
njoly 1ba3fc52da Add some missing .debug extensions and remove some unneeded files
(t_ipf, Atffile) to fix MKDEBUG build.
2009-02-26 12:43:15 +00:00
sno 8bbd581ff8 restore alphabetically order for my last entry 2009-02-25 17:51:25 +00:00
sno d41d0a631e Add myself (Jens Rehsack <sno@NetBSD.org>) 2009-02-25 17:50:32 +00:00
ad 23267ecce2 Put back /kern, apparently xen uses it (and probably scripts too). 2009-02-23 23:12:24 +00:00
ad a2517242b7 - Mount /proc automatically. We have fixed a ton of bugs, it's needed for
Linux compat, and we are planning to kill ptrace and make the debugger
  use /proc instead.

- kernfs is hosed at the moment and nothing appears to rely on it any more,
  so disable it. (IPsec did at one point, IIRC).
2009-02-23 22:51:47 +00:00
weinem 5c0772df92 added myself to the list of developers 2009-02-23 16:42:58 +00:00
apb 3578465a0d Under "The following issues need to be resolved manually", say that
unprivileged use of mount(8) now needs the nosuid and nodev flags.
2009-02-22 14:32:54 +00:00
apb bdc237349e Under "Features to be removed in a later release", try to explain what
softdep is, as well as saying that it will be removed.  Say that the
WAPBL in netbsd-5 is a "preview", not an "experimental preview".
2009-02-22 14:21:48 +00:00
ad 86df8239c4 Remove softdep menu item. 2009-02-22 11:21:55 +00:00
jmmv b071025674 Add directories and file lists for the new kernel and ipf tests. 2009-02-20 21:45:09 +00:00
mjf 969f66ec80 Document the Processor-Dependent Code firmware driver. From OpenBSD. 2009-02-20 13:17:58 +00:00
jmcneill 73235aa750 Remove vesafb(4) man page, pointed out by agc 2009-02-19 00:58:59 +00:00
hira b225d4fb77 - Rename filename of license.
- Correct filename in license (add missing prefix).
2009-02-18 10:51:17 +00:00
imil 31cb0781a5 Added myself. 2009-02-17 21:41:20 +00:00
jmmv fcb5661ef5 Register the atf/test_programs/h_c helper. 2009-02-17 17:30:27 +00:00
njoly b01601424d +t_cmsg.debug 2009-02-17 15:03:13 +00:00
christos 7f8f733829 bump libssh 2009-02-16 20:57:28 +00:00
macallan 675423a8fd forgot the newport man page 2009-02-16 18:47:51 +00:00
abs 595fdaa174 Add edlabel 2009-02-16 12:33:01 +00:00