]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
I missed adding a file that was needed on the Alpha (and will be needed
[FreeBSD/FreeBSD.git] / sys /
2002-02-04 markmBack out the "upgrading" of NBBY to unsigned, as it...
2002-02-04 rwatsonNote that Kirk apparently missed adding vn_start_write...
2002-02-04 impDefault debugging to OFF now.
2002-02-04 nyanSupported C-NET(98)P2 PnP mode.
2002-02-04 silbyRemove mbuf exhaustion warning messages; these are...
2002-02-03 joeFollow NetBSD and ANSIfy the function definitions.
2002-02-03 markmWARNS=n and lint(1) silencer. Declare an array of ...
2002-02-03 markmZero functional difference; make some integer constants...
2002-02-03 markmMake the style a little bit more consistant by removing...
2002-02-03 bdeUse osigreturn(2) instead of sigreturn(2) plus broken...
2002-02-03 bdeImprove the change in the previous commit: use a stub...
2002-02-02 joeRegenerate.
2002-02-02 joeUpdate comments and product identifiers so that they...
2002-02-02 joeAdd some missing usb vendors (from NetBSD).
2002-02-02 joeSync with NetBSD's version, dropping all the 'ltd'...
2002-02-02 rwatsono Add the prototype of cr_cansignal() from an earlier...
2002-02-02 bdeMerged cy_pcireg.h into the one file that uses it ...
2002-02-02 bdeFixed breakage of interrupt setup in previous commit...
2002-02-02 mckusickIn the routines vrele() and vput(), we must lock the...
2002-02-02 mckusickWhen taking a snapshot, we must check for active files...
2002-02-01 alfredRemove bogus assertion in dup2 that can lead to panics...
2002-02-01 alfredAvoid lock order reversal filedesc/Giant when calling...
2002-02-01 alfredDon't recurse on filedesc lock in chroot_refuse_vdir_fds().
2002-02-01 obrienThis commit was generated by cvs2svn to compensate...
2002-02-01 bdeRegenerate to make osigreturn standard.
2002-02-01 bdeMade osigreturn(2) standard so that SYS_osigreturn...
2002-02-01 sobomaxThis commit was generated by cvs2svn to compensate...
2002-02-01 bdeCompile osigreturn() unconditionally since it will...
2002-02-01 nyanExpand COMBRD(x) macro.
2002-02-01 archieSome netgraph parse types (such as for the 'value'...
2002-02-01 obrien* Remove __P and convert to ANSI prototypes.
2002-01-31 dillonGC P_BUFEXHAUST leftovers, we've had a new mechanism...
2002-01-31 alfredidentify GLPRISM2 PCI WaveLAN/IEEE 802.11
2002-01-31 bdeFinish revs.1.23 and 1.24 so that MCOUNT_ENTER really...
2002-01-31 sheldonhThis commit was generated by cvs2svn to compensate...
2002-01-31 sobomaxAdd support of PhotoClip USB Camera (http://www.myphoto...
2002-01-31 takawataFix irq/drq handling. IRQ and DRQ resource information...
2002-01-31 nyanMFi386: revision 1.489.
2002-01-31 nyanChanged iskanji[12] to inline functions.
2002-01-31 nyanMerged from sys/dev/sio/{sio.c,sio_isa.c} revisions...
2002-01-31 nyanAdd pc98 support.
2002-01-31 nyanRemove obsolete COMBRD* definitions.
2002-01-31 nyanMFi386: revision 1.180
2002-01-31 nyanMFi386: revision 1.52
2002-01-31 takawataFix error handling.
2002-01-30 julianAllow this to compile again
2002-01-30 alfredinclude sys/lock.h and sys/mutex.h to make compile.
2002-01-30 rwatsono Reserve two interface ioctl values, 38, and 38, for...
2002-01-30 alfredfget_locked fixes.
2002-01-30 alfredRemove unused variables in select(2) from previous...
2002-01-30 bdeBacked out the main part of revs.1.14-16. Don't disabl...
2002-01-30 bdeBacked out the last vestiges of rev.1.51. Don't enter...
2002-01-30 bdeCleaned up the 0ldSiG magic check before removing it...
2002-01-30 jhayAdd support for different serial clock frequencies...
2002-01-30 bdeRegenerate just this file after unbreaking makesyscalls...
2002-01-30 bdeOops, fix previous commit to not generate a C comment...
2002-01-30 bdeRemoved the one use of the mandatory keyword (for npx).
2002-01-30 bdeDon't include <isa/isavar.h> or compile code depending...
2002-01-30 bdeRemoved unused includes. In particular, don't include...
2002-01-30 bdeRegenerate _after_ the commit to syscalls.master.
2002-01-30 bdeEscape $FreeBSD$ in a different way to avoid using...
2002-01-29 alfredAttempt to fixup select(2) and poll(2), this should...
2002-01-29 alfredBackout 1.120, EINVAL isn't a proper error return when...
2002-01-29 impMove cardaddr to memory structure.
2002-01-29 impAdd EDIMAX ethernet card for NEWCARD from NetBSD
2002-01-29 impModule for exca. Eventually, this will be shared betwe...
2002-01-29 imppccbb needs exca now.
2002-01-29 impMigrate towards using the new exca module for 16bit...
2002-01-29 impFirst draft of common code between pccbb and pcic drive...
2002-01-29 impMinor sorting orders
2002-01-29 impSync to 1.27 of pccarddevs
2002-01-29 impMFNetBSD:
2002-01-29 marcelHave SIOCGIFCONF return all (if any) AF_INET addresses...
2002-01-29 grogGrr. The last commit contained update conflicts. ...
2002-01-29 grogForced commit. The previous commit log was garbled...
2002-01-29 alfredBump __FreeBSD_version for sendfile fix to properly...
2002-01-28 gallatinSimple fixes to get the powerpc kernel compiling again.
2002-01-28 sosAdd support for the Promise TX4.
2002-01-28 sosEnable pccard support.
2002-01-28 sosAdd support for pccard.
2002-01-28 joeMerge from NetBSD.
2002-01-27 scottlRecent changes to newpcm require that the CHANNEL_SETFO...
2002-01-27 gallatinPrevent the kernel from generating an unaligned sysctl...
2002-01-27 obrienThis commit was generated by cvs2svn to compensate...
2002-01-27 joergUnbreak pcvt, it suffered from common variables. Whoev...
2002-01-27 grogvinumioctl: Fix a double fault caused by calling setjmp...
2002-01-27 krisThis commit was generated by cvs2svn to compensate...
2002-01-27 jdpAdd support for the Netgear GA302T 10/100/1000 adapter...
2002-01-26 cg* improve error handling
2002-01-26 joeRearrange the code in USB_DETACH, so that it's like...
2002-01-26 joeBack out the last commit. I committed the wrong file...
2002-01-26 joeRearrange the code in USB_DETACH, so that it's like...
2002-01-26 joeUpdate the $NetBSD$ ident.
2002-01-26 joeReduce the diffs between NetBSD and our version where...
2002-01-26 joeMerge from NetBSD:
2002-01-26 joeMerge from NetBSD:
2002-01-26 joeUpdate the $NetBSD$ ident to show that some patches...
2002-01-26 joeMerge from NetBSD:
2002-01-26 cjcThe ipfw(8) 'tee' action simply hasn't worked on incomi...
2002-01-25 dwmaloneRemove a parameter name from a prototype.
next