]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-09-04 Ruslan ErmilovSECURITY.
2001-09-04 Ruslan ErmilovThe implementation of -flags was broken and did not...
2001-09-04 Mitsuru IWASAKIReenable RTC interrupts after wakeup. Some laptops...
2001-09-04 Søren SchmidtRemove long overdue obsolete file ide_pcireg.h
2001-09-04 Søren SchmidtThere is no option IDE_DELAY and havn't been for a...
2001-09-04 Mitsuru IWASAKIAdd `-I.' option to CFLAGS so that we can compile asm...
2001-09-04 Mitsuru IWASAKIJust print a message in acpi_tz_monitor() only when...
2001-09-04 Alfred PerlsteinFix sysctl comment field, s/the the/then the
2001-09-04 Doug RabsonEnable bootforth.
2001-09-04 Ruslan Ermilovmdoc(7) police: This still can be done with one-line...
2001-09-04 Ruslan Ermilovmdoc(7) police:
2001-09-04 Assar Westerlundfix renamed options in some of the code that was #ifdef AFS
2001-09-04 Doug RabsonAvoid an alignment fault on 64bit architectures.
2001-09-04 Ruslan Ermilovmdoc(7) police: s/vidmap/vidfont/, don't xref to itself.
2001-09-04 Peter WemmMostly cosmetic. Move various variables from .s files...
2001-09-04 Ruslan Ermilovmdoc(7) police: tighten label width.
2001-09-04 Ruslan Ermilovmdoc(7) police: Please don't commit when you are drunk!
2001-09-04 Ruslan ErmilovMore at_shutdown(9) removal.
2001-09-04 Ruslan Ermilovmdoc(7) police: sort FILES.
2001-09-04 David E. O... Fix style bug from rev 1.20 in `struct foo' definition...
2001-09-04 Ruslan Ermilovmdoc(7) police: sort FILES.
2001-09-04 Ruslan Ermilovmdoc(7) police: fixed formatting bugs in previous revision.
2001-09-04 Ruslan Ermilovmdoc(7) police: removed hard sentence breaks.
2001-09-04 Robert DrehmelUse the correct blocksize when invoked with both -h...
2001-09-04 Ruslan Ermilovmdoc(7) police: removed hard sentence breaks.
2001-09-04 David E. O... style(9) the structure names
2001-09-04 Sheldon HearnDo the best we can with respect to fixing command-line...
2001-09-04 Poul-Henning... Duh! forgot this bit of the NCCD patch.
2001-09-04 Doug RabsonMake sure we copy over the linker set sections to the...
2001-09-04 Doug RabsonAdd definition for arch-ia64.
2001-09-04 Doug RabsonAdd ia64 system dependancies.
2001-09-04 Peter WemmZap #if 0'ed map init code that got moved to the MI...
2001-09-04 Peter WemmNuke #if 0'ed "setredzone()" stub. We never used it...
2001-09-04 Poul-Henning... Kill the NCCD constant by modernizing the ccd driver.
2001-09-04 Doug RabsonImplement _setjmp()/_longjmp().
2001-09-04 Greg LeheyRemove an accidentally forgotten #ifdef. This could...
2001-09-04 Julian ElischerMFS: change name of sysctl to something more diplomatic.
2001-09-04 Warner LoshKill init_t type, and minor white space changes to...
2001-09-04 Warner LoshAdd support for changing the way that ToPIC csc interru...
2001-09-04 Warner LoshMove to using a chip function + function pointers to...
2001-09-04 Noriaki MitsunagaChange the access width of memory window from 8 bits...
2001-09-04 Noriaki MitsunagaWe should not pass the size of the memory to bus_alloc_...
2001-09-04 Warner LoshValues for the Toshiba ToPIC's Function Control Register.
2001-09-04 Murray StokelyNote that kbdmap is an interactive command.
2001-09-04 Luigi RizzoMove commands to create stripped kernel into Makefile...
2001-09-04 Jake BurkholderAdd rwindow.c, forgotten earlier.
2001-09-04 Jake BurkholderMake this compile.
2001-09-04 Murray StokelyMention collision attacks on MD5. From the md5(3)...
2001-09-04 Murray StokelyAdd additional information about VGA attributes.
2001-09-03 Jake BurkholderRemove some stale definitions and update for new assemb...
2001-09-03 Jake BurkholderAdd ktr traces to copy{in,out} and cpu_switch.
2001-09-03 Jake BurkholderAdd comments following what other architectures have.
2001-09-03 Jake BurkholderChange tf_arg to uintptr_t from void * to reflect the...
2001-09-03 Jake BurkholderImplement a slightly different window spill/fill algori...
2001-09-03 Jake BurkholderMove the alternate global register stack to struct...
2001-09-03 Jake BurkholderAdd ktr traces.
2001-09-03 Jake BurkholderImplement pv_bit_count which is used by pmap_ts_referenced.
2001-09-03 Jake BurkholderImplement signals.
2001-09-03 Jake BurkholderMove %ver definitions from pstate.h to ver.h. Add...
2001-09-03 Jake BurkholderAdd simple macros for tracing in assembler files. ...
2001-09-03 Jake BurkholderUse the correct copyrights. Note where most of this...
2001-09-03 Jake BurkholderBump UPAGES to 4. The pcb can be rather large.
2001-09-03 Jake Burkholdermtx_savecrit is a pil level, not a pstate value, thus...
2001-09-03 Jake BurkholderAdd a flushw() macro.
2001-09-03 Jake BurkholderAdd atomic_load and store functions without membars...
2001-09-03 Jake BurkholderThe definition for ASI_IMMU_TAG_TARGET_REG was wrong...
2001-09-03 Alfred PerlsteinAllow disabling of "arp moved" messages.
2001-09-03 Julian ElischerI really hope this is the right answer.
2001-09-03 Julian ElischerCall ip_input() instead of ipip_input()
2001-09-03 Julian ElischerOne caller of rip_input failed to be converted in the...
2001-09-03 David E. O... Previous change to try to build `mkisofs' was
2001-09-03 David E. O... Try to build `mkisofs' first, and only `pkg_add -r...
2001-09-03 David E. O... Cause an error condition to be sensed by make(1) if...
2001-09-03 David E. O... Fix my backwards logic.
2001-09-03 Julian ElischerPatches from Keiichi SHIMA <keiichi@iij.ad.jp>
2001-09-03 David E. O... Opps, let one definition slip out that we define dynami...
2001-09-03 Dima DorfmanThis does not describe sched_{get,set}scheduler.
2001-09-03 Dima DorfmanDon't capitalize jail(2) in the middle of a sentence.
2001-09-03 Dima DorfmanVFS_ABORTOP hasn't existed since 1999/12/15.
2001-09-03 Dima Dorfmanat_shutdown(9) hasn't existed since revision 1.61 of...
2001-09-03 Jonathan LemonIPFilter source code in contrib/ipfilter apparently...
2001-09-03 Dima DorfmanActually, instead of removing the comment entirely...
2001-09-03 Dima DorfmanThis does not describe kbdcontrol or vidcontrol.
2001-09-03 Dima Dorfmansyslogd can now be configured to bind to a specific...
2001-09-03 Dima DorfmanIf NO_LANGCODE_IN_DESTDIR is defined, don't put the...
2001-09-03 Dima DorfmanExtend the release note about ftpd -o to cover ftpd...
2001-09-03 Dima Dorfman`list' should be an extern'd `char **', not a local...
2001-09-03 Doug RabsonRemove bogus implementation of _setjmp/_longjmp
2001-09-03 Dima DorfmanFor new users, create the home directory before sending...
2001-09-03 Doug RabsonAdd a working version of setjmp/longjmp.
2001-09-03 Brian SomersAllow group network to read ppp.log & slip.log.
2001-09-03 Murray StokelyAdd more information to the 'device timeout' message...
2001-09-03 Murray StokelyTwo characters in the devices name in the SYNOPSIS...
2001-09-03 Kazutaka YOKOTAAdd a new field, id_config_attr to the struct isa_device.
2001-09-03 Murray StokelyPT_STEP in ptrace(2) man page is described as 'addr...
2001-09-03 Warner LoshAdd recognition for ToPIC95B
2001-09-03 Peter WemmSince we're cross compiling from x86, ignore the x86...
2001-09-03 Scott LongSigh. There are actually two ioctls ranges that need...
2001-09-03 Bruce A. MahNew release note: am-utils 6.0.7.
2001-09-03 Kris KennawayCheck for malloc failure in a couple of cases
next