]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-06-13 rwatsonSocket MAC labels so_label and so_peerlabel are now...
2004-06-13 mlaierPrepare pf for building with ALTQ:
2004-06-13 rwatsonIntroduce socket and UNIX domain socket locks into...
2004-06-12 rwatsonCorrect whitespace errors in merge from rwatson_netperf...
2004-06-12 dwmaloneA first stab at truss support for amd64, basically...
2004-06-12 rwatsonMove #ifdef _KERNEL higher in socketvar.h to cover...
2004-06-12 cpercivas/mbps/Mbps/
2004-06-12 leAdd gvinum, the geom_vinum userland tool.
2004-06-12 leAdd a module directory for geom_vinum.
2004-06-12 leAdd a first version of a GEOMified vinum.
2004-06-12 rwatsonMissed directory in previous commit; need to hold SOCK_...
2004-06-12 rwatsonExtend coverage of SOCK_LOCK(so) to include so_count...
2004-06-12 alcIn a multiprocessor, the PG_W bit in the pte must be...
2004-06-12 gadSwitch to using the "neworder" for rotating log files...
2004-06-12 mlaierAdd an additional queue which will be "owned by the...
2004-06-12 rwatsonWhitespace-only restyling of socket reference count...
2004-06-12 rwatsonIntroduce a mutex into struct sockbuf, sb_mtx, which...
2004-06-12 phkFix registration of loadable line disciplines.
2004-06-12 desGroup tinderbox results by config name. Skip configs...
2004-06-12 desInclude the config name in the log file name.
2004-06-12 davidxuCheck pending signals, if there is signal will be unblo...
2004-06-12 alcRemove an unused #include.
2004-06-12 scottlWhen autosense is retrieved, tell CAM about it instead...
2004-06-12 dasThe references to scalbn and scalbnf should be scalb...
2004-06-12 scottlCorrect typo from previous commit.
2004-06-12 mariusBack out 1.23 until I figure out why it causes Netra...
2004-06-12 mlaierFreeBSD-ify ALTQ:
2004-06-12 mlaierThis commit was generated by cvs2svn to compensate...
2004-06-12 mlaierImport parts of the ALTQ framework from latest KAME...
2004-06-11 rwatsonUse tabs instead of spaces between #define and macro...
2004-06-11 csjpModify ip fw so that whenever UID or GID constraints...
2004-06-11 alcNeither pmap_enter() nor pmap_enter_quick() should...
2004-06-11 alcMove uma_small_alloc() and uma_small_free() out of...
2004-06-11 schweikhStyle cleanup.
2004-06-11 vkashyapFix for a problem seen only on 6xxx series controllers...
2004-06-11 bmilekicGah! Plug a mbuf leak I introduced in the last commit.
2004-06-11 schweikh* Fix typo in comment.
2004-06-11 julianShuffle some code around.
2004-06-11 marcelDocument the STRIPBIN environment variable. This includ...
2004-06-11 obrienSperate out the MD parts of kvm-fbsd to get rid of...
2004-06-11 eikAdd sha1 and rmd160 checksum tools.
2004-06-11 cognetImport the ttys file for arm.
2004-06-11 scottlMake the XPT_CALC_GEOMETRY op dependent on the sc_exten...
2004-06-11 phkCOMPAT_SUNOS is gone.
2004-06-11 phkMake this look less dubious :-)
2004-06-11 joergCast the arguments to make_h_number() to uintmax_t...
2004-06-11 phkDeorbit COMPAT_SUNOS.
2004-06-11 phkMerge boot0 and boot0sio so they behave the same.
2004-06-11 sosBack out the last change as that broke some SATA devices.
2004-06-11 alcReduce the number of preallocated pv entries and lpte...
2004-06-11 rwatsonRemove unneeded Giant acquisition in divert_packet...
2004-06-11 rwatsonConstify raw_sendspace and raw_recvspace, as they're...
2004-06-11 rwatsonSwitch to conditionally acquiring and dropping Giant...
2004-06-11 rwatsonUn-staticize 'dst' sockaddr in the stack of bpfwrite...
2004-06-11 rwatsonLock down parallel router_info list for tracking multic...
2004-06-11 kensmithChange defualt time zone from GMT to UTC. This will...
2004-06-11 anholtMerge from DRI CVS as of 2004-05-26. Most of the meat...
2004-06-11 dasAdd some fenv.h regression tests.
2004-06-11 dasShift the FPSR contents by the correct amount so feupda...
2004-06-11 dasInsert a missing '~' in feholdexcept(), so that it...
2004-06-11 greenMake sysctl_wire_old_buffer() respect ENOMEM from vsloc...
2004-06-11 kientzleOops: gtar's --dereference should be a synonym for...
2004-06-11 peterRevise previous commit - I managed to mess up a 1-line...
2004-06-10 peterThe gcc/config/i386/freebsd64.h file neglects to overri...
2004-06-10 mariusRemove second <sys/cdefs.h> and __FBSDID.
2004-06-10 peterArgh. Add the mini-stack-frame back in for mcount's...
2004-06-10 peterMake profiling work for varargs functions.. %al is...
2004-06-10 mariusAdd a first version of a pcf(4) front-end for the Sun...
2004-06-10 marius- Add missing <sys/module.h>.
2004-06-10 marius- Add missing <sys/module.h>.
2004-06-10 marius- #define\tFOO\tBAR
2004-06-10 rwatsonIntroduce a subsystem lock around UNIX domain sockets...
2004-06-10 peterInsta-MFi386: ignore disabled cpu apic id's entirely
2004-06-10 schweikhCorrect assorted typos and grammos.
2004-06-10 jhb- Use the correct devclass name ("acpi" vs "ACPI")...
2004-06-10 jhbRemove atdevbase and replace it's remaining uses with...
2004-06-10 ruinit_tables() must be run after sys/net/route.c:route_i...
2004-06-10 jhbCompletely ignore disabled CPU entries as their APIC...
2004-06-10 brianDie if make buildworld fails -- don't wait 'till instal...
2004-06-10 peterTurn cvs back on after import; that was less painful...
2004-06-10 peterMerge 1.11.15+ -> 1.11.17 changes onto mainline. I...
2004-06-10 peterThis commit was generated by cvs2svn to compensate...
2004-06-10 peterImport cvs-1.11.17 onto vendor branch.
2004-06-10 peterTurn off cvs while import/merging.
2004-06-10 rikFree tty at detach().
2004-06-10 mariusFix typo that prevents esp_sbus.c and lsi64854.c from...
2004-06-10 ruFixed a bug spotted by compiling with -Wall.
2004-06-10 scottlAdd esp(4) to NOTES.
2004-06-10 scottlAdd esp to the sparc64 GENERIC
2004-06-10 scottlAdd the esp(4) files. Two of them are sbus-specific...
2004-06-10 scottlPort the NetBSD esp(4) driver. This only includes...
2004-06-10 alcMFamd64
2004-06-10 iedowseInitialise `restartcnt' in the newly malloc'd usbd_port...
2004-06-10 marius- Add a LLADDR() forgotten in the conversion to ether_c...
2004-06-10 bmilekicPlug a race where upon free this scenario could occur:
2004-06-10 marius- Remove a variable no longer used after the conversion...
2004-06-09 impAdd eisa_if.h
2004-06-09 impAdd eisa_if.h to the list of things to build for new...
2004-06-09 dasFix a bug where rintf() rounded the wrong way in round...
2004-06-09 desThe list of files / directories to remove has moved...
next