]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-10-13 obrienThis commit was generated by cvs2svn to compensate...
2001-10-13 obrienImport the extra bits needed to target IA-64, PowerPC...
2001-10-13 bmahNew release notes: arp(8) prints interface names,...
2001-10-12 jkhAdd the ability to load klds from a floppy as part...
2001-10-12 bmahRe-order "Network Interface Support" section of release...
2001-10-12 mpAdd memory disk support to allow the boot process to...
2001-10-12 mpModify a virtual address check to allow use of the...
2001-10-12 mpAdd standard calls to device_add_child() and root_bus_c...
2001-10-12 dillonFinally fix the VM bug where a file whos EOF occurs...
2001-10-12 mjacobTraverse the list of network interfaces rather than...
2001-10-12 mikeo Treat a buffer as a non-NUL terminated string, becaus...
2001-10-12 bmahStart to move to an alphabetical (rather than semi...
2001-10-12 jdpCorrect the input/output/clobber specifications for...
2001-10-12 tmmAdd inthand_add() and inthand_remove() for use by the...
2001-10-12 tmmFix some warnings.
2001-10-12 tmmSave the floating point context to the right pcb in...
2001-10-12 tmmMake the NTOHL, NTOHS, HTONL and HTONS macros (which...
2001-10-12 tmmImplement DELAY() using the %tick register.
2001-10-12 tmmAdd pmap_kenter_flags(), which is used by MD bus code...
2001-10-12 bdeFixed corruption of the vendor $Id$ to $FreeBSD$. ...
2001-10-12 yarDon't let a user name in ftpd's proctitle
2001-10-12 yarBe consistent about indent at least within one block...
2001-10-12 dfrPass the correct trapframe pointer to fork_exit - sp...
2001-10-12 dfrIf the faulting instruction is a cmpxchg, then isr...
2001-10-12 phkSet ulptusein = 0 so that the machine doesn't hang...
2001-10-12 tgMinor cleanup, no functional changes:
2001-10-12 yarFix a small style slip: Files in /dev are not
2001-10-12 roamRemove the panic when trying to register a sysctl with...
2001-10-12 jkhDTRT in the restart case
2001-10-12 mjacobroll out last change
2001-10-12 desWrite a real man page.
2001-10-11 jhb- Catch up to the new ucred API.
2001-10-11 jhbChange the kernel's ucred API as follows:
2001-10-11 jhbWhitespace fixes.
2001-10-11 jhbRework some code to be a bit simpler by inverting a...
2001-10-11 mjacobFix declaration disagreement.
2001-10-11 bmahNew release note: isp(4) Qlogic 2300 support. For...
2001-10-11 mjacobRemove the hiding of some prototype declarations.
2001-10-11 mjacobremove unused variable declaration
2001-10-11 obrienWe use proc_rwmem (with the correct number of args...
2001-10-11 jlemonFix the ``WARNING: Driver mistake: repeat make_dev...
2001-10-11 mjacobNote that PROCFS is mandatory at this time- until we...
2001-10-11 jhbOops, these already included sys/lock.h, they just...
2001-10-11 jhbAdd missing includes of sys/ktr.h.
2001-10-11 jhbAdd missing includes of sys/lock.h.
2001-10-11 mikeNote that strncmp() will not compare characters after...
2001-10-11 mikeClarify that strnstr() will stop searching after in...
2001-10-11 bmahMove two misplaced release notes to the correct location.
2001-10-11 bmahMFCs noted: amdpm(4), new newfs(8) cylinder group...
2001-10-11 ru- Bump document date for eaccess(2) addition.
2001-10-11 ruFixed bugs from revision 1.27. Specifically:
2001-10-11 dfrFix typo in comment.
2001-10-11 dfrImplement MCOUNT hook for assembler. Probably doesn...
2001-10-11 dfrImplement mcount trampoline (untested).
2001-10-11 dfrChange to track the new calling convention for execve...
2001-10-11 dfr* Change the calling convention for execve so that...
2001-10-11 ddAdd missing space.
2001-10-11 yarAdd missing section number to a cross-reference to...
2001-10-11 sobomaxMake `-t' flag in pkg_*(1) tools actually working.
2001-10-11 cjcDocumentation nitpick. IPFIREWALL_VERBOSE logging reall...
2001-10-11 yarFix the phrase about "both files", which must be left
2001-10-11 peterUpdate comments regarding the transient nature of k_kpr...
2001-10-11 mrFix SysV Semaphore Handling.
2001-10-11 jlemonMove device nodes into a /dev/net/ directory, to avoid...
2001-10-11 imptakashi shibagaki-san posted a similar patch to nomads...
2001-10-11 jlemonSet if_type and if_addrlen before calling if_attach...
2001-10-11 impUse the NetBSD init code for the TOPIC parts as a more...
2001-10-10 psMake MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROW...
2001-10-10 jhbAdd a temporary hack that will go away with the ucred...
2001-10-10 jhbMalloc mutexes pre-zero'd as random garbage (including...
2001-10-10 jhbRemove references to nfsiod and nfs_client_flags now...
2001-10-10 obrienShared libraries from 4.4-FreeBSD needed for proper...
2001-10-10 dfrMove setregs() out from under the PROC_LOCK so that...
2001-10-10 archieFix bug that cheated hook names out of the last 2 bytes.
2001-10-10 archieLet "raw" mean IPPROTO_RAW instead of IPPROTO_IP.
2001-10-10 peterAdd an ia64 configuration. This is not likely to be...
2001-10-10 archieUpdate reference URL.
2001-10-10 orionuse pcm_getbuffersize()
2001-10-10 luigiAdd a -d flag to show deltas as opposed to cumulative...
2001-10-10 bdeCompensate for "Compensate for header dethreading"...
2001-10-10 obrienFix tabbing damage in last commit.
2001-10-10 ru-r is implied with -B.
2001-10-10 rugetnetbyaddr() should be serviced by the "networks...
2001-10-10 dfrAdjust so that we don't use relocations which can't...
2001-10-10 dfrShorter versions of the byte swapping code.
2001-10-10 bdeAdded used includes. <sys/_lock.h> is a prerequisite...
2001-10-10 bdeFixed some bitrot. The KSE interface change for vops...
2001-10-10 dfrAdd a definition for the ia64's special PLT_RESERVE...
2001-10-10 sobomax- Introduce a notion of `packing list format version...
2001-10-10 jkhCheck to see if the devfs MIB exists and return 1 if...
2001-10-10 bdeFixed some style bugs:
2001-10-10 dfrThe support for accelerating find_symdef() with a cache...
2001-10-10 sobomaxWARNS=2 cleanup.
2001-10-10 dougbFollow existing style a little better
2001-10-10 acheBump FreeBSD_version for strcasestr()
2001-10-10 bmahRemove a redundant use of &arch;.
2001-10-10 acheImplement strcasestr() which many others (f.e. Linux...
2001-10-10 acheImplement strcasestr() which many others (f.e. Linux...
2001-10-10 desDocument the dumpdir variable, and write a better descr...
2001-10-09 rwatson- Combine kern.ps_showallprocs and kern.ipc.showallsock...
next