]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-07-28 jlemonAdd wrappers for i386_*_ioperm, i386_vm86 so userland...
1998-07-28 jlemonFix an off-by-one error when setting the iomap bits.
1998-07-28 achecast arg to (long) to match format
1998-07-28 nectarParanoia: use mkdtemp instead of mktemp
1998-07-28 nectarmake a bounds file for msgs(1) if there isn't one already
1998-07-27 alexStyle fixes and a bug fix: don't remove the exit handle...
1998-07-27 nectarParanoia: use mkstemp instead of mktemp.
1998-07-27 nectarDocument the printf built-in.
1998-07-27 nectarcsh built-in printf now expands arguments. e.g.
1998-07-27 bdeFixed double counting of runtime after a process exits...
1998-07-27 hoekUse an error message that more clearly indites(sp?...
1998-07-27 nectarfixed: tar will extract file even if -C command fails
1998-07-27 desBehave like GNU time. More cleanup. Reword man page.
1998-07-27 jlemonExtend cpl workaround so that it applies when we are...
1998-07-27 jlemonRe-arrange the page layout used by vm86_bioscall so...
1998-07-27 desClean up the previous commit.
1998-07-27 bdeMade lazy syncing of timestamps for special files non...
1998-07-27 phkHarlan.Stenn@pfcs.com added two (very interesting)...
1998-07-27 woschRound - not cut - the real cpu time.
1998-07-27 katoSync with sys/i386/isa/diskslice_machdep.c revision...
1998-07-27 dfrMacros for accessing alpha sparse device ports and...
1998-07-27 dfrSupport the disabled keyword for isa devices.
1998-07-27 dgOnly call m_reclaim() if M_WAIT since calling it from...
1998-07-27 alexA better solution to the rm_at_exit problem: Register...
1998-07-26 impfd_set is documented to be a typedef, not a struct...
1998-07-26 dfrFix a stupid bug preventing gdb from seeing the right...
1998-07-26 dfrNotify pmap when a page is freed on the alpha to allow...
1998-07-26 dfrFix a stupid bug in the new pmap_remove().
1998-07-26 impUse malloc + sprintf rather than asprintf to ensure...
1998-07-26 impRemove comment relevant to 16bit integers only.
1998-07-26 hoekFix compilation for the case where neither ioctl(TIOCGW...
1998-07-26 impo Fix Y2K buffer overflow.
1998-07-26 impY2K fix. Fix by jsm28@cam.ac.uk via OpenBSD
1998-07-26 jkoshyAdd Xref to ldd(1).
1998-07-25 bdeDon't pass the label to diskerr(), since the label...
1998-07-25 bdeFixed bugs in `disklabel -R...':
1998-07-25 alexOverride the default VFS LKM dispatch functions so...
1998-07-25 alexAllow VFS LKMs to override the default module dispatch...
1998-07-25 dfrMake __weak_reference work on the alpha.
1998-07-25 hoekReally delete -# option.
1998-07-25 hoekNuke obsolote and broken -# option.
1998-07-25 hoekKeep "-c" (top_scroll) through viewing help.
1998-07-25 mjacobminphys means something different in FreeBSD than in...
1998-07-24 dfrFix pmap_enter_quick() to stop it hanging when the...
1998-07-24 acheAdd (struct timezone *) cast to NULL for K&R
1998-07-24 phkBy default, /usr/bin/time writes its output to stderr...
1998-07-24 phkDuring compilation of a Fortran program f2c/f77 will...
1998-07-23 acheUse NULL as gettimeofday arg instead of 0 cast
1998-07-22 phkA bit of PR7278 which belongs here.
1998-07-22 julianDon't return an error if the magic number is not present.
1998-07-22 phklast patch misapplied.
1998-07-22 dgImproved pager input failure message.
1998-07-22 dfrAdd a call to a platform-specific irq remapping functio...
1998-07-22 dfrOn the alpha, ports may be allocated above 64k.
1998-07-22 dfrAdd some very simple support for a compiled in (from...
1998-07-22 dfrAdd ISA support.
1998-07-22 dfrAdd some convenience functions for accessing device...
1998-07-22 dfrMerge KN20AA support from Andrew Gallatin.
1998-07-22 dfrMove the mcclock from root to isa.
1998-07-22 dfrAdd a simple ISA bus. No support for memory mapped...
1998-07-22 dfrAdd sio support.
1998-07-22 dfrAdd platform functions for manipulating PCI irqs.
1998-07-22 dfrAdd declaration of {aquire,release}_timer2().
1998-07-22 dfrAdd macros and chipset support for accessing device...
1998-07-22 dfrAdd KN20AA support.
1998-07-22 dfrTweaks to stop config(8) warnings and to avoid an unfin...
1998-07-22 dfrSupport header for sysbeep() implementation.
1998-07-22 dfrMake ptrace single steps over branches work as intended.
1998-07-22 dfrAdd support for sio's soft interrupts.
1998-07-22 dfrSupport the DEC_KN20AA platform (AlphaStation 500 or...
1998-07-22 dfrMerge changes from Andrew Gallatin to support different...
1998-07-22 dfrAdd code from i386 to support sysbeep(). Doesn't work...
1998-07-22 dfrChange siocn{put,get}c to siogdb{put,get}c to allow...
1998-07-22 phkThere is a comment in vm_param.h which doesn't belong...
1998-07-22 phkAdd -u, -v and -vv options to syslogd, this improves...
1998-07-22 phkA comment in /usr/src/usr.sbin/ypserv/Makefile.yp
1998-07-22 phkAdd std.230400 entry
1998-07-22 phkGetty is missing the speed table entry for 230400 baud.
1998-07-22 phkThis may apply to all known versions of inetd.
1998-07-22 phk/usr/src/sbin/routed/parms.c and .../routed/rtquery...
1998-07-22 phkMemory management error in init.
1998-07-22 phkmodstat | grep _saver is used to determine if a screens...
1998-07-22 jdpFix a couple of little bugs that prevented login.c...
1998-07-21 dfrDump out ISA device resources for alpha.
1998-07-21 joergDocument sef's recent changes in the corefile naming.
1998-07-21 katoSync with sys/i386/i386/userconfig.c revision 1.105.
1998-07-21 katoSync with sys/i386/conf/files.i386 revision 1.199.
1998-07-21 katoSync with sys/i386/isa/diskslice_machdep.c revision...
1998-07-21 jkhMF22: various fixes for new XFree86 dist and cdrom...
1998-07-21 jkoshyFix use of -man macro, correct description of the behav...
1998-07-20 msmithAdd a section 4 manpage for the 'cs' driver.
1998-07-20 msmithAdd the 'cs' driver for Crystal Semiconductor CS89x0...
1998-07-20 msmithAdd support for PCNet PCI chips that only work when...
1998-07-20 bdeInitialize more defaults for the in-core label for...
1998-07-20 bdeCleaned up rev.1.39 - the shadowing variable should...
1998-07-20 bdeMoved allocation of the slices struct to the right...
1998-07-20 dfrMake sure the link level sockaddr size is rounded up...
1998-07-20 bdeBacked out rev.1.43 (removed nonsense SLICE ifdef)...
1998-07-20 andreasEnter absolute path for the makemap command (which...
1998-07-20 bdeBacked out rev.1.9 (except don't bring back the vax...
next