]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-07-28 Jonathan Lemonu_int --> unsigned int, remove (now unneeded) <sys...
1998-07-28 Jordan K. HubbardDon't exit() from cleanup() if we got there via a non...
1998-07-28 Dag-Erling... Brucifixion.
1998-07-28 Doug RabsonRecord the new physical address of the pcb in pmap_swap...
1998-07-28 Poul-Henning... I have a PD drive (Matsushita PD/CD Drive LF-1600).
1998-07-28 Philippe CharnierSpelling. Errx() on malloc() failure.
1998-07-28 Philippe CharnierCorrect use of .Nm, add rcsid, remove unused #include.
1998-07-28 Philippe CharnierSpelling, add rcsid, remove unused #includes.
1998-07-28 Philippe CharnierComment is .\" not .|'. Add -d and -t flags to SYNOPSIS...
1998-07-28 Philippe CharnierAdd rcsid. Remove unused #includes. Add missing prototy...
1998-07-28 Jonathan LemonChange doscmd to use i386_set_ioperm() call instead...
1998-07-28 Jonathan Lemonoops, forgot to do ``cvs add'' first.
1998-07-28 Jonathan LemonAdd wrappers for i386_*_ioperm, i386_vm86 so userland...
1998-07-28 Jonathan LemonFix an off-by-one error when setting the iomap bits.
1998-07-28 Andrey A. Chernovcast arg to (long) to match format
1998-07-28 Jacques VidrineParanoia: use mkdtemp instead of mktemp
1998-07-28 Jacques Vidrinemake a bounds file for msgs(1) if there isn't one already
1998-07-27 Alexander LangerStyle fixes and a bug fix: don't remove the exit handle...
1998-07-27 Jacques VidrineParanoia: use mkstemp instead of mktemp.
1998-07-27 Jacques VidrineDocument the printf built-in.
1998-07-27 Jacques Vidrinecsh built-in printf now expands arguments. e.g.
1998-07-27 Bruce EvansFixed double counting of runtime after a process exits...
1998-07-27 Tim VanderhoekUse an error message that more clearly indites(sp?...
1998-07-27 Jacques Vidrinefixed: tar will extract file even if -C command fails
1998-07-27 Dag-Erling... Behave like GNU time. More cleanup. Reword man page.
1998-07-27 Jonathan LemonExtend cpl workaround so that it applies when we are...
1998-07-27 Jonathan LemonRe-arrange the page layout used by vm86_bioscall so...
1998-07-27 Dag-Erling... Clean up the previous commit.
1998-07-27 Bruce EvansMade lazy syncing of timestamps for special files non...
1998-07-27 Poul-Henning... Harlan.Stenn@pfcs.com added two (very interesting)...
1998-07-27 Wolfram SchneiderRound - not cut - the real cpu time.
1998-07-27 KATO TakenoriSync with sys/i386/isa/diskslice_machdep.c revision...
1998-07-27 Doug RabsonMacros for accessing alpha sparse device ports and...
1998-07-27 Doug RabsonSupport the disabled keyword for isa devices.
1998-07-27 David GreenmanOnly call m_reclaim() if M_WAIT since calling it from...
1998-07-27 Alexander LangerA better solution to the rm_at_exit problem: Register...
1998-07-26 Warner Loshfd_set is documented to be a typedef, not a struct...
1998-07-26 Doug RabsonFix a stupid bug preventing gdb from seeing the right...
1998-07-26 Doug RabsonNotify pmap when a page is freed on the alpha to allow...
1998-07-26 Doug RabsonFix a stupid bug in the new pmap_remove().
1998-07-26 Warner LoshUse malloc + sprintf rather than asprintf to ensure...
1998-07-26 Warner LoshRemove comment relevant to 16bit integers only.
1998-07-26 Tim VanderhoekFix compilation for the case where neither ioctl(TIOCGW...
1998-07-26 Warner Losho Fix Y2K buffer overflow.
1998-07-26 Warner LoshY2K fix. Fix by jsm28@cam.ac.uk via OpenBSD
1998-07-26 Joseph KoshyAdd Xref to ldd(1).
1998-07-25 Bruce EvansDon't pass the label to diskerr(), since the label...
1998-07-25 Bruce EvansFixed bugs in `disklabel -R...':
1998-07-25 Alexander LangerOverride the default VFS LKM dispatch functions so...
1998-07-25 Alexander LangerAllow VFS LKMs to override the default module dispatch...
1998-07-25 Doug RabsonMake __weak_reference work on the alpha.
1998-07-25 Tim VanderhoekReally delete -# option.
1998-07-25 Tim VanderhoekNuke obsolote and broken -# option.
1998-07-25 Tim VanderhoekKeep "-c" (top_scroll) through viewing help.
1998-07-25 Matt Jacobminphys means something different in FreeBSD than in...
1998-07-24 Doug RabsonFix pmap_enter_quick() to stop it hanging when the...
1998-07-24 Andrey A. ChernovAdd (struct timezone *) cast to NULL for K&R
1998-07-24 Poul-Henning... By default, /usr/bin/time writes its output to stderr...
1998-07-24 Poul-Henning... During compilation of a Fortran program f2c/f77 will...
1998-07-23 Andrey A. ChernovUse NULL as gettimeofday arg instead of 0 cast
1998-07-22 Poul-Henning... A bit of PR7278 which belongs here.
1998-07-22 Julian ElischerDon't return an error if the magic number is not present.
1998-07-22 Poul-Henning... last patch misapplied.
1998-07-22 David GreenmanImproved pager input failure message.
1998-07-22 Doug RabsonAdd a call to a platform-specific irq remapping functio...
1998-07-22 Doug RabsonOn the alpha, ports may be allocated above 64k.
1998-07-22 Doug RabsonAdd some very simple support for a compiled in (from...
1998-07-22 Doug RabsonAdd ISA support.
1998-07-22 Doug RabsonAdd some convenience functions for accessing device...
1998-07-22 Doug RabsonMerge KN20AA support from Andrew Gallatin.
1998-07-22 Doug RabsonMove the mcclock from root to isa.
1998-07-22 Doug RabsonAdd a simple ISA bus. No support for memory mapped...
1998-07-22 Doug RabsonAdd sio support.
1998-07-22 Doug RabsonAdd platform functions for manipulating PCI irqs.
1998-07-22 Doug RabsonAdd declaration of {aquire,release}_timer2().
1998-07-22 Doug RabsonAdd macros and chipset support for accessing device...
1998-07-22 Doug RabsonAdd KN20AA support.
1998-07-22 Doug RabsonTweaks to stop config(8) warnings and to avoid an unfin...
1998-07-22 Doug RabsonSupport header for sysbeep() implementation.
1998-07-22 Doug RabsonMake ptrace single steps over branches work as intended.
1998-07-22 Doug RabsonAdd support for sio's soft interrupts.
1998-07-22 Doug RabsonSupport the DEC_KN20AA platform (AlphaStation 500 or...
1998-07-22 Doug RabsonMerge changes from Andrew Gallatin to support different...
1998-07-22 Doug RabsonAdd code from i386 to support sysbeep(). Doesn't work...
1998-07-22 Doug RabsonChange siocn{put,get}c to siogdb{put,get}c to allow...
1998-07-22 Poul-Henning... There is a comment in vm_param.h which doesn't belong...
1998-07-22 Poul-Henning... Add -u, -v and -vv options to syslogd, this improves...
1998-07-22 Poul-Henning... A comment in /usr/src/usr.sbin/ypserv/Makefile.yp
1998-07-22 Poul-Henning... Add std.230400 entry
1998-07-22 Poul-Henning... Getty is missing the speed table entry for 230400 baud.
1998-07-22 Poul-Henning... This may apply to all known versions of inetd.
1998-07-22 Poul-Henning... /usr/src/sbin/routed/parms.c and .../routed/rtquery...
1998-07-22 Poul-Henning... Memory management error in init.
1998-07-22 Poul-Henning... modstat | grep _saver is used to determine if a screens...
1998-07-22 John PolstraFix a couple of little bugs that prevented login.c...
1998-07-21 Doug RabsonDump out ISA device resources for alpha.
1998-07-21 Joerg WunschDocument sef's recent changes in the corefile naming.
1998-07-21 KATO TakenoriSync with sys/i386/i386/userconfig.c revision 1.105.
1998-07-21 KATO TakenoriSync with sys/i386/conf/files.i386 revision 1.199.
1998-07-21 KATO TakenoriSync with sys/i386/isa/diskslice_machdep.c revision...
next