]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-03-22 njlShorten some printfs to fit better. No other functiona...
2004-03-22 njlWhitespace and comment changes. No MD5 change to the...
2004-03-22 njlRevert 1.22. Go back to "FreeBSD" as our _OS value...
2004-03-22 njlBump FreeBSD version to indicate new bus_alloc_resource...
2004-03-22 wpaulI'm a dumbass: the test in the MOD_SHUTDOWN case in...
2004-03-22 wpaulif_ndis.c no longer depends on either pci or pccard...
2004-03-22 rwatsonCommit a message to UPDATING indicating that during...
2004-03-22 desSet start_cmd and stop_cmd correctly so the code that...
2004-03-22 rwatsonLock down global variables in if_gre:
2004-03-22 obrienUse ' rather than ".
2004-03-22 rwatsonLock down global variables in if_gif:
2004-03-22 acheForced commit note to explain why NO_POSIX_COMPAT was...
2004-03-22 rwatsonMove "called", a static function variable used to detec...
2004-03-22 nyanMFi386: revision 1.480.
2004-03-22 dwmaloneOn startup, warn if inetd's config file doesn't exist...
2004-03-22 tjrUse fseeko() to properly support large files.
2004-03-22 psRemove some netbsd debug code that crept into rev 1.116
2004-03-22 tjrUse errc().
2004-03-22 alcAdd an implementation of uiomove_fromphys() to sparc64...
2004-03-22 kientzleJust use autoconf-compatible feature macros; don't...
2004-03-22 grogAdd an observation by Dijkstra software engineering.
2004-03-22 rwatsonRename 'ddpcb' variable to 'ddpcb_list' to better disti...
2004-03-22 rwatsonRename 'at_ifaddr' list to 'at_ifaddr_list' so that...
2004-03-22 rwatsonCompare pointers with NULL rather than 0, or treating...
2004-03-22 mdoddMAC addresses are 8 bits in ARCNET. Adjust bcopy().
2004-03-22 rwatsonAlso modify ddp_input.c with the following changes...
2004-03-22 rwatsonSince I have my hands all over netatalk adding locking...
2004-03-22 obrienRemove WFORMAT, style.Makefile(5).
2004-03-22 julianDont count bytes being sent to a disconnected hook.
2004-03-22 obrienShare the i386 boot manual page.
2004-03-22 wpaulThe Intel 2200BG NDIS driver does an alloca() of about...
2004-03-22 wpaulThe kthread_create() API is supposed to allow you to...
2004-03-21 alcAdd an implementation of uiomove_fromphys() for i386...
2004-03-21 wpaulMake if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_r...
2004-03-21 dannyboyLogin classes are not "unused."
2004-03-21 obrienQuote NM in case you need to force it to something...
2004-03-21 obrienGive a more reasonable CPU time to the threads which...
2004-03-21 mdodd- Fix indentation lost by 'diff -b'.
2004-03-21 obrienFix $FreeBSD$.
2004-03-21 mdodd- Correct variable name.
2004-03-21 hrsUpdate the supported hardware.
2004-03-21 pjdWhen symbolic link is pointed onto a mount point, it...
2004-03-21 tjrDocument incorrect handling of multibyte characters.
2004-03-21 tjrDocument incorrect handling of multibyte characters.
2004-03-21 tjrDocument incorrect handling of multibyte characters...
2004-03-21 tjrReduce redundancy in the description of the -u option.
2004-03-21 tjrDocument incorrect handling of multibyte characters...
2004-03-21 luigiFix various issues with the picobsd build script in...
2004-03-21 julianMassively up the (artificial) limit on system scope...
2004-03-21 cperciva1. Use socklen_t instead of int
2004-03-21 mdoddRemove interface type specific code from arprequest...
2004-03-21 mdoddHandle AF_ARP.
2004-03-21 marcelCompile the kernel with -O2 on ia64 by default.
2004-03-21 marcelAdd a reference to the ia64 options to gcc. While here...
2004-03-21 desAdd a -v (verbose) option.
2004-03-21 desSupport C-style comments in profile.
2004-03-21 rwatsonSpell "(struct foo *)0" as "NULL".
2004-03-21 peterMore stack alignment fixes. Arrange so we call _rtld...
2004-03-21 marcelIn breakpoint(), use a different immediate to make...
2004-03-21 peterAdjust stack alignment so that when the 'call xxx'...
2004-03-21 peterChange (yet again, sorry!) the path of the 32 bit ld...
2004-03-21 peterAdd initial support for compiling a special 32 bit...
2004-03-21 wpaulFix another Intel 2200BG bug: don't schedule ndis_tickt...
2004-03-20 wpaul- Rewrite the timer and event API routines in subr_ndis...
2004-03-20 desRemove NetBSD's sort(1), which we stopped using two...
2004-03-20 marcelDon't make having ${DESTDIR}/boot/device.hints a prereq...
2004-03-20 marcelAdd uart_subr.c
2004-03-20 kientzleBug: Standard C still requires declarations to precede...
2004-03-20 scottlDon peril-sensitive sunglasses and add PCI Id's for...
2004-03-20 alc - Add uiomove_fromphys() implementations to alpha...
2004-03-20 njlFix loop termination condition for parsing resources...
2004-03-20 marcelIntroduce the cpumask_t type. The purpose of the type...
2004-03-20 mdoddLet ether_ifattach() announce our MAC address.
2004-03-20 mdoddDon't announce MAC addresses twice.
2004-03-20 alcIntroduce uiomove_fromphys(). This is a variant of...
2004-03-20 maximo Add user proxy.
2004-03-20 scottlFix the ioctl types for two ioctls. I'm not sure if...
2004-03-20 schweikhAdded entries for ibm151 and ibm3151-25.
2004-03-20 marks"CPU is an acronym, and as such should be spelled in...
2004-03-20 tjrParenthesize function names in masking macros for getc...
2004-03-20 marksSync manpage with code for hw.acpi.toshiba.cpu_speed...
2004-03-20 tjrMention that funopen() uses fpos_t incorrectly in the...
2004-03-20 marcelFix braino in previous commit: getenv() can return...
2004-03-20 tjrImprove documentation for fgetpos() and fsetpos(),...
2004-03-20 julianPut the event notification back where it was for freeBS...
2004-03-20 hrsNew release note:
2004-03-20 greenAdd a way for rc.d/devfs to set more than just the...
2004-03-20 hrsMFC:
2004-03-20 hrsNew release note:
2004-03-20 marcelReplace uint64_t with unsigned long in struct dbreg.
2004-03-20 marcelActually program the list of recording devices in sv_mi...
2004-03-20 marcelRemove the last traditional hints. These hints only...
2004-03-20 silbyForced commit to correct 1.167's truncated commit log:
2004-03-20 marcelIntroduce the hw.uart.console and hw.uart.dbgport envir...
2004-03-19 silbysolid reports that it is buggy *and* that it slows...
2004-03-19 kientzleMany fixes:
2004-03-19 alc - Remove some unused #includes.
2004-03-19 desThis commit was generated by cvs2svn to compensate...
2004-03-19 desSync with OpenBSD (two-year old bug fix)
2004-03-19 ruRemoved 3x2 dots I don't like. ;)
next