Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (3m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 20:26:15 UTC Now

2011-05-24 23:08:43 UTC MAIN commitmail json YAML

2011-05-24 22:46:42 UTC MAIN commitmail json YAML

Fix invalid PBA setting on ICH{9,10}. This bug was introduced in the last
commit. I noticed this problem via mail from spz.

(msaitoh)

2011-05-24 22:39:47 UTC MAIN commitmail json YAML

make this compile with DEBUG (_ALIGN was not defined).

(christos)

2011-05-24 22:16:45 UTC MAIN commitmail json YAML

Add prototype for decCloseScreen().

(jakllsch)

2011-05-24 21:52:04 UTC MAIN commitmail json YAML

Add prototype for alphaCloseScreen().

(jakllsch)

2011-05-24 21:27:01 UTC MAIN commitmail json YAML

Take address of structure element rather than casting,
like is done in the amiga version of this code.

(jakllsch)

2011-05-24 21:23:52 UTC MAIN commitmail json YAML

2011-05-24 21:22:28 UTC MAIN commitmail json YAML

2011-05-24 21:21:55 UTC MAIN commitmail json YAML

2011-05-24 20:26:35 UTC MAIN commitmail json YAML

2011-05-24 20:17:49 UTC MAIN commitmail json YAML

2011-05-24 19:37:25 UTC MAIN commitmail json YAML

2011-05-24 19:35:28 UTC MAIN commitmail json YAML

2011-05-24 19:33:55 UTC MAIN commitmail json YAML

2011-05-24 19:31:19 UTC MAIN commitmail json YAML

2011-05-24 19:12:54 UTC MAIN commitmail json YAML

catch some corner cases of user input

(drochner)

2011-05-24 19:10:12 UTC MAIN commitmail json YAML

copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC
For this to fit, an API change in cryptosoft was adopted from OpenBSD
(addition of a "Setkey" method to hashes) which was done for GCM/GMAC
support there, so it might be useful in the future anyway.
tested against KAME IPSEC
AFAICT, FAST_IPSEC now supports as much as KAME.

(drochner)

2011-05-24 18:59:23 UTC MAIN commitmail json YAML

move the "context size" struct member (which is a pure software
implementation thing) from the abstract xform descriptor to
the cryptosoft implementation part -- for sanity, and now clients
of opencrypto don't depend on headers of cipher implementations anymore

(drochner)

2011-05-24 18:52:52 UTC MAIN commitmail json YAML

Change the way the IV is generated for AES-CTR: use a simple counter
instead of arc4random(). AES-CTR is sensitive against IV recurrence
(with the same key / nonce), and a random number doesn't give that
guarantee.
This needs a little API change in cryptosoft -- I've suggested it to
Open/FreeBSD, might change it depending on feedback.
Thanks to Steven Bellovin for hints.

(drochner)

2011-05-24 18:37:53 UTC MAIN commitmail json YAML

Note units and current value for TCP_DELACK_TICKS.

(gdt)

2011-05-24 18:29:23 UTC MAIN commitmail json YAML

Give the body the same static inline treatment as the definition

(joerg)

2011-05-24 18:28:01 UTC MAIN commitmail json YAML

Explicitly get rid of constness.

(joerg)

2011-05-24 18:22:02 UTC MAIN commitmail json YAML

Use some format specifiers that actually exist

(joerg)

2011-05-24 18:18:22 UTC MAIN commitmail json YAML

Use a real panic as safe guard

(joerg)

2011-05-24 18:17:25 UTC MAIN commitmail json YAML

Use proper format string

(joerg)

2011-05-24 18:11:34 UTC MAIN commitmail json YAML

Kill self-assignment

(joerg)

2011-05-24 18:07:12 UTC MAIN commitmail json YAML

RA flood mitigation via a limit on accepted routes:
- introduce a limit for the routes accepted via IPv6 Router Advertisement:
  a common 2 interface client will have 6, the default limit is 100 and
  can be adjusted via sysctl
- report the current number of routes installed via RA via sysctl
- count discarded route additions. Note that one RA message is two routes.
  This is at present only across all interfaces even though per-interface
  would be more useful, since the per-interface structure complies to RFC2466
- bump kernel version due to the previous change
- adjust netstat to use the new value (with netstat -p icmp6)

(spz)

2011-05-24 17:45:49 UTC MAIN commitmail json YAML

Merge in the patch in PR/44965 with some improvements (removing ifs when
possible).

(matt)

2011-05-24 17:26:49 UTC MAIN commitmail json YAML

2011-05-24 17:16:43 UTC MAIN commitmail json YAML

Add code to auto-deencapsulate 0 tagged VLANs.

(matt)

2011-05-24 16:42:53 UTC MAIN commitmail json YAML

Use proper format string

(joerg)

2011-05-24 16:42:31 UTC MAIN commitmail json YAML

Use proper format string.

(joerg)

2011-05-24 16:42:10 UTC MAIN commitmail json YAML

Properly use format string

(joerg)

2011-05-24 16:41:23 UTC MAIN commitmail json YAML

Use proper format string

(joerg)

2011-05-24 16:40:21 UTC MAIN commitmail json YAML

Use proper format string

(joerg)

2011-05-24 16:39:56 UTC MAIN commitmail json YAML

Add some needed __UNCONST

(joerg)

2011-05-24 16:38:25 UTC MAIN commitmail json YAML

Kill redundant ()

(joerg)

2011-05-24 16:37:49 UTC MAIN commitmail json YAML

Use proper format string

(joerg)

2011-05-24 16:37:04 UTC MAIN commitmail json YAML

2011-05-24 16:35:26 UTC MAIN commitmail json YAML

Fix obvious condition snafu

(joerg)

2011-05-24 16:11:08 UTC MAIN commitmail json YAML

2011-05-24 16:04:14 UTC MAIN commitmail json YAML

Use proper format string

(joerg)

2011-05-24 16:03:15 UTC MAIN commitmail json YAML

2011-05-24 15:51:00 UTC MAIN commitmail json YAML

2011-05-24 15:44:28 UTC MAIN commitmail json YAML

2011-05-24 15:42:25 UTC MAIN commitmail json YAML

2011-05-24 15:30:31 UTC MAIN commitmail json YAML

2011-05-24 15:24:28 UTC MAIN commitmail json YAML

2011-05-24 15:23:42 UTC MAIN commitmail json YAML

2011-05-24 15:20:37 UTC MAIN commitmail json YAML

Use volatile for explicit 0 dereference

(joerg)

2011-05-24 14:27:07 UTC MAIN commitmail json YAML

2011-05-24 14:26:55 UTC MAIN commitmail json YAML

2011-05-24 14:18:03 UTC MAIN commitmail json YAML

tmpfs_free_node: comment out assert, which can fire e.g. on shutdown.

(rmind)

2011-05-24 13:48:16 UTC MAIN commitmail json YAML

Provide correct GCC_NORETURN

(joerg)

2011-05-24 13:41:53 UTC MAIN commitmail json YAML

2011-05-24 13:27:16 UTC MAIN commitmail json YAML

2011-05-24 13:26:41 UTC MAIN commitmail json YAML

Properly use format strings

(joerg)

2011-05-24 13:26:04 UTC MAIN commitmail json YAML

Explicitly mark a NEWREF as unused

(joerg)

2011-05-24 13:25:25 UTC MAIN commitmail json YAML

Properly use format strings

(joerg)

2011-05-24 13:19:55 UTC MAIN commitmail json YAML

Use proper format string

(joerg)

2011-05-24 13:08:17 UTC MAIN commitmail json YAML

2011-05-24 13:03:20 UTC MAIN commitmail json YAML

Packed pointers are non-sense

(joerg)

2011-05-24 13:02:37 UTC MAIN commitmail json YAML

2011-05-24 13:01:53 UTC MAIN commitmail json YAML

Properly use format strings

(joerg)

2011-05-24 12:49:11 UTC MAIN commitmail json YAML

2011-05-24 12:46:16 UTC MAIN commitmail json YAML

Properly use format string

(joerg)

2011-05-24 12:44:30 UTC MAIN commitmail json YAML

Properly use format strings

(joerg)

2011-05-24 12:42:25 UTC MAIN commitmail json YAML

Fix usage() to actually not return

(joerg)

2011-05-24 12:40:12 UTC MAIN commitmail json YAML

Properly use format strings.

(joerg)

2011-05-24 12:35:36 UTC MAIN commitmail json YAML

Properly use format string.

(joerg)

2011-05-24 12:35:01 UTC MAIN commitmail json YAML

Properly use format string

(joerg)

2011-05-24 12:33:22 UTC MAIN commitmail json YAML

2011-05-24 12:32:36 UTC MAIN commitmail json YAML

Doesn't need input.

(joerg)

2011-05-24 12:31:56 UTC MAIN commitmail json YAML

2011-05-24 12:27:30 UTC MAIN commitmail json YAML

Fix sign compare

(joerg)

2011-05-24 12:25:05 UTC MAIN commitmail json YAML

Don't use user input as format string

(joerg)

2011-05-24 12:24:23 UTC MAIN commitmail json YAML

2011-05-24 12:19:11 UTC MAIN commitmail json YAML

Kill self assignment

(joerg)

2011-05-24 12:18:03 UTC MAIN commitmail json YAML

Use portable macros

(joerg)

2011-05-24 12:07:14 UTC MAIN commitmail json YAML

2011-05-24 12:06:25 UTC MAIN commitmail json YAML

2011-05-24 12:04:18 UTC MAIN commitmail json YAML

Decide on printing an int as int and not as short.

(joerg)

2011-05-24 12:03:04 UTC MAIN commitmail json YAML

Use bitwise operators, logical and with a constant doesn't make sense

(joerg)

2011-05-24 11:38:56 UTC MAIN commitmail json YAML

Don't use address strings as format string.

(joerg)

2011-05-24 10:08:03 UTC MAIN commitmail json YAML

for SPI devices, allow platform code to set "scsi-initiator-id" device
property, and if set, use it instead of pfp.PortSCSIID.

on sparc64 systems on "scsi" or "scsi-2" devices, look from our node
up the tree for a "scsi-initiator-id" property, and if present, copy
it into the device properties.

this fixes mpt(4) issues on PRIMEPOWER250 (and probably other) systems.
idea from freebsd r207243/r207287, but reworked to use our device
properties instead of platform #ifdefs.

look in "device_type" as well as "name" for "ethernet" or "network",
and also look to see if a "local-mac-address" is set when choosing if
this may be a network device.  fixes bge(4) nul ethernet address on
the same PRIMEPOWER250.

(mrg)

2011-05-24 09:28:03 UTC MAIN commitmail json YAML

avoid mutex locking botch and introduce an unlocked version of
pcppi_bell_stop().  fixes a problem reported in private email.

(mrg)

2011-05-24 08:54:40 UTC MAIN commitmail json YAML

2011-05-24 07:33:42 UTC MAIN commitmail json YAML

Suggested to oster@ and approved via private e-mail as a help to
people who are getting reconstruction failures.

(buhrow)

2011-05-24 07:02:08 UTC MAIN commitmail json YAML

Remove two entirely unused members of struct domain (previously struct
_dom_binding). I guess these were there because it was cutpasted at
some point from struct dom_binding in <rpcsvc/yp_prot.h>.

(dholland)

2011-05-24 07:01:53 UTC MAIN commitmail json YAML

Merge a couple more minor improvements from Wolfgang Stukenbrock's
patch in PR 43900.

(dholland)

2011-05-24 07:01:40 UTC MAIN commitmail json YAML

The FILE* kept open for /var/yp/binding/foo.ypservers needs to be
per-domain. Also, use the file for the domain we're servicing instead
of always the file for the default domain.

Partly from Wolfgang Stukenbrock's patch in PR 43900.

(dholland)

2011-05-24 07:01:24 UTC MAIN commitmail json YAML

The been_ypset flag really needs to be per-domain also. Do that.

Partly from Wolfgang Stukenbrock's patch in PR 43900.

(dholland)

2011-05-24 07:01:15 UTC MAIN commitmail json YAML

The ypbindmode really needs to be per-domain, so adjust accordingly.

Partly from Wolfgang Stukenbrock's patch in PR 43900.

(dholland)

2011-05-24 07:00:34 UTC MAIN commitmail json YAML

Allowing ypset is a global permission flag, not an operating mode like
broadcast vs. configured/direct. Don't conflate the logic. As I proposed
in PR 43900.

(dholland)

2011-05-24 07:00:07 UTC MAIN commitmail json YAML

Fix initialization of struct domain; initialize all fields in all
cases, merge duplicate code, make sure every domain gets an xid
assigned.

Partly from Wolfgang Stukenbrock's patch in PR 43900.

(dholland)

2011-05-24 06:59:53 UTC MAIN commitmail json YAML

The name field of a domain should be dom->dom_name, not dom->dom_domain.
(This and the previous patch make the code far more readable.)

(dholland)

2011-05-24 06:59:35 UTC MAIN commitmail json YAML

The default name for a "domain" variable should be "dom", not "ypdb".
Change them all, and make a couple other related adjustments.

(dholland)

2011-05-24 06:59:07 UTC MAIN commitmail json YAML

ypbindlist -> domains

(dholland)

2011-05-24 06:58:55 UTC MAIN commitmail json YAML

xid2ypdb() -> domain_find()

(dholland)

2011-05-24 06:58:42 UTC MAIN commitmail json YAML

Rename struct _dom_binding -> struct domain.

(dholland)

2011-05-24 06:58:19 UTC MAIN commitmail json YAML

Move a bunch of messy sunrpc-related initialization stuff into its own
function instead of blatting it all into main().

(dholland)

2011-05-24 06:58:07 UTC MAIN commitmail json YAML

Assimilate the open/flock combination used several times into its own
function.

(dholland)

2011-05-24 06:57:55 UTC MAIN commitmail json YAML

Fix up calls to yp_log. They cannot use %m, because if the -d option
is used the messages are sent via printf instead of syslog(3).

Also, make sure that none of the calls include a trailing newline and
issue a trailing newline in the -d case so they actually print properly.
(This was noted by Wolfgang Stukenbrock in PR 43900.)

And finally, fix some cases that could in some circumstances print
uninitialized errnos.

(dholland)

2011-05-24 06:57:30 UTC MAIN commitmail json YAML

Abstract out some of the handling of the ypservers file.

(dholland)

2011-05-24 06:57:04 UTC MAIN commitmail json YAML

Check that the domain name is valid up front, instead of doing it
after opening sockets and registering services and whatnot.

(dholland)

2011-05-24 06:56:48 UTC MAIN commitmail json YAML

Remove now-unnecessary extra forward decls; sprinkle a little more static.

(dholland)

2011-05-24 06:56:16 UTC MAIN commitmail json YAML

Sort contents of file.

(dholland)

2011-05-24 06:29:24 UTC matt-nb5-mips64 commitmail json YAML

2011-05-24 06:22:39 UTC matt-nb5-mips64 commitmail json YAML

2011-05-24 04:38:50 UTC matt-nb5-mips64 commitmail json YAML

Add a NEED_UBOOTIMAGE block (inside NEED_BINARY)

(matt)

2011-05-24 02:31:11 UTC MAIN commitmail json YAML

fix incorrect variable name

(ryo)

2011-05-24 01:19:48 UTC MAIN commitmail json YAML

fix proc.pid.corename:
- "oldp is not NULL" means the get case
- "newp is not NULL" means the set case
which may both happen at the same time.

(mrg)

2011-05-24 01:17:36 UTC MAIN commitmail json YAML

also match the fujitsu sab: "FJSV,se" (from openbsd, pointed out by jdc)

(mrg)

2011-05-24 01:09:48 UTC MAIN commitmail json YAML

- tmpfs_alloc_node/tmpfs_free_node: move inode limiting into tmpfs_node_get()
  and tmpfs_node_put(), update outdated/wrong comments and move/add asserts.
- tmpfs_mount: check for the version of arguments a bit earlier.

(rmind)

2011-05-23 23:13:11 UTC MAIN commitmail json YAML

Conditionalize printfs instead of using conditional empty format
strings.

(joerg)

2011-05-23 23:06:41 UTC MAIN commitmail json YAML

Map RCSID to __RCSID

(joerg)

2011-05-23 23:03:38 UTC MAIN commitmail json YAML

2011-05-23 23:02:07 UTC MAIN commitmail json YAML

Don't use variables as format string.

(joerg)

2011-05-23 23:01:17 UTC MAIN commitmail json YAML

2011-05-23 22:59:27 UTC MAIN commitmail json YAML

2011-05-23 22:58:44 UTC MAIN commitmail json YAML

#if 0 some unused code.

(joerg)

2011-05-23 22:56:11 UTC MAIN commitmail json YAML

Don't use variables as format string.

(joerg)

2011-05-23 22:53:25 UTC MAIN commitmail json YAML

2011-05-23 22:49:59 UTC MAIN commitmail json YAML

Properly print string.

(joerg)

2011-05-23 22:48:52 UTC MAIN commitmail json YAML

Don't use variables as format strings.

(joerg)

2011-05-23 22:47:22 UTC MAIN commitmail json YAML

2011-05-23 22:46:35 UTC MAIN commitmail json YAML

Don't use strings from arrays as format string.

(joerg)

2011-05-23 22:44:18 UTC MAIN commitmail json YAML

Don't use return value of a function as format string.

(joerg)

2011-05-23 22:39:25 UTC MAIN commitmail json YAML

Make a gross hack nice enough to not trigger warnings with clang.

(joerg)

2011-05-23 22:30:14 UTC MAIN commitmail json YAML

2011-05-23 22:17:50 UTC MAIN commitmail json YAML

Avoid using a variable as format string.

(joerg)

2011-05-23 22:02:26 UTC MAIN commitmail json YAML

ufs_wapbl_verify_inodes: update to reality (if somebody decides to use this).

(rmind)

2011-05-23 22:00:31 UTC MAIN commitmail json YAML

2011-05-23 21:59:23 UTC MAIN commitmail json YAML

Use __builtin_offsetof if present for _DIRENT_NAMEOFF to avoid false
positives for uninitialized variable checks.

(joerg)

2011-05-23 21:52:54 UTC MAIN commitmail json YAML

2011-05-23 21:50:45 UTC MAIN commitmail json YAML

Don't use the name of the task queue as format string

(joerg)

2011-05-23 21:49:35 UTC MAIN commitmail json YAML

rf_panicbuf is already format, so don't pass it as format string to
panic()

(joerg)

2011-05-23 21:34:47 UTC MAIN commitmail json YAML

Update from GNU extension to C99 syntax for designated initializer

(joerg)

2011-05-23 21:34:01 UTC MAIN commitmail json YAML

Use __UNCONST to get rid of const

(joerg)

2011-05-23 21:30:56 UTC MAIN commitmail json YAML

Don't use the device name as format string.

(joerg)

2011-05-23 21:18:55 UTC MAIN commitmail json YAML

Don't use string literal as format string.

(joerg)

2011-05-23 20:49:35 UTC MAIN commitmail json YAML

Mark rumpuser_exit and rumpuser_thread_exit as dead.

(joerg)

2011-05-23 20:49:09 UTC MAIN commitmail json YAML

Ensure that rumpuser_thread_exit doesn't return.

(joerg)

2011-05-23 20:43:03 UTC MAIN commitmail json YAML

Save space, kill some ()

(joerg)

2011-05-23 19:58:56 UTC MAIN commitmail json YAML

2011-05-23 19:53:36 UTC MAIN commitmail json YAML

2011-05-23 19:51:27 UTC MAIN commitmail json YAML

2011-05-23 19:49:27 UTC MAIN commitmail json YAML

2011-05-23 19:48:14 UTC MAIN commitmail json YAML

2011-05-23 19:46:41 UTC MAIN commitmail json YAML

2011-05-23 19:42:53 UTC MAIN commitmail json YAML

2011-05-23 18:48:45 UTC MAIN commitmail json YAML

2011-05-23 18:40:30 UTC MAIN commitmail json YAML

nmi_hard: convert nmi_hard_wait to use atomics.

OK mrg@

(rmind)

2011-05-23 18:38:51 UTC MAIN commitmail json YAML

kgdb_acc: use mutex since pm_lock was converted to it.

(rmind)

2011-05-23 17:44:41 UTC MAIN commitmail json YAML

Add explicit -lfoo for libraries that are required because of NEEDED
entries in other libraries.
This avoids a bug in 'ld' which causes it to look in the directory
specified by the RPATH entry (in the library with the NEEDED entry)
without adding the directory supplied by --sysroot.
When the RPATH entry in blindly folloed the link is done w.r.t the
systems own libfoo.so which may be missing some symbols.
(Or might have a wrong sized data area that would need copying
into the programs (or other libraries) data space.)
ld also seems to add a NEEDED entry for these libraries directly
into the program binary - this doesn't seem right to me.
Fixes my build where the installed libX11.so is dated from 2009.
CVS :----------------------------------------------------------------------

(dsl)

2011-05-23 16:00:07 UTC MAIN commitmail json YAML

update draft-ipsec-* -> RFC
clarify a sentence

(drochner)

2011-05-23 15:40:34 UTC MAIN commitmail json YAML

- use DPRINTF() style debug printfs
- use __func__ to print function names
- consistently use #ifdef DEBUG_FPE
- add some missing debug messages including \n in error paths

(tsutsui)

2011-05-23 15:37:36 UTC MAIN commitmail json YAML

-remove references to crypto/arc4/arc4.* -- the code isn't used
anywhere afaics
(The confusion comes probably from use of arc4random() at various places,
  but this lives in libkern and doesn't share code with the former.)
-g/c non-implementation of arc4 encryption in swcrypto(4)
-remove special casing of ARC4 in crypto(4) -- the point is that it
doesn't use an IV, and this fact is made explicit by the new "ivsize"
property of xforms

(drochner)

2011-05-23 15:23:24 UTC MAIN commitmail json YAML

Use the static inline for the body as well.

(joerg)

2011-05-23 15:22:57 UTC MAIN commitmail json YAML

If symmetric encryption is done from userland crypto(4) and no IV
is specified, the kernel gets one from the random generator. Make sure it
is copied out to the user, otherwise the result is quite useless.

(drochner)

2011-05-23 15:17:25 UTC MAIN commitmail json YAML

2011-05-23 15:16:27 UTC MAIN commitmail json YAML

Remove pointless self-assignment

(joerg)

2011-05-23 14:53:46 UTC MAIN commitmail json YAML

Make intermediate size variable size_t like the rest to avoid
unnecessary casting.

(joerg)

2011-05-23 14:52:32 UTC MAIN commitmail json YAML

Use C99-style init in _CITRUS_PROP_HINT_END to avoid warnings for
uninitialised type field.

(joerg)

2011-05-23 14:52:31 UTC MAIN commitmail json YAML

KNF, mostly indent. No binary change.

(tsutsui)

2011-05-23 14:45:44 UTC MAIN commitmail json YAML

Actually return something deterministic

(joerg)

2011-05-23 14:34:29 UTC MAIN commitmail json YAML

Remove self-assignment of an argument that is later used.

(joerg)

2011-05-23 14:32:05 UTC MAIN commitmail json YAML

Disable Clang's array boundary checker for now (hits e.g. in GCC and BDB)

(joerg)

2011-05-23 14:29:56 UTC MAIN commitmail json YAML

report aes-ctr statistic counter by name

(drochner)

2011-05-23 13:57:52 UTC MAIN commitmail json YAML

allow ESP to use AES-CTR
(pfkey and userland tool support is already there because it has been
in KAME IPSEC all the time)
tested against KAME IPSEC

(drochner)

2011-05-23 13:55:55 UTC MAIN commitmail json YAML

Reorder flag order to not depend on -Wextra being applied before
-Wno-sign-compare

(joerg)

2011-05-23 13:54:00 UTC MAIN commitmail json YAML

being here, export camellia-cbc through crypto(4) to allow userland tests

(drochner)

2011-05-23 13:51:10 UTC MAIN commitmail json YAML

2011-05-23 13:46:54 UTC MAIN commitmail json YAML

-in the descriptor for encryption xforms, split the "blocksize" field
into "blocksize" and "IV size"
-add an "reinit" function pointer which, if set, means that the xform
does its IV handling itself and doesn't want the default CBC handling
by the framework (poor name, but left that way to avoid unecessary
differences)
This syncs with Open/FreeBSD, purpose is to allow non-CBC transforms.
Refer to ivsize instead of blocksize where appropriate.
(At this point, blocksize and ivsize are identical.)

(drochner)

2011-05-23 06:50:17 UTC MAIN commitmail json YAML

move KERNHIST stuff much earlier, so drivers can depend upon it.

(mrg)

2011-05-23 06:31:25 UTC MAIN commitmail json YAML

where there are multiple scripts and no syspkg category, take the first
script name as being the category.

also remove unwanted characters from the syspkg category names (not just for
scripts but for any category)

(agc)

2011-05-23 02:54:53 UTC MAIN commitmail json YAML

2011-05-23 02:50:56 UTC MAIN commitmail json YAML

2011-05-23 02:50:05 UTC MAIN commitmail json YAML

2011-05-23 02:48:48 UTC MAIN commitmail json YAML

2011-05-23 02:43:10 UTC MAIN commitmail json YAML

Don't use _t as an identifier suffix meaning "variable containing a time".

(dholland)

2011-05-23 02:40:56 UTC MAIN commitmail json YAML

2011-05-23 02:40:13 UTC MAIN commitmail json YAML

2011-05-23 02:37:58 UTC MAIN commitmail json YAML

get the afb.h file from the normal place.

(christos)

2011-05-23 02:36:35 UTC MAIN commitmail json YAML

Introduce DPRINTF() macro, remove most #ifdef DEBUG usages.
No change to compiler output.

(dholland)

2011-05-23 02:36:33 UTC MAIN commitmail json YAML

2011-05-23 02:35:28 UTC MAIN commitmail json YAML

not enough fixing the Imakefile, we need this one too.

(christos)

2011-05-23 02:06:42 UTC MAIN commitmail json YAML

u_int32_t -> uint32_t and similar

(dholland)

2011-05-23 00:21:50 UTC MAIN commitmail json YAML

include system headers after config.h

(christos)

2011-05-22 22:13:33 UTC MAIN commitmail json YAML

Let's not be silly. Use a fancy "if else" to decide behavior of a bool
and hope cosmic radition doesn't create a third state.

(joerg)

2011-05-22 21:52:25 UTC MAIN commitmail json YAML

Add support for Dreamplug CPU clock speed detection.

(mellon)

2011-05-22 21:52:12 UTC rmind-uvmplock commitmail json YAML

nfs_gop_write: acquire the lock for pmap_page_protect() operation.

(rmind)

2011-05-22 21:51:40 UTC MAIN commitmail json YAML

From Nathan Whitehorn (nwhitehorn at freebsd dot org):
Add code to generate bootable ISOs on Powermac and CHRP systems.
Synthesize some partition maps (APM and MBR, respectively) pointing
to (a) the whole disk, and (b) relevant El Torito boot images that
have been added by other code. These partition maps are a little
bit funny looking, but they seem to work. FreeBSD has been using
this successfully in their release generation on powerpc, as well
as generating all non-SPARC install media. SPARC support could
probably be added as an extension of this patch.

(christos)

2011-05-22 20:52:12 UTC MAIN commitmail json YAML

2011-05-22 20:49:46 UTC MAIN commitmail json YAML

Inherit SSP settings from bsd.sys.mk

(joerg)

2011-05-22 20:49:16 UTC MAIN commitmail json YAML

Split SSP parameters on a per-compiler base

(joerg)

2011-05-22 20:24:46 UTC MAIN commitmail json YAML

No -Wno-traditional for clang.

(joerg)

2011-05-22 20:11:47 UTC MAIN commitmail json YAML

Use a plain float constant, no need to deal with messy 0r prefix

(joerg)

2011-05-22 16:08:48 UTC MAIN commitmail json YAML

2011-05-22 16:05:55 UTC MAIN commitmail json YAML