]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1996-09-07 peterAdd dequeue script for the record.
1996-09-07 bdeSaved 48 bytes (46 before padding) using assorted nano...
1996-09-07 petermake it slightly less verbose while creating queue...
1996-09-07 petermake the "-l logfile" option actually do something..
1996-09-07 bdeSaved 48 bytes (56 before padding) by moving a variable...
1996-09-07 peterAdd a note about current local changes relative to...
1996-09-07 peterAdd freebsd-specific info file.
1996-09-07 peterAfter queueing deltas, send out an initial two mails...
1996-09-07 peterfts_children() returns NULL if there are no files....
1996-09-07 sosFixed two small leftovers form PHK's mega devconf remov...
1996-09-07 acheUse /dev/mouse for default moused port
1996-09-07 acheMake moused actually work:
1996-09-07 peter- resync with configs running on freefall
1996-09-07 peterclean up some warts Bruce pointed out.
1996-09-07 nateDisable 'suspend' as it tends to lockup computers with...
1996-09-07 nateUnused file.
1996-09-07 nate- Don't include <machine/laptops.h>. It was a kludge...
1996-09-07 nateAPM_DSVALUE_BUS is no longer with the addition of the...
1996-09-07 dysonFix a VOP_UNLOCK panic when using options DIAGNOSTIC...
1996-09-07 peteruse termios when POSIX is defined in the Makefile,...
1996-09-07 pstCommit import instructions for future maintainers
1996-09-07 pstThis commit was generated by cvs2svn to compensate...
1996-09-07 pstVirgin import of FSF groff v1.10
1996-09-07 dysonCorrected an error where precious kernel virtual space...
1996-09-07 peterwrong C bracketing, *blush*...
1996-09-07 adamtake the axe a little closer, since I didn't say what...
1996-09-07 asamiYet another merge. Remove support.s by deleting memcop...
1996-09-07 peterzap #include <sgtty.h>, it's not used.
1996-09-07 peterAnother sgtty use bites the dust..
1996-09-07 peterWhen looking for "group daemon" (since that's what...
1996-09-07 pstAdd support for CVSROOT/INTCVSROOT as simple makefile...
1996-09-07 adamwhile here, also list the aliases "pass" and "allow".
1996-09-07 adamremoved older copy of duplicated paragraph.
1996-09-06 pstAdd option SC_KBD_PROBE_WORKS to syscons driver.
1996-09-06 pstAdd ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options.
1996-09-06 pstBannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.
1996-09-06 phkRemove these three devconf files entirely.
1996-09-06 phkRemove devconf, it never grew up to be of any use.
1996-09-06 phkremove devconf tools from make tree.
1996-09-06 phkRemove devmenu. Devconf never grew up.
1996-09-06 phkRemove lsdev. Devconf never grew up.
1996-09-06 peterTurn on SO_KEEPALIVE on network connections. Since...
1996-09-06 peterRewrite part of the compression support so that it...
1996-09-06 jkhMake button highlighting more visible on B/W displays.
1996-09-06 rgrimesPartial merge of RELENG_2_1_0 -> HEAD (addition of...
1996-09-06 jkhPR#2724 in NetBSD notes that newsyslog save log files...
1996-09-06 jkhDo the right thing even if the source tree is a bunch...
1996-09-06 jkhMake the noauto flag usable for swap devices too. ...
1996-09-06 jkhClose a security hole in anonymous ftp setup.
1996-09-06 jkhDon't smash attributes when turning color values off...
1996-09-06 gibbsAdd bowrite.
1996-09-06 gibbsUse bowrite instead of VOP_BWRITE in a few cases. This...
1996-09-06 gibbsAdd B_ORDERED buffer flag and prototype for the bowrite...
1996-09-06 jkhAdd a timeout flag so that failing operations can at...
1996-09-05 julianmake appletalk networks not show an un-needed host
1996-09-05 seFix Orion specific code by moving config_orion() to...
1996-09-05 seFix code that deals with multiple host to PCI bridges...
1996-09-05 bdeUse a more robust check for ss_err.h existing. This...
1996-09-05 julianBack out the previous changes
1996-09-05 guidoDocument the existance of a configuration file for...
1996-09-05 jfieber/usr/share/sgml/ISO for ISO entity definitions.
1996-09-05 jfieberISO sgml entity definitions. Used by many DTDs includi...
1996-09-05 peterRegenerate
1996-09-05 peterOops, two tiny typos. Serves me right for making a...
1996-09-05 peterSigh. That darn tcl source tree is damn strange. ...
1996-09-05 bdeRecovered from -Wall cleanup in ss_internal.h. This...
1996-09-05 bdeFinished adjustments for cleaning up declaration of...
1996-09-05 bdeMoved definitions of library names from bsd.prog.mk...
1996-09-05 bdeFixed `make objlink' (and `make obj' in the (non-defaul...
1996-09-05 bdeFixed DPADD.
1996-09-05 wpaulReset password change time to zero. (This has no effect...
1996-09-05 jdpMake "file foo.core" print the program name properly...
1996-09-05 wpaulWhen updating a password via the standard RPC handler...
1996-09-05 wpaulApply patch to fix +group YP overrides and prevent...
1996-09-05 adamdon't ask for confirmation
1996-09-05 adamtypo
1996-09-05 peterforgot to reconnect easy-import to the Makefile
1996-09-05 dgCast the partial result of an expression to an off_t...
1996-09-05 dgRelease an unneeded reference to a vnode that was gaine...
1996-09-05 peterBe more careful with mmap. If it fails, fall back...
1996-09-05 peteraccidently removed the "dont compare > 8MB files hack".
1996-09-05 peterOnly attempt to mmap() files from a ufs or cd9660 fs...
1996-09-04 bdeRemoved bogus unused `-I..' and unnecessary override...
1996-09-04 bdeRemoved another unused `-I.' and cleaned up.
1996-09-04 bdeRemoved unused `-I.'s from CFLAGS.
1996-09-04 sosFixed a panic when switching to 40x25 mode, and cursor...
1996-09-04 julianJust realised the man page didn't mention the appletalk...
1996-09-04 julianGet rid of an unexpectedly bogus sanity check under...
1996-09-04 julian3 changes:
1996-09-04 asamiMore merge.
1996-09-03 peterImplement a horrible (but simple) hack to allow some...
1996-09-03 bdeChanged type of ni_dirp in `struct namei' from caddr_t...
1996-09-03 bde`struct linker_set execsw_set' was declared as const...
1996-09-03 bdeFixed bogus casts (const on the wrong `*' in `**')...
1996-09-03 bdeFixed some more easy cases of const poisoning in the...
1996-09-03 nateCleaned up version of my 'extended BIOS' patch. This...
1996-09-03 bdeBSD.usr.dist:
1996-09-03 bdeRemoved fib. It was never used, and is unusable withou...
1996-09-03 bdeEliminated nested include of <sys/unistd.h> in <sys...
1996-09-03 petereek, how did that happen? I must have committed someth...
next