]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.
[FreeBSD/FreeBSD.git] / sys /
2001-08-29 peterFix the ogetkerninfo() syscall handling of sizes for
2001-08-29 cgtweaks to reduce latency/pauses in output
2001-08-29 greidAdd support for the Acer Labs M5451 chip.
2001-08-29 impAdd some seat belts. If we set the error rc, then...
2001-08-29 cgadd some extra diagnostic info to sndstat output.
2001-08-29 cg* change buffering method a bit
2001-08-28 brianOR M_WAITOK with M_ZERO in malloc()s args for clarity.
2001-08-28 rwatsono Remove P_CAN_* constants, as they are no longer being...
2001-08-28 rwatsono Improve the style of a number of routines and comment...
2001-08-28 impIt turns out that while Toshiba laptops don't want...
2001-08-28 sosUpdate the Promise TX2 code to DTRT and not what I...
2001-08-28 sosAdd support for yet another VIA '686 combination.
2001-08-28 impwi driver now includes pci.h, so we need to generate...
2001-08-28 impMake this compile when there is no pci bus in your...
2001-08-28 rwatsonFix typos in recent comments.
2001-08-28 wpaulAdd support for the 3c656B cardbus adapter. This is...
2001-08-27 jesperWhen net.inet.tcp.icmp_may_rst is enabled, report ECONN...
2001-08-27 impMFS: IRQ ordering, PRVERB and more whining in pcibios_g...
2001-08-27 impUgggg. I thought I'd already committed this to -current:
2001-08-27 sobomaxOOPS, remove local change that somehow slipped into...
2001-08-27 acheBack out prev. change. According to bde:
2001-08-27 acheEOVERFLOW is POSIXed, so move it out #ifndef _POSIX_SOU...
2001-08-27 jlemonSystems based on the ICH2/ICH2-M chip from Intel have...
2001-08-27 rwatsonGenerally improve documentation of kern_prot.c:
2001-08-27 impFix typo in my last commit
2001-08-27 sobomax- On module unload try to detach all configured disks...
2001-08-27 jonMake pccard_product_lookup non-static again...
2001-08-27 jonFix the hack that allocates memory when the bios haven...
2001-08-27 peterCorrectly #ifdef COMPAT_43 around osendsig() prototype.
2001-08-27 peterIf a file has been completely unlinked, stop automatica...
2001-08-27 peterThere is nothing more embarresing than having three...
2001-08-27 peterEnable hardwiring of things like tunables from embedded...
2001-08-27 impCL-PD6729 and CLPD-6730 chips (the only ones with I...
2001-08-27 impNote difficulties we had in OLDCARD using NEWCARD's...
2001-08-27 kbyancAdd interfaces for SCSI LOG SELECT and LOG SENSE commands.
2001-08-27 impMore notes to the reader about issues in pccard code...
2001-08-27 impMerge notes, but not code, from my latest tree on pccar...
2001-08-27 cgnow we have the rate feeder, we don't need to constrain...
2001-08-27 impA number of fixes for the TI-1130 and ISA interrupt...
2001-08-27 cgMFS rev 1.8.2.8:
2001-08-27 jonPart two of this NEWCARD update:
2001-08-26 jonNon-functional changes to NEWCARD stuff.
2001-08-26 jonNon-functional changes to NEWCARD stuff.
2001-08-26 msmithUpdates to match the ACPI CA 20010816 import:
2001-08-26 msmithNuke the Windows platform defines; we don't need them.
2001-08-26 msmithMerge local changes.
2001-08-26 msmithThis commit was generated by cvs2svn to compensate...
2001-08-26 msmithVendor import of the Intel ACPI CA 20010816 update.
2001-08-26 peterI missed a typo in the last commit: s/whach/which/
2001-08-26 peterThe EXTENDED_GEOMETRY flag is really bit 7. This affec...
2001-08-26 iedowseStop using dirhash when a directory is removed, and...
2001-08-26 greidAdd support for the SiS 7018
2001-08-26 acheCosmetique & style fixes from bde
2001-08-26 acheCosmetique & style fixes from bde
2001-08-26 billfthe IP_FW_GET code in ip_fw_ctl() sizes a buffer to...
2001-08-26 bennoPass NULL instead of MAXPHYS to the DMA allocation...
2001-08-26 impStop dereferencing 'r' unconditionally. Maybe it is...
2001-08-26 iedowseWhen compacting directories, ufs_direnter() always...
2001-08-25 impFix last second typo
2001-08-25 impBack out the isa/pci string reporting. It may cause...
2001-08-25 impThe tunable is hw.pcic.irq, but the hw.pcic.override_ir...
2001-08-25 impFix cut-and-paste-o that Nate found. We were setting...
2001-08-25 brianTUNSIFINFO now expects IFF_MULTICAST to be OR'd with...
2001-08-25 peterArgh! Revert accidental commit.
2001-08-25 impFirst cut at getting the ISA routing working. If we...
2001-08-25 peterImplement idle zeroing of pages. I've been tinkering...
2001-08-25 petervm_page_zero_idle() is no longer MD.
2001-08-25 peterRemove a reference to MAP_INHERIT.
2001-08-25 julianAdd another comment.
2001-08-25 peterOptionize UPAGES for the i386. As part of this I split...
2001-08-25 peters/teh/the/
2001-08-25 julianAdd an explanatory note that would have saved me an...
2001-08-24 mjacobJohn Polstra
2001-08-24 bmilekicForce a commit on kern_mutex.c to explain reason for...
2001-08-24 bmilekic*** empty log message ***
2001-08-24 dillonAdd INHERIT_XXX defines for minherit() system call.
2001-08-24 dillonRemove support for the badly broken MAP_INHERIT (from...
2001-08-24 dillonRemove MAP_NOEXTEND. It came from 4.4-lite and not...
2001-08-24 jhbStyle nits:
2001-08-24 impExplain what we're doing in pcic_pci_shutdown a little...
2001-08-24 jhbAxe a commented, unused #define related to the old...
2001-08-24 jhbINTREN() and INTRDIS() have been MP safe for a while...
2001-08-24 jhbRemove references to the old giant kernel lock in vario...
2001-08-24 roamPrevent passing a null pointer as a filename to vn_open(),
2001-08-24 acheCopy from kern_lockf.c: remove extra check
2001-08-24 acheRemove extra check unneded now
2001-08-24 peterExport the actual KERNBASE to the symbol table. We...
2001-08-24 peterMove cpu_fxsr definition to C code (so debug info is...
2001-08-24 impMove code to shutdown the pcic_pci_shutdown. Call...
2001-08-24 impTwo fixes. First, put into place a more generic chipse...
2001-08-24 nsayerGet rid of redundant device_set_desc. Both the PCI...
2001-08-24 nsayerIn order for the MA301 to pass interrupts from the...
2001-08-24 rwatsono Clarify comments in vaccess_acl_posix1e() ACL evaluat...
2001-08-23 nsayerif_wi can be either pci (without pccard) or pccard
2001-08-23 jhbUse witness_upgrade/downgrade for sx_try_upgrade/downgrade.
2001-08-23 jhbWhitespace nit.
2001-08-23 jhbAdd witness_upgrade() and witness_downgrade() for handl...
2001-08-23 jhbConvert some KASSERT()'s into if (foo) panic() because...
2001-08-23 ddCorrect the comment about bpfattach() to match reality.
2001-08-23 ddCorrect a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2
next