]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-18 jdpBuild structure for contribified Linux-PAM, plus some...
1998-11-18 jdpBuild structure for contribified Linux-PAM, plus some...
1998-11-18 jdpEliminate a setreuid() call that doesn't make sense...
1998-11-18 jdpFix #includes for FreeBSD.
1998-11-18 jdpDon't call openlog() and closelog(). Assume that the...
1998-11-18 jdps/Linux-PAM/PAM/g
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-18 jdpInitial import of virgin Linux-PAM 0.65, slightly strip...
1998-11-18 jdpInitial revision
1998-11-18 jdpFor ELF, create a symbolic link libfoo.so -> libfoo...
1998-11-18 jdpNote the requirement that libcrypt be built before...
1998-11-18 jdpAdd an explicit dependency on libcrypt so that shared...
1998-11-17 dfrRemove stale references to ih_next and ih_prev.
1998-11-17 dfrDefinitions for alpha specific device resources.
1998-11-17 dfrDefinitions for alpha specific system calls.
1998-11-17 mckusickBecause buffers may be tossed and recreated at will...
1998-11-16 jmzAdd an emply MAIN__() function. This avoid an unresolve...
1998-11-16 rvbA few bug fixes for Robert Watson
1998-11-16 dfrMake the previous fix more portable.
1998-11-16 katoSync with sys/i386/isa/wd.c revision up to 1.180.
1998-11-16 katoSync with sys/i386/conf/options.i386 revision 1.92.
1998-11-16 katoSync with sys/i386/conf/Makefile.i386 revision 1.129.
1998-11-16 nectarvmunix -> kernel
1998-11-16 nectarUpdate to reflect reality.
1998-11-16 jkhput hosts before bind.
1998-11-16 kenUpdate tcopy for CAM. (/dev/rst0 -> /dev/rsa0)
1998-11-15 kenNow that the wd driver is fixed (Thanks Bruce!), re...
1998-11-15 abialUpdate ssh version number. It's only informational...
1998-11-15 abialUse console instead of ttyv0 - it didn't work with...
1998-11-15 kenUse snprintf to make sure we don't overflow a buffer.
1998-11-15 kenFix an error message. (it was using an uninitialized...
1998-11-15 guidoThe below patch helps to reduce the leakage of internal...
1998-11-15 msmithReimplement the NFS ACCESS RPC cache as an "accelerator...
1998-11-15 msmithImplement the nfs_access_cache variable, allowing us...
1998-11-15 msmithDocument the new nfs_access_cache variable.
1998-11-15 eivindMake it possible to adjust the IDE probe delay from...
1998-11-15 eivindDepend on __FreeBSD_version instead of __FreeBSD__
1998-11-15 dfr* Add hooks to allow the X server to access I/O ports...
1998-11-15 dfrBuild subr_rman.c by default.
1998-11-15 dfrDon't include link_elf.c twice in the link.
1998-11-15 dfrA couple of minor sanity checks.
1998-11-15 dfrFix printf format errors on alpha.
1998-11-15 dfr* Change 'struct resource' to 'struct config_resource'.
1998-11-15 dgIn sendfile(2), check against sb_lowat when filling...
1998-11-15 bdeFixed a misspelling of boolean true as MNT_WAIT.
1998-11-15 bdeFinished updating module event handlers to be compatibl...
1998-11-15 achePrevent MakeMaker to produce /usr/local/local/bin path for
1998-11-15 bdeDon't generate module event handlers of the wrong ...
1998-11-15 bdeFixed the type of vfs_modevent (a little late, to match...
1998-11-15 bdeFixed the type and order of vfs_modevent. This fixes...
1998-11-15 bdeFixed a missing include. <sys/kernel.h> is needed...
1998-11-15 bdeFixed the bug that caused negative busycounts in devsta...
1998-11-15 jbRemove share/info from build tools because it breaks...
1998-11-15 jbInterrupt threads waiting in select etc.
1998-11-15 jbClose a window between unlocking a spinlock and changin...
1998-11-15 jkho Break fixups into binary fixups and XFree86 based...
1998-11-15 bdeFixed missing 'v' in usage message.
1998-11-15 bdeFixed bugs in previous commit:
1998-11-15 obrienNew file formats.
1998-11-15 obrienAdditional file formats.
1998-11-15 dimaindent
1998-11-14 woschUse mmap for file coping. 5-10% faster than the read...
1998-11-14 woschUse mmap for reading files. This is faster than read().
1998-11-14 dgFixed a couple of nits in sendfile(2): clear PG_ZERO...
1998-11-14 wollmanMy changes to the new device interface:
1998-11-14 abialChange USERCONFIG_BOOT -> INTRO_USERCONFIG
1998-11-14 dgAdded a -v (verbose) option and hid multi-job file...
1998-11-14 luigiAdd a missing newline
1998-11-14 asamiAdd EXTRA_PKG_FLAGS to PKG_FLAGS. You can now add...
1998-11-14 obrienupdate for latest vendor import
1998-11-14 obrienClean up conflicts.
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-14 obrienVirgin import of AMD (am-utils) v6.0b1
1998-11-13 msmithAdd documentation for $rootdev.
1998-11-13 msmithAdd a new variable $num_ide_disks which is used to...
1998-11-13 msmithAvoid a null pointer reference if the target of an...
1998-11-13 msmithDon't count non-local dirty buffers as outstanding...
1998-11-13 dgIncreased PID_MAX to 99999. The main reason for doing...
1998-11-13 gibbsMove a diagnostic behind "if (bootverbose)".
1998-11-13 dfrFix a panic in nfsrv_dorec() where a NULL pointer could...
1998-11-13 dfrA couple of fixes to device_delete_child() to delete...
1998-11-13 katoSync with sys/i386/conf/GENERIC revision 1.131.
1998-11-13 katoSync with sys/i386/boot/kzipboot/malloc.c revision...
1998-11-13 msmithImplement NFS ACCESS RPC result caching.
1998-11-13 dgRestored the "reallocblks" code to its former glory...
1998-11-13 jdpEnable libradius and libtacplus.
1998-11-13 jdpAdd libradius and libtacplus to the includes target...
1998-11-13 jdpInitial import of TACACS+ client library donated by...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpInitial import of RADIUS client library donated by...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-12 nsouchArrg, ppi*) corrected
1998-11-12 nsouchAdd ppi*) iic*) and smb*)
1998-11-12 jkhSimplify call to dokern.sh - now the no MFS case is...
1998-11-12 jkhBoy, two typos in one day. Time to go back to bed.
1998-11-12 jkhElimintate gratuitous backslash
1998-11-12 kenFix a typo in a comment.
1998-11-12 obrienRemove `amd', `nca' SCSI devices to match Mike's LINT...
1998-11-12 obrien(fixing bum commit log)
next