]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2000-09-13 sheldonhPass a useful pathname to rlink(). Many thanks to...
2000-09-13 bdeFixed hang on booting with -d. mtx_enter() was called...
2000-09-13 katoMerged from sys/isa/sio.c revision 1.312.
2000-09-13 katoMerged from sys/i386/conf/GENERIC revision 1.275.
2000-09-13 katoMerged from sys/i386/conf/GENERIC revision 1.274.
2000-09-13 dwmaloneAdd kbdmap.5 to build.
2000-09-13 dwmaloneMan page for the file format accepted by "kbdcontrol...
2000-09-13 bpUnlock current directory when calling VFS_ROOT() becaus...
2000-09-13 sheldonhImprove the clarification of the handling of the secure...
2000-09-13 msmithTeach sysinstall about 'aac'.
2000-09-13 msmithTeach libdisk about 'aac'
2000-09-13 msmithTeach MAKEDEV about 'aac'.
2000-09-13 gshapiroAllow users to add libraries for sendmail (e.g. Cyrus...
2000-09-13 impAdd ID for 3C1. It is a etherlink iii in a CompactFlas...
2000-09-13 msmithA new driver for PCI:SCSI RAID controllers based on...
2000-09-13 jhbTake out some unneeded debugging code and re-enable...
2000-09-12 dfrMerge changes from the i386 port to allow userret(...
2000-09-12 dfr* Redo the cmpset inlines to use one less register...
2000-09-12 dfrReally disable interrupts for spin mutexes instead...
2000-09-12 jhbUse size_t instead of u_int for 4th argument to copyins...
2000-09-12 brianDon't drop out when we've processed argc - 1 names...
2000-09-12 mjacobFix sign extension.
2000-09-12 dcsNew world order wrt to kernel location and name. This...
2000-09-12 markmForgotten in last commit -
2000-09-12 markmThe entropy device is no longer an option in the kernel,
2000-09-12 jhbClean up process accounting some more. Unfortunately...
2000-09-12 bdeQuick fix for hang on booting with -d. mtx_enter(...
2000-09-12 bdeFixed some serious bugs in ext2_readdir():
2000-09-12 bpAdd VOP_*VOBJECT vops, because MFS requires explicit...
2000-09-12 bdeDon't panic for delivery of a multiplexed SWI. Most...
2000-09-12 rwatsono What a good idea, ``-o'' should be a ``-f'' like...
2000-09-12 markmTurn the /dev/random device into a (pseudo-)device...
2000-09-12 markmThe "struct proc" argument to read_random was ill-conce...
2000-09-12 sheldonhClarify the handling of the securelevel.
2000-09-12 psChange from using poll(2) to kqueue/kevent when waiting...
2000-09-12 psMove the detection of Linksys PCMCIA cards from attach...
2000-09-12 bpAdd three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJE...
2000-09-12 rogerBack out bktr_mem_load. It is not needed because I...
2000-09-12 rwatsono Variety of extended attribute fixes
2000-09-12 rwatsono Add a ``-o'' argument to initattr, which causes extat...
2000-09-12 impFix 1.117 as requested by DES, but in a different way...
2000-09-12 billfFix screwup in previous commit.
2000-09-11 jhbFix some printf format string warnings due to sizeof...
2000-09-11 msmithWhoops. The AMR_QUARTZ_GOFASTER option is meant to...
2000-09-11 billfAdd tx to the list of miibus using network drivers...
2000-09-11 billfMove tx to the list of drivers that now require miibus.
2000-09-11 mjacobWell, this works for me and I can now boot my PC164...
2000-09-11 dwmaloneAdd the ability to define a "shutdown" and "shutdown...
2000-09-11 semenuSign tx driver as using miibus code.
2000-09-11 jhbBack out previous revision now that sys/random.h is...
2000-09-11 jhbForward declare 'struct proc'.
2000-09-11 jhbMove the prototypes for random_set_wakeup* from yarrow...
2000-09-11 archieDon't do snd_nxt rollback optimization (rev. 1.46)...
2000-09-11 bmahArrgh. Back out a change used during debugging and...
2000-09-11 bmahNew release notes: OpenSSH->2.2.0, binutils->2.10...
2000-09-11 phkrevent multiple make_dev() calls on the same dev_t...
2000-09-11 phkPrevent multiple make_dev() calls on the same dev_t...
2000-09-11 bmahNote MFC: killall(1) as a C program, boot98cfg(8)...
2000-09-11 rogerMake MOD_UNLOAD return EBUSY to prevent it being unload...
2000-09-11 rogerAdd bktr_mem_loader, default to NO.
2000-09-11 rogerChange to SI_ORDER_FIRST to make sure this module runs...
2000-09-11 sheldonhMark a path up with Pa.
2000-09-11 sheldonhWhitespace-only change: apply normal line breaking...
2000-09-11 rogerAdd MODULE_VERSION and MODULE_DEPENDS to make the bktr...
2000-09-11 jhbThe alpha doesn't have a eflags register, so don't...
2000-09-11 impAdd warning from Sheldon and others about stale modules
2000-09-11 jhbAdd #include's of sys/proc.h and sys/param.h to silence...
2000-09-11 jhbFix a 64-bitism, use size_t instead of u_int for 4th...
2000-09-11 jhbFix a 64-bitism. Use size_t instead of int for 4th...
2000-09-11 jhbDon't tell printf() to output a sign when printing...
2000-09-11 jhb- Remove duplicate cp_time declaration.
2000-09-11 jhbRelocate sys/systm.h #include to quiet warning.
2000-09-11 jhbForced commit to note that the previous commit only...
2000-09-11 jhbAdd a nasty hack to get remote kernel gdb working from...
2000-09-11 jhbWhen doing statistics for statclock on other CPU's...
2000-09-11 jhb- Use RFHIGHPID when creating the kthread to get a...
2000-09-11 jhbaio processes need to have the Giant mutex before doing...
2000-09-11 jasoneAdd malloc_mtx to protect malloc and friends, so that...
2000-09-11 jakeAdd scant documentation for msleep.
2000-09-11 jakeRename tsleep to msleep and add a mutex argument, which is
2000-09-10 jasoneAllow interrupt threads to run during shutdown. This...
2000-09-10 nectarSet h_errno when an error is encountered.
2000-09-10 umeMake default interface work.
2000-09-10 greenFix a few style oddities.
2000-09-10 greenFix a goof in timevaldiff.
2000-09-10 dfrFix this so that we actually define HAVE_PNP when its...
2000-09-10 rogerUpdate to build both bktr and bktr_mem modules
2000-09-10 dfrRemove the manipulation of the Giant mutex from the...
2000-09-10 katoMoved boot0cfg into IBM-PC only section (MACHINE==...
2000-09-10 dfrUse '&' instead of '%' to calculate the new value for...
2000-09-10 dwmalonepmcd_value is actually a quad_t.
2000-09-10 rogerUpdate to driver 2.15.
2000-09-10 markmProvide keyboard entropy harvesting for PCVT users.
2000-09-10 markmHarvest mouse events for the entropy device in a better...
2000-09-10 markmThe entropy driver module has changed name.
2000-09-10 markmForced commit.
2000-09-10 dfrMove the include of <sys/systm.h> so that KTR gets...
2000-09-10 markmLarge upgrade to the entropy device; mainly inspired...
2000-09-10 dcsBump up version as a result of the recent changes to...
2000-09-10 dcsBump up version as a result of the recent changes to...
next