2004-02-09 |
Hiten Pandya | Merge from FreeBSD: |
tree | commitdiff |
2004-02-09 |
Matthew Dillon | Split the lwkt_token code out of lwkt_thread.c. Give... |
tree | commitdiff |
2004-02-08 |
Hiten Pandya | Merge from FreeBSD: |
tree | commitdiff |
2004-02-06 |
Joerg Sonnenberger | Adjust infrastructure for NEWCARD |
tree | commitdiff |
2004-02-05 |
David Rhodus | nectar 2004/02/05 10:00:35 PST |
tree | commitdiff |
2004-02-02 |
Matthew Dillon | Merge from vendor branch BINUTILS: |
tree | commitdiff |
2004-01-31 |
Joerg Sonnenberger | Build lwkt_process_ipiq_frame only for the kernel,... |
tree | commitdiff |
2004-01-30 |
Matthew Dillon | This commit represents a major revamping of the clock... |
tree | commitdiff |
2004-01-30 |
Matthew Dillon | This commit represents a major revamping of the clock... |
tree | commitdiff |
2004-01-27 |
Matthew Dillon | Try to work-around a DFly-specific crash that can occur... |
tree | commitdiff |
2004-01-24 |
Matthew Dillon | When creating a new uidinfo structure, check for an... |
tree | commitdiff |
2004-01-22 |
Joerg Sonnenberger | Merge from vendor branch LIBSTDC++: |
tree | commitdiff |
2004-01-20 |
Matthew Dillon | Add sys/resident.h for userland syscall prototypes... |
tree | commitdiff |
2004-01-20 |
Matthew Dillon | Resident executable support stage 1/4: Add kernel bits... |
tree | commitdiff |
2004-01-20 |
Matthew Dillon | Retool the M_* flags to malloc() and the VM_ALLOC_... |
tree | commitdiff |
2004-01-18 |
Matthew Dillon | CAPS IPC library stage 2/3: Adjust syscalls.master... |
tree | commitdiff |
2004-01-18 |
Matthew Dillon | CAPS IPC library stage 1/3: The core CAPS IPC code... |
tree | commitdiff |
2004-01-17 |
Matthew Dillon | Fix an off-by-one error in fdfree() related to flock... |
tree | commitdiff |
2004-01-17 |
Matthew Dillon | non operational change. vm_map_wire() now takes a... |
tree | commitdiff |
2004-01-17 |
Matthew Dillon | Handle recursive situations a bit more robustly by... |
tree | commitdiff |
2004-01-08 |
Jeroen Ruigrok/asmodai | Spell 'separate' and its siblings the way it is suppose... |
tree | commitdiff |
2004-01-07 |
Matthew Dillon | Add necessary critical sections to microtime() and... |
tree | commitdiff |
2004-01-07 |
Matthew Dillon | note last commit based on evidence supplied by: Paul... |
tree | commitdiff |
2004-01-07 |
Matthew Dillon | tvtohz() was originally designed for tsleep() and timeo... |
tree | commitdiff |
2004-01-01 |
Matthew Dillon | Fix a bug: remove an extra crit_enter() in the default... |
tree | commitdiff |
2003-12-30 |
Matthew Dillon | Add idle entry halt vs spin statistics counters machdep... |
tree | commitdiff |
2003-12-29 |
Matthew Dillon | Synchronize the USB, CAM, and TASKQUEUE subsystems... |
tree | commitdiff |
2003-12-28 |
Matthew Dillon | Try to catch mbuf cluster mclfree list corruption a... |
tree | commitdiff |
2003-12-20 |
Matthew Dillon | Minor syntax cleanup. |
tree | commitdiff |
2003-12-20 |
Matthew Dillon | Fix a syscall separation bug in recvfrom() which someti... |
tree | commitdiff |
2003-12-10 |
Jeffrey Hsu | Pull the sf_buf routines and structures out into its... |
tree | commitdiff |
2003-12-10 |
Jeffrey Hsu | This patch improves the performance of sendfile(2)... |
tree | commitdiff |
2003-12-07 |
Matthew Dillon | Add additional functionality to the upcall support... |
tree | commitdiff |
2003-12-04 |
Matthew Dillon | Augment the upcall system calls to support a priority... |
tree | commitdiff |
2003-12-04 |
Matthew Dillon | General cleanups as part of the libcaps userland thread... |
tree | commitdiff |
2003-12-04 |
Matthew Dillon | As part of the libcaps threading work a number of routi... |
tree | commitdiff |
2003-11-30 |
Matthew Dillon | Add the MPIPE subsystem. This subsystem is used for... |
tree | commitdiff |
2003-11-27 |
Matthew Dillon | Fix a DOS in rfork(). Disallow kernel-only flags. |
tree | commitdiff |
2003-11-27 |
Matthew Dillon | Cleanup POSIX real-time so the kernel compiles without... |
tree | commitdiff |
2003-11-24 |
Matthew Dillon | #include cleanups for lwkt_msgport.c and lwkt_thread... |
tree | commitdiff |
2003-11-24 |
Matthew Dillon | More LWKT messaging cleanups. Isolate the default... |
tree | commitdiff |
2003-11-23 |
Matthew Dillon | Fix the OID_AUTO collision with static sysctl numbers... |
tree | commitdiff |
2003-11-22 |
Jeroen Ruigrok/asmodai | Properly spell compatible and compatibility. |
tree | commitdiff |
2003-11-22 |
Jeroen Ruigrok/asmodai | Use unsigned integers for the counters, since they... |
tree | commitdiff |
2003-11-21 |
Matthew Dillon | When looking for files that have already been linked... |
tree | commitdiff |
2003-11-21 |
Matthew Dillon | Do some fairly major include file cleanups to further... |
tree | commitdiff |
2003-11-21 |
Matthew Dillon | Tweak the context data a bit and do some code cleanup... |
tree | commitdiff |
2003-11-21 |
Matthew Dillon | Implement an upcall mechanism to support userland LWKT... |
tree | commitdiff |
2003-11-20 |
Matthew Dillon | Add a DECLARE_DUMMY_MODULE() so we can get linker_set... |
tree | commitdiff |
2003-11-20 |
Matthew Dillon | This is a major cleanup of the LWKT message port code... |
tree | commitdiff |
2003-11-18 |
Matthew Dillon | Sync TAILQ_FOREACH work from 5.x. The closer we can... |
tree | commitdiff |
2003-11-18 |
Matthew Dillon | Use M_ZERO instead of manually bzero()ing memory alloca... |
tree | commitdiff |
2003-11-18 |
Matthew Dillon | Correct several bugs. If we fail to add a device be... |
tree | commitdiff |
2003-11-18 |
Matthew Dillon | Backout part of 1.16. It is not necessary to align... |
tree | commitdiff |
2003-11-17 |
Jeroen Ruigrok/asmodai | Fix misplacement of code. Due to additional DF code... |
tree | commitdiff |
2003-11-17 |
Jeroen Ruigrok/asmodai | Factor out the object system from new-bus so that it... |
tree | commitdiff |
2003-11-16 |
Matthew Dillon | Cleanup aux args and 32-byte align the initial user... |
tree | commitdiff |
2003-11-16 |
Matthew Dillon | panic() normally tries to sync. Add a sysctl to contro... |
tree | commitdiff |
2003-11-16 |
Matthew Dillon | Correct bugs introduced in the last syscall separation... |
tree | commitdiff |
2003-11-15 |
Matthew Dillon | Misc cleanups to take care of GCC3.x warnings. Missing... |
tree | commitdiff |
2003-11-14 |
Matthew Dillon | Fix bug in last syscall separation commit, an extra... |
tree | commitdiff |
2003-11-14 |
David P. Reese, Jr. | Move ogetkerninfo() to the compat tree without any... |
tree | commitdiff |
2003-11-14 |
David P. Reese, Jr. | Move ogethostname(), osethostname(), ogethostid(),... |
tree | commitdiff |
2003-11-14 |
Matthew Dillon | Bring in the MODULE_DEPEND() and DECLARE_MODULE() macro... |
tree | commitdiff |
2003-11-13 |
Matthew Dillon | Refuse to load dependancies from the root filesystem... |
tree | commitdiff |
2003-11-13 |
David P. Reese, Jr. | Split mkfifo(). |
tree | commitdiff |
2003-11-12 |
Matthew Dillon | Prep for GCC 3.x kernel compiles, stage 1/2: Remove... |
tree | commitdiff |
2003-11-12 |
David P. Reese, Jr. | Remind myself and others that kern_readlink() isn't... |
tree | commitdiff |
2003-11-12 |
David P. Reese, Jr. | Split execve(). This required some interesting changes... |
tree | commitdiff |
2003-11-11 |
David P. Reese, Jr. | The big syscall split commit broke utimes(), lutimes... |
tree | commitdiff |
2003-11-10 |
Matthew Dillon | Add the varsym_list() system call and add listing suppo... |
tree | commitdiff |
2003-11-10 |
Matthew Dillon | The last major syscall separation commit completely... |
tree | commitdiff |
2003-11-10 |
Matthew Dillon | Add buffer bounds checking during check pointing since... |
tree | commitdiff |
2003-11-10 |
Matthew Dillon | Add a temporary workaround to prevent a panic due to... |
tree | commitdiff |
2003-11-10 |
Matthew Dillon | Fully synchronize sys/boot from FreeBSD-5.x, but add... |
tree | commitdiff |
2003-11-09 |
Matthew Dillon | Implement variant symlinks! In order to use variant... |
tree | commitdiff |
2003-11-09 |
Matthew Dillon | Core integer types header file reorganization stage... |
tree | commitdiff |
2003-11-08 |
Matthew Dillon | Network threading stage 1/3: netisrs are already softwa... |
tree | commitdiff |
2003-11-08 |
Matthew Dillon | Document critical section and IPIQ interactions in... |
tree | commitdiff |
2003-11-05 |
Matthew Dillon | An additional ui*() API cleanup that I missed. |
tree | commitdiff |
2003-11-05 |
Matthew Dillon | Variant symlink support stage 1/2: Implement support... |
tree | commitdiff |
2003-11-05 |
Matthew Dillon | Cleanup the ui*() API in preparation for the addition... |
tree | commitdiff |
2003-11-04 |
David Rhodus | * Fix a potential race condition in crfree. |
tree | commitdiff |
2003-11-04 |
Matthew Dillon | Fix a translation bug in the last commit. The second... |
tree | commitdiff |
2003-11-03 |
Matthew Dillon | Fix a minor compile-time bug introduced in 1.22 when... |
tree | commitdiff |
2003-11-03 |
Matthew Dillon | 64 bit address space cleanups which are a prerequisit... |
tree | commitdiff |
2003-11-03 |
David P. Reese, Jr. | Split wait4(), setrlimit(), getrlimit(), statfs(),... |
tree | commitdiff |
2003-11-03 |
Matthew Dillon | Augment the LWKT thread creation APIs to allow a cpu... |
tree | commitdiff |
2003-11-03 |
Matthew Dillon | Better documentation of the MP lock state for new threads. |
tree | commitdiff |
2003-10-26 |
Hiten Pandya | Remove unneeded XXX, to rename lwkt_create() as it... |
tree | commitdiff |
2003-10-25 |
Matthew Dillon | Simplify the lazy-release code for P_CURPROC, removing... |
tree | commitdiff |
2003-10-25 |
Matthew Dillon | Interrupt threads could block in free waiting for kerne... |
tree | commitdiff |
2003-10-24 |
Matthew Dillon | This is FreeBSD 5.x's code to dump the kernel's identif... |
tree | commitdiff |
2003-10-24 |
David P. Reese, Jr. | Remove the FreeBSD 3.x signal code. This includes... |
tree | commitdiff |
2003-10-23 |
David P. Reese, Jr. | makesyscalls.sh wants comments to be on their own line... |
tree | commitdiff |
2003-10-22 |
Matthew Dillon | MSGF_DONE needs to be cleared when a message is to... |
tree | commitdiff |
2003-10-21 |
Matthew Dillon | Fix bug in last commit, flags were not being passed... |
tree | commitdiff |
2003-10-21 |
Matthew Dillon | A hackish fix to a bug uio_yield(). |
tree | commitdiff |
2003-10-21 |
David P. Reese, Jr. | Create the kern_fstat() and kern_ftruncate() in-kernel... |
tree | commitdiff |
2003-10-20 |
Matthew Dillon | Fix a bug introduced by recent INVARIANTS debugging... |
tree | commitdiff |
next |