]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-01-06 Poul-Henning... Add missing ' and '
2006-01-06 Poul-Henning... Make this more readable and add more devices.
2006-01-06 Ariff AbdullahFix locking violation, causing frantic diagnostic messa...
2006-01-06 Ariff AbdullahAnother major fixes and enhancements:
2006-01-06 Warner LoshNew option: NO_FFS_SNAPSHOT. I did this in p4 about...
2006-01-05 John BaldwinRemove XXX comments complaining that write(2) on a...
2006-01-05 Søren SchmidtGet rid of the advertising clause in the copyright.
2006-01-05 Jean-Sébastien... Don't hold a reference to the disk vnode for each inode.
2006-01-05 Jean-Sébastien... Fix a bug in Synaptics Touchapd support where psm(4...
2006-01-05 David XuRefine thread suspension code, now thread suspension...
2006-01-05 Maxim Konovalovo Typo in the debug message: s/skiped/skipped.
2006-01-05 Maxim Konovalovo Typo in the error message: s/invald/invalid.
2006-01-05 Diomidis SpinellisDocument the TMPDIR environment variable.
2006-01-05 Bruce EvansOops, on amd64 (and probably on all non-i386 systems...
2006-01-05 Diomidis SpinellisDocument the recently-added EINVAL behavior.
2006-01-05 Bruce EvansUse double precision internally to optimize cbrtf(...
2006-01-05 Peter GrehanEnable truss for powerpc
2006-01-05 Peter GrehanAdd powerpc support for truss.
2006-01-04 Alexander KabaevAdd -w parameter which tells kgdb to open kmem-based...
2006-01-04 Warner LoshCheck for 10BaseT media correctly. Before we were...
2006-01-04 Søren SchmidtReturn the proper rmi field in DVDIOCREADSTRUCTURE.
2006-01-04 Alexander LeidingerWe don't support I386_CPU in 6.0 and later. This file...
2006-01-04 Alexander LeidingerConvert the PAGE_SIZE check into a CTASSERT.
2006-01-04 Doug BartonThis commit was generated by cvs2svn to compensate...
2006-01-04 Doug BartonAfter some discussion with the folks at ISC, it turns...
2006-01-04 Alexander LeidingerPrevent divide by zero, use default values in case...
2006-01-04 John BaldwinEnable boot floppies for amd64. I just copied the...
2006-01-04 Bjoern A. ZeebMinor whitespace cleanup.
2006-01-04 Joel DahlFix minor sorting issue.
2006-01-04 Joel DahlRemove references to snd_vortex1(4).
2006-01-04 Alexander Leidingerdd some old gssapi libs.
2006-01-04 Ariff AbdullahFix broken capabilities, causing failure during channel...
2006-01-04 Hartmut BrandtAdd a new leaf to the net.link.generic.ifdata.%d sysctl...
2006-01-04 Alexander Leidinger- Make sure the cpu_exthigh variable is initialized...
2006-01-04 David Xu1. Add SIGEV_THREAD notification for mq_notify.
2006-01-04 Søren SchmidtFix the promise modesetting for old chips.
2006-01-04 Poul-Henning... Deorbit ttymalloc() in preference for ttyalloc()
2006-01-04 Poul-Henning... Use ttyalloc() instead of ttymalloc()
2006-01-04 Poul-Henning... Use ttyalloc() instead of ttymalloc()
2006-01-04 Poul-Henning... Use ttyalloc() instead of ttymalloc()
2006-01-04 Poul-Henning... Use ttyalloc() instead of ttymalloc()
2006-01-04 Poul-Henning... Use MTX_SYSINIT to set up the tty list mutex.
2006-01-04 Søren SchmidtFix promise probe printing.
2006-01-04 Diomidis SpinellisFix style bug.
2006-01-04 Diomidis SpinellisReplace tv_usec normalization with the return of EINVAL.
2006-01-03 Scott LongShuffle some definitions so that this can be included...
2006-01-03 Scott LongAdd some more data structures and definitions for commu...
2006-01-03 Diomidis SpinellisNormalize the tv_usec part of the utimes(2) arguments...
2006-01-03 Dag-Erling... Don't use threads when there's no real reason to.
2006-01-03 John BaldwinFix a couple of issues with the ibcs2 module event...
2006-01-03 Jung-uk KimCorrectly check the filter length. I committed the...
2006-01-03 Jung-uk Kim- Explicitly validate an empty filter to match bpf_filt...
2006-01-03 John BaldwinRelease the pci_link acpi serial lock if a link device...
2006-01-03 Brian SomersThis signal handling code is worse than a no-op. If a
2006-01-03 John Baldwin- Don't list sleep() in the NAME section as we haven...
2006-01-03 Brian SomersFor the ``#ifdef NOTYET'' code that allows calling...
2006-01-03 Robert WatsonBack out VFS_LOCK_GIANT.9:1.4, due to losing a race...
2006-01-03 David XuRemove in-progress wait code to sync with libpthread...
2006-01-03 Robert WatsonWhen returning EIO from DEVFSIO_RADD ioctl, drop the...
2006-01-03 Brian SomersFix the other su bug reintroduced two commits ago,...
2006-01-03 Pyun YongHyeon- Tx side bus_dmamap_load_mbuf_sg(9) support. This...
2006-01-03 Warner LoshUse the child to allocate the resource rather than...
2006-01-03 Warner LoshMinor style(9) hacking, plus use a macro in place of...
2006-01-02 Andrew ThompsonFix a brain-o in the last commit, the conditional was...
2006-01-02 Andrew ThompsonReorganise bridge_rtupdate slightly to reduce duplication.
2006-01-02 Andrew ThompsonReset the route expiry time on each update rather than...
2006-01-02 Andrew ThompsonIt is better to use time_uptime here since it is monotonic.
2006-01-02 Doug RabsonRevert the previous change - the lib32 build should...
2006-01-02 Sam Lefflerenable "aggressive mode" only when operating in ap...
2006-01-02 Sam Lefflerupdate erp information element in the beacon frame...
2006-01-02 Yoshihiro TakahashiAdd EXTDOCDIR and EXTPORTSDIR.
2006-01-02 Yoshihiro TakahashiAdd EXTPORTSDIR like EXTSRCDIR and EXTDOCDIR.
2006-01-02 Doug RabsonFix the amd64 (and presumably ia64) lib32 build by...
2006-01-02 Doug RabsonTemporarily disable the kerberos5 lib32 build while...
2006-01-02 Andrew ThompsonMinor whitespace cleanup.
2006-01-02 Brian SomersHandle the case (that I just broke) where the following...
2006-01-02 Andrew ThompsonRead time_second directly rather than calling getmicrot...
2006-01-02 Brian SomersRemove broken code that mucks about with tcsetpgrp...
2006-01-02 Brian SomersAdd a -s flag for the same functionality as strace...
2006-01-02 Yoshihiro TakahashiRequest boot floppy after loading mfsroot floppy becaus...
2006-01-02 Dima DorfmanAdd a -P option to allow skipping newfs when using...
2006-01-01 Juli MallettNUL terminate buffer from fgetln(3). From fgsch@OpenBSD.
2006-01-01 Juli MallettWhitespace after switch.
2006-01-01 Scott LongUse the correct units when handling the hw.physmem...
2006-01-01 Warner LoshUse __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropri...
2006-01-01 Warner LoshDefine __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT,...
2006-01-01 Warner LoshRemove left-over #ifdef alpha routines. They aren...
2006-01-01 Ariff Abdullah- Fix possible memory leak due to repetetive strdup...
2006-01-01 Ariff AbdullahFix another xruns counting logic, this time, for recording.
2006-01-01 Stefan FarfelederDocument that '#' starts a comment.
2006-01-01 Doug RabsonUse the correct shared-library version number (the...
2006-01-01 Warner LoshRemove stray debug from p4 integration.
2006-01-01 Alexander LeidingerUnbreak kernel build.
2006-01-01 Tai-hwa LiangAdding another multi-byte characters related regression...
2005-12-31 Warner LoshRemove extra debugging that crept in with the integrati...
2005-12-31 Warner LoshRemove K&R vestige. It is no longer necessary to conca...
2005-12-31 Warner LoshIt is next year in Asia already, so jump the gun a...
2005-12-31 Christian BruefferUpdate for new devices, including the AMD 8111. Also...
2005-12-31 Alexander LeidingerSay some words about the removed PQ_* kernel options.
2005-12-31 Alexander LeidingerMI changes:
next