2005-09-18 |
Jeroen Ruigrok... | Synchronise with FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Synchronise with FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Bump FreeBSD Id. |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Partial synch with FreeBSD 1.74: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Add inttypes.h for intmax_t. |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Partial synch with FreeBSD v1.74: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Welcome to 2005: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Restore the MAXPATHLEN comparison in basename.c, don... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Rework dirname() with the same logic Joerg introduced... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Fix one last nit: compare the result of strlcpy() only... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Move the Ids down to where they should be. |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Update FreeBSD Id and synchronise with FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Fix long standing logic bug in basename() introduced... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Synchronise with FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Synchronise with FreeBSD v1.65: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Make sure err() does not use a NULL format string,... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Synchronise with FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Update FreeBSD Id. |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | ls.1: Add y to SYNOPSIS line. |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Use warnx() instead of home-rolled fprintf() constructions. |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Make len size_t, since strlen() returns a size_t, case... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Get rid of the third clause from the UCB license. |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Move the termwidth declaration over to extern.h, where... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | Synchronise with FreeBSD: |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Jeroen Ruigrok... | No need to prototype main(). |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Matthew Dillon | Using the ACPI idle hook while shutting down ACPI durin... |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Joerg Sonnenberger | Too many windhills in the third party software world... |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Max Okumoto | Change shell.c API to reduce usage of global commandShell. |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Matthew Dillon | With the new FSMID flag scheme we can optimize the... |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Matthew Dillon | Add an argument to vfs_add_vnodeops() to specify VVF_... |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Matthew Dillon | Add an option, -y, which displays the 64 bit FSMID... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Matthew Dillon | Split spinlock.h into spinlock.h and spinlock2.h so... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Matthew Dillon | Reserve the same amount of space for the spinlock struc... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Matthew Dillon | Bump __Dragonfly_version to 130006 (+ slip preview... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Matthew Dillon | Add -d /cvs to tag update targets. |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Matthew Dillon | Bump the development sub-version to 6, covering the... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Matthew Dillon | Cleanup a couple of serious issues with vinum. |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Sepherosa Ziehau | - include stdio.h |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Sepherosa Ziehau | diag.c: |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Matthew Dillon | Rename all the functions and structures for the old... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Matthew Dillon | Cleanup minor syntax/informational issues. |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Matthew Dillon | Fix a token bug. A preempting interrupt thread blockin... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Matthew Dillon | Fix a serializer bug. The SMP serializer would in... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Matthew Dillon | DragonFly's malloc only guarentees X alignment when... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Joerg Sonnenberger | Call resettodr on shutdown to ensure that RTC and wall... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Joerg Sonnenberger | When testing whether a negative delta is smaller than... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Liam J. Foy | Don't declare a struct just for sizeof(). Just use... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Simon Schubert | Add helper script to generate README.DELETED files. |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Joerg Sonnenberger | Move the modification of hspace out of the realloc... |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Sepherosa Ziehau | remove unnecessary XXX marked comment |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Sepherosa Ziehau | free aha_softc only after it is not used any more |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Simon Schubert | Update gcc40 to 4.0.1 |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Simon Schubert | Update our READMEs. |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Sepherosa Ziehau | - convert PRVERB to use device_printf() |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Simon Schubert | Merge from vendor branch GCC: |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Simon Schubert | Import stripped gcc-4.0.1 sources. |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Sascha Wildner | Remove VAX and PDP-11 support. |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Sascha Wildner | Remove Tahoe support. |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Sascha Wildner | Remove custom 'load' and 'unload' targets. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Remove VAX and Tahoe support. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Remove Tahoe support. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Fix wrong MLINKS. isnan(3) has a man page of its own. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Add stale exp10(3) and exp10f(3) man pages & cvsbug... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Jeroen Ruigrok... | Get rid of the Makefile. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Jeroen Ruigrok... | Unhook cvsbug from the build. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sepherosa Ziehau | typo fixing |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Add missing MLINK exp.3 -> log1pf.3 (the rest is reform... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Remove more scripts whose only purpose was to kldload... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Remove minigzip(1) and joy(8) via 'make upgrade'. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Remove joy(8). Its sole purpose was to kldload joy. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Sascha Wildner | Add obsolete time zone information files to upgrade... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Matthew Dillon | Fix isa_wrongintr. The APIC vector was being directly... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Matthew Dillon | Syntax cleanup, add a code comment, add a newline in... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Sepherosa Ziehau | use ether_crc32_be() |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Sepherosa Ziehau | Problem: |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Jeroen Ruigrok... | Add pdfmark to the build. |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Jeroen Ruigrok... | Update to groff 1.19.2. |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Jeroen Ruigrok... | Update to groff 1.19.2. |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Jeroen Ruigrok... | Merge from vendor branch GROFF: |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Jeroen Ruigrok... | Update to groff 1.19.2. |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Sepherosa Ziehau | In axe_stop(), move axe_reset() after usbd_close_pipe(). |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Sepherosa Ziehau | new device: |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Jeroen Ruigrok... | Get rid of xditview, since by default we do not have... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Sascha Wildner | Really sort alphabetically. |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Sascha Wildner | Add axe(4) driver. |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Sascha Wildner | [forced commit to correct commit msg] |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Sascha Wildner | Add manpage for the axe(4) driver. |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Joerg Sonnenberger | Add /usr/pkg/info to info search path for pkgsrc users. |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Simon Schubert | make confuses the text file `moduli' with a binary... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Simon Schubert | Add CVS Id to the config files so that mergemaster... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Jeroen Ruigrok... | Fix for the error |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Jeroen Ruigrok... | Remove these files, we augment with mdoc.local what... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Jeroen Ruigrok... | Culminate all our local changes into one file: |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Jeroen Ruigrok... | Use groff 1.19.1 supplied file. |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Jeroen Ruigrok... | Add patch to add Dx macro definition to doc-syms. |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Sepherosa Ziehau | - set dc_softc.{dc_type, dc_flags, dc_pmode} for ADM951... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Sascha Wildner | Synchronize with FreeBSD. |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Matthew Dillon | Rework and expand the algorithms in JSCAN, part 6/?. |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Matthew Dillon | Slightly reorganize the transaction data. Instead... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Sascha Wildner | Adjust pointer in function definition. |
commit | commitdiff | tree | snapshot |
next |