Page MenuHomeFreeBSD
Feed Advanced Search

Nov 15 2016

julian committed rS308671: When you select make OLDTIMEZONES=1 then you need a few added directories.
When you select make OLDTIMEZONES=1 then you need a few added directories
Nov 15 2016, 6:38 AM

Nov 10 2016

julian accepted D8491: libstand: verify value provided by nfs.read_size.

looks reasonable, but am unsure of all the possible cases for *end given garbage input

Nov 10 2016, 2:32 PM

Nov 3 2016

julian added a comment to D3687: Implement kernel support for hardware rate limited sockets.

I'd still vote for using rcvif if a new field is out of the question.

Nov 3 2016, 8:35 AM

Oct 12 2016

julian accepted D7465: Make warning configurable for obsolete per-jail configuration.

shipit

Oct 12 2016, 8:46 PM

Oct 10 2016

julian committed rS306935: While the thread is sleeping in taskqueue_drain_all() it is.
While the thread is sleeping in taskqueue_drain_all() it is
Oct 10 2016, 4:57 AM
julian closed D8160: Fix potential use-after free in taskqueue_drain_all by committing rS306935: While the thread is sleeping in taskqueue_drain_all() it is.
Oct 10 2016, 4:57 AM
julian added a comment to D8160: Fix potential use-after free in taskqueue_drain_all.
Oct 10 2016, 4:42 AM

Oct 7 2016

julian committed rS306824: MFH: r259647.
MFH: r259647
Oct 7 2016, 7:29 PM

Oct 5 2016

julian retitled D8160: Fix potential use-after free in taskqueue_drain_all from to Fix potential use-after free in taskqueue_drain_all.
Oct 5 2016, 11:52 PM

Sep 24 2016

julian committed rS306306: Give the user a clue as to which process hit maxfiles..
Give the user a clue as to which process hit maxfiles.
Sep 24 2016, 10:56 PM

Aug 14 2016

julian added a comment to D7209: [Bug 211031] [panic] in ng_uncallout when argument is NULL.

This shoudn't be needed.. it should be panic condition if item is NULL.

Aug 14 2016, 2:23 PM

Aug 1 2016

julian committed rS303613: Man page for the new checksum netgraph module..
Man page for the new checksum netgraph module.
Aug 1 2016, 12:14 PM
julian committed rS303612: netgraph module for reconstructing checksums.
netgraph module for reconstructing checksums
Aug 1 2016, 12:09 PM
julian committed rS303611: slite style changes. There is an incoming patch that rewrites a.
slite style changes. There is an incoming patch that rewrites a
Aug 1 2016, 11:34 AM

Jul 27 2016

julian committed rS303395: MFH: r303287.
MFH: r303287
Jul 27 2016, 4:28 PM

Jul 25 2016

julian committed rS303287: Split MAKE_SYSENT into two parts so that the initializer part can be.
Split MAKE_SYSENT into two parts so that the initializer part can be
Jul 25 2016, 8:14 AM

Jul 14 2016

julian committed rS302800: MFH: r297023.
MFH: r297023
Jul 14 2016, 4:30 AM

Jun 20 2016

julian added a comment to D1776: New options for ipfw - record-state, set-limit and skip-immediate-action - for simpler rulesets.

ok so I see the points of both of you.. hmm that doesn't sound very english.. let's try again..

Jun 20 2016, 11:02 AM

Jun 13 2016

julian accepted D6674: Add named dynamic states support..

seems ok from the quick look I gave it
We've needed this feature for a long time.

Jun 13 2016, 2:49 PM

Mar 18 2016

julian committed rS297023: Add the ability to print out ht emodule specific information in likely formats..
Add the ability to print out ht emodule specific information in likely formats.
Mar 18 2016, 2:49 PM
julian committed rS297015: Change a little to match what appears to be the right way of specifying an….
Change a little to match what appears to be the right way of specifying an…
Mar 18 2016, 9:18 AM
julian committed rS297013: Use the right argumant name.
Use the right argumant name
Mar 18 2016, 8:47 AM
julian committed rS297012: Add a few details that make it easier to use this macro..
Add a few details that make it easier to use this macro.
Mar 18 2016, 7:59 AM

Jan 29 2016

julian added a comment to D3687: Implement kernel support for hardware rate limited sockets.

some pointers to references on hardware pacing and how it works might be useful.

Jan 29 2016, 4:48 AM
julian added a comment to D3687: Implement kernel support for hardware rate limited sockets.

this can already be done using dummy net.. Just set a tag/flag on the socket so that ipfw can identify it.

Jan 29 2016, 4:36 AM

Jan 25 2016

julian added a comment to D5017: More than 65K connection from single application.

looks about right but I'm not current with all the internal functions. I also want more eyes, but I like it generally.

Jan 25 2016, 4:32 PM · network
julian added a comment to D5017: More than 65K connection from single application.
In D5017#106574, @gnn wrote:

I'm a bit confused by this proposal. No protocol I know of has a port field larger than 16 bits. How and where might this be applied?

Jan 25 2016, 4:21 PM · network

Dec 27 2015

julian committed rS292770: MFH: r278640.
MFH: r278640
Dec 27 2015, 1:37 PM

Dec 5 2015

julian added a comment to D4384: style.9: Add a small blurb about preferring bool to older types.

just a nit

Dec 5 2015, 1:47 AM

Oct 26 2015

julian added a comment to D3993: Optimize the case where we have IPSEC enabled but do not have security policies..

My only comment is that if you have a simple enough test.. i.e. "are there any policies (regardless of direction) then I'd go for guarding the callers rather that returning immediately.. in other words don't even do the call.
amd64 may have very cheap function calls but they still cause register spills etc. some other processors may cost more..

Oct 26 2015, 3:54 PM

Aug 24 2015

julian committed rS287091: MFH: r284691.
MFH: r284691
Aug 24 2015, 3:51 AM
julian committed rS287090: MFH: r273762.
MFH: r273762
Aug 24 2015, 3:41 AM

Aug 5 2015

julian added a comment to D3176: remove guards around installing loader.rc and menu.rc.

If you are going to replace a file, then you need to have a big banner in that file saying
"this file will be replaced automaitcally on upgrade. Do not edit it.
Please put any local changes in /boot/rc.loader.local"

Aug 5 2015, 3:40 PM

Jul 29 2015

julian added a comment to D1776: New options for ipfw - record-state, set-limit and skip-immediate-action - for simpler rulesets.

AS I said before, I can see a use of much of this but I think I would still settle for a version of "keep-state" that sets the state without checking it (except to look for duplicates). If you are being blocked by the nefarious melifaro then maybe a subset that just implements "set-state" would surfice. .

Jul 29 2015, 5:49 AM

Jul 24 2015

julian added a comment to D3181: Teach sysctl about the new optional suffix after IK to specify precision. Update input as well. Add IK to the manual (it was missing completely)..

probably ok but could do with an example or better comments

Jul 24 2015, 6:56 AM

Jun 29 2015

julian committed rS284920: Slight tidy up of comments before MFC.
Slight tidy up of comments before MFC
Jun 29 2015, 7:43 AM

Jun 22 2015

julian committed rS284691: remove 16 rules and replace by 2 by using a table.
remove 16 rules and replace by 2 by using a table
Jun 22 2015, 4:25 AM

Jun 17 2015

julian accepted D2842: Update style.9 to reflect consensus on developer's mailing list..

I don't mind if people leave them out but I do prefer to see them in, especially if there are other clauses. This is true in if, for, while, etc.... gratuitously removing them makes the single line clauses not match the multiple line clauses in style.
I really hate if-elseif-elseif-elseif-else chains where some clauses have them, and some do not.

Jun 17 2015, 3:53 AM

Jun 1 2015

julian accepted D1776: New options for ipfw - record-state, set-limit and skip-immediate-action - for simpler rulesets.

this is a superset of what I would have done.. thanks for fixing the grammar.

Jun 1 2015, 4:00 PM

May 26 2015

julian committed rS283554: MFH: r283114.
MFH: r283114
May 26 2015, 3:58 AM
julian committed rS283552: MFH: r283105.
MFH: r283105
May 26 2015, 2:18 AM

May 19 2015

julian committed rS283105: Only several years late, catch the psignal man page up to the.
Only several years late, catch the psignal man page up to the
May 19 2015, 11:33 AM

May 15 2015

julian committed rS282979: MFH: r282485.
MFH: r282485
May 15 2015, 3:49 PM

May 10 2015

julian added a comment to D1944: PF and VIMAGE fixes.

in case I didn't point you at this before...
http://p4web.freebsd.org/@md=d&cd=//depot/projects/vimage/&cdf=//depot/projects/vimage/porting_to_vimage.txt&c=win@//depot/projects/vimage/porting_to_vimage.txt?ac=22

May 10 2015, 3:17 PM

May 7 2015

julian added a comment to D2410: fix (hack) readdir and seekdir to allow samba to correctly delete files.

Committed as @rS282485.

May 7 2015, 2:59 AM
julian added a comment to D2410: fix (hack) readdir and seekdir to allow samba to correctly delete files.

patch committed. (and then some changes added to the comments and man page by jhb)

May 7 2015, 2:26 AM

May 5 2015

julian committed rS282485: Tweak seekdir, telldir and readdir so that when htere are deletes going on,.
Tweak seekdir, telldir and readdir so that when htere are deletes going on,
May 5 2015, 2:52 PM

May 1 2015

julian updated D2410: fix (hack) readdir and seekdir to allow samba to correctly delete files.
May 1 2015, 1:48 AM
julian updated D2410: fix (hack) readdir and seekdir to allow samba to correctly delete files.
May 1 2015, 1:43 AM

Apr 30 2015

julian retitled D2410: fix (hack) readdir and seekdir to allow samba to correctly delete files from to fix (hack) readdir and seekdir to allow samba to correctly delete files.
Apr 30 2015, 4:32 PM

Feb 11 2015

julian added a comment to D1809: [sockbuf] Don't expose lock details when isn't needed.

Is the reason here to just make the lines shorter or is there a deeper reason? (e.g. to prepare for some upcoming change)

Feb 11 2015, 8:04 AM
julian accepted D1805: [sockbuf] Don't access fields directly, use accessor functions.
Feb 11 2015, 8:01 AM

Feb 6 2015

julian added a comment to D1776: New options for ipfw - record-state, set-limit and skip-immediate-action - for simpler rulesets.

R U SERIUS?

Feb 6 2015, 1:55 AM

Feb 5 2015

julian added a comment to D1776: New options for ipfw - record-state, set-limit and skip-immediate-action - for simpler rulesets.

missed one... or, rather, I got it wrong the first time.

Feb 5 2015, 2:56 PM
julian added a comment to D1776: New options for ipfw - record-state, set-limit and skip-immediate-action - for simpler rulesets.

while the 'skip-immediate' is useful, I was thinking that record-state would imply that.
skip immediate is only useful with state storage, so I don't see a reason to make it generally available.

Feb 5 2015, 4:12 AM
julian added a comment to D1776: New options for ipfw - record-state, set-limit and skip-immediate-action - for simpler rulesets.

I can see you speak a language similar to russian or polish . :-)

Feb 5 2015, 4:05 AM

Feb 4 2015

julian added a comment to D1711: Changes to the callout code to restore active semantics and also add a test-framework and test to validate the callout code (and potentially for use by other tests)..

let me see if this is correct..
I'm assuming that the reference count can not change if you hold the lock?
if so then before releasing the lock, we can check if the count is 1.. if it is then we are the only person who even knows where this thing is so there can't be any new references added..
having stopped the callout action from happening we inherit it's reference.

Feb 4 2015, 2:03 PM
julian added a comment to D1711: Changes to the callout code to restore active semantics and also add a test-framework and test to validate the callout code (and potentially for use by other tests)..
In D1711#66, @rrs wrote:
Feb 4 2015, 1:06 PM

Sep 13 2014

julian added a comment to D714: Installer Enhancement -- dpv.

GUYS! stoppit! your arguing cross purposes and getting all hot under the collar for no reason!

Sep 13 2014, 1:37 AM

Sep 12 2014

julian added a comment to D714: Installer Enhancement -- dpv.

Nathan, I do understand your thoughts about whether adding a library just for the installer and configuration tool is worth it, but then I found on trying it out that I think the responsiveness and improved feedback made the install just that bit nicer. The code is there, and its written, and it has a maintainer.
I know that dialog is buggy in many cases and having a pre-canned way to use it would have saved me much pain several years back when I needed it, so I sort of hope that having this library available to work with dialog might actually eventually simplify the base application a bit . The hidden parts of this are of course that when the library is available, it works with xdialog as well and gives a unified look and feel to both environments.

Sep 12 2014, 3:17 PM

Sep 3 2014

julian accepted D714: Installer Enhancement -- dpv.

oh yeah.. I have no real problems with it. only the style nits pointed out elsewhere.

Sep 3 2014, 9:30 AM
julian added a comment to D714: Installer Enhancement -- dpv.

seems to act as advertised. maybe it will give a common feel to a bunch of tools.. I think you said ti would work with Xdialog too? or was that my imagination?

Sep 3 2014, 9:28 AM