]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-01-31 peterQuieten gcc.
2001-01-31 peterExterminate the use of PSEUDO_SET() with extreme prejudice.
2001-01-31 peterAdd hpfs and the config glue for it. It was being...
2001-01-31 bpProperly lock new vnode.
2001-01-31 bpLet M_PANIC go back to the private tree as its intentio...
2001-01-31 peterZap last remaining references to (and a use use of...
2001-01-31 tanimuraAs the default MAXDSIZ and DFLDSIZ is 512MB, bump the...
2001-01-31 deischens/_thread_sys_write/__sys_write/
2001-01-31 archieFix documentation: "proxy" is not a keyword for the...
2001-01-30 jasoneRevert mutex initialization check to look at mtx_descri...
2001-01-30 julianImplement direct support for semipersistant nodes.
2001-01-30 jhbArgh, fix a nit that snuck in while trying to resolve...
2001-01-30 jhb- Fix TUNABLE_STR_FETCH() to actually be a code fragmen...
2001-01-30 bdeAdded used include of <sys/mutex.h>. The SMP case...
2001-01-30 bmahNew release notes: bridge(4)/dummynet(4) updates,...
2001-01-30 asmodaiUpdate port_after.h to reflect FreeBSD values.
2001-01-30 brianAllow the output of /etc/security to be logged or maile...
2001-01-30 phkMake mount_mfs annoy users for 15 seconds and point...
2001-01-30 jhayMake klds for the ar and sr devices and hook them up.
2001-01-30 phkMake vnconfig annoy users for 15 seconds to make them...
2001-01-30 brianRun purgedir (a local function) on /var/run instead...
2001-01-30 phkAdd a BUF_KERNPROC() in the BIO_DELETE path.
2001-01-30 jhayThe ar and sr devices have moved to sys/dev/.
2001-01-30 jhayThis include file has found a new home in sys/dev/ic/.
2001-01-30 jhayNewbusify the sr device and move it to its new location.
2001-01-30 jhayUpdate include files to reflect the new location of...
2001-01-30 jhayReflect the new location of the ar and sr devices.
2001-01-30 peterStyle (whitespace) nit.
2001-01-30 phkFix two minor nits.
2001-01-30 julianFix cut and paste error in a comment.
2001-01-30 dillonFix a race between the syncer and umount. When you...
2001-01-30 bmahUpdate release notes: devfs(5) now in GENERIC, libc_r...
2001-01-30 peterRemove some leftovers from the CMAP* stuff in globaldat...
2001-01-30 peterRemove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTAC...
2001-01-30 jhbRemove unnecessary locking to protect the p_upages_obj...
2001-01-30 jhb- Use the right name for the proctree lock in the locki...
2001-01-29 bmahUpdate for security advisories: 01:11, 01:12, 01:13...
2001-01-29 luigiPut picobsd build scripts in sync with the ones in...
2001-01-29 deischenUnbreak world by correctly specifying the prototype...
2001-01-29 sosAdd option ATA_ENABLE_WC for enabling write caching...
2001-01-29 sosAdd text for option ATA_ENABLE_WC.
2001-01-29 peterAARGH! This does not mix too well with the -o noatime...
2001-01-29 dfrFlesh out EFI support somewhat.
2001-01-29 peterSupply a stub bpf_validate() (always returning false...
2001-01-29 peterUse M_PANIC instead of if (sc == NULL) panic();
2001-01-29 peterRemove unused variable 'int n;'
2001-01-29 bpAdd M_PANIC flag to the list of available flags passed...
2001-01-29 peterStop counting sppp interfaces, we were just testing...
2001-01-29 peterConvert mca (microchannel bus support) from something...
2001-01-29 brianAdd a few ``const''s to silence some -Wwrite-strings...
2001-01-29 peterZap silly #if NPCI > 0 and the hoops that we jump throu...
2001-01-29 peterYikes, these files bogusly #include "loop.h" but didn...
2001-01-29 peterConvert 'count en', 'count lnc', 'count fpa', 'count...
2001-01-29 peterRemove unused #include "lnc.h"
2001-01-29 peterMake the number of loopback interfaces dynamically...
2001-01-29 benFix 'tunefs -p'
2001-01-29 peterRemove unused #include "snp.h"
2001-01-29 peterConvert ata and atapi #if NATA* > 0 to options instead...
2001-01-29 phkUse <sys/queue.h> instead of home-rolled list.
2001-01-29 peterTurn '#if NSNP > 0' into an option.
2001-01-29 peterSend "#if NISA > 0" to the bit-bucket and replace it...
2001-01-29 peterI confess. This is a truely nasty hack. I am so ashamed!
2001-01-29 desStyle police.
2001-01-29 brianFix some log_Printf() casting
2001-01-29 peterGag. These compiled because I had a stray "eisa.h"...
2001-01-29 peterRemove stray #include "isa.h"
2001-01-29 sheldonhReplace the full path to sysinstall with a standard...
2001-01-29 dillonThis patch reestablishes the spec_fsync() guarentee...
2001-01-29 peterchange 'count eisa' to 'optional eisa' and update the...
2001-01-29 asmodaiAdd static dependency to libisc to get isc_movefile().
2001-01-29 phkFix a braino in ccd's clone routine.
2001-01-29 kenBack out rev 1.102. The IBM DNES drives work fine...
2001-01-29 deischen_exit in libc is now __sys_exit not __sys__exit.
2001-01-29 deischenClean up syscall generation in libc by removing HIDDEN_...
2001-01-29 marcelDon't hard-code alignment and data declarations valid...
2001-01-29 marcelo Add explicit alignment to linker set definitions...
2001-01-29 brianOnly remove socket files with ``set server open''.
2001-01-29 brianIgnore leading witespace in the string given to PacketA...
2001-01-28 asmodaiAdd static dependency on libisc.a to get isc_movefile...
2001-01-28 asmodaiUpdate Makefile for the new sources.
2001-01-28 asmodaiResolve conflicts after import.
2001-01-28 asmodaiThis commit was generated by cvs2svn to compensate...
2001-01-28 asmodaiVirgin import of BIND v8.2.3-REL
2001-01-28 brianDon't pass PacketAliasProxyRule() a buffer with leading...
2001-01-28 brianCall trimdomain properly for ip4 addresses.
2001-01-28 kenFix region code reporting.
2001-01-28 marcelRevert previous commit. I messed up my testing.
2001-01-28 phkUse \a instead of \007 for making noise.
2001-01-28 phkRemove devstat entries in mddelete()
2001-01-28 phkDuh, the version of mdconfig.c I committed came from...
2001-01-28 desRevert part of previous commit and initialize locale_nr...
2001-01-28 phkDon't specify fragment size, it autosizes from the...
2001-01-28 groudierA couple of chip errata work-arounds refined:
2001-01-28 phkRemove an outdated DEVFS non-description.
2001-01-28 wilkoDocument which options to use for API UP1[01]00
2001-01-28 jakeClear intr_nesting_level when an interrupt thread has...
2001-01-28 julianAdd a new distribution algorythm to the 'one2many'...
2001-01-28 katoMerged from sys/i386/isa/npx.c revisions 1.88 and 1.89.
2001-01-28 katoSynced with sys/i386/i386/machdep.c revision 1.436.
2001-01-28 wilkoAPI UP1100 mainboard has been verified to work.
next