Commit Graph

197699 Commits

Author SHA1 Message Date
enami 342e3df70b Note that our installed sshd_config overwrite the LoginGraceTime to 600s. 2011-02-03 04:24:23 +00:00
christos d7b3467511 PR/44505: Mark Davies: pam_exec fails to realloc enough space, while
there add a volatile variable (From FreeBSD)
2011-02-03 02:05:59 +00:00
njoly b122b06e1a +libnpf.so.0.0.debug 2011-02-02 23:27:11 +00:00
rmind fba2c6b806 Bump NPF_VERSION. 2011-02-02 23:01:34 +00:00
chuck afca0358a6 udpate license clauses on my code to match the new-style BSD licenses.
verified with Mike Hibler it is ok to remove clause 3 on utah copyright,
as per UCB.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-02 20:07:25 +00:00
chuck beb929a933 udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-02 17:53:41 +00:00
plunky 340f952206 prop_dictionary_internalize_from_file_returns_a_dictionary_not_an_array 2011-02-02 16:37:27 +00:00
pooka 1b5df295f3 Allow etfs for CREATE lookups too. This takes care of O_CREAT calls
to open(), which act just like lookups if the node exists (found
from etfs).  If the node doesn't exist in etfs, nothing changes
from the previous situation.
2011-02-02 15:58:09 +00:00
pooka 9cf08a1e73 never open rumpblk backend with O_TRUNC
XXX: the rumpuser_open interface needs a beating
2011-02-02 15:55:22 +00:00
chuck f9d8cc1a37 udpate license clauses on chuck^2 code to match the new-style BSD licenses.
based on diff that rmind@ sent me (and confirmed with chs@ via email).

no functional change with this commit.
2011-02-02 15:28:38 +00:00
chuck 40ec801a13 udpate license clauses on my code to match the new-style BSD licenses.
based on second diff that rmind@ sent me.

no functional change with this commit.
2011-02-02 15:25:27 +00:00
vanhu bfe163c1a3 store ph1id in an u_int32_t instead of a (signed)int. Patch from Christophe Carre 2011-02-02 15:21:34 +00:00
rmind 4a8954eca9 npf_nat_create: fix attributes. 2011-02-02 15:17:37 +00:00
chuck 3ba477b154 udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-02 15:13:33 +00:00
pooka 6ebb7d5324 add a few overwrite-related tests 2011-02-02 14:42:15 +00:00
pooka d368e9df29 adjust inode size too if VOP_SETATTR changes size 2011-02-02 14:41:55 +00:00
bouyer b7050e7fd4 Some CPU have cpu counter (CPUID_TSC is there) but don't handle the
rdmsr instruction (CPUID_MSR is not there).
Introduce a cpu_counter_serializing() function to remplace rdmsr(MSR_TSC)
calls, which does a rdmsr(MSR_TSC) if available and cpu_counter() otherwise.
This makes the cpu counter useable on vortex86 CPUs.
OK ad@
2011-02-02 12:26:42 +00:00
wiz 655eafa2a2 Remove trailing whitespace. 2011-02-02 09:07:32 +00:00
wiz d97c90f051 New sentence, new line. Mark up NULL. 2011-02-02 09:05:01 +00:00
matt 88c2bd9d57 Always call cpu_lwp_bootstrap even in cpu_setfunc. Let cpu_lwp_fork use
cpu_setfunc instead of duplicating code.  Simplify stack setup.
PR 44500
2011-02-02 09:02:39 +00:00
kiyohara dc241d4309 Remove unused macros. 2011-02-02 05:10:55 +00:00
kiyohara aefda03698 Add socket_settype of struct pcmcia_chip_functions. Always need it. 2011-02-02 05:06:31 +00:00
kiyohara 4e803aeb33 Change to static functions. 2011-02-02 05:00:56 +00:00
kiyohara c9cc93b51e Use cf_name to match instead of cd_name.
Call com_is_console().
Using bus_space_tag_t and bus_space_handle_t is manners for more machines.
2011-02-02 04:46:25 +00:00
kiyohara 4e27a4ea67 Indent. 2011-02-02 04:29:59 +00:00
kiyohara 2410212409 Assign mojor number to sci and scif. 2011-02-02 04:23:53 +00:00
kiyohara afa69c860a Add scif console to constab.
Also include "sci.h".
2011-02-02 04:21:07 +00:00
jakllsch 9f64a25fb5 Like some other TI SDHCI parts, PCI_PRODUCT_TI_PCIXX12SD also needs the SD
card moved to the SDHCI controller.
2011-02-02 04:18:14 +00:00
christos 7be202c26c fix locking and remove duplicate code. 2011-02-02 03:00:44 +00:00
rmind 07ac07d35f NPF checkpoint:
- Add libnpf(3) - a library to control NPF (configuration, ruleset, etc).
- Add NPF support for ftp-proxy(8).
- Add rc.d script for NPF.
- Convert npfctl(8) to use libnpf(3) and thus make it less depressive.
  Note: next clean-up step should be a parser, once dholland@ will finish it.
- Add more documentation.
- Various fixes.
2011-02-02 02:20:24 +00:00
jakllsch e43028272f Various improvements to mvgbe(4). Notable is improved multicast filtering. 2011-02-01 23:40:12 +00:00
jakllsch bb246152ed Use the command line U-Boot gave us for boothowto. From evbarm/gumstix. 2011-02-01 23:23:52 +00:00
jakllsch 476e483aa2 Address 3rd issue in PR#43990.
Different implementation but same method as suggested.
2011-02-01 22:54:24 +00:00
jakllsch fdf24150c5 ksyms_init() happens in main() now. 2011-02-01 22:36:41 +00:00
jakllsch ee068fa2d0 Increment ci->ci_intr_depth for the duration of pic_do_pending_ints().
Fixes locking catastrophy commonly noticed with mvsata(4) on evbarm.
2011-02-01 21:44:27 +00:00
jym 2ba7d66f55 Typo fix. 2011-02-01 21:28:43 +00:00
pooka 047dbb35d9 regen for O_DIRECTORY 2011-02-01 21:21:34 +00:00
chuck 2ae83d14e9 udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 21:18:56 +00:00
christos 8883daf182 prettier markup 2011-02-01 21:06:13 +00:00
christos 9f6dc01c41 merge the two lists. 2011-02-01 21:03:53 +00:00
chuck f46c12c85c remove no-longer-valid wustl email address for me.
no functional change with this commit.
2011-02-01 21:00:25 +00:00
chuck e2bf3ae6ea udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me.

no functional change with this commit.
2011-02-01 20:58:15 +00:00
christos 08dbb1aa2d Document the remaining vfs.generic sysctls. 2011-02-01 20:43:48 +00:00
plunky 74756ed73d pcc-current provides a DATESTAMP file, handle that rather than guessing 2011-02-01 20:28:10 +00:00
chuck 3583515f9f remove no-longer-valid wustl email address for me.
no functional change with this commit.
2011-02-01 20:20:19 +00:00
chuck 39094c9da3 udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 20:19:31 +00:00
chuck e57edfc4a4 udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 20:09:08 +00:00
he f5a1ba5e52 Since sparc64 got fenv.h, we need an entry for include/sparc64/ here as well. 2011-02-01 20:06:06 +00:00
chuck 593ea2f26b udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 19:50:03 +00:00
chuck e3e22c95ba udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.
2011-02-01 19:40:24 +00:00