]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-02-07 peterThis commit was generated by cvs2svn to compensate...
1999-02-07 peterImport sendmail 8.9.3 onto vendor branch, replacing...
1999-02-07 dillon When shadowing objects, adjust the page coloring...
1999-02-07 yokota- Add atkbd.4, atkbdc.4, splash.4 and vga.4.
1999-02-07 yokota- Add FreeBSD 2.2.7, 2.2.8, 3.1, and 4.0 to the Fx...
1999-02-06 jhayMake the ipx part of netstat work again.
1999-02-06 mjacobHmm- I must be blind. There *was* already an appropriat...
1999-02-06 fennerDon't dump core when p_stat is not in the expected...
1999-02-06 mjacobI don't know what happened here- I submitted a *working...
1999-02-06 jkhReshuffle a number of menus to be more navigable. ...
1999-02-06 rogerChanged to use IICBUS_REPEATED_START
1999-02-06 jhayTeach IPXrouted to handle the internal net properly.
1999-02-06 jhayMake it possible to use lo0 as an internal IPX network...
1999-02-06 jhayDon't use the pointer returned by MALLOC before checkin...
1999-02-06 katoSync with syscons for i386.
1999-02-06 jkhAck! Correct a typo which crept into here and reshuffl...
1999-02-06 bdeAdded underscores to some names in svr4_locore.s so...
1999-02-06 dillon Flush delayed-write data out prior to issuing a...
1999-02-06 bdeHonor ${LDFLAGS} for building svr4_genassym. This...
1999-02-06 dillon Add hysteresis to the 'swap_pager_getswapspace...
1999-02-06 jkhBASE=4.0
1999-02-06 dillon Be nice when no swap is configured in system
1999-02-06 dillon Make 'top' handle case w/ new swapper where no...
1999-02-06 dillon Handle case where no swap is configured
1999-02-06 brianDecouple pap & chap output routines from the corresponding
1999-02-06 peterBack out rev 1.89. The #include is necessary for the...
1999-02-06 fennerUse snd_nxt, not rcv_nxt, when calculating the ISS...
1999-02-05 mjacobBruce gently nudged me into doing this right
1999-02-05 jkhAdd one more "escape" for marking internal variables.
1999-02-05 jdpCorrect an "&" operator which should have been "&&".
1999-02-05 jkhTotally change the way variables are accounted for...
1999-02-05 bdeOops, really don't generate compiler warnings about...
1999-02-05 bdeDon't generate compiler warnings about missing braces.
1999-02-05 kuriyamaUse O_RDONLY and O_RDWR for open() instead of number.
1999-02-05 kuriyamas/card.conf/pccard.conf/
1999-02-05 newtonStyle nit: sort elf_brand_inuse() prototype in with...
1999-02-05 yokotaOops, the last commit contained a wrong patch. This...
1999-02-05 desFollowup to yokota's last commit:
1999-02-05 yokota- Don't assume the line length in the video memory...
1999-02-05 katoSync with sys/i386/isa/sio.c revision up to 1.228.
1999-02-05 brianAllow an alternate to rad_send_request() for programs...
1999-02-05 jkhBump MFS up to 2.88MB. Now there's room for quite a...
1999-02-05 rnordierNote that nextboot requires the legacy boot code.
1999-02-05 jkhUpdate snapshot build machine names.
1999-02-05 jkhIndicate that LKMs are obsolete, just to prevent confusion.
1999-02-05 jkhIndicate that we're using XFree86 3.3.3.1
1999-02-05 mjacobquiet the alpha compiler
1999-02-05 mjacobadd a note about exclusive open
1999-02-05 mjacobdocument new features
1999-02-05 mjacobminor tweaks
1999-02-05 dillon The elf loader sets the permissions on bss to VM_PR...
1999-02-05 mjacobminor tweaks
1999-02-05 mjacobExtend unit numbers to a full 10 bits (split into sections
1999-02-05 mjacobadd QIC 525,320,1320,3080 codes
1999-02-05 jdpCorrect a format mismatch on 64-bit architectures....
1999-02-05 grogRemove some dead debug code
1999-02-05 newtonAdditional note on last rev: The rationale for this...
1999-02-05 newtonCreated sysctl kern.fallback_elf_brand. Defaults to...
1999-02-05 mjacobAdd driver states that will be reported (for SCSI)...
1999-02-05 mjacobPrint relative (mt_fileno, mt_blkno) position, if known.
1999-02-05 mjacobfinally document new commands
1999-02-05 fennerRemove the FTP_PASSIVE_MODE "fix"; libftpio handles...
1999-02-05 archiePrint usage via fprintf(stderr, ..) instead of errx...
1999-02-05 grogMore nit-picking in the debugging instructions.
1999-02-04 dillon Fix race in pipe read code whereby a blocked lock...
1999-02-04 adamreplace previous stupid comment with one more appropriate
1999-02-04 newtonCan't use elf_brand_inuse() here because iBCS2 doesn...
1999-02-04 newtonAdded call to elf_brand_inuse() to prevent you from...
1999-02-04 mjacobadd back ctl for sa and add more units
1999-02-04 dillon vp->v_object must be valid after normal flow of...
1999-02-04 adamremind that apm is required in order for timekeeping...
1999-02-04 dillon Fix bug in a KASSERT I introduced in vm_page_qcolla...
1999-02-04 dcsMake FICL_TRACE default.
1999-02-04 dcsMake use of prototypes to silence warnings.
1999-02-04 dcsMake ficlExec recursive. This removes vmReset and vmQui...
1999-02-04 katoRecognize Pentium II Xeon, Celeron and Pentium III...
1999-02-04 bdeYAMFsio.c (1.227-1.228: set up input buffering dynamica...
1999-02-04 bdeM_TTYS -> M_DEVBUF. M_TTYS is documented to be for...
1999-02-04 katoSync with sys/i386/i386/userconfig.c revision 1.129.
1999-02-04 jkhAdd a lot of additional keymaps to the appropriate...
1999-02-04 bdeSet up interrupt-level input buffering dynamically...
1999-02-04 dcsFix ficlExecFD to take kern/9412 changes into account...
1999-02-04 dcsThe trace facility was full of bugs. Correct that by...
1999-02-04 dcsSilence a warning.
1999-02-04 dcsThe previous fix for "type" was absolutely lousy. Not...
1999-02-04 dcsAdd conditional compilation facilities to ficl. This...
1999-02-04 newtonsvr4 emulator will refuse to unload itself if it is...
1999-02-04 newtonProvide elf_brand_inuse() as a method an emulator can...
1999-02-04 markmAdd the perl man pages to the "whatis" building list.
1999-02-04 markmAdd perl5 userland (actually localland) to MANPATH...
1999-02-04 yokota- Added atkbdc and atkbd to the device info array so...
1999-02-04 markmFix the handling of certain devices.
1999-02-04 markmAdd bits useful to getting laptops going (my Libretto...
1999-02-04 katoSync with sys/i386/i386/machdep.c revision 1.324.
1999-02-04 bdeAdded a used include. This file doesn't get tested...
1999-02-04 jkoshyTypo fix. Remove reference to non-existent edit(1).
1999-02-04 grogChange description of dump analysis and crash to reflec...
1999-02-04 grogSplit .gdbinit file into two versions, on suitable...
1999-02-04 peterRestore rev 1.2 and 1.3 after they got spammed and...
1999-02-04 peterRestore rev 1.2 after it got spammed in rev 1.3 and...
next