]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-07-09 Pawel Jakub... Declare UFS module version.
2006-07-09 Pawel Jakub... Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in...
2006-07-09 Pawel Jakub... When kern.geom.raid3.use_malloc tunnable is set to...
2006-07-09 Maxim Konovalovo style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 Robert WatsonWhen extending a file with truncate, check that newly...
2006-07-09 Robert WatsonAdd regression tests to make sure that attempting to...
2006-07-09 Robert WatsonAdd very basic ftruncate() regression test, with a...
2006-07-09 Maxim Konovalovo Fix MTX_SYSINIT prototype.
2006-07-09 Stefan FarfelederFix spelling in a comment.
2006-07-09 Sam Lefflero replace special handling of clone operations by a...
2006-07-09 Sam LefflerRevise network interface cloning to take an optional...
2006-07-09 Colin PercivalRemove build timestamps. There's no need to know exact...
2006-07-08 John BaldwinRegen.
2006-07-08 John Baldwin- Split ioctl() up into ioctl() and kern_ioctl(). ...
2006-07-08 John BaldwinUse kern_connect() in spx_open() to avoid the need...
2006-07-08 John BaldwinAdd a kern_close() so that the ABIs can close a file...
2006-07-08 John Baldwin- Split the IBCS2 ipc foosys() system calls up into...
2006-07-08 John BaldwinUse ibsc2_key_t rather than key_t.
2006-07-08 John BaldwinRework kern_semctl a bit to always assume the UIO_SYSSP...
2006-07-08 Warner LoshCreate bus_enumerate_hinted_children. This routine...
2006-07-08 Warner Losh(apply '(lambda (reformat-region 'style-9-parens))...
2006-07-08 Warner LoshRemove old GENERIC kludge. We no longer need to skip...
2006-07-08 Konstantin... Signals may be delivered to process as well as to the...
2006-07-08 Konstantin... Always supply curthread as argument to nfs_asyncio...
2006-07-08 Dag-Erling... Turn on libfetch debugging if -v was specified on the...
2006-07-08 Craig RodriguesIn get_exportlist(), properly loop over mounted filesys...
2006-07-08 Alexander LeidingerRemove after repo copy to src/tools/kerneldoc.
2006-07-08 Alexander LeidingerAdd (missing) and remove (obsolete) .m files.
2006-07-08 Alexander LeidingerForced commit to note repo copy from sys/doc.
2006-07-08 Colin PercivalAdd note concerning FreeBSD-SA-06:01.texindex.
2006-07-08 Tai-hwa LiangOops, it is sbin/nfsd that was removed, not the man...
2006-07-08 Tai-hwa LiangAdding more antiques came from the RELENG_4(or prior...
2006-07-08 Max LaierMake in-kernel multicast protocols for pfsync and carp...
2006-07-07 Marcel MoolenaarApply local modifications to make Unwind Express BETA...
2006-07-07 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2006-07-07 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2006-07-07 Marcel MoolenaarImport BETA 10 of HP's Unwind Express. This import...
2006-07-07 Pawel Jakub... Remove bogus assertion.
2006-07-07 Robert WatsonFollowing repo-copy of mac_is_present_np.3 to mac_is_pr...
2006-07-07 Robert WatsonForced commit to recognize repo-copy of mac_is_present_...
2006-07-07 Bruce EvansFixed the threshold for using the simple Taylor approxi...
2006-07-07 Marcel MoolenaarFix cut-n-paste bug: compare argument s against known...
2006-07-07 Garance A DrosehnFix checking of the "lock" file in the spool directory...
2006-07-06 Robert WatsonMove POSIX.1e-specific utility routines from kern_acl...
2006-07-06 Robert WatsonForced commit to recognize repo-copy of kern_acl.c...
2006-07-06 John BaldwinRegen.
2006-07-06 John Baldwin- Protect the list of linux ioctl handlers with an...
2006-07-06 John Baldwin- Explicitly acquire Giant around SYSINIT's and SYSUNIN...
2006-07-06 John BaldwinDon't try to copyin extra data for IPC_RMID requests...
2006-07-06 John BaldwinRegen.
2006-07-06 John BaldwinAdd kern_setgroups() and kern_getgroups() and use them...
2006-07-06 John BaldwinUse the regular poll(2) function to implement poll...
2006-07-06 Jung-uk KimEnhanced floppy controllers have Data Rate Select Regis...
2006-07-06 Wayne SalamonAudit the remaining parameters to the extattr system...
2006-07-06 Robert WatsonRemove now unneeded opt_mac.h and mac.h includes.
2006-07-06 Robert WatsonRemove unneeded mac.h include.
2006-07-06 Robert WatsonRemove now unneeded opt_mac.h and mac.h includes.
2006-07-06 Robert WatsonUse #include "", not #include <> for opt_foo.h.
2006-07-06 Oleg BulyzhinSince kernel & userland use different timebase and...
2006-07-06 Xin LIOops, library bumps should be reflected with OLD_LIBS.
2006-07-06 Xin LIReflect library bumps caused by gethostbyaddr(3) change.
2006-07-06 Pyun YongHyeonFix a missing unlock operation in interrupt handler.
2006-07-06 Alan CoxMake two simplifications to pmap_ts_referenced(): Elimi...
2006-07-06 Oleg BulyzhinAdjust rt_(set|get)metrics() to do kernel <-> userland...
2006-07-05 Oleg BulyzhinComplete timebase (time_second -> time_uptime) conversion.
2006-07-05 Bruce EvansFixed tanh(-0.0) on ia64 and optimizeed tanh(x) for...
2006-07-05 Pav Lucistnik- Document RANDOMIZE_MASTER_SITES, MASTER_SORT
2006-07-05 Pav Lucistnik- Document new missing target
2006-07-05 Bruce EvansRemoved the optimized asm versions of scalb() and scalb...
2006-07-05 Wayne SalamonRegen the system calls files, picking up the extended...
2006-07-05 Bruce EvansForced commit to fix the log message for the previous...
2006-07-05 Maksim YevmenkinReplace inb() and outb() with bus_space_read_1() and...
2006-07-05 Konstantin... Back out my rev. 1.674. The better fix (rev. 1.637...
2006-07-05 Wayne SalamonAdd audit events for the extended attribute system...
2006-07-05 Christian BruefferDocument ServerWorks HT1000 support.
2006-07-05 Alan Coxpmap_clear_ptes() is already convoluted. This will...
2006-07-05 Bruce EvansFixed FP_R*. fp{get_set}round() apparently never worke...
2006-07-05 Pyun YongHyeonFix typo in comment.
2006-07-05 David XuTemporarily remove SCHED_CORE, it seems I have so many...
2006-07-05 Bruce EvansBacked out rev.1.10. It tried to implement ldexpf...
2006-07-05 Andrew ThompsonChange the multicast calculation to be the same as...
2006-07-04 Pyun YongHyeonAdd myself.
2006-07-04 Andrew ThompsonFix a braino in the last revision, enc_clone_destroy...
2006-07-04 Maxim Konovalovo Call fts_close() before exit.
2006-07-04 Maxim Konovalovo Kill BUGS section as it is not valid since rev. 1...
2006-07-04 Søren SchmidtAdd preliminary support for the Serverworks HT1000...
2006-07-04 Maxim Konovalovo Add geom to a list of cscope dirs.
2006-07-04 Greg LeheyUpdate dillon's mail address.
2006-07-04 Brooks DavisRemove dhcp entries. They have been incorrect since...
2006-07-03 Jung-uk KimMake sure command/data port (0x60) and status port...
2006-07-03 Jung-uk KimSend client identifier unconditionally. My ancient...
2006-07-03 Matt JacobWhat the heck - make the last (most recent) 2200 f...
2006-07-03 Christian S... Adjust descriptor locking to tell the kqueue subsystem...
2006-07-03 Robert WatsonCorrect a number of problems that were previously comme...
2006-07-03 Robert WatsonMerge OpenBSM 1.0 alpha 7 new AUE_ event identifiers...
2006-07-03 Robert WatsonMerge OpenBSM 1.0 alpha 7 nested time.h include to...
2006-07-03 Maxim Konovalovo Add an 'optional' keyword, which allows files to...
2006-07-03 Oleg BulyzhinReset autonegotiation timer if current media is not...
2006-07-03 Pawel Jakub... Allow to close access even if device is already destroyed.
2006-07-03 Matt JacobDo various fixes to support firmware loading for the...
next