]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-06-06 Kris KennawayThe -perm option takes argument [-]mode, not [-mode]
1999-06-06 Kris Kennawaysprintf -> snprintf
1999-06-06 Archie CobbsThe function ksprintn(), which is used to convert numbe...
1999-06-05 Brian SomersCorrect the way ppp transfers links on the server side...
1999-06-05 Julian ElischerStore the start time for later so it can be reprinted...
1999-06-05 Tim Vanderhoek- When trying to decide if $EDITOR == "vi", match again...
1999-06-05 Alan Coxvm_mmap:
1999-06-05 Luoqi ChenFix an accounting problem when prefaulting 4M pages.
1999-06-05 Andrey A. Chernovremove getopt & friend declarations, now unistd.h included
1999-06-05 Andrey A. Chernovfix typo preventing to include unistd.h
1999-06-05 Ruslan ErmilovFix a width.
1999-06-05 Doug RabsonFloppy driver options moved to conf/options.
1999-06-05 Doug Rabson* Implement ISA dma (only for CIA now but more chipsets...
1999-06-05 Bruce EvansDon't discard error output from sysctl(8).
1999-06-05 Archie CobbsWhen incrementing through a SIOCGIFCONF list, enforce...
1999-06-05 Archie CobbsWhen incrementing through a SIOCGIFCONF list, enforce...
1999-06-05 Poul-Henning... Add handle to control global TCP keepalives and turn...
1999-06-05 Peter WemmVarious changes lifted from the OpenBSD cvs tree:
1999-06-05 Peter WemmFix a malloc race
1999-06-05 Peter WemmDon't mistake a non-async block that needs to be commit...
1999-06-05 Alan CoxRestructure pipe_read in order to eliminate several...
1999-06-05 Julian ElischerSupport the IANA definition of Shift Jis nameley ja_JP...
1999-06-04 Peter WemmChange an internal variable from "class" to "ns_class...
1999-06-04 Tim VanderhoekNo, the space required for a string is strlen() _plus_...
1999-06-04 Bruce EvansFixed null setting of `rc_started'. This was fixed...
1999-06-04 Bruce EvansReally fix cy-driver-related panics when SMP is configu...
1999-06-04 Bill Fumerola${.CURDIR} doesn't have to be /usr/src, especially...
1999-06-04 Roger HardimanFix the cdevsw_add change made by PHK.
1999-06-04 Nick HibmaAdd remark about where bInterfaceProtocol number for...
1999-06-04 Ruslan ErmilovFix the parsing of ip addresses on a command line.
1999-06-04 Ruslan ErmilovSwitch to proper mbr.
1999-06-04 KATO TakenoriOops, remove redundant comments.
1999-06-04 KATO TakenoriDeclare Crtat and Atrat because screen savers use these...
1999-06-04 Guy HelmerModify the boot loader to recognize the -C flag and...
1999-06-04 Bill Fumerolasunsite is now metalab.
1999-06-04 Bill FumerolaBlindly commit an entry for a 'Castlewood ORB2-E',...
1999-06-04 Michael HaroAdd the 3Dfx Voodoo Banshee
1999-06-04 Bill PaulApply patch for PR #12008: remember to reset _yp_enable...
1999-06-04 Peter WemmPlug a mbuf leak in tcp_usr_send(). pru_send() routine...
1999-06-03 Peter WemmRemove a rather bogus search path reference..
1999-06-03 Peter WemmGC unused prototype
1999-06-03 Peter WemmQuieten the bt_isa_probe() messages since they get...
1999-06-03 Peter Wemmremove references to isa_device, it's no longer associa...
1999-06-03 Peter WemmCheck and warn about unknown devices in the config...
1999-06-03 KATO TakenoriRemove VM86 option.
1999-06-03 KATO TakenoriSync with sys/i386/i386/machdep.c revision 1.339.
1999-06-03 Brian SomersFix some MP sequence number comparison bogons that...
1999-06-03 KATO TakenoriSync with sys/i386/conf/files.i386 and options.i386...
1999-06-03 Kazutaka YOKOTAMention that 8x8 font is required for 43, 50 and 60...
1999-06-03 Kazutaka YOKOTAMake it clear that PS/2 type mice will work only with...
1999-06-03 Kazutaka YOKOTAFix PS/2 MouseMan+ protocol. We have been looking...
1999-06-03 KATO TakenoriUse MACHINE_ARCH instead of MACHINE to check x86 archit...
1999-06-03 Ruslan Ermilovgetvfsbyname() returns zero on success.
1999-06-02 Brian SomersOops, quieten a compiler warning.
1999-06-02 Brian SomersMention physical and sync logging in the ``set log''
1999-06-02 Bruce EvansBacked out the previous backout. We may as well have...
1999-06-02 Bruce EvansFixed bitrot in synopsis (a missing include).
1999-06-02 Brian Somerso Alter the mbuf type as it's processed by different...
1999-06-02 Mark NewtonBack out last commit (did I get all of them?)
1999-06-02 John BirrellRemove vinum from the build until Greg reviews phk...
1999-06-02 Ruslan ErmilovSpelling corrections for dummynet.
1999-06-02 Tim VanderhoekDon't print backspaces in first column since they backu...
1999-06-02 Brian SomersIntroduce the ``keep-session'' option. Refer to the man
1999-06-01 Jonathan LemonUnbreak memory sizing for SMP.
1999-06-01 Dmitrij Tejblum|| vs && confusion in cdevsw_add().
1999-06-01 Dmitrij TejblumRemove an unused variable.
1999-06-01 Dmitrij Tejblumcdevsw_add(&cn_devsw), not cdevsw_add(&dev).
1999-06-01 Tim VanderhoekGrok gtags too.
1999-06-01 Brian SomersIncrease the length of an individual device name to...
1999-06-01 Bill PaulChange the warning message issued if pci_map_port(...
1999-06-01 Poul-Henning... Introduce the makebdev() function, it does the same...
1999-06-01 Jonathan LemonNull commit; note that there is a new memory sizing...
1999-06-01 Jonathan LemonUnifdef VM86.
1999-06-01 Jonathan LemonMake vm86 a standard component
1999-06-01 Jonathan LemonUnifdef VM86
1999-06-01 Roger HardimanUpdated to support new Meteor/PPB cards (PCI-PCI Bridge).
1999-06-01 Poul-Henning... Shorten a detour around dev_t to get a udev_t created.
1999-06-01 Brian SomersMake async/sync/physical/hdlc dumps prettier by showing...
1999-06-01 KATO TakenoriFixed locations of include files.
1999-06-01 Ruslan ErmilovGet rid of segfaults in a set-uid program.
1999-06-01 KATO TakenoriSync with sys/i386/isa/clock.c revision 1.136.
1999-06-01 Ruslan ErmilovDamn, forgot this: time -> when.
1999-06-01 Doug RabsonCorrect dumb mistake in previous commit.
1999-06-01 Ruslan ErmilovSync header line with newsyslog(8).
1999-06-01 Brian SomersIgnore the quota.user and quota.group files rather...
1999-06-01 Doug RabsonMove fd driver back to files.${arch} since pc98 has...
1999-06-01 Poul-Henning... devsw and cdevsw_add() changes for i4b.
1999-06-01 Brian SomersMention that using MYADDR and HISADDR with ``set filter''
1999-06-01 Nick HibmaUSB stopped working as of the recent cdevsw cleanup...
1999-06-01 Nick HibmaRemove the stub driver. It's useless.
1999-06-01 Nick Hibmausbd_get_request_status now only returns the value...
1999-06-01 Bill Fumerola'make update' in the ports directory.
1999-05-31 Brian SomersRemember if MYADDR or HISADDR is used in a filter add...
1999-05-31 Nick Hibma1) Remove the definition of usb_cdc_generic_descriptor_...
1999-05-31 Roger HardimanOn the new Meteor cards, the Philips SAA 7116 is connec...
1999-05-31 Dmitrij TejblumDon't use nblkdev.
1999-05-31 Dmitrij TejblumRemove declaration of the nblkdev and nchrdev variables.
1999-05-31 Doug Rabson* Change include file locations.
1999-05-31 Doug RabsonRemove fd driver from its old home and change files...
1999-05-31 Doug RabsonThe fd driver has moved from i386/isa to isa.
next