]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-07-21 Maxim Konovalovo Initialize do_pipe before command parsing.
2003-07-21 Hartmut BrandtAlways start new sentences on a new line.
2003-07-21 Sam Leffleradd monitor mode
2003-07-21 David E. O... Missed one, remove one more.
2003-07-21 John-Mark Gurneyoverride the tag. usb_block_allocmem allocates a new...
2003-07-21 David XuAlways deliver synchronous signal to UTS for SA threads.
2003-07-20 Mark MurrayTest correct macro for "without crypto" option(s).
2003-07-20 Sam Lefflertrack changes to 802.11 code:
2003-07-20 Sam Lefflero change ieee80211_new_state handling to use a proper...
2003-07-20 Nate LawsonDo not call acpi_MatchHid() for all probe cases since...
2003-07-20 Nate LawsonClose a race condition by passing status retrieved...
2003-07-20 Simon L. B... Add my birthday to the calendar.
2003-07-20 Daniel EischenAdd missing arguments to _amd64_restore_context() when...
2003-07-20 Ruslan ErmilovThe `mk' target is long dead.
2003-07-20 Ruslan ErmilovThis code isn't WARNS=6 clean in the standard (crypto...
2003-07-20 Tim J. RobbinsPass getvfsbyname() the address of a struct xvfsconf...
2003-07-20 Ruslan ErmilovMake this code WARNS=6 clean again (after GCC 3.1.1...
2003-07-20 Mike MakonnenNow that we have the stubs for alpha and we can build it
2003-07-20 Nate LawsonClarify the ACPI shutdown messages.
2003-07-20 Nate LawsonAdd ECDT (ACPI 2.0) support. This allows the EC to...
2003-07-20 Ian DowseTake advantage of the use of file system IDs to simplif...
2003-07-19 Ruslan ErmilovUse an up-to-date make binary in the upgrade_checks...
2003-07-19 David E. O... Trim /rescue.
2003-07-19 Hajimu UMEMOTODisabling multicast on vlan interface caused kernel...
2003-07-19 Mike MakonnenThe MD framework for libthr on alpha
2003-07-19 Hidetoshi ShimokawaAdd description about tagged queuing.
2003-07-19 Hiroki SatoMFC: atkbd(4) bug fix.
2003-07-19 Mike MakonnenTurn a KASSERT back into an EINVAL return value. So...
2003-07-19 Hiroki SatoMerge the following from the English version:
2003-07-19 John-Mark Gurneymake sockstat not print wierd addresses on not connecte...
2003-07-19 Warner LoshAdd new supported cards
2003-07-19 Mike SilbersackThree fixes:
2003-07-19 Warner LoshAdd support for FA-511; Submitted by: Kenneth P. Stox...
2003-07-19 Warner LoshAdd Addtron AWA-100 wireless PCI card
2003-07-19 Warner LoshAdd Linksys WCF12: from Scott Lambert
2003-07-19 Warner LoshSync to 1.60
2003-07-19 Mike SilbersackMinor fix to the MBUF_STRESS_TEST code so that it keeps
2003-07-19 Warner LoshAdd Linksys compact flash wireless card
2003-07-19 Warner LoshAdd support for DFE-670TXD to OLDCARD
2003-07-19 Warner LoshAdd support for BUFFALO LPC3-CLX 10/100Base-T PC-Card
2003-07-19 Warner Loshsync to 1.59
2003-07-19 Warner LoshAdd Buffalo LPC3_CLX.
2003-07-19 David XuOverride libc function raise(), in threading mode,...
2003-07-19 David XuMake raise and _raise as weak symbols, so they can...
2003-07-19 Daniel EischenAdd some very beta amd64 bits. These will also need...
2003-07-19 Daniel EischenAdd amd64 versions of makecontext() and signalcontext...
2003-07-19 Garrett WollmanRewrite to reflect slight change in semantics for C99...
2003-07-19 Garrett WollmanC99 compliance: time() always sets its return value...
2003-07-19 Jeffrey HsuAdd mutex for routing entries.
2003-07-19 Mark MurrayAdjust for new telnet situation (single telnet source...
2003-07-18 Bill PaulRevert to using yp_order() to probe for master.paswd...
2003-07-18 Bill PaulFix a busdma bogon:
2003-07-18 Poul-Henning... Fix a printf format warning I introduced.
2003-07-18 Diomidis SpinellisReport the I/O base address in hex to be consistent...
2003-07-18 Mike MakonnenRemove a lock held across casuptr() that snuck in last...
2003-07-18 Hiroki SatoNew release notes: top(1) -H, mount(8)/umount(8) files...
2003-07-18 Mike MakonnenMove the decision on whether to unset the contested
2003-07-18 Ian DowseWhen mount(8) is invoked with the `-v' flag, display...
2003-07-18 Hartmut BrandtFix a number of occurences of calling uma_zalloc()...
2003-07-18 Thomas QuinotReference PR for IntelligentStick quirk entry.
2003-07-18 Yaroslav TykhiyPrototype defttymode() instead of just declaring it.
2003-07-18 Robert WatsonAdd a comment above rip_ctloutput() documenting that...
2003-07-18 Hartmut BrandtWhen INVARIANTS is defined make sure that uma_zalloc_ar...
2003-07-18 Garrett WollmanWhitespace after keywords per style(9).
2003-07-18 Robert WatsonWhen reporting an error internalizing an ACL string...
2003-07-18 Yaroslav TykhiyCorrect a couple of slips: add a missing article at...
2003-07-18 Hidetoshi ShimokawaClean up include files.
2003-07-18 Yaroslav TykhiyNew release note: arp(8) -i.
2003-07-18 Tim J. RobbinsRemove extern declaration of ps_showallprocs. The defin...
2003-07-18 Yaroslav TykhiyImplement a new option: -i, which will allow to limit
2003-07-18 Mark MurrayBig fixup of the makefiles. Sort out the dependancies...
2003-07-18 Hiten PandyaWLAN related fixes:
2003-07-18 Hartmut BrandtDon't call print_pdu() when we are not debugging. This...
2003-07-18 Poul-Henning... If a proposed swap device exceeds the 8G artificial...
2003-07-18 Poul-Henning... Move the implementation of the vmspace_swap_count(...
2003-07-18 Poul-Henning... Add a new function swap_pager_status() which reports...
2003-07-18 Poul-Henning... Merge swap_pager.c and vm_swap.c into swap_pager.c...
2003-07-18 Hartmut BrandtCorrect the device identifiers for the ProATM cards.
2003-07-18 Ian DowseSince checkmntlist() and getmntentry() return a struct...
2003-07-18 Dag-Erling... Look for logs in the directory where we place the output.
2003-07-18 Dag-Erling... Fix taint bug in previous commit.
2003-07-18 Dag-Erling... Generate index.html in the same directory.
2003-07-18 Hidetoshi ShimokawaAdd some debug messages.
2003-07-18 Daniel EischenCleanup thread accounting. Don't reset a threads timeslice
2003-07-18 Daniel EischenAdd a preemption point when a mutex or condition variab...
2003-07-18 Daniel EischenClean up KSE specific data (KSD) macros a bit.
2003-07-18 Ian DowseWhen the file system to unmount is specified by device...
2003-07-18 David E. O... Obey NOCRYPT
2003-07-18 Robert DrehmelMake the 80x60, 132x25, 132x43, 132x50, and 132x60...
2003-07-17 Julian ElischerChanges to allow top to decide whether or not to show...
2003-07-17 Robert DrehmelTo avoid a kernel panic provoked by a NULL pointer...
2003-07-17 Jake BurkholderAvoid exposing declarations for kernel variables to...
2003-07-17 David Xuo Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread...
2003-07-17 David XuFix sigwait to conform to POSIX.
2003-07-17 David Xuo Refine kse_thr_interrupt to allow it to handle differ...
2003-07-17 Robert DrehmelCorrect six return statements which returned zero inste...
2003-07-17 Poul-Henning... Make sure that SWP_NPAGES always has the same value...
2003-07-17 Mark MurrayStyle(9) cleanup. There was no consistent style in...
2003-07-17 John BaldwinFix a bogon in the previous commit. When suppressing...
2003-07-17 John PolstraCorrect comments to indicate that the EM_RADV and EM_TA...
next