Commit Graph

209530 Commits

Author SHA1 Message Date
elric
982f9a199b Use a `certificate chain file'' rather than a `certificate file'' so
that bozohttpd can be used with non-toplevel certs.
2012-02-20 08:40:46 +00:00
mrg
aef481556c convert to device_t.
been running on my inspiron 8500 for a couple of months.
2012-02-20 02:14:34 +00:00
rmind
25c2f01c4f itimerfire: fix a regression, check if timer is already queued. 2012-02-20 01:12:42 +00:00
rmind
15d58f91b8 - Add NPF_DECISION_BLOCK and NPF_DECISION_PASS. Be more defensive in the
packet handler.  Change the default policy to block when the config is
  loaded and set it to pass when flush operation is performed.
- Use kmem_zalloc(9) instead of kmem_alloc(9) in few places.
- npf_rproc_{create,release}: use kmem_intr_{alloc,free} as the destruction
  of rule procedure might happen in the interrupt handler (under a very rare
  condition, if config reload races with the handler).
- npf_session_establish: check whether layer 3 and 4 are cached.
- npfctl_build_group: do not make groups as passing rules.
- Remove some unecessary header inclusion.
2012-02-20 00:18:19 +00:00
matt
47c982a38d Add support for --combine with gcc. 2012-02-19 23:19:37 +00:00
matt
162f06ed69 Remove extern variables defined in headers. 2012-02-19 23:15:24 +00:00
rmind
8dad299218 Remove <sa.h> which has been obsolete since 2007. 2012-02-19 22:32:32 +00:00
wiz
ea95a8c187 Sort option descriptions a bit more. 2012-02-19 21:32:02 +00:00
rmind
ad12c77015 Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.
2012-02-19 21:05:51 +00:00
mrg
81a52e8014 fix the reversed logic in several uses of the new 'closing' member
introduced in the previous change.

from Tom Ivar Helbekkmo <tih@hamartun.priv.no> in PR 45909.  thanks!
2012-02-19 20:20:31 +00:00
christos
fd6f00f4bf PR/45735: Bug Hunting: The dump(8) manpage, as well as the program's `usage'-line,
needs improvement
2012-02-19 19:49:20 +00:00
christos
8aaa635ed5 PR/46049: Tim van der Molen:
clrtobot() and clrtoeol() do not set background attributes
2012-02-19 19:38:13 +00:00
matt
c18d70cbd8 Emit SA syscalls using SYS_compat_60_* 2012-02-19 19:18:40 +00:00
tron
8a1c6a55bf Postfix 2.8.8 will be part of the NetBSD 6.0 release. 2012-02-19 18:52:06 +00:00
tron
a54645d559 "pkg_install" was updated to version 20120128. 2012-02-19 17:50:56 +00:00
matt
931370c9c5 Regen. 2012-02-19 17:50:50 +00:00
matt
a9cc3edeb9 Use void * instead of sa_upcall_t for sa_register (since sa_upcall_t is
going away).
2012-02-19 17:50:28 +00:00
tron
f5158aee04 Resolve conflicts from last import. 2012-02-19 17:49:09 +00:00
tron
9cc7e269b3 Update "pkg_install" to version 20120128:
- pkg_install 20120128:
  - Explicitly stat(2) if mkdir failed. errno detection doesn't work e.g.
    on Solaris.
  - Provide a stable order for package names that only differe in the base
    name, not the version number.
- pkg_install 20110805:
  - Fix for pkg_delete on NFS from Anthony Mallet.
2012-02-19 17:46:46 +00:00
matt
d24466683b Add compat_60 stub for the SA syscall (all which just call sys_nosys). 2012-02-19 17:40:46 +00:00
matt
f6e1352a6c Regen. 2012-02-19 17:23:04 +00:00
matt
d1b4215da1 Make SA syscalls as COMPAT_60 2012-02-19 17:22:16 +00:00
rmind
510eed8079 Make SA calls obsolete (use stubs in kern case, as libc needs them for now). 2012-02-19 17:08:02 +00:00
matt
e541fdb425 Add compat_60 2012-02-19 17:00:57 +00:00
christos
139782ccab Use the release date as suggested.
XXX: I bet this is going to be broken in the next import because nobody
will remember to fix it.
2012-02-19 16:45:03 +00:00
mbalmer
913986cb11 Add support for the QUAN DM9601.
From Loganaden Velvindron <loganaden@wolfman.devio.us>.
2012-02-19 14:56:16 +00:00
mbalmer
f5229b05a4 Re-gen for QUAN DM9601. 2012-02-19 14:55:41 +00:00
mbalmer
032f9cbe78 Add new vendor QUAN and it's DM9601 USB ethernet product.
From Loganaden Velvindron <loganaden@wolfman.devio.us>.
2012-02-19 14:54:25 +00:00
tsutsui
2cbdf3ece2 Fix boot failure on OF 2.0 machines.
Discussed with phx@ on port-macppc@:
http://mail-index.NetBSD.org/port-macppc/2012/02/18/msg001556.html

Should be pulled up to netbsd-6.
2012-02-19 12:02:55 +00:00
cherry
272762fd10 Removing remaining references to the alternate PTE space. Modify documentation appropriately 2012-02-19 10:39:06 +00:00
martin
a94c36f0b3 Adapt to constification in sys/uvm/uvm_export.h 2012-02-19 09:19:41 +00:00
he
7944412034 Expose the contents also for _KMEMUSER, fixes build of usr.sbin/crash. 2012-02-19 07:51:52 +00:00
christos
5fd581afdb Fix for MKREPRO = yes
XXX: pullup to 6
2012-02-19 05:07:10 +00:00
christos
5c46bfcb22 Fix MKREPRO = yes
XXX: pullup to 6
2012-02-19 05:06:41 +00:00
rmind
9c3c596716 G/C VM_MAP_INTRSAFE flag 2012-02-19 02:47:53 +00:00
rmind
917749f218 Replace simple_lock(9). 2012-02-19 00:42:02 +00:00
rmind
a4c86c1b45 Remove VM_MAP_INTRSAFE and related code. Not used since the "kmem changes". 2012-02-19 00:05:55 +00:00
rmind
8e6e1de99b Replace few simple_lock(9) cases. 2012-02-18 23:51:27 +00:00
rmind
91c530f0ed rt_setkey: remove invalid assert, sockaddr_dup() may fail if no memory. 2012-02-18 23:47:48 +00:00
christos
698a2b6926 moved to external/bsd 2012-02-18 19:20:43 +00:00
christos
3ac0dffdc2 fix prototypes 2012-02-18 19:17:54 +00:00
christos
d89c1403e3 m68k does not have or need db_machdep.c 2012-02-18 17:56:49 +00:00
njoly
584981b8a8 Adjust libyywrap.c location. 2012-02-18 17:51:21 +00:00
njoly
91f381dd41 Use msg for indentation. 2012-02-18 17:49:28 +00:00
christos
caff4f5723 expose more for kmemuser/fix include protection 2012-02-18 16:29:36 +00:00
christos
8fd6aec74a expose more for kmemuser; fix header protection. 2012-02-18 16:25:25 +00:00
christos
21afea55c1 expose more for kmemuser 2012-02-18 16:23:13 +00:00
christos
f25b5b6cd8 this has not been used for ages. 2012-02-18 16:05:21 +00:00
christos
0dbbdb2346 revert sparc64 hack 2012-02-18 15:57:06 +00:00
christos
2adc5739a1 Move the ddb registers and empty command table into a separate file, like
other archs do for the benefit of crash.
2012-02-18 15:56:30 +00:00