dragonflybsd-kernel mailing list

FromSubjectsort iconDate
Matthew Dillon
Re: Mini-documentation project - Exports section to the web ...
Sure. I just picked a name out of the hat. -Matt Matthew Dillon <dillon@backplane.com>
Jul 21, 4:15 pm 2008
Matthew Dillon
Mini-documentation project - Exports section to the web site
As a friend told me a month ago when I mentioned dntpd: "WTF are you keeping that to yourself? Nobody knows it exists except you!". Hmm. I thought about that a bit and he's absolutely right! I have added an Exports section to the main web site for subsystems we wish to advertise and make available to other projects. I added a section for HAMMER. But we have a few other subsystems that other projects might be interested in.. well, at least one, that being dntpd,...
Jul 21, 2:01 pm 2008
Trevor Kendall Jul 21, 5:05 pm 2008
Justin C. Sherrill
Re: Mini-documentation project - Exports section to the web ...
Would it be worth calling it "Software"? Exports is ambiguous. "Software" would potentially cover pkgsrc, which is something we need to cover more, too. I agree, though. We do have a number of utilities that are not immediately obvious, and need more descriptive terminology attached.
Jul 21, 3:29 pm 2008
Matthew Dillon
DragonFly 2.0 - RELEASED!
Hurrah! 2.0 has been released! I am continuing to finish up the release document and will also be adding a new section on the HAMMER filesystem. Three mirrors still don't have the ISO and I have temporarily commented them out. We'll run with what we have. -Matt
Jul 21, 12:50 pm 2008
Matthew Dillon
Re: Adding new syscall
If you add the system call to /usr/src/sys/kern/syscalls.master, and rebuild the sysents with 'make sysent', then you should be able to do a 'make buildworld' and 'make installworld' in /usr/src and libc should automatically end up with the entry points for the new system call. All you would need to do then is supply the prototypes. For example, Basically the answer is: You don't use floating point in the kernel. It's a real mess. DragonFly does use floating po...
Jul 21, 12:14 am 2008
Bhosle, Mayur N
Re: Adding new syscall
In your local source tree: cd /usr/src/sys/kern make sysent -Matt Matthew Dillon <dillon@backplane.com> Hi, I added few system calls for the scheduler and they are working fine. I had to use syscall(); function to execute the system call. I want to know how do i invoke the system call from the command line, because the when i enter the command on the prompt it says 'the command is not recognised'. Secondly, In the scheduling algorithm there is...
Jul 20, 9:21 pm 2008
previous daytodaynext day
July 20, 2008July 21, 2008July 22, 2008