2003-10-11 |
Matthew Dillon | add bsd.dfport.pre.mk and bsd.dfport.post.mk, part... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
David Rhodus | * Add missing function declaration that was some how |
commit | commitdiff | tree | snapshot |
2003-10-11 |
David Rhodus | * Move variable 'p' into a more proper place. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
David Rhodus | * Add this nice filesystem testing tool that I've recently |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Hiten Pandya | Correct unsafe use of realloc(). |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Hiten Pandya | Security Fix: |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Matthew Dillon | Data reads and writes should not need credentials,... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Matthew Dillon | namecache work stage 3a: Adjust the VFS APIs to include... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Matthew Dillon | Sync with FreeBSD-5, fix-up the use of certain flags... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Matthew Dillon | Use the _KERNEL_STRUCTURES define to allow userland... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Matthew Dillon | Define _KERNEL_STRUCTURES instead of _KERNEL to get... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Matthew Dillon | Add _KERNEL_STRUCTURES support for userland use of... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
David P. Reese... | Fix a bug in the last commit where sendfile() would... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
David P. Reese... | Introduce the function iovec_copyin() and it's friend... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Matthew Dillon | Disable background bitmap writes. They appear to cause... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Matthew Dillon | The splash_bmp and splash_pcx builds were missing some... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Jeffrey Hsu | Unroll obfuscated loop. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Matthew Dillon | The CMOV family of instructions do not work across... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
David Rhodus | * Fix a typo that was introduced from the last change. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
David Rhodus | * Correct several integer underflows/overflows in linprocfs |
commit | commitdiff | tree | snapshot |
2003-10-05 |
David Rhodus | * Try to make gencat(1) recognize. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Hiten Pandya | Fix a spelling mistake. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Hiten Pandya | K&R style function removal. Update functions to ANSI... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
David P. Reese... | Modify linux_{send,recv}msg() and linux_{set,get}sockop... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
David P. Reese... | Modify kern_{send,recv}msg() to take struct uio's,... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Matthew Dillon | Addendum: Many thanks for continuing to Galen Sampson... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Matthew Dillon | Fix a number of interrupt related issues. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Hiten Pandya | Rename: |
commit | commitdiff | tree | snapshot |
2003-10-02 |
David Rhodus | * Turn on debugging options by default |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Matthew Dillon | correct a comment. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Matthew Dillon | Describe the hw.physmem loader variable. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
David Rhodus | Introduce a uiomove_frombuf helper routine that handle... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Hiten Pandya | K&R style function removal. Update functions to ANSI... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
David Rhodus | Correct a case in readv(2) where the file descriptor... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Fix a bug in lwkt_trytoken(), it failed to exit its... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Fix a negative cache entry reaping bug, cache_zap(... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Move the pst device from dev/misc to dev/raid. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Add pst to the raid Makefile |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Move pst from dev/misc to dev/raid, add a Makefile... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
David Rhodus | * Add the Promise Supertrack to the build |
commit | commitdiff | tree | snapshot |
2003-10-01 |
David Rhodus | * Add #include <sys/buf2.h> |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Matthew Dillon | Cleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hiten Pandya | Fix L2 internal cache reporting when it is an AMD Duron... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hiten Pandya | Sort Copyright order. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
David P. Reese... | Split getsockopt() and setsockopt(). |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Matthew Dillon | Hash the link-check data to improve performance on... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Hiten Pandya | K&R style function removal. Update functions to ANSI... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Matthew Dillon | namecache work stage 2: move struct namecache to its... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Matthew Dillon | Try to generate more debugging information when the... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Matthew Dillon | Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Matthew Dillon | Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Allow unlock and non-blocking lock operations from... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Fix a number of mp_lock issues. I had outsmarted mysel... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Do not attempt to access kernel_map in free(). It... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Apply FreeBSD Security Advisory FreeBSD-SA-03:14.arp... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Cleanup td_wmesg after a tsleep completes for easier... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Matthew Dillon | oops, remove some namecache leakage that is not ready... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Matthew Dillon | Clean up thread priority and critical section handling... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
David Rhodus | Looks like we can't have comments on the same |
commit | commitdiff | tree | snapshot |
2003-09-24 |
David Rhodus | Forgot another one. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
David Rhodus | * Finish up last commit. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
David Rhodus | * Intel ACPI 20030228 distribution with local DragonFl... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Matthew Dillon | Add notation on the alignment requirement for the twe... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Matthew Dillon | The twe driver requires all requests, including non... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Jeffrey Hsu | For performance reasons, kernel sends should not be... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
David Rhodus | * de-__P() |
commit | commitdiff | tree | snapshot |
2003-09-21 |
David Rhodus | * de- __P() |
commit | commitdiff | tree | snapshot |
2003-09-21 |
David Rhodus | * de- __P() |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Hiten Pandya | Fix IPFW2 build. |
commit | commitdiff | tree | snapshot |
2003-09-19 |
David P. Reese... | Separate all of the send{to,msg} and recv{from,msg... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Matthew Dillon | Import prebinding code into DragonFly, based on Matthew... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Jeffrey Hsu | Optimize out an unneeded bzero(). |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Jeffrey Hsu | Reset the retransmit counter when setting the timer... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Hiten Pandya | Add the linux(4) manual page. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
David Rhodus | Correct address parsing bug that is believed to be... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
David Rhodus | Clean up. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Matthew Dillon | Additional ssh patches relating to the same fatal(... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Matthew Dillon | Fix a DIAGNOSTIC check in the heavy-weight switch code... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Jeffrey Hsu | Leftover netisr consolidation cleanups. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Matthew Dillon | Additional comments: ssh may attempt to zero and free... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Matthew Dillon | update version to match FreeBSD after buffer security... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
David Rhodus | Do not record expanded size before attempting to reall... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Jeffrey Hsu | Leftover netisr consolidation cleanups. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Jeffrey Hsu | Leftover netisr consolidation cleanups. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Jeffrey Hsu | Leftover netisr consolidation cleanups. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Jeffrey Hsu | Add missing interface queue. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Jeffrey Hsu | Centralize if queue handling. |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Matthew Dillon | Permanently fix the 'allocating low physmem in early... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Matthew Dillon | Remove unused thread pointers. |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Matthew Dillon | Change argument from proc to td. |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Matthew Dillon | Cleanup. Remove unused variable. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Jeffrey Hsu | Non-semantic changing cleanups: |
commit | commitdiff | tree | snapshot |
2003-09-12 |
David P. Reese... | Create an emulation/43bsd directory and move the recent... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Robert Garrett | allow this to compile |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Robert Garrett | The first a bug in pax and should be commited to FBSD... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Robert Garrett | The second fixes a dependency problem if compiling... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Matthew Dillon | Add a cvsup tag, cvs-dfports |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Matthew Dillon | rename dport -> dfport |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Matthew Dillon | rename /usr/dports to /usr/dfports. Includes some... |
commit | commitdiff | tree | snapshot |
next |