Merge from vendor branch NTPD:
[dragonfly.git] / sys /
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerDefine IOV_MAX for userland too and make it available...
2004-11-09 Matthew DillonAdd lockcountnb() - a non-blocking version of lockcount...
2004-11-09 Matthew DillonCreate a non-blocking version of BUF_REFCNT() called...
2004-11-09 Joerg SonnenbergerI don't know why I added use_bpf.h, it isn't needed...
2004-11-09 Matthew DillonFix another minor bug-a-boo inherited from 4.x sources...
2004-11-09 Matthew Dillonvfs_object_create() was being called too early on devvp...
2004-11-09 Matthew DillonCorrect a softupdates bug, an ir_savebp buffer was...
2004-11-08 Matthew DillonDo not explicitly set PCIM_CMD_SERRESPEN or PCIM_CMD_PE...
2004-11-08 Joerg SonnenbergerFix a race condition in detach path of Ethernet devices...
2004-11-05 Matthew DillonRemove an assertion that used to double-check the cred...
2004-11-05 Matthew DillonFix a Trident DMA limitation. Symptom as reported...
2004-11-05 Matthew DillonBring in some more PCI ID's from FreeBSD.
2004-11-03 Matthew DillonRemove incorrect cache_purge() calls in *_rmdir() ...
2004-11-02 Matthew DillonFix 'route add -host <target> -interface <interface_nam...
2004-10-28 Matthew Dillonunmount was not removing the negative hits associated...
2004-10-27 Matthew DillonRemove unused variable.
2004-10-27 Matthew Dillonnull_revoke() needs to return 0.
2004-10-27 Matthew DillonFix a NULL pointer dereference panic that occurs when...
2004-10-26 Matthew DillonFix bugs in the vm_map_entry reservation and zalloc...
2004-10-26 Matthew DillonDocument bus_dmamem_alloc() a bit more.
2004-10-25 Matthew DillonRemove the vfs page replacement optimization and its...
2004-10-25 Hidetoshi ShimokawaSync with FreeBSD-current:
2004-10-25 Hidetoshi ShimokawaPreserve dcons(4) buffer passed by loader(8).
2004-10-25 Matthew DillonFix a compiler warning by pre-declaring struct vnode;
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-24 Matthew DillonSynchronize a few libi386 issues from FreeBSD. Fix...
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-23 Joerg SonnenbergerGCC 3.4 doesn't check for NULL format-strings for __att...
2004-10-22 Matthew DillonGenerate the BRANCH field from the current tag, use...
2004-10-22 Matthew DillonThe old lookup() API is extremely complex. Even though...
2004-10-22 Matthew DillonMake an existing vnode lock assertion a bit more verbose.
2004-10-22 Matthew DillonFix a final bug in the vfs cache cleaning code. An...
2004-10-22 Jeffrey HsuCorrect use of the flags argument to the recvmsg system...
2004-10-20 Matthew DillonChange the default handling for kernels built with...
2004-10-20 Matthew DillonFix a boot panic with the amd device. We inherited...
2004-10-20 Matthew DillonThe last commit failed to adjust the alignment like...
2004-10-20 Matthew DillonOld API compatibility: The directory vnode passed to...
2004-10-20 Jeffrey HsuSeparate out the length checks from IP dispatch and...
2004-10-19 Matthew DillonFix an assertion, vgone() now requires that the vnode...
2004-10-19 Matthew DillonFix bugs in the limiting code for negative-hit namecach...
2004-10-19 Matthew DillonMFC FreeBSD if_em.c 1.48 and 1.49.
2004-10-16 Jeffrey HsuRemove duplicate comment.
2004-10-16 Jeffrey HsuFrom KAME freebsd4/sys/netinet/ip_input.c rev 1.42:
2004-10-16 Matthew DillonFix a bug where sc_ctlp() is improperly called when...
2004-10-16 Matthew DillonImplement hotchar support for ucom.
2004-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
2004-10-14 Matthew DillonThe forth code is a real mess, things are repeated...
2004-10-14 Matthew DillonAdd the "nv" interface, and enable it in the bootp...
2004-10-14 Matthew DillonRemove the 'ether' module dependancy, it is not defined...
2004-10-14 Matthew DillonFinal cleanup. After giving up on trying to avoid...
2004-10-14 Matthew DillonAdd /boot/defaults/loader-bootp.conf, a separate defaul...
2004-10-14 Matthew DillonWhen pxebooted loader is detected not only change the...
2004-10-14 Matthew DillonInitialize the 'kernel' environment variable from loade...
2004-10-14 Matthew DillonDo not use non-blocking malloc()'s in the busdma suppor...
2004-10-13 Matthew DillonAvoid redefined symbol warning when libcaps uses thread...
2004-10-13 Eirik NygaardAdd two more header in the !_KERNEL case so libcaps...
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-10 Matthew DillonAdd a missing agp_generic_detach() call if a bad initia...
2004-10-10 Matthew DillonFix a USB stuttering key issue.
2004-10-08 Matthew DillonBring in a fix from NetBSD for hid_report_size(). ...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 7h/99: More firmin...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 7g/99: More firmin...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 7f/99: More firmin...
2004-10-07 Matthew DillonThe last commit was improperly documented as being...
2004-10-07 Matthew DillonFix a bug in the tty clist code. The clist code was...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 8a/99: Sync other...
2004-10-06 Matthew DillonVFS messaging/interfacing work stage 7e/99: More firmin...
2004-10-06 YONETANI TomokazuRegister ips device with devstat subsystem so that...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7e/99: More firmin...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/99: More firmin...
2004-10-04 Matthew DillonVFS messaging/interfacing work stage 7c/99: More firmin...
2004-10-04 Matthew DillonOnly include opt_vmpage.h if _KERNEL is defined.
2004-10-02 Matthew DillonVFS messaging/interfacing work stage 7b/99: More firmin...
2004-10-01 Matthew DillonVFS messaging/interfacing work stage 7a/99: Firm up...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-09-30 Matthew DillonAttempt to make the boot code operate in a more determi...
2004-09-30 Joerg SonnenbergerFix the code for the nxt != 0 case and use the assemble...
2004-09-30 Joerg SonnenbergerAdd CTASSERT, a facility for simple compile time assert...
2004-09-28 Joerg SonnenbergerEVENTHANDLER_REGISTER uses the name of the event as...
2004-09-28 Matthew DillonVFS messaging/interfacing work stage 6/99. Populate...
2004-09-27 Jeroen Ruigrok/asmodaiChange to use USB_PRODUCT_LINKSYS2_USB200M.
2004-09-27 Jeroen Ruigrok/asmodaiChange SYNOPSYS to SYNOPSYS2 and regenerate.
2004-09-27 Matthew DillonMinor cleanups to TIMER_USE_1 (no real fixes or anything).
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5b/99. More clean...
2004-09-26 Jeroen Ruigrok/asmodaiRegenerate.
2004-09-26 Jeroen Ruigrok/asmodaiAdd some more vendors and some HP devices.
2004-09-26 Jeroen Ruigrok/asmodaiBe consistent in the white space usage.
2004-09-26 Jeroen Ruigrok/asmodaiRegenerate.
2004-09-26 Jeroen Ruigrok/asmodaiAdd Wacom Graphire 3.
2004-09-26 Jeroen Ruigrok/asmodaiRegenerate.
2004-09-26 Jeroen Ruigrok/asmodaiFix spammage introduced by dillon's commit in r1.5.
2004-09-26 Jeroen Ruigrok/asmodaiSynchronise with FreeBSD-CURRENT as of 2004-09-26.
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-09-26 Matthew DillonThe wrong vendor-id was used when adding Adaptec ServeR...
2004-09-26 Matthew DillonGet rid of some conditionalized code which the pmap...
2004-09-26 Matthew DillonDocument the additional vendors applicable to the ...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
next