]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
De-spl UDP.
[FreeBSD/FreeBSD.git] / sys /
2005-06-01 rwatsonDe-spl UDP.
2005-06-01 scottlAdd a text description for the Intel IOP302/303 process...
2005-06-01 avatarPrinting a warning once when trying to bring up interfa...
2005-05-31 jhbDon't enable I/O or memory mode in a device's command...
2005-05-31 jhbAdd a missing const to alpha_setcurrdev() to quiet...
2005-05-31 jhbChange the type the buf arg to the strategy routines...
2005-05-31 jhbWhitespace.
2005-05-31 obrienPut bzip2 support on equal footing with gzip support.
2005-05-31 kensmithThis patch addresses a standards violation issue. ...
2005-05-31 obrienEnsure GCC does not use FP registers in integer code.
2005-05-31 rodrigcAccording to:
2005-05-31 rodrigcDo not declare a struct as extern, and then implement
2005-05-31 nyanMFi386: revision 1.533.
2005-05-31 dfrAdd support for XMM registers in GDB for x86 processors...
2005-05-30 alcSynchronize access to aio_freeproc with a mutex. Elimi...
2005-05-30 alcUse the proc mtx to prevent simultaneous changes to...
2005-05-30 scottlFix LINT by defining vga_pxlmouse_planar and vga_pxlmou...
2005-05-30 alcEliminate unnecessary calls to wakeup(); no one sleeps...
2005-05-30 rwatsonRebuild generated system call definition files followin...
2005-05-30 rwatsonIntroduce a new field in the syscalls.master file forma...
2005-05-30 ruMarkup nits.
2005-05-30 jeff - Don't set our bio op to be a READ when we've just...
2005-05-30 jeff - Add bufobj_wrefl() to add a write ref to a bufobj...
2005-05-30 delphijDeny to switch into banked video mode when it is not...
2005-05-30 jkoshyKernel hooks to support PMC sampling modes.
2005-05-30 alcEliminate aio_activeproc; it's unused.
2005-05-30 scottlmalloc.h relies on param.h for a definition of MAXCPU...
2005-05-29 marcelCreate nexus in configure_first() instead of in configu...
2005-05-29 tanimuras/-1000/BUS_PROBE_LOW_PRIORITY/
2005-05-29 marcelCall cninit_finish() from configure_final().
2005-05-29 marcelCall cninit_finish() in configure_final().
2005-05-29 marcelCall cninit_finish() and set cold to 0 in configure_fin...
2005-05-29 marcelo Call cninit_finish() in configure_final().
2005-05-29 alcEliminate aio_bufjobs; it's unused.
2005-05-29 rwatsonWhite space normalization: use tabs instead of spaces...
2005-05-29 rwatsonNormalize white space in syscalls.master: try to use...
2005-05-29 rwatsonAdd a new field, sy_auevent, to the system call entry...
2005-05-29 sambump version for libpcap (+tcpdump) import
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 schweikhChop a '>' in a feature name (RSVD2>) that snuck in;
2005-05-29 rwatsonDue to a last minute change in the #ifdefing in malloc...
2005-05-29 rwatsonFor consistency with more system include files, add...
2005-05-29 rwatsonAdd place-holder audit.h that defines only au_event_t...
2005-05-29 rwatsonKernel malloc layers malloc_type allocation over one...
2005-05-29 mariusAdd vr_init_t member to sc_rndr_sw_t instances in order...
2005-05-29 glebiusFix check for leading zero, so that it does not block...
2005-05-29 nyanSync with syscons update (Add new member to struct...
2005-05-29 grehanThe end values passed to rman_manage_region() for PCI...
2005-05-29 delphijAdd VESA mode support for syscons, which enables the...
2005-05-29 nyanRemove bus_{mem,p}io.h and related code for a micro...
2005-05-28 pjdFix panic when module is compiled in and it is loaded...
2005-05-28 gadChange the way options are parsed on the `#!'-line...
2005-05-28 pjdPrevent loading modules with are compiled into the...
2005-05-28 samintegrate changes from libpcap-0.9.1-096
2005-05-28 alcUpdate some comments to reflect the change from spl...
2005-05-28 alcpmap_enter() no longer requires Giant. Therefore,...
2005-05-28 rwatsonRegenerate from syscalls.master.
2005-05-28 rwatsonMark ntp_gettime() as MSTD, since its system call path...
2005-05-28 rwatsonExplicitly acquire Giant around the ntp_gettime() and...
2005-05-28 nyanChange the spkr_set_pitch() function to a macro to...
2005-05-28 rwatsonRegenerate for updated syscalls.master.
2005-05-28 rwatsonMark the following compatability system calls as MCOMPA...
2005-05-28 bzFix use of uninitialized variable len in ngd_send.
2005-05-28 rwatsonRegenerate from syscalls.master.
2005-05-28 rwatsonMark quotactl() as MSTD.
2005-05-28 rwatsonAcquire Giant explicitly in quotactl() so that the...
2005-05-28 rwatsonRegenerate from updated syscalls.master.
2005-05-28 rwatsonMark kenv(2) as MPSAFE, since it appears to be properly...
2005-05-28 rwatsonRegenerate system call tables from syscalls.master.
2005-05-28 rwatsonAlso mark the COMPAT4 version of fhstatfs() as MPSAFE.
2005-05-28 rwatsonMark fhopen(), fhstat(), and fhstatfs() as MSTD, since...
2005-05-28 rwatsonAcquire Giant explicitly in fhopen(), fhstat(), and...
2005-05-28 tanimuraAdd 6300ESB, which should be treated as ICH4.
2005-05-28 tanimuraLet OSPFv3 go through ipfw. Some more additional check...
2005-05-28 brooksUpdate refrenced URL for SNMP list of ifTypes to refer...
2005-05-28 emaxMove AVM USB Bluetooth-Adapter BlueFritz! from "broken...
2005-05-27 jhb- Add support to the loader for multiple consoles.
2005-05-27 jhbFix a warning by adding a missing 'const'.
2005-05-27 jhbPrint out the commands from /boot.config after parsing...
2005-05-27 pjdRemove (now) unused argument 'td' from bsd_to_linux_sta...
2005-05-27 pjdRemove (now) unused argument 'td' from cvtstatfs().
2005-05-27 pjdSync locking in freebsd4_getfsstat() with getfsstat().
2005-05-27 pjdUse consistent style in functions I want to modify...
2005-05-27 rwatsonIn the current world order, each socket has two mutexes...
2005-05-27 davidxuRemove thread_upcall_check, it was used to avoid race...
2005-05-27 rwatsonBack out ipx.h:1.18, which introduced a Linux API compa...
2005-05-27 davidxuRemove sleep queue hack, it is no longer needed with...
2005-05-27 cognetRemove pmap_deactivate(), we do not use it.
2005-05-26 tackermanLatest README to correspond to latest Intel version...
2005-05-26 tackermanChanges to update driver with latest Intel driver versi...
2005-05-26 cognets/_KLD_MODULE/KLD_MODULE/
2005-05-26 cognetDon't enable interrupts in the dispatcher, there's...
2005-05-26 cognetDon't call vm_page_dirty() in pmap_nuke_pv(), it's...
2005-05-26 glebiusPlug mbuf leak, that I have introduced in 1.85. Also...
2005-05-25 psThis is conform with the terminology in
2005-05-25 pjdAfter provider creation!!
2005-05-25 peadarSeparate out address-detaching part of if_detach into...
2005-05-25 cognetRemove bits specific to CPUs we won't support (< armv4).
next