]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-03-11 Ian DowseIn ip_output(), initialise `ia' in the case where the...
2001-03-11 Alexander LangerAdd a manpage for the DEV_MODULE kernel macro.
2001-03-11 Alexander LangerUse type of modeventhand_t for the event handler (defin...
2001-03-11 Alexander LangerFix brain damage: s/CDEV_MODULE/DEV_MODULE/
2001-03-11 Mark MurrayUpdates for Blowfish password hashing.
2001-03-11 Mark MurrayAdd OpenBSD-style blowfish password hashing. This makes...
2001-03-11 Maxim SobolevAdd missed MODULE_VERSION() call, so loading of unicode...
2001-03-11 Alexander LangerAdd MODULE_DEPEND.9 and MODULE_VERSION.9
2001-03-11 Alexander LangerAdd a manpage for the MODULE_DEPEND macro.
2001-03-11 Alexander LangerAdd a manpage for the MODULE_VERSION macro.
2001-03-11 Alexander LangerAdd calls to MODULE_VERSION and MODULE_DEPEND to the...
2001-03-11 Dag-Erling... When the file was transferred using sendfile(2), we...
2001-03-11 Boris PopovDo not kill vnodes after rename. This can cause deadloc...
2001-03-11 Boris PopovUpdate userland interface for broken Joilet disks.
2001-03-11 Boris PopovAdd a mount time option which slightly relaxes checks...
2001-03-11 Justin T. GibbsThis is an MFC candidate.
2001-03-11 Bosko MilekicPlug several mbuf leaks in error cases (in nd6)
2001-03-11 Jordan K. HubbardDocument the softupdate stuff and also warn people...
2001-03-11 Brian FeldmanReenable the SIGPIPE signal handler default in all...
2001-03-10 Alan CoxWhen aio_read/write() is used on a raw device, physical...
2001-03-10 Alexander LangerCross references between the DEVICE_*(9) manual pages.
2001-03-10 Jordan K. HubbardAdd tunefs to the mfsroot floppy
2001-03-10 Jordan K. HubbardSupport setting soft updates from the label editor.
2001-03-10 Alexander LangerAdd references to the various DEVICE_*(9) manpages...
2001-03-10 Alexander LangerAdd DEVICE_IDENTIFY.9
2001-03-10 Alexander LangerAdd a manpage for the last of the driver's functions...
2001-03-10 Alexander LangerTwo mdoc fixes:
2001-03-10 David E. O... Everyone that has commented seems to agree `-m 0' will...
2001-03-10 Julian Elischernetgraph.h:
2001-03-10 Mark MurrayUpdate for /dev/random improvements.
2001-03-10 Wilko BulteAdd note on instruction emulation on EV[45] for things...
2001-03-10 Mark MurrayThe /dev/random harvesting sysctls have had a name...
2001-03-10 Mark MurrayKernel crypto need binary key material, not symbolic...
2001-03-10 Mark MurrayThe /dev/random driver used Rijndael, not Blowfish...
2001-03-10 Mark MurrayVery large makeover of the /dev/random driver.
2001-03-10 Paul SaabAllow for the last arugment to be the mountpoint of...
2001-03-10 Bill Fumerolaafter discovering that the Santa Clara Valley Medical...
2001-03-10 Maxim SobolevAMD K6/K6-2/Duron/Athlon CPUs support MMX too.
2001-03-10 Bill FumerolaIn theory it would be perfectly legal for a system...
2001-03-10 OKAZAKI TetsurouFix typo.
2001-03-10 Boris PopovAdd documentation for mchain API.
2001-03-10 Boris PopovRemove now unused opt_ipx.h and opt_inet.h
2001-03-10 Boris PopovSlightly reorganize allocation of new vnode. Use bit...
2001-03-10 Doug BartonAvoid complicated tests of whether devices are present...
2001-03-10 Boris PopovSynch with changes in the NCP requester.
2001-03-10 Bill Fumerolafix spelling errors, clarify comment, add $FreeBSD$
2001-03-10 Boris PopovMajor update of NCP requester:
2001-03-10 Boris PopovSpecify packing for an entire structure, not for each...
2001-03-10 Kris KennawayAdd libdata, some ports were using it.
2001-03-10 Gregory Neil... Use the correct path to the SASL .h files as installed...
2001-03-09 Brian SomersMAXHOSTNAMELEN includes the NUL
2001-03-09 Maxim SobolevIn the absence of explicit ``-t type'' option assume...
2001-03-09 Matt JacobFix a botch where we wrote the year register with ...
2001-03-09 Brian SomersMAXHOSTNAME includes space for a NUL
2001-03-09 Poul-Henning... Remove vn(4) driver.
2001-03-09 Poul-Henning... Make md(4) and mdconfig(8) take over the role of vn...
2001-03-09 Poul-Henning... Make md(4) more in line with reality.
2001-03-09 Poul-Henning... Use a more BIOS friendly geometry.
2001-03-09 Poul-Henning... 1) If mdconfig isn't given an action argument, it assum...
2001-03-09 Alfred PerlsteinDon't call malloc with M_WAITOK while holding a mutex.
2001-03-09 Ian DowseWhen creating a shadow vm_object in vmspace_fork()...
2001-03-09 Ruslan Ermilovmdoc(7) police: in mdocNG, -offset and -width values...
2001-03-09 Daniel EischenCorrect a race condition where it was possible for...
2001-03-09 Alexander LangerAdd module.9 and DECLARE_MODULE.9
2001-03-09 Alexander LangerAdd a general manpage about kernel modules, similar...
2001-03-09 Alexander LangerAdd a manpage for the kernel macro DECLARE_MODULE.
2001-03-09 Doug RabsonChange the kernel layout to match Linux/ia64 more close...
2001-03-09 Doug RabsonAdd SKI_ROOT_FILESYSTEM option.
2001-03-09 Doug RabsonAllow the config file to specify a root filesystem...
2001-03-09 Doug RabsonAdjust a comment slightly.
2001-03-09 Ruslan ErmilovAdd new option -m which allows the user to set IP TTL.
2001-03-09 David E. O... bye-bye documented raw devices
2001-03-09 David E. O... bye-bye documented raw device
2001-03-09 David E. O... Remove tunefs'ing that was OBE by rev 1.30.
2001-03-09 David E. O... Warner gave a nice followup in email, and I thought...
2001-03-09 Ruslan ErmilovMake it possible to use IP_TTL and IP_TOS setsockopt...
2001-03-09 Doug RabsonDefine KINFO_PROC_SIZE for ia64.
2001-03-09 Ruslan ErmilovThis is the getsid() we are talking about, not setsid().
2001-03-09 Ruslan Ermilovmdoc(7) police revision 1.15:
2001-03-09 Jonathan LemonPush the test for a disconnected socket when accept...
2001-03-09 Jonathan LemonThe TCP sequence number used for sending a RST with...
2001-03-09 John BaldwinFix mtx_legal2block. The only time that it is bad...
2001-03-09 Alan CoxUse the kthread API to create and destroy AIO daemons.
2001-03-09 John BaldwinAdd a new informative KASSERT to ensure that a process...
2001-03-09 John BaldwinDocument how to compile KTR into the kernel, tweak...
2001-03-09 John BaldwinDocument the ithread_* API used to manage interrupt...
2001-03-09 John BaldwinAdd 2001 to copyright.
2001-03-09 Sergey BabkinThe new version of the daylight time saving support...
2001-03-09 John Baldwin- Add 2001 to copyright.
2001-03-09 John BaldwinThe 'gdb' command works on the alpha as well as the...
2001-03-09 David E. O... newfs with `-m 1'
2001-03-09 MIHIRA Sanpei... Stick the I-O DATA PCLA/TE PC Card adapter entry in...
2001-03-09 Brian SomersTalk a little more about the differences between PPPoE...
2001-03-08 Brian SomersMAXPATHLEN -> PATH_MAX
2001-03-08 Archie CobbsFix potential crash caused by packets with bogus ACK's.
2001-03-08 Bosko MilekicFix is a similar race condition as existed in the mbuf...
2001-03-08 Ian DowseIt was possible for ip_forward() to supply to icmp_error()
2001-03-08 David MaloneMake the wait for sendfile buffers interruptable. Stops...
2001-03-08 Andrew GallatinTake the KINFO_PROC_SIZE back down to 912 on alpha.
2001-03-08 KATO TakenoriReplaced p (undeclared) with curproc (after i386/isa...
next