]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Catch up with sam's changes to network interfaces.
[FreeBSD/FreeBSD.git] / sys /
2002-11-15 Maxime HenrionCatch up with sam's changes to network interfaces.
2002-11-15 David XuReturn EWOULDBLOCK for last thread in kse_release().
2002-11-15 Sam Lefflernetwork interface and link layer changes:
2002-11-14 Sam Lefflertrack changes to ethernet input handling to no longer...
2002-11-14 Sam Lefflernetwork interface driver changes:
2002-11-14 Sam Lefflero track either_ifattach/ether_ifdetach API changes
2002-11-14 Sam Lefflertrack changes to not strip the Ethernet header from...
2002-11-14 Sam Lefflertrack bpf changes
2002-11-14 Sam Lefflero track changes to ethernet input packet handling
2002-11-14 Sam Lefflero eliminate separate callback interface for h/w tagged...
2002-11-14 Sam Lefflero add if_nvlans member to track the number of vlans...
2002-11-14 Sam Lefflero change input packet handling to eliminate the pointer...
2002-11-14 Sam Lefflergeneral cleanups mostly aimed at improving portability...
2002-11-14 Sam Lefflero add support for multiple link types per interface...
2002-11-14 Sam Lefflero add IF_*bps macros for netbsd compatibility
2002-11-14 Olivier HouchardRemove the remaining calls to free(), they are not...
2002-11-14 Thomas MoestlMake the msg_size, msg_bufx and msg_bufr memebers of...
2002-11-14 John BaldwinAdd hints for ISA ATA controllers. At least one Digita...
2002-11-14 Maxime HenrionFix printf() format errors.
2002-11-14 Maxime HenrionPass correct parameters to bus_space_barrier() instead...
2002-11-14 Thomas MoestlDon't register the powerfail interrupt as fast in the
2002-11-14 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-11-14 David XuIn kse_release(), check if current thread is bound
2002-11-14 Warner LoshPanic message strings do not need a trailing \n.
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner LoshRemove an impossible condition. pf->dev is always...
2002-11-14 Warner LoshMFp4:
2002-11-14 Warner Loshminor correction to comment
2002-11-14 Warner LoshAdd second and thrid bus-toaster IDs
2002-11-14 Warner Loshregen to 1.37
2002-11-14 Warner LoshAdd a third aic-based bustoaster.
2002-11-14 Warner LoshPanic message should end with \n.
2002-11-13 Scott LongWhen parsing the CIS, if a BAR tuple is encountered...
2002-11-13 Peter WemmRecognize the Serverworks CIOB30 host to pci bridge.
2002-11-13 Alan CoxRemove dead code that hasn't been needed since the...
2002-11-13 Maxime HenrionRemove a commented out #include "opt_pci.h", it doesn't
2002-11-13 Maxime HenrionRemove opt_pci.h from SRCS, it doesn't exist anymore.
2002-11-13 Maxime HenrionRemove opt_pci.h from SRCS.
2002-11-13 Maxime HenrionRemove a bunch of #include "opt_pci.h".
2002-11-13 Maxime HenrionUnbreak kernel build.
2002-11-13 Robert WatsonIntroduce a condition variable to avoid returning EBUSY...
2002-11-13 Maxime HenrionAdd support for the C99 %t format modifier.
2002-11-13 Maxime HenrionAdd the sys/stddef.h header, so that we can have ptrdiff_t
2002-11-13 Mike BarcroftFix a constant in the standard namespace not to depend...
2002-11-13 Maxim KonovalovDue to a memory alignment sizeof(struct ipfw_flow_id...
2002-11-13 Matthew N. DoddDocument loader tunables hw.pci.enable_io_modes and
2002-11-13 Matthew N. DoddConvert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_...
2002-11-13 Matthew N. DoddStaticize local variable.
2002-11-13 Matthew N. DoddLoader tunable 'machdep.disable_mtrrs'.
2002-11-13 Alan CoxMove pmap_collect() out of the machine-dependent code...
2002-11-13 Peter WemmMajor #46 was also MIA.
2002-11-13 Peter WemmNote that 101 is unused, rather than leave it out of...
2002-11-12 Jeffrey HsuTurn off duplicate lock checking for inp locks because...
2002-11-12 Hidetoshi Shimokawa- Add fwmem_xfer_req() and use this in other functions.
2002-11-12 Hidetoshi Shimokawa- Remove unused code.
2002-11-12 Hidetoshi Shimokawafix wording.
2002-11-12 Hidetoshi ShimokawaSplit userland services to fwdev.c.
2002-11-12 Hidetoshi ShimokawaUse struct fw_device in fwmem.c
2002-11-12 Hidetoshi ShimokawaAdd a prototype for suspend/resume.
2002-11-12 Hidetoshi ShimokawaChange interface of fwmem_read_*() functions to be...
2002-11-12 Hidetoshi ShimokawaChange interface of fwmem_read_*() functions to be...
2002-11-12 Scott LongUse better return types and a couple of casts to elimin...
2002-11-12 Hidetoshi Shimokawa- clean up
2002-11-12 Scott LongFix two typos from the previous commit. This code...
2002-11-12 Scott LongStep one of cleaning and fixing cardbus:
2002-11-12 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-11-12 Hidetoshi Shimokawa- Remove unused code.
2002-11-12 Hidetoshi ShimokawaRestrict process count in fwohci_arcv() and fwohci_ircv().
2002-11-12 Robert WatsonGarbage collect mac_create_devfs_vnode() -- it hasn...
2002-11-11 John BaldwinCorrect an assertion in the code to traverse the list...
2002-11-11 Maxime HenrionCapitalize the first letter of device descriptions
2002-11-11 Robert WatsonGarbage collect definition of M_MACOPVEC -- we no longe...
2002-11-11 Olivier HouchardRemove extra #include<sys/vmmeter.h>.
2002-11-11 Matt Jacobatomic_set_8 isn't MI. Instead, follow Jake's suggestio...
2002-11-11 Thomas MoestlDeclare the snp ioctl()s to work on udev_t, since that...
2002-11-11 Maxime HenrionWarning fixes.
2002-11-11 Maxime HenrionWarning fix.
2002-11-11 Maxime HenrionDon't override CWARNFLAGS in these Makefiles.
2002-11-11 Maxime HenrionDon't override CWARNFLAGS in this Makefile.
2002-11-11 Marcel Moolenaaria64 ABI breaker:
2002-11-11 Alan Cox - Clear the page's PG_WRITEABLE flag in the i386's...
2002-11-11 Marcel MoolenaarComment-out USB support. A kernel doesn't boot with...
2002-11-10 Marcel Moolenaaro Include <sys/uuid.h>. This avoids that applications...
2002-11-10 Jake BurkholderChange the device path representation in libofw to...
2002-11-10 Sam Lefflera better solution to building FAST_IPSEC w/o INET6
2002-11-10 Matt JacobUse atomic_set_8 on the us_freelist maps as they are...
2002-11-10 Alan CoxWhen prot is VM_PROT_NONE, call pmap_page_protect(...
2002-11-10 Matthew N. DoddReplace {disable,enable}_intr() with critical_{enter...
2002-11-09 Alan CoxFix an error case in vm_map_wire(): unwiring of an...
2002-11-09 Mitsuru IWASAKIAdd a new loader tunable, hw.hasbrokenint12, to indicat...
2002-11-09 Alfred PerlsteinFix an unparenthasized macro argument. md5s differ...
2002-11-09 Dag-Erling SmørgravPrint real / avail memory in megabytes rather than...
2002-11-09 Alfred PerlsteinFix instances of macros with improperly parenthasized...
2002-11-09 Alan CoxIn vm_page_remove(), avoid calling vm_page_splay()...
2002-11-08 Sam Lefflertemporarily disallow FAST_IPSEC and INET6 to avoid...
2002-11-08 Sam LefflerFAST_IPSEC fixups:
2002-11-08 Sam Lefflerfixup FAST_IPSEC build w/o INET6
next