2006-03-12 |
Sascha Wildner | Remove dfports. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Matthew Dillon | Add missing block number assignment in ATA raid mirrori... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
David Rhodus | Fix typeo. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Matthew Dillon | cluster_read() was very dangerously issuing a blind... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Sascha Wildner | Oops, it's /usr/release, not src/release. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Sascha Wildner | Remove the old release infrastructure documentation... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Simon Schubert | Rename ${ENV} to ${ENVCMD} to prevent bad interference... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
David Xu | If we got a SIGKILL signal in kern_sigtimedwait, call... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Sascha Wildner | Document the .Dx macro. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Matthew Dillon | Struct buf's cannot simply be bcopy'd any more due... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Sascha Wildner | Add CAVEATS section documenting some possible pitfalls. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Sascha Wildner | * Only use two digits for DragonFly version numbers... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Jeremy C. Reed | Only define atop for _KERNEL or _KERNEL_STRUCTURES. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Matthew Dillon | Remove two incorrect serializer calls in the NDIS code. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Simon Schubert | Switch to building a libgdb and both gdb and kgdb. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Sascha Wildner | Add missing argument. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Sascha Wildner | Don't modify p twice betweeen sequence points. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Sascha Wildner | Fix typos: |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Matthew Dillon | Roll 1.5.1 for the slip tag |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Matthew Dillon | Replace the global buffer cache hash table with a per... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Matthew Dillon | Unlock vnodes prior to issuing VOP_NREMOVE to accomodat... |
commit | commitdiff | tree | snapshot |
2006-03-03 |
Matthew Dillon | Add additional red-black tree functions for fast numeri... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Matthew Dillon | vfs_bio_awrite() was unconditionally locking a buffer... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Sascha Wildner | .Pq and friends add some unwanted extra whitespace... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Matthew Dillon | buftimespinlock is utterly useless since the spinlock... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Matthew Dillon | Pass LK_PCATCH instead of trying to store tsleep flags... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Joerg Sonnenberger | Fix initialisation of wide char support in FILE. Proble... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
David Rhodus | Merge in security fix from FreeBSD. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Sascha Wildner | Remove extra .Cm |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Sascha Wildner | Pull in a number of fixes from FreeBSD to fix at least... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Sascha Wildner | RETURN VALUES is for function return values only. FreeB... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Sascha Wildner | ERRORS is errno related only. Move documentation to... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Matthew Dillon | dvp must be unlocked prior to issuing a VOP operation... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Matthew Dillon | A thread may be freed from a different cpu then it... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Sascha Wildner | Fix section order (missed in my last commit). |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Sascha Wildner | Add documentation for CAPS system calls. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Matthew Dillon | Properly check for buffered data in ukbd_check_char... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Matthew Dillon | Do not set the pcb_ext field until the private TSS... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Sascha Wildner | Use \(xx style escape sequences for some special charac... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Simon Schubert | Fix file sizes > 2GB on isofs. This has already been... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Sascha Wildner | Update the DEBUG KERNELS section to reflect reality. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Matthew Dillon | nvi's "memory use after free" bug exists in following... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Sascha Wildner | We don't support BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRI... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Sascha Wildner | Oops, overlooked some spl*() references in my last... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Sascha Wildner | Remove SPLASSERT(9) and spl(9) man pages and fix a... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Sascha Wildner | Replace .Fx with .Dx where necessary. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Sascha Wildner | Remove empty line to silence troff warning. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Sascha Wildner | Bring in the ndis(4) man page from FreeBSD (with minor... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Sascha Wildner | Sync pciconf(8)'s database with FreeBSD-CURRENT's rev... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Matthew Dillon | Change the server side NFS write gather delay from... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Matthew Dillon | bioops.io_start() was being called in a situation where... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Matthew Dillon | Reduce the default NFSv3 access cache timeout from... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Matthew Dillon | Reformulate some code which was #if 0'd out in the... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Matthew Dillon | Fix a bunch of race cases in the NFS callout timer... |
commit | commitdiff | tree | snapshot |
2006-02-19 |
Sascha Wildner | * Remove unused SC_RENDER_DEBUG option. |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Joerg Sonnenberger | pam_unix.so needs -lutil. Fixes qpopper issues as seen... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Joerg Sonnenberger | Sync vfscanf with FreeBSD, which makes it almost symmet... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Sascha Wildner | Retire lib/msun. It was replaced by NetBSD's libm. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Sascha Wildner | Sweep-fix man page section order to match mdoc(7),... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Sascha Wildner | Sweep-fix man page section order to match mdoc(7),... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Sascha Wildner | Sweep-fix man page section order to match mdoc(7),... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Sascha Wildner | Sweep-fix man page section order to match mdoc(7),... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Sascha Wildner | Sweep-fix man page section order to match mdoc(7),... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Matthew Dillon | Properly assert the state of the MP lock in the async... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Simon Schubert | Fix patch handling in kernel sources. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Simon Schubert | Consolidate patches into the sources of top, which... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Matthew Dillon | Get rid of seriously out of date example code. |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Simon Schubert | Adjust build infrastructure for OpenSSH-4.3p2 |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Simon Schubert | Update our READMEs |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Simon Schubert | Merge from vendor branch OPENSSH: |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Simon Schubert | Import OpenSSH 4.3p2 modulo unneeded files |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Simon Schubert | Remove no_obj patches from SRCS |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Simon Schubert | Move patch handling out of .if defined(PROG) |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Simon Schubert | Pull patch handling into its own file so that patches... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Matthew Dillon | Bring in a bunch of malloc features from OpenBSD and... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Matthew Dillon | Make warn() a weak reference. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Matthew Dillon | Remove serialization calls that are no longer correct... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Sascha Wildner | Remove unnecessary .Pp following .Sh (forgotten in... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Simon Schubert | Allways pass -n to echo so that wmake -n will do the... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Joerg Sonnenberger | Add a fix for CAN-2005-3001, via pkgsrc from Ubunto. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Sascha Wildner | Remove .Pp directly following .Sh or .Ss (not necessary... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Sascha Wildner | Fix comments. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Matthew Dillon | Remove the VBWAIT flag test, it will soon go away. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
YONETANI Tomokazu | Move serializer locking from pppoutput() to pppwrite... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Eirik Nygaard | SUSv3 states that the type builtin should return a... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Simon Schubert | Make patch break hardlinks even if not making backups. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Eirik Nygaard | Use errx(), no errno is set in this case. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Simon Schubert | Set proper termio flags for the sysmouse tty |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Matthew Dillon | Bring in the parallel route table code and clean up... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Sascha Wildner | Remove extra 'the'. |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Sascha Wildner | Fix spelling mistake. |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Simon Schubert | Pull the fix from procfs_vnops.c:1.27 also to linprocfs |
commit | commitdiff | tree | snapshot |
2006-01-30 |
YONETANI Tomokazu | crit_exit() is called where crit_enter() is supposed... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Simon Schubert | Sync nv with FreeBSD and update the binary driver to... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Sepherosa Ziehau | - Add NVIDIA nForce MCP12 support |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Matthew Dillon | Lobotomize libcaps so it compiles again and can be... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
YONETANI Tomokazu | Initialize intrcnt[] with 0 before using it, because... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Sepherosa Ziehau | Pass serializer to bus_setup_intr() |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Sepherosa Ziehau | In ep_if_start(), restore 'm' after it is used to trave... |
commit | commitdiff | tree | snapshot |
next |