]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-05-25 Robert WatsonAdd a basic regression test for sendfile() over TCP...
2006-05-25 Brad Daviss/on a crt//
2006-05-25 Xin LI - Add include for libutil.h and string.h for prototype.
2006-05-25 Stephan UphoffDo not set B_NOCACHE on buffers when releasing them...
2006-05-24 Mohan SrinivasanSince NFSv4 is not SMP safe, nfsiod needs to acquire...
2006-05-24 Sam LefflerWhen starting up threads in taskqueue_start_threads...
2006-05-24 Robert WatsonAdjust minimum iod threads from 4 to 0 -- since we...
2006-05-24 Warner LoshExport the pribus, secbus and subbus as sysctls for...
2006-05-24 Warner LoshSuspend the children before we turn off card events...
2006-05-24 Warner LoshFix a race when detaching the cbb worker thread. There...
2006-05-24 Warner LoshAdd cbb, cardbus, pccard and exca to the list of module...
2006-05-24 Wilko BulteVinod has passed the maintainership for the twa/twe...
2006-05-24 Chuck LeverWhile reviewing NFS client for another PR, noticed...
2006-05-24 Michael Reifenbergermake cryptotest compile after the latest changes to...
2006-05-24 Matt JacobForced commit - last checkin got away from me.
2006-05-24 Matt JacobSorry- last delta was checked in by mistake.
2006-05-24 Matt JacobMake physical buffers in cam_periph_mapmem owned by...
2006-05-24 Gleb SmirnoffUnnest includes before forthcoming editing.
2006-05-24 John BaldwinWorkaround a hang on some nForce2 systems that can...
2006-05-24 Guy HelmerRevision 1.4 set access for all sensitive files in...
2006-05-24 Oleg BulyzhinImplement internal (i.e. inside kernel) packet tagging...
2006-05-24 Gleb SmirnoffRename device name in the last commit. According to...
2006-05-24 Craig RodriguesConvert to nmount() and remove hardcoded checks for...
2006-05-24 Gleb SmirnoffQuote the parameter to sysctl(1), allowing to use white...
2006-05-24 Ceri DaviesRemove the trailing half of a sentence which was clearl...
2006-05-24 Ceri DaviesClean up the grammar in here some.
2006-05-24 Ruslan ErmilovGC long unused hostnamelen and domainnamelen.
2006-05-24 Colin PercivalIf the user asks for "kernel sources" to be installed...
2006-05-24 Ian DowseAttempt to follow the procedure described in section...
2006-05-24 Craig RodriguesTake errmsg out of ffs_opts. It is already part of...
2006-05-24 Kris KennawayIncrease the nfs access cache timeout from 2 to 60...
2006-05-23 Warner LoshWhitespace nits
2006-05-23 Garrett WollmanThe (British) Crown Dependencies now have their own...
2006-05-23 Marcel MoolenaarRemove definitions of uart_[gs]etdreg. They are not...
2006-05-23 Warner LoshAdd a stub man page for device_get_sysctl{_ctx,tree...
2006-05-23 Chuck LeverNFS over TCP retransmit behavior should default to...
2006-05-23 Chuck LeverRefactor the NFS over UDP retransmit timeout estimation...
2006-05-23 Craig RodriguesConvert mountd to nmount(). Remove some hardcoded...
2006-05-23 Warner LoshRemove 'n' from the getopt string. There's no -n optio...
2006-05-23 Mohan SrinivasanVnode locks are recursive and the NFS client support...
2006-05-23 Olivier HouchardUse pmap_devmap_bootstrap(), instead of mapping the...
2006-05-23 Pawel Jakub... Forgot to remove the line.
2006-05-23 Pawel Jakub... Document missing CRYPTO_F_ flags.
2006-05-23 Benno RiceThe lcr variable in ns8250_probe is now unused. Remove it.
2006-05-23 Warner LoshGC old a.out and K&R support.
2006-05-23 Ian DowseWhen usb_event_thread() first starts, wait significantl...
2006-05-23 Benno RiceAllow uart(4)'s ns8250 driver to work with devices...
2006-05-23 Seigo TanimuraAvoid spurious release of an rtentry.
2006-05-22 Olivier HouchardUse macros instead of hardcoding the address for SACOM1...
2006-05-22 Bruce A. MahNew release notes: ipfwpcap(8), jemalloc.
2006-05-22 Marius StroblGC these crt{begin,end}.c, which are unused since the...
2006-05-22 Markus Brueffer- Document the new Read_Node_List command, autodetectio...
2006-05-22 Markus Brueffer- Add HCI node autodetection. As a consequence of this...
2006-05-22 Pawel Jakub... Remove (now unused) crp_mac field.
2006-05-22 Pawel Jakub... Fix usage of HMAC algorithms via /dev/crypto.
2006-05-22 Pawel Jakub... Fix HMACs handling with uio's by not using crp_mac...
2006-05-22 Yoshihiro Takahashi- Fix the busname in the DRIVER_MODULE.
2006-05-22 Pawel Jakub... Protect the sc_needwakeup field with the sc_freeqlock...
2006-05-22 Pawel Jakub... Improve the code responsible for waking up the crypto_p...
2006-05-22 Pawel Jakub... Don't wakeup the crypto_ret_proc thread if it is runnin...
2006-05-22 Pawel Jakub... Don't set cc_kqblocked twice and don't increment crypto...
2006-05-22 Pawel Jakub... Document how we synchronize access to the fields in...
2006-05-22 Pawel Jakub... We must synchronize access to cc_qblocked, because...
2006-05-22 Joel Dahls/packages/packets/
2006-05-22 Joel DahlAdd manual page for ipfwpcap(8).
2006-05-22 Maxim Konovalovo Correct comments: remove a reference to non-existent...
2006-05-22 Matt JacobAdd missing case for RQSTYPE_CTIO3- neede for 64 bit...
2006-05-22 Andrey A. ChernovReflect int -> size_t changes in glob.h
2006-05-22 Matt JacobRemove bzero/bcopy vestiges
2006-05-22 Matt JacobRemove bzero/bcopy vestiges.
2006-05-22 Matt Jacobremove bzero/bcopy vestiges
2006-05-22 Matt Jacobadd TGT_ANY define
2006-05-22 Matt JacobFix longstanding bug where exec throttle is 16 bits...
2006-05-22 Andrey A. ChernovReflect size_t changes in glob.h
2006-05-22 Andrey A. ChernovAdd size_t declaration
2006-05-22 Andrey A. ChernovMake gl_offs size_t too, as required by POSIX
2006-05-22 Andrey A. ChernovRemove pending actions asked in comments for SHLIB_MAJO...
2006-05-22 Andrey A. ChernovUse size_t for gl_pathc as asked in the libc's Makefile:
2006-05-22 Andrey A. ChernovRemove the kludge, as asked in the Makefile:
2006-05-22 Bruce A. MahNew release notes: acpi_dock(4), netcat from OpenBSD...
2006-05-21 Robert WatsonWhen allocating a bucket to hold a free'd item in UMA...
2006-05-21 Maxim Konovalovo Fix a comment: ufs2_dinode.di_blocks counts blocks...
2006-05-21 Maxim Konovalovo Fix a comment: directory whiteout type is DT_WHT...
2006-05-21 Maxim Konovalovo In udp|rip_disconnect() acquire a socket lock before...
2006-05-21 Maxim Konovalovo Add missed error check: in ip_ctloutput() sooptcopyin...
2006-05-21 Xin LIResolve conflicts.
2006-05-21 Xin LIThis commit was generated by cvs2svn to compensate...
2006-05-21 Xin LIImport netcat from OpenBSD 3.9-RELEASE.
2006-05-21 Hajimu UMEMOTOBump library majro version for gethostbyaddr(3).
2006-05-21 Hajimu UMEMOTONuke some compatibility crufts of resolver for 6.X...
2006-05-21 Hajimu UMEMOTOFix gethostbyaddr() prototype to conform to IEEE Std...
2006-05-21 Hajimu UMEMOTOReturn EAI_OVERFLOW instead of EAI_MEMORY when the...
2006-05-21 Hajimu UMEMOTOUpgrade res_update(3) and the friends to BIND9's one...
2006-05-21 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-05-21 Hajimu UMEMOTOVendor import of BIND 9.3.2
2006-05-21 David XuDon't allow non-root user to set a scheduler policy...
2006-05-20 Simon L. B... - Fix path to sysinstall, it hasn't been in /stand...
2006-05-20 Craig RodriguesRemove reference to "System call restart" in intro...
2006-05-20 Max LaierRemove stale altq instructions. They don't belong...
2006-05-20 Maxim Konovalovo .Xr strtonum(3).
next