]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2000-12-13 Warner LoshRemove unnecessary includes found by phk's script a...
2000-12-13 Warner LoshAdd aic and ray modules. I've been building these...
2000-12-13 Warner LoshModule for aic
2000-12-13 Warner LoshAdd module dependencies on CAM module.
2000-12-13 Bosko MilekicEliminate a race in MEXTFREE(). The reference counter...
2000-12-13 Robert Watsono Tighten restrictions on use of /proc/pid/ctl and...
2000-12-13 Mike SmithRemove a redundant prototype.
2000-12-13 Mike SmithDon't try to free the now-nonexistent hdrspec field...
2000-12-13 Warner LoshAdd isa support:
2000-12-13 Mike SmithUpdates to match changes elsewhere in the PCI subsystem:
2000-12-13 Mike SmithNext round of PCI subsystem updates:
2000-12-13 Mike SmithRemove the COMPAT_OLDPCI option, it's going away.
2000-12-13 Mike SmithRemove a couple of leftover unused variables.
2000-12-13 Kirk McKusickUse proper mutex locking when calling setrunnable from...
2000-12-13 Brian S. DeanIf portmap is started as a dependancy, echo a notice...
2000-12-13 Julian ElischerAdd support for advertising the service we support...
2000-12-13 Jake Burkholder- Change the allproc_lock to use a macro, ALLPROC_LOCK...
2000-12-12 Julian ElischerAnother mismatch found by Gcc:
2000-12-12 Julian ElischerChange initialiser to match new structure layout.
2000-12-12 Julian Elischerremove unused variable
2000-12-12 Mike SmithIt's possible for an ISA bus to be hung off an EISA...
2000-12-12 John BaldwinCatch up to the new kinfo_proc.
2000-12-12 John BaldwinCatch up to the new kinfo_proc.
2000-12-12 Archie CobbsFix bug in parse type for struct ng_one2many_config.
2000-12-12 Julian ElischerI always forget this file. It's netgraph, but not one...
2000-12-12 Daniel HarrisTypofix: Configration -> Configuration.
2000-12-12 Julian Elischer I have no idea at all why this file was not included...
2000-12-12 Dag-Erling... Point #includes at compat/linprocfs instead of i386...
2000-12-12 Dag-Erling... Remove after repo-copy to sys/compat/linprocfs.
2000-12-12 Dag-Erling... The linprocfs sources have moved to sys/compat/linprocfs.
2000-12-12 Matt Jacobonly include sys/proc.h once
2000-12-12 David E. O... Include sys/proc.h so this compiles [on the Alpha].
2000-12-12 Matt JacobWe reference curproc, ergo need <sys/proc.h>
2000-12-12 John BaldwinAdd a missing include of <sys/proc.h>.
2000-12-12 Thomas-Henning... corrected spelling mistakes in comments
2000-12-12 Bill PaulGrrrrr. That last commit was supposed to be to the...
2000-12-12 Julian Elischeroops that commit included a local hack... take it out..
2000-12-12 Julian ElischerReviewed by: Archie@freebsd.org
2000-12-12 Robert NordierAdd a magic number, for easier identification of boot0...
2000-12-12 Robert NordierDo install-time configuration of the i386 boot0 boot...
2000-12-12 John BaldwinAdd in symbols needed in the WITNESS_ENTER and WITNESS_...
2000-12-12 Dag-Erling... Temporarily disconnect linprocfs from the build, until...
2000-12-12 Ruslan Ermilovmdoc(7) police: Add a missing .Os.
2000-12-12 Ruslan Ermilovmdoc(7) police: .Os CMU -> .Os, split authors for bette...
2000-12-12 Ruslan ErmilovRemove hard-sentence breaks, canonify .Dd (no leading...
2000-12-12 Mitsuru IWASAKICatch up with the recent conversion the per-eventhandle...
2000-12-12 Ruslan ErmilovDocument what Idle=* means in a short format display.
2000-12-12 Mike Smith - We have access to our own device_t here, so use...
2000-12-12 Mike SmithDon't try to fix up the Orion here; the interface we...
2000-12-12 Ian DowseStop restore from looping under certain error condition...
2000-12-12 Nick Hibmamake sure we tear down the devnodes for the endpoints...
2000-12-12 Ruslan Ermilovmdoc(7) police: Now that .Fx macro is parsed, backout
2000-12-12 Mike SmithAlways build the ISA and EISA bridge code. This is...
2000-12-12 Kirk McKusickChange the proc information returned from the kernel...
2000-12-12 Kirk McKusickDon't give up on file write errors. Just log them and...
2000-12-12 Archie CobbsDocument /usr/include/isc.
2000-12-12 John Baldwin- Convert the per-eventhandler list mutex to a lockmgr...
2000-12-12 John BaldwinFix the assembly mutex macros to call the appropriate...
2000-12-12 John BaldwinSince _mtx_enter() and friends are static inline functi...
2000-12-12 Mike Smith - Don't return early from the PCI:EISA bridge attachme...
2000-12-12 Andrew Gallatinenable the proper cascade irq on as1000a
2000-12-12 Andrew Gallatinfix AS1000/AS1000A support. It turns out the that...
2000-12-12 Andrew Gallatinfix various compiler warnings generated by previous...
2000-12-12 Jake Burkholder- Add code to detect if a system call returns with...
2000-12-12 John Baldwin- Don't bother taking a trace message if we have panic...
2000-12-12 John BaldwinOops, the witness mutex is a spin lock, so use MTX_SPIN...
2000-12-11 Matt Jacobadd comment about ispfw
2000-12-11 David E. O... Set portmap_enable if Amd or running as an NFS server...
2000-12-11 Warner Loshgetopt interface is defined in <unistd.h> so use that...
2000-12-11 Nick SayerAdd the spic driver, which is a simple first attempt...
2000-12-11 Warner LoshAdd comments just before each config for the awi cards.
2000-12-11 Nick SayerAdd MAKEDEV support for jogdial device, the first cut...
2000-12-11 Wilko BulteAdd a workaround in the EXAMPLE section for booting...
2000-12-11 Nick SayerStake a claim on major 160 for the forthcoming spic...
2000-12-11 Hajimu UMEMOTOfix problem with vmware DAD. reported by many, tested...
2000-12-11 David E. O... Revert back to rev 1.24 as we have not come to a consen...
2000-12-11 John HayChange sppp from optional to count. At least ar(4)...
2000-12-11 Dag-Erling... Run all three maintenance script in succession, making...
2000-12-11 Ruslan Ermilovmdoc(7) police: use canonical form of .Dd macro.
2000-12-11 Alexey ZelkinRe-add home born file(1) and magic(5) manual pages...
2000-12-11 Ruslan Ermilovmdoc(7) police: use canonical form of .Dd macro.
2000-12-11 Robert Watsono Introduce a pile more documentation about capabilitie...
2000-12-11 Ruslan Ermilovmdoc(7) police: use canonical form of .Dd macro.
2000-12-11 Ruslan Ermilovmdoc(7) police: use canonical form of .Dd macro.
2000-12-11 MIHIRA Sanpei... add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.
2000-12-11 Poul-Henning... Remove DDB, it leaked in here with another commit.
2000-12-11 Ruslan ErmilovDocument /usr/include/netnatm and /usr/share/sendmail.
2000-12-11 Ruslan Ermilovmdoc(7) cosmetics.
2000-12-11 Ben Smithurst.Nm Config -> .Nm, there is no such program "Config...
2000-12-11 Mike SmithIt looks like we can't count on these devices always...
2000-12-11 Ruslan Ermilovmdoc(7) police: reapply rev 1.7 lost in previous commit...
2000-12-11 Matthew Dillon Be less conservative with a recently added KASSERT...
2000-12-11 Bruce A. MahFix a typo in the listing for the Accton "Cheetah".
2000-12-11 Bruce A. MahNew release notes: pccardc(8) beep types, PCI cleanups...
2000-12-11 Daniel EischenMove telldir position recording type definitions and...
2000-12-11 Archie CobbsFix a bug where if the interface was in promiscuous...
2000-12-10 Assar WesterlundThis commit was generated by cvs2svn to compensate...
2000-12-10 Assar Westerlundmerge fix from vendor for not overwriting old ticket...
2000-12-10 Assar WesterlundThis commit was generated by cvs2svn to compensate...
2000-12-10 Assar Westerlundmerge fix from vendor for removing buffer overrun
next