]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Disable SGR support in grotty(1) pending the resolution on -arch.
[FreeBSD/FreeBSD.git] / sys /
2002-10-18 Jim PirzykBackout my previous "brain cramp" commit.
2002-10-18 Marcel MoolenaarCover the ELF headers with the text segment so that...
2002-10-18 Kirk McKusickHave lockinit() initialize the debugging fields of...
2002-10-18 Kirk McKusickWhen the number of dirty buffers rises too high, the...
2002-10-18 Kirk McKusickWith the revised single-lock method used in snapshots...
2002-10-17 Maxim SobolevSeparate fiels reported by disk_err() with spaces,...
2002-10-17 Jim PirzykChanged the scsi mode command to use 10 bytes scsi...
2002-10-17 Robert DrehmelReplace the conventional usage of strncpy() by using...
2002-10-17 Robert Drehmel - Use strlcpy() rather than strncpy() to copy NUL...
2002-10-17 Poul-Henning KampBe consistent and return the NUL at the end of kern...
2002-10-17 Robert DrehmelInstead of (sizeof(source_buffer) - 1) bytes, copy...
2002-10-17 Robert DrehmelUse strlcpy() instead of strncpy() to copy NUL terminat...
2002-10-17 Poul-Henning KampNUL terminate sysctl kern.disks
2002-10-17 Jim PirzykAdd the !define(COMPILING_LINT)
2002-10-17 Thomas MoestlWhen entering the firmware mappings into the kernel...
2002-10-17 Thomas MoestlAllocate major 177 for the OpenFirmware control device...
2002-10-17 Nate LawsonQuirk for HP 315 USB Digital Camera
2002-10-17 Hajimu UMEMOTOlast arg of in6?_gif_output() is not used any more.
2002-10-17 Hajimu UMEMOTO- drop too short IPv6 frame
2002-10-17 Hajimu UMEMOTOs/gifp/ifp/
2002-10-17 Sam Lefflerfix kldload error return when a module is rejected...
2002-10-17 John BaldwinFix compile with options SC_NO_SUSPEND_VTYSWITCH.
2002-10-17 Robert Drehmel - Allocate only enough space for a temporary buffer...
2002-10-17 Maxim Sobolevmy(4) requires miibus, so that move it into proper...
2002-10-17 Yoshihiro TakahashiSwitch from the bs driver to the ct driver.
2002-10-17 Mitsuru IWASAKI1. Fix a comment. Locking _is_ needed (but not done).
2002-10-17 Bruce EvansFixed the quoting of the value of SC_CUT_SEPCHARS....
2002-10-17 Yoshihiro TakahashiMerged from sys/isa/syscons_isa.c revision 1.19.
2002-10-17 Yoshihiro TakahashiMerged from sys/dev/syscons/syscons.c revision 1.390.
2002-10-17 Mitsuru IWASAKIAdd new syscons option SC_NO_SUSPEND_VTYSWITCH.
2002-10-17 Jim Pirzykput an #error directive when SMP and CPU_DISABLE_CMPXCH...
2002-10-17 Kelly YanceyMake kqueue(2) work for virtual terminals.
2002-10-17 Marcel MoolenaarSuppress the uninitialized variable warning on ia64...
2002-10-16 Alfred Perlsteinde-__P().
2002-10-16 Alfred Perlsteinde-__P()
2002-10-16 Hajimu UMEMOTOuse encapcheck.
2002-10-16 Bosko MilekicFix a fairly subtle bug in mbuf_init() where the refere...
2002-10-16 Hajimu UMEMOTO- after gif_set_tunnel(), psrc/pdst may be null. set...
2002-10-16 Matthew DillonFix oops in my last commit, I was calculating a new...
2002-10-16 John BaldwinWhitespace.
2002-10-16 John BaldwinUse the global pcib devclass instead of our own static...
2002-10-16 Thomas MoestlAdd "pci108e,8000" (psycho) and "pci108e,a000" (US...
2002-10-16 John BaldwinCatch up to changes in acpivar.h to add support for...
2002-10-16 John Baldwinstruct timecounter is defined in sys/time.h on 4-stable.
2002-10-16 John Baldwin- Include lock headers on current in this header instea...
2002-10-16 John Baldwin- In AcpiOsGetThreadId(), allow for curproc to be NULL...
2002-10-16 John BaldwinImplement the internal locks of an ACPI semaphore with...
2002-10-16 John Baldwin- curproc may be NULL in 4-stable. In that case use...
2002-10-16 John BaldwinInclude <sys/select.h> on -stable instead of <sys/selin...
2002-10-16 Sam Lefflerwhitespace/indentation fix from phk
2002-10-16 Thomas MoestlUse a linked list to keep the psycho softcs instead...
2002-10-16 John BaldwinAdd a missing PROC_UNLOCK in ptrace() for the PT_IO...
2002-10-16 Jim PirzykUpdated the CPU_DISABLE_CMPXCHG notes to warn users...
2002-10-16 Yoshihiro TakahashiMFi386: revision 1.54.
2002-10-16 John BaldwinMany style and whitespace fixes.
2002-10-16 Yoshihiro TakahashiMFi386: revision 1.130.
2002-10-16 Mitsuru IWASAKIFix a possible bug about freeing non-malloc'ed pointer.
2002-10-16 Yoshihiro TakahashiMFi386: revision 1.181.
2002-10-16 John BaldwinSort includes a bit.
2002-10-16 Mark MurrayModule-ize the 'core' crypto stuff. This may still...
2002-10-16 Poul-Henning KampUnbreak the PC98/wd(4) driver which I accidentally...
2002-10-16 Robert DrehmelCast the first argument to bzero() to `void *' after...
2002-10-16 Poul-Henning KampProperly put macro args in ().
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Poul-Henning KampBe consistent about funtions being static.
2002-10-16 Poul-Henning KampPut an XXX: comment here to point out a couple of free...
2002-10-16 Poul-Henning KampNo need to declare M_ISADEV here.
2002-10-16 Poul-Henning KampBe consistent about funtions being static.
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Poul-Henning KampProperly put macro args in ().
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Guido van RooijGet rid of checking for ip sec history. It is true...
2002-10-16 Poul-Henning KampFIx misindentation.
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Poul-Henning KampFix misindentation.
2002-10-16 Poul-Henning KampRename struct softc to struct mn_softc.
2002-10-16 Poul-Henning KampFix comments and one resulting code confusion about...
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Poul-Henning KampA better solution to avoiding variable sized structs...
2002-10-16 Poul-Henning Kamp#include "opt_devfs.h" to protect against variable...
2002-10-16 Justin T. GibbsNever allow memory mapped I/O in PCI-X mode on controll...
2002-10-16 Sam Lefflercorrect PCB locking in broadcast/multicast case that...
2002-10-16 Sam LefflerTie new "Fast IPsec" code into the build. This involve...
2002-10-16 Sam Leffleradd definitions for RIPEMD-160 HMAC and Skipjack encryp...
2002-10-16 Sam Leffler"Fast IPsec": this is an experimental IPsec implementat...
2002-10-16 Sam LefflerReplace aux mbufs with packet tags:
2002-10-16 Kirk McKusickChange locking so that all snapshots on a particular...
2002-10-15 Sam Lefflermissed additional callout that can run w/o Giant locked
2002-10-15 Poul-Henning KampInclude "opt_kbd.h" since certain structures size depen...
2002-10-15 Nate LawsonReturn an error if the drive reports heads/sectors...
2002-10-15 Robert WatsonPush most UFS ACL behavior behind a check for MNT_ACLS...
2002-10-15 David E. O'BrienBump __FreeBSD_version for the Binutils 2.13 upgrade...
2002-10-15 Hajimu UMEMOTOCorrect the definitions of SADB_* to be compatible...
2002-10-15 Poul-Henning KampDon't show the command line when doing "make lint".
2002-10-15 Poul-Henning KampBe consistent about marking functions static.
2002-10-15 Robert WatsonIf the FS_MULTILABEL flag is set in a UFS or UFS2 super...
2002-10-15 Poul-Henning KampPlug a memory-leak.
next