On Fri, Jun 08, 2018 at 10:08:25AM -0400, Ed Maste wrote:
> On 7 June 2018 at 16:49, Kirk McKusick wrote:
> > Author: mckusick
> > Date: Thu Jun 7 20:49:01 2018
> > New Revision: 334814
> > URL: https://svnweb.freebsd.org/changeset/base/334814
> >
> > Log:
> > Ensure proper initialization of su
Author: db (ports committer)
Date: Mon Jun 11 19:12:50 2018
New Revision: 334968
URL: https://svnweb.freebsd.org/changeset/base/334968
Log:
Large file systems with inodes > 512K have been silently overflowing
c_addr in spcl. So check before we start dumping otherwise we can
end up with a cor
1970 (empty, because file is newly added)
+++ head/sys/dev/uart/uart_dev_mu.c Tue Jun 12 13:26:31 2018
(r334997)
@@ -0,0 +1,521 @@
+/*-
+ * Copyright (c) 2018 Diane Bruce
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided
On Fri, Nov 02, 2018 at 05:28:29PM -0500, Matthew D. Fuller wrote:
> > +# devices are assocaited with the USB Bus and provide an ifnet device to
>
> Tpyo.
heh I just emailed him privately about that one too ;)
>
>
> --
> Matthew Fuller (MF4839) | fulle...@over-
/calendar/calcpp.c Thu Sep 19 20:17:50 2013
(r255715)
@@ -0,0 +1,229 @@
+/*-
+ * Copyright (c) 2013 Diane Bruce
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met
Author: db (ports committer)
Date: Thu Mar 7 19:00:00 2013
New Revision: 247919
URL: http://svnweb.freebsd.org/changeset/base/247919
Log:
Cleanup gr_add() so it does not leak mem
This is part of ongoing work on sbin/pw
Mlibutil.h
Mgr_util.c
Approved by: theraven
Modified
Author: db (ports committer)
Date: Sat Mar 9 13:30:06 2013
New Revision: 248102
URL: http://svnweb.freebsd.org/changeset/base/248102
Log:
commit correct tested fix for gr_util.c
Approved by: theraven
Modified:
head/lib/libutil/gr_util.c
Modified: head/lib/libutil/gr_util.c
===