Commit Graph

11223 Commits

Author SHA1 Message Date
christos f2ec6c66ac PR/50911: David Binderman: Optimize memset 2016-03-07 15:58:05 +00:00
christos 42418d20f1 fix indent 2016-03-02 19:28:56 +00:00
martin 04a908fefc David Binderman in PR bin/50884: simplify boolean expression 2016-03-02 19:03:31 +00:00
christos 73a99c19aa PR/50867: David Binderman: Fix parsing loop.
While here, modernize error handling, merge copy and pasted code.
2016-02-29 18:59:52 +00:00
christos bdb04d1c84 CID 1354301, 1354302, 1354303: Fix uninitialized variable. 2016-02-27 16:40:22 +00:00
christos 2e158c8994 PR/50860: David Binderman: Remove redundant code. 2016-02-26 18:20:44 +00:00
christos 6dcfeeec3b PR/50860: David Binderman: Remove redundant code. 2016-02-26 18:20:00 +00:00
ozaki-r ed89e004b6 Kill confusable use of SIN_PROXY 2016-02-24 08:01:09 +00:00
christos 3b8b3a1c95 PR/50821: David Binderman: remove "i <" i < 2016-02-17 19:57:01 +00:00
christos d6c5440ef4 PR/50824: David Binderman: Limit scanf width 2016-02-17 19:51:29 +00:00
wiz da22e8d742 Document file format better. From Travis Paul and Matthew Bauer.
Bump date.
Addresses PR 50787.
2016-02-09 14:14:02 +00:00
mlelstv bbd8666d0f Split case folding table into separate source file and add full
copyright and permission notice from http://www.unicode.org/copyright.html
2016-02-06 10:40:58 +00:00
christos e612b1d7f8 PR/50751: David Binderman: check bounds before dereferencing. 2016-02-03 05:34:21 +00:00
christos 2c345cb425 PR/50741: David Binderman: Fix assignment in assert. 2016-02-01 17:46:22 +00:00
christos b5a97f534d Add ip6addrctl 2016-01-30 23:45:37 +00:00
mlelstv 223c7df5b3 Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory
entries from UTF8 encoded file names.
2016-01-30 09:59:27 +00:00
christos 91708124b8 Don't crash if we have a missing section. 2016-01-28 03:32:29 +00:00
riastradh 8248001c7f Use unsigned, not signed, int for shifting 1 left until zero.
Signed shift into sign bit and beyond is undefined behaviour.

From Michael McConville.
2016-01-27 18:55:51 +00:00
martin 1ef77d7e7c David Binderman in PR bin/50714: fix memory leak 2016-01-26 14:08:58 +00:00
martin 4d3ac9f239 David Binderman in PR bin/50713: fix memory leaks 2016-01-26 14:05:29 +00:00
pooka 76f0658b35 include proplib.h if you're going to useuseitit 2016-01-25 12:24:41 +00:00
christos ffeb8dbf4e Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
christos 068fc977ee handle v4 mapped addresses 2016-01-22 22:03:54 +00:00
christos bf07f60056 PR/50666: David Binderman:
He's out of jail and out of bail and that's the way it goes:
    free(base);
2016-01-17 14:50:31 +00:00
msaitoh 0f62afa17e From the latest Intel SDM:
- Add Xeon E3-1200 v5
- Change 0x1c from "Atom Family" to "45nm Atom Family"
2016-01-08 02:28:44 +00:00
khorben 201849b330 Typo 2016-01-05 00:41:30 +00:00
martin 2793d78f76 From Jim Bernard in PR install/50615: install_checksum expects a path
relative to ${DESTDIR}, and most callers did pass it that way - fix the
one place where it eroneously was called with a ${DESTDIR} path.
2016-01-03 08:44:59 +00:00
pgoyette f6b47a4477 Add missing $NetBSD$ tag, and copy License/Copyright from mountd.c
OK christos@
2015-12-29 04:30:43 +00:00
joerg 4bd09a48ba usage is dead 2015-12-27 12:42:52 +00:00
christos c316d7b24a little size_t/ssize_t... 2015-12-24 15:52:37 +00:00
christos 11804462b9 fix whitespace 2015-12-24 01:41:27 +00:00
christos e9e496746f fix comment, from kre 2015-12-24 01:41:19 +00:00
christos 813c1f3886 Rump-ify. 2015-12-23 18:41:54 +00:00
christos ce8e119589 Split out get_net function so that it is easily testable. Restore
functionality where 1.2.3/24 -> 1.2.3.0/24 not 1.2.0.3/24 now that
getaddrinfo(3) parses old-style incomplete dotted quads as old
style addresses.
2015-12-23 16:19:49 +00:00
jmcneill e4e341b591 Implement OF_finddevice, now ofctl -p <path to node> works 2015-12-23 13:42:24 +00:00
martin 266bbe8d78 David Binderman in PR 50578: fix resource leak in an error branch. 2015-12-23 10:56:29 +00:00
christos 204cbe512f Fix some more MKREPRO issues in cdrom creation. Now amd64 passes MKREPRO. 2015-12-21 03:19:17 +00:00
christos 911dc95740 more deterministic ffs for reproducible builds. 2015-12-21 00:58:08 +00:00
christos 61db082a58 Add timestamp support to the ffs image creation; needed for in kernel memory
images MKREPRO.
2015-12-20 22:54:44 +00:00
christos f8250039db if we only asked for stopwords, use the original query. 2015-12-20 19:45:29 +00:00
christos 0f635f7225 Adjust to the new mdocml 2015-12-18 14:30:16 +00:00
christos fb571d36af Don't forget to set sin_scope. From Ryota Ozaki 2015-12-14 18:24:06 +00:00
ozaki-r a3390d2a1a Add getaddrinfo.c to RUMPSRCS for link-local addresses 2015-12-14 06:17:05 +00:00
christos 1584d030d7 PR/50547: David Binderman: fix bad sizeof 2015-12-13 18:14:13 +00:00
christos 5ea0d1a896 Add ip6addrctl 2015-12-13 02:26:08 +00:00
christos b649613962 Add ip6addrctl from FreeBSD 2015-12-12 23:35:56 +00:00
mlelstv b92b935f14 pass new pin configuration flags to driver. 2015-12-06 07:31:28 +00:00
msaitoh 29c28998b8 Model 0x5e is also 6th gen Core or Xeon E3-1500 v5 like model 0x4e. 2015-12-04 05:34:59 +00:00
christos 48e922c8f8 CID 1341551: Don't bother formatting if ti == NULL 2015-12-03 21:01:50 +00:00
plunky 81aeedab3e add details of later (to v4.2) specification versions and
extended feature flags,
2015-11-28 09:25:45 +00:00