]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-11-18 Thomas Moestl1. Add ofw_pci.h with definitions for the OpenFirmware...
2001-11-18 Jake BurkholderStandardize idempotentcy ifdefs.
2001-11-18 Marcel MoolenaarImplement DVD-ROM ioctls.
2001-11-18 Mitsuru IWASAKIYet another verbose printing cleanup. Remove debug_wak...
2001-11-18 Andrew R. Reiter- Ensure that linker file id's are unique, rather than...
2001-11-18 Mitsuru IWASAKICleanups of verbose printing. All the messages for...
2001-11-18 Jake BurkholderAdd kernel headers needed to build libc. Some are...
2001-11-18 Ian DowseMake completion work with filenames containing spaces.
2001-11-18 Ian DowseAllow the path for /dev and the location of the databas...
2001-11-18 Ian DowseAdd the PnP ID for a Rockwell 33.6k modem.
2001-11-18 Marcel MoolenaarForced commit:
2001-11-18 Marcel MoolenaarImplement missing SOUND_MIXER_WRITE_RECSRC ioctl.
2001-11-18 Warner LoshAdd Xircom wireless card from pir@pir.net
2001-11-18 Marcel MoolenaarPass maintainership over to emulation@FreeBSD.org....
2001-11-18 Jake BurkholderNeed .type and .size here too.
2001-11-18 Jake BurkholderAdd more libc stuff.
2001-11-18 Jake BurkholderCatch up to jmpbuf changes. Define offsets used from...
2001-11-18 Jake BurkholderRemove fork and vfork wrappers. The kernel does the...
2001-11-18 Jake BurkholderAdd .type and .size pseudo-ops to system call macros...
2001-11-18 Jake BurkholderMake jmpbuf the same size as ucontext_t so that it...
2001-11-18 Jake Burkholder1. Split fp.h into fp.h and fsr.h so that the latter...
2001-11-18 Jake BurkholderAvoid missing ticks and hardclock stopping.
2001-11-18 Jake BurkholderCatch up to new constants. (These commit messages...
2001-11-18 Andrew R. Reiter- M_ZERO already sets bif_dlist to zero; there is no...
2001-11-18 Jake Burkholder1. Remove kdbframe. Bad idea.
2001-11-18 Jake BurkholderImplement SET. Set execption.s 1.12.
2001-11-18 Jake Burkholder1. Convert the tstate saved in the pcb to a pstate...
2001-11-18 Jake BurkholderImplement hw.machine and hw.model sysctls.
2001-11-18 Jake Burkholder1. Remove bootinfo and just pass loader metadata to...
2001-11-18 Jake Burkholder1. Implement ascopyto() and ascopyfrom() for copying...
2001-11-18 Jake Burkholder1. Fix a bug where the offsets of the alignment and...
2001-11-18 Ian DowseRemove a sentence from the BUGS section that claims...
2001-11-18 Dima DorfmanCorrect typo.
2001-11-18 Ian DowseAdd support for making the Coda /dev/cfsN devices.
2001-11-17 Ian DowseFix a large number of -Wall, -Wformat and -W compiler...
2001-11-17 Sheldon HearnAdd missing Nvidia chips.
2001-11-17 Ian DowseGive a more useful diagnostic when an extraneous hard...
2001-11-17 Gregory Neil... Add two new accounts/groups for sendmail:
2001-11-17 Bruce A. MahRemove config.sgml from dependencies. Forgot this...
2001-11-17 Bruce A. MahNo UserConfig under -CURRENT (at least so I've been...
2001-11-17 Bruce A. MahAdd a comment that the chroot area cannot reside on...
2001-11-17 Akinori MUSHAMake test(1) a builtin command of our sh(1) for efficie...
2001-11-17 Matthew DillonFix missing holdsock()->fgetsock()
2001-11-17 Matt JacobBe very generous with timeouts for synchronize cache...
2001-11-17 Ian DowseThe Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI...
2001-11-17 Dag-Erling... Print the correct return code for successful Linux...
2001-11-17 Ian DowseAdd quirk for Fujitsu M2513A MO drives. These drives...
2001-11-17 Daniel EischenFix pthread_join so that it works if the target thread...
2001-11-17 Yoshihiro TakahashiMFi386: revisions from 1.26 to 1.30.
2001-11-17 Yoshihiro TakahashiMFi386: revision 1.12
2001-11-17 Yoshihiro TakahashiMFi386: revision 1.326.
2001-11-17 Yoshihiro TakahashiMFi386: revision 1.160
2001-11-17 Yoshihiro TakahashiMFi386: revision 1.483
2001-11-17 Guido van RooijChange mode for var/db/ipf to 0700
2001-11-17 Poul-Henning... If 'VX' is given, realloc(foo,0) will bail, it shouldn't.
2001-11-17 Matthew DillonGive struct socket structures a ref counting interface...
2001-11-17 Peter WemmFix the non-KSTACK_GUARD case.. It has been broken...
2001-11-17 Peter WemmStart bringing i386/pmap.c into line with cleanups...
2001-11-17 Peter WemmForward declare struct ifnet - this fixes a warning...
2001-11-17 Peter WemmFix printf warnings (int/long)
2001-11-17 Peter WemmFix warning in debug printf. This is a long on alpha...
2001-11-17 Peter WemmMissing KSE s/curproc/curthread/
2001-11-17 Ian DowseReturn EOPNOTSUPP for unknown module events.
2001-11-17 Bruce A. MahNew release notes: timezone database update, Linux...
2001-11-17 Peter WemmFix some warnings on 64 bit platforms.
2001-11-17 Jonathan LemonWhen laying out objects in a ZONE_INTERRUPT zone, allow...
2001-11-17 Peter Wemmutime/stime.tv_sec are elapsed times, not relative...
2001-11-17 Ian DowseZap a number of #ifdef sunos blocks, and all of the...
2001-11-16 Peter WemmYou cannot cast a time_t to quad_t and printf it with...
2001-11-16 Ian DowseGive a sensible error message when the filesystem to...
2001-11-16 Ian DowseFix a number of misspellings of "dependency" and "depen...
2001-11-16 Ian DowseHandle the IBCS2 FIONREAD ioctl. I have only tested...
2001-11-16 John BaldwinAxe SMP support, the ses device, and the atapifd device...
2001-11-16 Poul-Henning... Correctly call THREAD_UNLOCK() if the recursive call...
2001-11-16 Garrett WollmanExcept for a comment in zone.tab (about the location...
2001-11-16 Poul-Henning... Back out the previous fix to the leading zero problem...
2001-11-16 Poul-Henning... Reject leading zeros in dev_stdclone().
2001-11-16 Robert Watsono Allow rarpd to accept an additional '-t directory...
2001-11-16 Robert Watsono Update licenses, comments.
2001-11-16 Dima DorfmanCreate link from directory.3 to readdir_r.3.
2001-11-16 Warner LoshRegenerate with 1.19 of pccarddevs
2001-11-16 Warner LoshMerge in most (hopefully all) of the devices that OpenB...
2001-11-16 Robert Watsono Reflect moving of extattr_namespace calls to libc...
2001-11-16 Robert Watsono Reflect repo-copy of extattr.[c3] from libutil to...
2001-11-16 Robert Watsono Document 'nocheckmail' login capability.
2001-11-16 Robert Watsono Add support for a 'nocheckmail' capability, which...
2001-11-16 Makoto MatsushitaDon't cleandir also if MODULES_WITH_WORLD.
2001-11-16 Yoshihiro TakahashiUse the md device not olny a version of the system...
2001-11-16 Peter WemmCosmetic tweak to eliminate some diffs
2001-11-16 Peter WemmMerge another missing part of i386/pmap.c rev 1.220...
2001-11-16 Robert WatsonAlthough the 'bool' type is referenced in the list...
2001-11-16 Peter WemmOops, I accidently merged a whitespace error from the...
2001-11-16 Peter WemmMerge rev 1.264 from i386/pmap.c (tegge via alfred):
2001-11-16 Peter WemmMerge rev 1.202 from i386/pmap.c (back in 1998 by John...
2001-11-16 Peter WemmMerge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED...
2001-11-16 Peter WemmConverge/fix some debug code (#if 0'ed on alpha, but...
2001-11-16 Peter WemmConverge with i386/pmap.c - dont refer to curproc,...
2001-11-16 Josef KarthauserSwitch warnings and strict back on again in a way that...
2001-11-16 Peter WemmMerge part of i386/pmap.c rev 1.220 that got missed...
2001-11-16 Peter WemmAs part of a general cleanup and reconvergence of relat...
next