]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-12-13 delphijWe use gmt2local code from tcpdump and gnuc.h is no...
2009-12-13 delphijxinstall.c does not require ctype functions, so ctype...
2009-12-13 delphijStaticify internal functions and make usage() a prototype.
2009-12-13 delphijExplicitly say that this is an internal library which...
2009-12-13 delphijUse prototype for usage().
2009-12-13 delphijRevert most part of 200420 as requested, as more review...
2009-12-13 marcelAdd support for memory disk (md). The size of the memor...
2009-12-13 mariusUnbreak the ata_atapi() usage. Since r200171 the mode...
2009-12-12 kibDocument PBDRY and SLEEPQ_STOP_ON_BDRY.
2009-12-12 jamieDon't free jail parameter values after printing them...
2009-12-12 dougbSince the change to rc.subr in r198162 it's not necessa...
2009-12-12 attilioIn current code, threads performing an interruptible...
2009-12-12 kibFor ia32 syscall(), call cpu_set_syscall_retval()....
2009-12-12 jhDon't read the newline character to line buffer because...
2009-12-12 jhThe input line length limit mentioned on the manual...
2009-12-12 antoineInstall firmware(9) examples.
2009-12-12 luigiMake the code buildable in userland so it is easier...
2009-12-12 dougbOver time things that used to be files/directories...
2009-12-12 scfFix libusb_open_device_with_vid_pid() to return a NULL...
2009-12-12 scfRemove a dead store.
2009-12-12 yongariRemove driver lock assertion in MII register access...
2009-12-11 edThe hostname passed to ulog_login(3) may be optional.
2009-12-11 delphijRemove unneeded header includes from usr.bin/ except...
2009-12-11 delphijRemove unnecessary termcap.h includes inherited from...
2009-12-11 delphijMove unistd.h includes to individual .c files and remov...
2009-12-11 delphijRemove unnecessary includes.
2009-12-11 dougbSimplify handling of MTREEFILE relative to DESTDIR
2009-12-11 bcrReference the correct man page for firmware(9).
2009-12-11 mavCFA support doesn't exclude FLUSH support.
2009-12-11 edConvert pam_lastlog(8) to libulog.
2009-12-11 syrinxBump the man page date to the date of the last update.
2009-12-11 nyanCleanups the boot2 for pc98. There is no functional...
2009-12-11 luigionly export bio_cmd and flags to userland (bio_cmd are
2009-12-11 syrinxAdd support for TACACS+ accounting to libtacplus(3).
2009-12-11 marcelFix interrupt handling. It started off broken and grew...
2009-12-11 thompsaWrap long lines.
2009-12-11 thompsaAdd a quirk for the Curitel UM175 where setting multipl...
2009-12-11 delphijApply two vendor fixes for CVE-2009-3720.
2009-12-11 dougbUpdate to the December 12, 2008 version of this file...
2009-12-11 thompsaRevert r199331, the UM175 is in fact a cdc-acm device...
2009-12-11 mavAdd one more set of codec IDs.
2009-12-10 edUpdate termcap entries for xterm.
2009-12-10 brooksAdd a missing else that negated the truncation of ki_ng...
2009-12-10 luigiuse div64 when converting back the burst value for...
2009-12-10 luigiwhen draining a flowset free the entire chain, not...
2009-12-10 takawataAdd module dependency for cam if configured as ATA_CAM.
2009-12-10 luigicentralize the code to free a packet (or a chain) while...
2009-12-10 jhbDon't warn about an RSDP with a corrupt checksum. ...
2009-12-10 kibRecord part of history I participated in.
2009-12-10 luigiNo functional changes (who dares to touch this code...
2009-12-10 mavLimit maximum I/O size, depending on command set suppor...
2009-12-10 kmacyfor PV XEN translate page table entries from machine...
2009-12-10 kientzleMerge two cpio fixes from libarchive.googlecode.com:
2009-12-10 kmacy- revert pmap_kenter_temporary to taking a physical...
2009-12-10 jasoneSimplify arena_run_reg_dalloc(), and remove a bug that...
2009-12-10 jkimImplement a rudimentary suspend/resume methods for...
2009-12-10 jasoneFix the posix_memalign() changes in r196861 to actually...
2009-12-09 gavinAdd my birthday.
2009-12-09 jhbFor some buses, devices may have active resources assig...
2009-12-09 gavinAdd myself, and show ed@ as my mentor.
2009-12-09 edAdd missing relation between philip and I.
2009-12-09 jhbFix a confusing typo in the EDD packet structure used...
2009-12-09 jhb- Port bios_getmem() from libi386 to {gpt,}zfsboot...
2009-12-09 thompsaFix hardware issue with FTDI chips: avoid sending a...
2009-12-09 thompsaFix dwSignature for NCM mode and add extra debug output.
2009-12-09 thompsaAdd new device ids.
2009-12-09 thompsaCorrect name, 82801IJ -> 82801JI
2009-12-09 thompsaIf the ID byte is non zero then we allow descriptors...
2009-12-09 edPort lastlogin(1) to libulog.
2009-12-09 edDon't let sysinstall depend on <utmp.h>.
2009-12-09 luigiwhen calling ldd, use the cross libraries and not the...
2009-12-09 luigiuse default HZ
2009-12-09 luigiadd -lulog, the program "less" and a comment
2009-12-09 mavClear result before requesting XPT_PATH_INQ.
2009-12-09 mavIncrease Max Read Request Size for PCIe chips from...
2009-12-09 ruThe default balance algorithm has changed from "split" to
2009-12-09 kmacymake PV core dump actually dump memory - still need...
2009-12-08 delphijAllow using IPv6 in nfsrvd_sentcache() callback.
2009-12-08 mavChange gmirror default balance algorithm from "split...
2009-12-08 jkimSimplify a macro not to generate unncessary symbols.
2009-12-08 mavFix the build.
2009-12-08 jillessem_init(3): document process shared semaphores and...
2009-12-08 traszDon't add VAPPEND if the file is not being opened for...
2009-12-08 mariusAdd additional checks of the kernel stack addresses...
2009-12-08 delphijWhat we have in base system is actually OpenBSD 4.5...
2009-12-08 jfvRemove phantom line of code that somehow slipped
2009-12-08 yongariCreate sysctl node(dev.bge.%d.focred_collapse) instead of
2009-12-08 mavAdd ID for NetMos NM9820 Serial Port chip, found on...
2009-12-08 nyanMFi386: revision 200219
2009-12-08 nyanMFi386: Use real mode instead of v86 mode.
2009-12-08 nyanMFi386: revision 200216
2009-12-08 jkim- Try pre-allocating all FIBs upfront. Previously...
2009-12-08 yongariPartially revert r200228. For mini RCB case, bge(4...
2009-12-08 jfvResync with Intel versions of both the em and igb
2009-12-08 rpauloFix typo in comment
2009-12-08 rpauloImprove response to multi-touch taps.
2009-12-08 marcelIn exception_save, write-back ar.rnat after switching...
2009-12-07 jfvUpdate driver to Intel version 2.0.7:
2009-12-07 jkimRevert r200231. It was already taken cared by jhb...
2009-12-07 jkimMake mfi(4) little bit less chatty.
next