]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-02-04 Peter Grehan- recognize 7447A/7448 CPUs (used in miniMacs)
2005-02-04 Christian BruefferManpage for Olicom Token Ring adapters, based on input...
2005-02-04 Peter Grehan- add wall_cmos_clock and adjkerntz variables, required...
2005-02-04 Peter GrehanConvert bus_space_barrier() into a null inline function...
2005-02-04 Peter Grehan- add definitions for MPC7447A/7448 (i.e. miniMac)
2005-02-04 Peter GrehanHID0 updates:
2005-02-03 Warner LoshSort PANASONIC products numerically
2005-02-03 Warner Loshtakawata tells me that KXLC0003 also works with this...
2005-02-03 Scott LongRemove the entries for isp and ispfw instead of leaving...
2005-02-03 Matthew N.... - Split out PCI support.
2005-02-03 Jens Schweikhardts/worman/woman/
2005-02-03 Jun Kuriyama- Use svc_getrpccaller() rather than svc_getcaller...
2005-02-03 Pawel Jakub... - Sort options.
2005-02-03 Pawel Jakub... Fix whitespace.
2005-02-03 Giorgos KeramidasClarify a bit the BUGS section.
2005-02-03 Ruslan ErmilovConnect ng_device(4) to the build.
2005-02-03 John BaldwinAnytime we write to the RTC's status B register to...
2005-02-03 Sam Lefflercorrect check for unicast key being setup; wpa_supplica...
2005-02-03 Ruslan ErmilovMFlibc: Remove extra closing parenthesis.
2005-02-03 Pawel Jakub... We do want to print '\n'/'\r'.
2005-02-03 Pawel Jakub... 'c' cannot be -1.
2005-02-03 Pawel Jakub... - Move gets() function to libkern (I want to use it...
2005-02-03 Ruslan ErmilovReflect recent code changes.
2005-02-03 Pawel Jakub... - Remove bogus O_CREAT flag. We really don't want to...
2005-02-03 Ruslan ErmilovParse "getifname" using the standard parse string type.
2005-02-03 Ruslan ErmilovFixed an off-by-one error when dealing with interface...
2005-02-03 Ruslan ErmilovFixed an off-by-one error when dealing with interface...
2005-02-03 Ruslan ErmilovAdded ASCII version of the NGM_EIFACE_GET_IFNAME messag...
2005-02-03 Hartmut BrandtConstify an argument to a function.
2005-02-03 Hartmut BrandtGet rid of a number of unneccessary memory allocations.
2005-02-03 Ruslan ErmilovRemoved unused includes.
2005-02-03 Ruslan ErmilovIgnore consonants, and remove more duplicates.
2005-02-03 Robert WatsonWhen entering siocnputc() with (kdb_active), don't...
2005-02-03 Ruslan ErmilovRemoved more duplicates (forgot to ignore underscore).
2005-02-03 Ruslan ErmilovKeep the fortune above this.
2005-02-03 Ruslan ErmilovRemove more duplicates.
2005-02-03 Ruslan ErmilovIgnore vowels, and remove more duplicates, mostly due...
2005-02-03 Dag-Erling... Trim some obnoxious warlording.
2005-02-03 Ruslan ErmilovRemoved more duplicates, by ignoring "i", "you", "we",
2005-02-03 Ruslan ErmilovFix alignment in the last commit.
2005-02-03 Peter Grehan- remove NO_MODULES since they've been working for...
2005-02-03 Peter GrehanDon't build syscons, uart or vpo on PPC.
2005-02-03 Peter GrehanFix up assignment of negative number to char. Char...
2005-02-03 Warner LoshMF dev/wi: merge the pccard lists.
2005-02-03 Ruslan ErmilovMerged fortunes with fortunes2.
2005-02-03 Ruslan ErmilovFix bugs.
2005-02-02 Peter GrehanDon't lose the frame pointer for PPC modules: backtrace...
2005-02-02 Alfred PerlsteinModify rpcgen -t output to something that's a lot more...
2005-02-02 Jeff Roberson - Use a seperate malloc tag for saved inode contents...
2005-02-02 Jeff Roberson - Correct a typo in kern_rename. tvfslocked should...
2005-02-02 Robert WatsonDefine SI_SUB_AUDIT, the system boot event to initializ...
2005-02-02 Robert WatsonAdd a stub audit_kevents.h, which defines exactly one...
2005-02-02 Ken SmithBack out previous commit, bde@ provided an example...
2005-02-02 Ruslan ErmilovFix the comment.
2005-02-02 Ruslan ErmilovWhitespace and "const" changes to reduce diffs to RELENG_4.
2005-02-02 Hartmut BrandtMake enomem static - it's referenced only in util.c.
2005-02-02 Hartmut BrandtRemove a couple of unused buffer functions.
2005-02-02 Robert WatsonAdd a place-holder f_label void * for a future struct...
2005-02-02 Ruslan ErmilovRemoved 1695 fortunes also found in fortunes2.
2005-02-02 Pyun YongHyeonFix "Duplicate mbuf free panic".
2005-02-02 Hartmut BrandtConvert several typedefs from beeing pointers to struct...
2005-02-02 Ken SmithIt was noticed that we do not change a file's access...
2005-02-01 Jeff Roberson - Or MPSAFE with the correct set of flags in stat...
2005-02-01 Poul-Henning... Forgot to mark the IRQ as MPSAFE.
2005-02-01 Warner LoshThe two PLANEX cards listed in pccarddevs, identified...
2005-02-01 Poul-Henning... Add a IEEE488 driver for PCIIA compatible cards.
2005-02-01 Ruslan ErmilovIgnore case and all non-word characters, and remove...
2005-02-01 Pav Lucistnik- Add few lines from my personal signature file
2005-02-01 Alexey ZelkinCleanup prototypes and remove dead code
2005-02-01 Alexey ZelkinAvoid unconditional increasing of variable leading...
2005-02-01 Sean KellyRemove another duplicate fortune.
2005-02-01 Hartmut BrandtMove all the remaining list functions into one C-file...
2005-02-01 Ruslan ErmilovRemoved full duplicates that only differ in amount...
2005-02-01 Dag-Erling... Remove a duplicate.
2005-02-01 Gleb SmirnoffIn case of various tunneling protocols, mbuf may pass...
2005-02-01 Hartmut BrandtRemove debugging stuff that crept in in the previous...
2005-02-01 Peter Grehan- change all u_int_XX to uint_XX
2005-02-01 Hartmut BrandtClean up include files and file including. Split nonint...
2005-02-01 Dag-Erling... In addition to the PAM environment, export a handful...
2005-02-01 Dag-Erling... Add openpam_free_envlist(3).
2005-02-01 Dag-Erling... This commit was generated by cvs2svn to compensate...
2005-02-01 Dag-Erling... Vendor import of OpenPAM Feterita.
2005-02-01 Nik ClaytonAdd to CFLAGS, rather than overriding it. Use LDFLAGS...
2005-02-01 Alexey ZelkinUse LC_MESSAGES locale category instead of value of...
2005-02-01 Warner LoshBUS_SPACE_UNRESTRICTED shouldn't be used with the bus_a...
2005-02-01 Nate LawsonSort functions.
2005-02-01 Bosko MilekicUpdate copyright, remove "all rights reserved" (since...
2005-02-01 Nik ClaytonLink against libtap (ports/devel/libtap). Replace...
2005-01-31 Bernd Walteradd cpu_idle support for 21066A based lca systems
2005-01-31 Shunsuke AkiyamaUse a taskqueue to handle port status changes.
2005-01-31 Warner Loshnit in /*-
2005-01-31 Scott LongYikes! Fix a typo in a function name that managed...
2005-01-31 Suleiman SouhlalRemove unsigned casts.
2005-01-31 Marcel MoolenaarAdd the keyboard system device before we probe for...
2005-01-31 Marcel MoolenaarRevert rev. 1.5.
2005-01-31 Robert WatsonUpdate an additional reference to the rate of ISN tick...
2005-01-31 Scott LongRemove a dead vtophys() reference.
2005-01-31 Christian S... Change the state allocator from using regular malloc...
2005-01-30 Robert WatsonHave tcp_isn_tick() fire 100 times a second, rather...
2005-01-30 Marcel MoolenaarFix a logic bug that caused DSR to never be deasserted.
next