2005-04-13 |
Joerg Sonnenberger | Decommon a lot of variables, makes some static, fix... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | Remove a cast, correct another. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Liam J. Foy | - Let receiver know if the sender accepts replies |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | Don't write to tape, strdup it first. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | Remove argument names from prototypes. Adjust prototype... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | Move initialisation of wrote into the loop to prevent... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | Warning fixes. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | Split atomic into two functions, atomic_read and atomic... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | Compute buffer length only once per rmtcall. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | Remove unused functions. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Joerg Sonnenberger | First bunch of dump(8) cleanups. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Matthew Dillon | Only bump the switch_count counter when lwkt_switch... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Matthew Dillon | Optimize lwkt_send_ipiq() - the IPI based inter-cpu... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Max Okumoto | Insert a '#' between the .else directive and the follow... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Max Okumoto | Put a '#' between {.else, .endif} and the comment follo... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Pressey | The error message issued when a requested package canno... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
David Xu | Fix brokeness by using _pthread_xxx functions instead. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Max Okumoto | Removed un-nessisary comment. We can get a zero length... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Hiten Pandya | Use the correct macro for printing TCP statistical... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Hiten Pandya | Ick! Seems I was under a placebo, correct a last minut... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Hiten Pandya | Mechanical cleanup of IP per-cpu statistics code, bette... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Hiten Pandya | Forced commit to note previous change, of introducing... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Hiten Pandya | Remove the '_GD' macro hack: |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Hiten Pandya | Mechanical cleanup of TCP per-cpu statistics code,... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Hiten Pandya | Add 'mycpuid', a #define for accessing mycpu->gd_cpuid. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Matthew Dillon | Clearly state when ACPI is overriding APM's device... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Chris Pressey | Back out revision 1.31. The 'release' target alone... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
David Rhodus | Clean up some register keyword usage. |
commit | commitdiff | tree | snapshot |
2005-04-10 |
David Rhodus | Add in a 'livecd' taget for those who don't want to... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Max Okumoto | Remove previous hack, for now just use strtoull() inste... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Max Okumoto | Added #ifdef to aid people upgrading from before March 17. |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Hiten Pandya | Add standard entries for libcaps, libkinfo and libkcore... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Hiten Pandya | Add entry for DragonFly 1.2. |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Hiten Pandya | Add manual page for closefrom(2) system call and hook... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
YONETANI Tomokazu | Merge from FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-04-09 |
YONETANI Tomokazu | Merge revision 1.5 from FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Max Okumoto | FreeBSD-Date: 2005/04/08 10:03:40 |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Max Okumoto | FreeBSD-Date: 2005/04/07 15:39:38 |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Max Okumoto | FreeBSD-Date: 2005/04/07 12:29:39 |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Max Okumoto | FreeBSD-Date: 2005/04/07 12:26:15 |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Joerg Sonnenberger | Simply the loop based on the knowledge that fd <= fdp... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Joerg Sonnenberger | Don't just undefine USE_RC_SUBR, because it does define... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Joerg Sonnenberger | Tell the world that we have closefrom. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Joerg Sonnenberger | Use kernel's closefrom. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Joerg Sonnenberger | Add userland prototype for closefrom. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Joerg Sonnenberger | Regen. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Joerg Sonnenberger | Add closefrom(2) syscall. It closes all file descriptor... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Matthew Dillon | Bump HEAD's official release #define to 130000. |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Matthew Dillon | The release is 1.2, bump the HEAD of the tree to 1... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Matthew Dillon | Sync up to the latest installer packages (with netboot... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Matthew Dillon | Add a hardwired dhcpd.conf for the installer's netboot... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Matthew Dillon | The cdrom MNT_ROOTFS check was interfering with the... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Max Okumoto | Make should set optreset to one before it calls getopt... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Max Okumoto | Date: 2005/04/01 16:24:25 |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Max Okumoto | FreeBSD-Date: 2005/04/01 13:35:35 |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Max Okumoto | FreeBSD-Date: 2005/04/01 10:53:43 |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Max Okumoto | FreeBSD-Date: 2005/03/31 11:35:56 |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Max Okumoto | Add compat code so code that uses types defined by c99 |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Matthew Dillon | add ports/polish |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Matthew Dillon | Update the various DragonFly supfiles, rename some... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Matthew Dillon | Include fsid information in the mount point dump. |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Matthew Dillon | Correct an NFS bug related to ftruncate() operations... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Matthew Dillon | libstand is used by the boot loader, make sure the... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
YONETANI Tomokazu | Bring in long-forgotten man pages for ACPI components... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
David Xu | Remove unused strong reference. |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthew Dillon | Add some minor in-code documentation. |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthew Dillon | Add cases for the nvidia nForce3 PRO and PRO S1. Who... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthew Dillon | Make sure neither the boot loader nor the kernel is... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthew Dillon | Automatically calculate the kernel revision for release... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Joerg Sonnenberger | Add nv(4) man page. |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Joerg Sonnenberger | Don't reset getopt after each loop, we don't use the... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Joerg Sonnenberger | Revamp getopt(3) usage: |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Joerg Sonnenberger | Since optind=0 has a special meaning for GNU getopt... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthew Dillon | Apply same bug fix as last commit to IPV6. |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthew Dillon | Fix a bug in the distributed PCB wildcardhash code... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthew Dillon | A program which dumps the wildcard hash table for the... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Matthew Dillon | Add the 'webstress' utility. This program will fork... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Joerg Sonnenberger | Sync nv(4) with nvnet-src-20050312. |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Joerg Sonnenberger | Replace TIMER_USE_1 kernel option with hw.i8254.walltim... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Matthew Dillon | WARNS?=6 cleanup for fstat. |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Joerg Sonnenberger | When ALTQ was detached from an interface queue, the... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Joerg Sonnenberger | Add a macro to print the list of current processes... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Liam J. Foy | - WARNS -> WARNS? |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Sascha Wildner | KKASERT -> KKASSERT |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Sascha Wildner | Remove newline so that it looks nice in Postscript... |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Joerg Sonnenberger | WARNS=6 |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Joerg Sonnenberger | Remove pre-FreeBSD 3 compat conditionals. |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Joerg Sonnenberger | const changes. |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Joerg Sonnenberger | WARNS=6. |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Joerg Sonnenberger | WARNS=6. |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Matthew Dillon | A cache invalidation race that generates a warning... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Matthew Dillon | Bring in some work from FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Matthew Dillon | WARNS=6 cleanup. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Matthew Dillon | WARNS=6 cleanup. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Matthew Dillon | WARNS cleanup of array initializer. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Matthew Dillon | General WARNS cleanups: staticize functions. Adjust... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Matthew Dillon | WARNS=6 cleanup. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Joerg Sonnenberger | WARNS=6. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Joerg Sonnenberger | Split pcm into the generic framework (pcm) and the... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Joerg Sonnenberger | Remove VoxWare related entries, don't list drivers... |
commit | commitdiff | tree | snapshot |
next |