Author: melifaro
Date: Fri Jan 1 10:15:06 2016
New Revision: 293035
URL: https://svnweb.freebsd.org/changeset/base/293035
Log:
Remove second EVENTHANDLER_REGISTER slipped in r292978.
Describe the reason of doing unconditional M_PREPEND in ether_output().
Modified:
head/sys/net/if_ethersubr
Author: cy
Date: Fri Jan 1 11:57:32 2016
New Revision: 293037
URL: https://svnweb.freebsd.org/changeset/base/293037
Log:
Update leap-seconds to latest. This will satisfy the ntpd leap-second
version check.
Obtained from:ftp://tycho.usno.navy.mil/pub/ntp/.
See also: http://w
Author: melifaro
Date: Fri Jan 1 12:35:33 2016
New Revision: 293038
URL: https://svnweb.freebsd.org/changeset/base/293038
Log:
Use lltable_get_ifp() instead of direct access to lltable fields.
Modified:
head/sys/netinet6/nd6_nbr.c
Modified: head/sys/netinet6/nd6_nbr.c
==
On 12/31/15 19:15, Bjoern A. Zeeb wrote:
On 31 Dec 2015, at 12:30 , Hans Petter Selasky wrote:
Author: hselasky
Date: Thu Dec 31 12:30:19 2015
New Revision: 292987
URL: https://svnweb.freebsd.org/changeset/base/292987
Log:
Minor LinuxKPI code cleanup:
- Declare some static functions in l
On 12/31/15 19:15, Bjoern A. Zeeb wrote:
On 31 Dec 2015, at 12:30 , Hans Petter Selasky wrote:
Author: hselasky
Date: Thu Dec 31 12:30:19 2015
New Revision: 292987
URL: https://svnweb.freebsd.org/changeset/base/292987
Log:
Minor LinuxKPI code cleanup:
- Declare some static functions in l
Author: jhibbits
Date: Fri Jan 1 15:17:24 2016
New Revision: 293039
URL: https://svnweb.freebsd.org/changeset/base/293039
Log:
Fix a couple printf formats.
This was found when working on 64-bit PowerPC book-e support.
Modified:
head/sys/dev/sec/sec.c
head/sys/dev/tsec/if_tsec.c
Modif
Author: emaste
Date: Fri Jan 1 15:30:11 2016
New Revision: 293040
URL: https://svnweb.freebsd.org/changeset/base/293040
Log:
Reduce libstand Makefile duplication
libstand is built in three places (lib/libstand, sys/boot/libstand32,
and sys/boot/userboot/libstand). Reduce Makefile duplica
Author: jhibbits
Date: Fri Jan 1 15:36:56 2016
New Revision: 293041
URL: https://svnweb.freebsd.org/changeset/base/293041
Log:
Use uint32_t for LBC block size.
LBC block size can only be up to 4GB. The existing code already clamps it,
but
mixes unsigned long and uint32_t. This works o
Author: kib
Date: Fri Jan 1 15:48:48 2016
New Revision: 293042
URL: https://svnweb.freebsd.org/changeset/base/293042
Log:
Minor style cleanup.
Submitted by: bde
MFC after:1 week
Modified:
head/sys/fs/devfs/devfs_vnops.c
Modified: head/sys/fs/devfs/devfs_vnops.c
==
Author: jpaetzel
Date: Fri Jan 1 17:06:16 2016
New Revision: 293043
URL: https://svnweb.freebsd.org/changeset/base/293043
Log:
Unset the gss kernel state when gssd exits
When gssd exits it leaves the kernel state set by
gssd_syscall(). nfsd sees this and waits endlessly
in an unkillab
On Fri, Jan 1, 2016 at 7:17 AM, Justin Hibbits wrote:
> Author: jhibbits
> Date: Fri Jan 1 15:17:24 2016
> New Revision: 293039
> URL: https://svnweb.freebsd.org/changeset/base/293039
>
> Log:
> Fix a couple printf formats.
>
> ...
> @@ -235,7 +236,7 @@ sec_probe(device_t dev)
>
Author: jhibbits
Date: Fri Jan 1 17:56:52 2016
New Revision: 293044
URL: https://svnweb.freebsd.org/changeset/base/293044
Log:
Accidentally dropped the 0 padding.
Pointed out by: cmeyer
Modified:
head/sys/dev/sec/sec.c
Modified: head/sys/dev/sec/sec.c
On Jan 1, 2016 11:30, "Conrad Meyer" wrote:
>
> On Fri, Jan 1, 2016 at 7:17 AM, Justin Hibbits
wrote:
> > Author: jhibbits
> > Date: Fri Jan 1 15:17:24 2016
> > New Revision: 293039
> > URL: https://svnweb.freebsd.org/changeset/base/293039
> >
> > Log:
> > Fix a couple printf formats.
> >
> >
On Fri, Jan 1, 2016 at 11:56 AM, Justin Hibbits wrote:
> Author: jhibbits
> Date: Fri Jan 1 17:56:52 2016
> New Revision: 293044
> URL: https://svnweb.freebsd.org/changeset/base/293044
>
> Log:
> Accidentally dropped the 0 padding.
>
> Pointed out by: cmeyer
That should be cem.
- Just
On Friday, January 01, 2016 12:21:07 AM Adrian Chadd wrote:
> Author: adrian
> Date: Fri Jan 1 00:21:07 2016
> New Revision: 293022
> URL: https://svnweb.freebsd.org/changeset/base/293022
>
> Log:
> [net80211] document the (not completely complete) set of places where
> we're assuming hz=1000
Author: ian
Date: Sat Jan 2 02:53:48 2016
New Revision: 293045
URL: https://svnweb.freebsd.org/changeset/base/293045
Log:
Make the 'env' directive described in config(5) work on all architectures,
providing compiled-in static environment data that is used instead of any
data passed in from
Author: ian
Date: Sat Jan 2 03:00:31 2016
New Revision: 293046
URL: https://svnweb.freebsd.org/changeset/base/293046
Log:
Revert accidental change that snuck into r293045.
Modified:
head/sys/boot/Makefile.arm
Modified: head/sys/boot/Makefile.arm
=
yup. all of this is ... terrible atm.
I do need to be able to give a bounds though. :(
-a
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@free
Author: emaste
Date: Sat Jan 2 04:42:53 2016
New Revision: 293047
URL: https://svnweb.freebsd.org/changeset/base/293047
Log:
Use correct name 'us' for character 31 in keymaps
'ns' was a historical accident, and kbdcontrol(1) has accepted the
correct 'us' as well as 'ns' since r38139.
On 2015-12-31 13:50, Allan Jude wrote:
> On 2015-12-31 13:32, Jonathan T. Looney wrote:
>> On 12/31/15, 2:15 AM, "Allan Jude" wrote:
>>
>>> It seems these problems also slow things down, a lot:
>>>
>>> # time md5 /media/md5test/bigdata
>>> MD5 (/media/md5test/bigdata) = 6afad0bf5d8318093e943229be0
20 matches
Mail list logo