]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2000-10-26 impChange snprintf to strncpy.
2000-10-26 dwmaloneImprove some slightly confused formatting.
2000-10-26 bmahNote update of bktr(4) to 2.17 (+MFC) and fix up some...
2000-10-26 gallatinfix unaligned access errors caused by bad scanf/printf...
2000-10-26 gallatinfix unaligned access errors by copying untyped data...
2000-10-26 rogerAdd new ioctls for userland access to the MSP device
2000-10-26 gallatinadd a version tag for the alpha linulator to depend on
2000-10-26 rogerFix typo
2000-10-26 dfrMinor build fixes.
2000-10-26 acheTreat c_fmt field as compatibility placeholder
2000-10-26 acheForce "%c" to be ctime-compatible
2000-10-26 hosokawaAdded "minimum3": spare room for multilingual installer...
2000-10-26 gallatinUpdate osf1_setuid() and osf1_setgid() to use the new...
2000-10-26 gallatinunstaticize change_ruid() because it is needed by osf1_...
2000-10-26 asmodaiAdd and install the uscanner manpage.
2000-10-26 asmodaiUpdate @freebsd.org email addresses to @FreeBSD.org...
2000-10-26 jwdAlways need to 'load /kernel', it's the 'read' that...
2000-10-26 acheForce %c to be "%a %Ef %T %Y" to eliminate problems...
2000-10-26 jkhMore explicitly set crypto bits.
2000-10-26 ruRFC 791 says that IP_RF bit should always be zero,...
2000-10-26 darrenrfix conflicts from rcsids
2000-10-26 darrenrThis commit was generated by cvs2svn to compensate...
2000-10-26 darrenrImport IP Filter 3.4.12
2000-10-26 darrenrfix conflicts from rcsids
2000-10-26 jkhShorten the labels in the keymap menu so it fits smalle...
2000-10-26 ruWrong header length used for certain reassembled IP...
2000-10-26 nonUncommnet entries for PC-Cards which are supposed work...
2000-10-26 obrienWhile I'm here and got caught by it, add FreeBSD IDs...
2000-10-26 obrienHaving a local `string.h' is just asking for trouble...
2000-10-26 obrienUse the pathnames from pathnames.h rather than hardcodi...
2000-10-26 hmAdd infrastructure for Cologne Chip HFC-S PCI driver.
2000-10-26 hmAdd infrastructure for Cologne Chip HFC-S PCI driver.
2000-10-26 hmMake the software HDLC decoder work again.
2000-10-26 billfAlmost a year exactly from when I first imported mergem...
2000-10-26 cghandle AFMT_QUERY right
2000-10-26 luigiClose PR22152 and PR19511 -- correct the naming of...
2000-10-25 wpaulSet the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags...
2000-10-25 wpaulAdd a missing SK_UNLOCK() to sk_attach_xmac().
2000-10-25 dfrMove the call to extend_heap() from main to start so...
2000-10-25 dfrDon't build start.S as part of libalpha.a - its built...
2000-10-25 dfrDon't indirect through a null pointer if we run out...
2000-10-25 dfrMake a few functions inline to save space.
2000-10-25 desBring cpuinfo closer to what it looks like in Linux...
2000-10-25 desAdd /proc/<pid>/status and /proc/<pid>/stat (the latter...
2000-10-25 jhb- Add atomic_cmpset_{acq_,rel_,}_long
2000-10-25 jhbThis driver doesn't have a software interrupt handler...
2000-10-25 jhbCatch up to the new software interrupt code.
2000-10-25 jhb- Catch up to new software interrupt code.
2000-10-25 bmahNote the MFC of ATA support for new chipsets and tagged...
2000-10-25 jhb- Remove unneeded machine/ipl.h #include.
2000-10-25 jhbCatch up to the new swi code.
2000-10-25 wollmanMerge from vendor branch.
2000-10-25 wollmanThis commit was generated by cvs2svn to compensate...
2000-10-25 wollman../changes
2000-10-25 bmahUtilize the "-o" (origin) option recently added to...
2000-10-25 n_hibmaDo not include uscanner in the generated kernel config...
2000-10-25 sanpeiadd Xircom CreditCard adapters and workalikes(xe driver)
2000-10-25 julianSlowly add more functionality as I learn more about...
2000-10-25 deischenMake pthread_kill() know about temporary signal handler...
2000-10-25 kuriyamaTrim right column messages to display correctly in...
2000-10-25 ruWe now keep the ip_id field in network byte order all the
2000-10-25 psFast interrupts have no associated process, therefore...
2000-10-25 n_hibmaThe USB scanner driver. To be used together with SANE.
2000-10-25 n_hibmaRegen.
2000-10-25 n_hibmaSync with NetBSD
2000-10-25 sosAdd the ATA_ENABLE_TAGS option
2000-10-25 msmithMajor update to the 'twe' driver.
2000-10-25 jhb- Overhaul the software interrupt code to use interrupt...
2000-10-25 mjacobGet rid of ridiculous ISP_PVS macro. Instead, just...
2000-10-25 mjacobWhoops! Forgot to commit this when I committed the...
2000-10-25 jhbQuite some warnings.
2000-10-25 jkoshyFail the 'buildkernel' target if not even one of the...
2000-10-25 gallatinfix bogus cast in osf1_getrlimit/osf1_setrlimit
2000-10-25 jhbImplement atomic_{set,clear,add,subtract}_{acq_,rel_...
2000-10-25 jhbOnly use 1 set of memory barrier operations with the...
2000-10-25 gallatinteach the osf1_getsysinfo() function about a few more...
2000-10-25 jhb- Forward declare struct mtx instead of #include'ing...
2000-10-25 jhb- Catch a machine/mutex.h -> sys/mutex.h I somehow...
2000-10-25 jhb- Make the eventhandler_mutex mutex a private variable in
2000-10-24 teggeEliminate some bitrot (nonexisting member variable...
2000-10-24 teggeStyle fixes.
2000-10-24 wpaulConvert the USB ethernet drivers to use mutexes. Also...
2000-10-24 teggeMake RPC timeout message more readable.
2000-10-24 bmahAdd a relnote about large swap areas not panicking...
2000-10-24 archieBuild the ISC library as libisc. This library comes...
2000-10-24 dfr* Various fixes to breakage introduced by the atomic...
2000-10-24 obrienWe were trying to dike out `apm0', but of course device...
2000-10-24 obrienRemove /boot/boot[12] from the MFS installation floppies.
2000-10-24 obrienDike out more for the i386 release build: NCR SCSI...
2000-10-24 dwmaloneFix two typos in comments.
2000-10-24 wilkoDocument that pci_device_override requires a recent...
2000-10-24 julianChange archie's and my email addresses from Whistle...
2000-10-24 bmahCatch up on some release notes: write combining for...
2000-10-24 julianSince neither archie nor I work at Whistle any more...
2000-10-24 julianFirst effort at bringing these up-to-date.
2000-10-24 gshapiroFix up the build for the STARTTLS version of sendmail...
2000-10-24 sosOops better ad the ar device to the all target, people...
2000-10-24 acheDescribe %c better
2000-10-24 sosAdd the ATA RAID (ar) device
2000-10-24 phkAdd $FreeBSD$
next