2004-03-15 |
Travis Geiselbrecht | promote the word size in the C memcpy/memmove implementation...
|
commit | commitdiff | tree |
2004-03-15 |
Travis Geiselbrecht | work in progress on ns83820 driver
|
commit | commitdiff | tree |
2004-03-14 |
Travis Geiselbrecht | A bunch of work to get the kernel compiling on x86_64...
|
commit | commitdiff | tree |
2004-03-07 |
Travis Geiselbrecht | First pass at x86_64. Mostly consists of branching...
|
commit | commitdiff | tree |
2004-03-07 |
Travis Geiselbrecht | Fix the build with gcc 3.3.3. The bootloader was broken...
|
commit | commitdiff | tree |
2004-03-01 |
Travis Geiselbrecht | Add new ns82830 driver (gigabit ethernet). Doesn't...
|
commit | commitdiff | tree |
2004-03-01 |
Travis Geiselbrecht | Move the built lib files from build/<arch>/lib/<libname...
|
commit | commitdiff | tree |
2004-02-22 |
Travis Geiselbrecht | Moved a few of the drivers around a bit.
|
commit | commitdiff | tree |
2004-02-21 |
Travis Geiselbrecht | Check in some code I had been hacking on for a floppy...
|
commit | commitdiff | tree |
2004-02-20 |
Travis Geiselbrecht | Remove the floppy driver from the x86 build for the...
|
commit | commitdiff | tree |
2004-02-18 |
Travis Geiselbrecht | check in some pending changes to the signals portion...
|
commit | commitdiff | tree |
2004-02-18 |
Travis Geiselbrecht | added a new header file to encapsulate compiler-specific...
|
commit | commitdiff | tree |
2004-02-15 |
Travis Geiselbrecht | Dummy checkin to trigger the build server to make sure...
|
commit | commitdiff | tree |
2004-02-15 |
Travis Geiselbrecht | fixed a few bugs:
|
commit | commitdiff | tree |
2004-02-14 |
Travis Geiselbrecht | Soop up telnetd to ask for and listen to NAWS messages...
|
commit | commitdiff | tree |
2004-02-14 |
Travis Geiselbrecht | fix a couple of oopses that got into the last checkin
|
commit | commitdiff | tree |
2004-02-14 |
Travis Geiselbrecht | add a few new flags to the proc_create_proc function...
|
commit | commitdiff | tree |
2004-02-14 |
Travis Geiselbrecht | big change to incorporate process groups and sessions:
|
commit | commitdiff | tree |
2004-02-14 |
Travis Geiselbrecht | In all of the cases where we were doing pointer math...
|
commit | commitdiff | tree |
2004-02-02 |
Travis Geiselbrecht | -added process group and session ids to the proc structure
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | Making a trivial change to see if the new automatic...
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | I must have forgotten this one a while back. it's a...
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | check in some fat code in progress, before it gets...
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | A little script to sit in a loop and try to build newos...
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | signals work:
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | move a couple of little things around
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | added some typed version of the list functions, and...
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | move a couple of members of the thread and proc structures...
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | move more of the threading system over to the new list...
|
commit | commitdiff | tree |
2004-01-31 |
Travis Geiselbrecht | add new generic list implementation and move the thread...
|
commit | commitdiff | tree |
2004-01-28 |
Travis Geiselbrecht | fixed a typo in the last checkin
|
commit | commitdiff | tree |
2004-01-28 |
Travis Geiselbrecht | added support for parent processes and the sending...
|
commit | commitdiff | tree |
2004-01-25 |
Travis Geiselbrecht | I knew I'd forget at least one file
|
commit | commitdiff | tree |
2004-01-25 |
Travis Geiselbrecht | We get signal.
|
commit | commitdiff | tree |
2004-01-24 |
Travis Geiselbrecht | clean up the code that checks user space pointers to...
|
commit | commitdiff | tree |
2004-01-24 |
Travis Geiselbrecht | oops, forgot this file
|
commit | commitdiff | tree |
2004-01-24 |
Travis Geiselbrecht | make sure the new syscall mechanism tests for a valid...
|
commit | commitdiff | tree |
2004-01-24 |
Travis Geiselbrecht | we only support 0-15 args to syscalls, not 0-16
|
commit | commitdiff | tree |
2004-01-20 |
Travis Geiselbrecht | new syscall mechanism:
|
commit | commitdiff | tree |
2004-01-19 |
Travis Geiselbrecht | A couple of additions to the syscall-timing function.
|
commit | commitdiff | tree |
2004-01-19 |
Travis Geiselbrecht | Quick test to time how long a syscall takes
|
commit | commitdiff | tree |
2004-01-19 |
Travis Geiselbrecht | Remap all of the io interrupt handlers to base 0 instead...
|
commit | commitdiff | tree |
2004-01-19 |
Travis Geiselbrecht | Added a name field to the interrupt vector table structure...
|
commit | commitdiff | tree |
2004-01-12 |
Travis Geiselbrecht | did some work on the page scanner daemon.
|
commit | commitdiff | tree |
2004-01-12 |
Travis Geiselbrecht | Changed the memory detection routine in the bootsector...
|
commit | commitdiff | tree |
2004-01-11 |
Travis Geiselbrecht | initial pass at some pc bios calling routines in stage2...
|
commit | commitdiff | tree |
2004-01-07 |
Travis Geiselbrecht | Fix an old massive problem with the timers. It turns...
|
commit | commitdiff | tree |
2004-01-04 |
Travis Geiselbrecht | couple of tweaks in the i386 vm_translation_map code:
|
commit | commitdiff | tree |
2004-01-04 |
Travis Geiselbrecht | added a 'vmstat' app that shows the number of pages...
|
commit | commitdiff | tree |
2004-01-04 |
Travis Geiselbrecht | Added a limits.h to get the system to sort of compile on
|
commit | commitdiff | tree |
2004-01-04 |
Travis Geiselbrecht | start of a FAT driver. Doesn't work properly, but is...
|
commit | commitdiff | tree |
2004-01-04 |
Travis Geiselbrecht | have inc_vnode_ref return the old count. Makes a warning...
|
commit | commitdiff | tree |
2004-01-04 |
Travis Geiselbrecht | tweak on the vfs layer a bit:
|
commit | commitdiff | tree |
2003-12-29 |
Travis Geiselbrecht | get the netblock driver working again. It didn't work...
|
commit | commitdiff | tree |
2003-12-29 |
Travis Geiselbrecht | fix a warning fredf pointed out on irc
|
commit | commitdiff | tree |
2003-12-14 |
Travis Geiselbrecht | Read the RTC clock on PCs at bootup so we can tell...
|
commit | commitdiff | tree |
2003-12-10 |
Travis Geiselbrecht | added some bootup messages to various parts of the...
|
commit | commitdiff | tree |
2003-12-10 |
Travis Geiselbrecht | added support to cache up kprintf output until the...
|
commit | commitdiff | tree |
2003-12-10 |
Travis Geiselbrecht | rearchitected the kernel console stuff to bypass the...
|
commit | commitdiff | tree |
2003-12-09 |
Travis Geiselbrecht | Get the ppc build compiling again.
|
commit | commitdiff | tree |
2003-12-09 |
Travis Geiselbrecht | Added a couple of assembly implementations for memcpy...
|
commit | commitdiff | tree |
2003-12-08 |
Travis Geiselbrecht | add some configuration stuff to sysconfig.h
|
commit | commitdiff | tree |
2003-12-08 |
Travis Geiselbrecht | General header and config stuff:
|
commit | commitdiff | tree |
2003-12-06 |
Travis Geiselbrecht | rearchitecture of the way time is kept:
|
commit | commitdiff | tree |
2003-12-06 |
Travis Geiselbrecht | Fixed a bug in the kernel ELF loader that I had been...
|
commit | commitdiff | tree |
2003-11-30 |
Travis Geiselbrecht | Add a couple of environment switches to turn on distcc...
|
commit | commitdiff | tree |
2003-11-26 |
Travis Geiselbrecht | checkin of some work in progress on the usb stack
|
commit | commitdiff | tree |
2003-11-02 |
Travis Geiselbrecht | Turn the vmware console driver off until we can fix it
|
commit | commitdiff | tree |
2003-10-19 |
Travis Geiselbrecht | Added -g flag to all builds.
|
commit | commitdiff | tree |
2003-10-05 |
Travis Geiselbrecht | work in progress of ochi + usb bus manager
|
commit | commitdiff | tree |
2003-10-05 |
Travis Geiselbrecht | A whole slew of little changes that were made while...
|
commit | commitdiff | tree |
2003-10-05 |
Travis Geiselbrecht | this file had been checked in in binary mode for some...
|
commit | commitdiff | tree |
2003-10-05 |
Travis Geiselbrecht | oops, forgot this file in the last checkin
|
commit | commitdiff | tree |
2003-10-05 |
Travis Geiselbrecht | added a cpu_spin() function
|
commit | commitdiff | tree |
2003-10-05 |
Travis Geiselbrecht | Moved the per-cpu timer queues into the per-cpu cpu...
|
commit | commitdiff | tree |
2003-09-14 |
Travis Geiselbrecht | remove direct calls to _kern_open()
|
commit | commitdiff | tree |
2003-09-14 |
Travis Geiselbrecht | a few vfs level changes:
|
commit | commitdiff | tree |
2003-09-11 |
Travis Geiselbrecht | Get the ppc build compiling again. I had renamed syscalls...
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | extract dir fs calls from the regular calls, this creates...
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | get the pcnet32 driver working on vmware 4.
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | added unistd calls for unlink(), fsync(), sync()
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | new ioctl() call (instead of _kern_ioctl)
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | remove the syscalls.h #include from these files that...
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | moved every case of an app calling a syscall directly...
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | Rename all the syscalls from sys_* to _kern_*
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | Break the syscalls and other system specific stuff...
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | turn the debug spew off on the isa bus module
|
commit | commitdiff | tree |
2003-09-07 |
Travis Geiselbrecht | Fix the text_input and text_output makefile and .c...
|
commit | commitdiff | tree |
2003-08-31 |
Travis Geiselbrecht | Branch Graham Batty's pcnet32 driver over into the...
|
commit | commitdiff | tree |
2003-08-30 |
Travis Geiselbrecht | removed the key modifier logic from the lower level...
|
commit | commitdiff | tree |
2003-08-30 |
Travis Geiselbrecht | Rename c:\programming\ossrc\newos\apps\consoled\keyboard...
|
commit | commitdiff | tree |
2003-08-30 |
Travis Geiselbrecht | wow, just noticed this. The keyboard interrupt handler...
|
commit | commitdiff | tree |
2003-08-17 |
Travis Geiselbrecht | switch these basic pc drivers to use the ISA bus manager...
|
commit | commitdiff | tree |
2003-08-17 |
Travis Geiselbrecht | Change the vmware console default resolution from 80x50...
|
commit | commitdiff | tree |
2003-08-17 |
Travis Geiselbrecht | Merge of some changes by jwesley:
|
commit | commitdiff | tree |
2003-08-17 |
Travis Geiselbrecht | Merge of a change by jwesley:
|
commit | commitdiff | tree |
2003-08-16 |
Travis Geiselbrecht | Tweaked the todo text file and updated an out of date...
|
commit | commitdiff | tree |
2003-08-05 |
Travis Geiselbrecht | Add an additional printf to the bootmaker app to print...
|
commit | commitdiff | tree |
2003-08-03 |
Travis Geiselbrecht | more ppc work. Kernel ELF loader in place and working.
|
commit | commitdiff | tree |
2003-08-02 |
Travis Geiselbrecht | massive ppc checkin. not quite finshed yet, but threading...
|
commit | commitdiff | tree |